diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/apparmor-parser.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/apparmor-parser.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/apparmor-parser.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/apparmor-parser.po 2014-04-02 10:34:35.000000000 +0000 @@ -0,0 +1,654 @@ +# Slovenian translation for apparmor +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the apparmor package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: apparmor\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2013-11-14 10:18-0800\n" +"PO-Revision-Date: 2012-01-13 15:38+0000\n" +"Last-Translator: Andrej Znidarsic \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 11:06+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#: ../parser_include.c:113 +msgid "Error: Out of memory.\n" +msgstr "Napaka: zmanjkalo je pomnilnika.\n" + +#: ../parser_include.c:123 +#, c-format +msgid "Error: basedir %s is not a directory, skipping.\n" +msgstr "Napaka: osnovna mapa %s ni mapa, preskok.\n" + +#: ../parser_include.c:137 +#, c-format +msgid "Error: Could not add directory %s to search path.\n" +msgstr "Napaka: Mape %s ni mogoče dodati v iskalno pot.\n" + +#: ../parser_include.c:147 +msgid "Error: Could not allocate memory.\n" +msgstr "Napaka: ni mogoče dodeliti pomnilnika.\n" + +#: ../parser_interface.c:69 ../parser_interface.c:72 +msgid "Bad write position\n" +msgstr "Slab položaj pisanja\n" + +#: ../parser_interface.c:72 ../parser_interface.c:75 +msgid "Permission denied\n" +msgstr "Dostop je zavrnjen\n" + +#: ../parser_interface.c:75 ../parser_interface.c:78 +msgid "Out of memory\n" +msgstr "Zmanjkalo je pomnilnika\n" + +#: ../parser_interface.c:78 ../parser_interface.c:81 +msgid "Couldn't copy profile: Bad memory address\n" +msgstr "Ni mogoče kopirati profila: slab naslov pomnilnika\n" + +#: ../parser_interface.c:81 ../parser_interface.c:84 +msgid "Profile doesn't conform to protocol\n" +msgstr "Profil ne ustreza protokolu\n" + +#: ../parser_interface.c:84 ../parser_interface.c:87 +msgid "Profile does not match signature\n" +msgstr "Profil ne ustreza podpisu\n" + +#: ../parser_interface.c:87 ../parser_interface.c:90 +msgid "Profile version not supported by Apparmor module\n" +msgstr "Različica profila ni podprta v modulu Apparmor\n" + +#: ../parser_interface.c:90 ../parser_interface.c:93 +msgid "Profile already exists\n" +msgstr "Profil že obstaja\n" + +#: ../parser_interface.c:93 ../parser_interface.c:96 +msgid "Profile doesn't exist\n" +msgstr "Profil ne obstaja\n" + +#: ../parser_interface.c:96 ../parser_interface.c:99 +msgid "Permission denied; attempted to load a profile while confined?\n" +msgstr "" +"Dovoljenje je zavrnjeno, ali ste poskušali naložiti profil medtem ko ste " +"bili omejeni?\n" + +#: ../parser_interface.c:99 ../parser_interface.c:102 +#, c-format +msgid "Unknown error (%d): %s\n" +msgstr "Neznana napaka (%d): %s\n" + +#: ../parser_interface.c:116 ../parser_interface.c:119 +#, c-format +msgid "%s: Unable to add \"%s\". " +msgstr "%s: ni mogoče dodati \"%s\". " + +#: ../parser_interface.c:121 ../parser_interface.c:124 +#, c-format +msgid "%s: Unable to replace \"%s\". " +msgstr "%s: ni mogoče zamenjati \"%s\". " + +#: ../parser_interface.c:126 ../parser_interface.c:129 +#, c-format +msgid "%s: Unable to remove \"%s\". " +msgstr "%s: ni mogoče odstraniti\"%s\". " + +#: ../parser_interface.c:131 ../parser_interface.c:134 +#, c-format +msgid "%s: Unable to write to stdout\n" +msgstr "%s: ni mogoče pisati na stdout\n" + +#: ../parser_interface.c:135 ../parser_interface.c:138 +#, c-format +msgid "%s: Unable to write to output file\n" +msgstr "%s: ni mogoče pisati v izhodno datoteko\n" + +#: ../parser_interface.c:138 ../parser_interface.c:162 +#: ../parser_interface.c:141 ../parser_interface.c:165 +#, c-format +msgid "%s: ASSERT: Invalid option: %d\n" +msgstr "" + +#: ../parser_interface.c:147 ../parser_interface.c:150 +#, c-format +msgid "Addition succeeded for \"%s\".\n" +msgstr "" + +#: ../parser_interface.c:151 ../parser_interface.c:154 +#, c-format +msgid "Replacement succeeded for \"%s\".\n" +msgstr "" + +#: ../parser_interface.c:155 ../parser_interface.c:158 +#, c-format +msgid "Removal succeeded for \"%s\".\n" +msgstr "" + +#: ../parser_interface.c:251 ../parser_interface.c:254 +#, c-format +msgid "PANIC bad increment buffer %p pos %p ext %p size %d res %p\n" +msgstr "" + +#: ../parser_interface.c:656 ../parser_interface.c:658 +#, c-format +msgid "profile %s network rules not enforced\n" +msgstr "" + +#: ../parser_interface.c:666 +msgid "Unknown pattern type\n" +msgstr "" + +#: ../parser_interface.c:750 ../parser_interface.c:902 +#: ../parser_interface.c:743 ../parser_interface.c:894 +#, c-format +msgid "Unable to open %s - %s\n" +msgstr "Ni mogoče odpreti %s - %s\n" + +#: ../parser_interface.c:776 ../parser_interface.c:768 +#, c-format +msgid "Memory Allocation Error: Unable to remove ^%s\n" +msgstr "" + +#: ../parser_interface.c:789 ../parser_interface.c:781 +#, c-format +msgid "Memory Allocation Error: Unable to remove %s:%s." +msgstr "" + +#: ../parser_interface.c:810 ../parser_interface.c:802 +msgid "unable to create work area\n" +msgstr "" + +#: ../parser_interface.c:818 ../parser_interface.c:810 +#, c-format +msgid "unable to serialize profile %s\n" +msgstr "profila %s ni mogoče spraviti v zaporedje\n" + +#: ../parser_interface.c:829 ../parser_interface.c:916 +#: ../parser_interface.c:821 ../parser_interface.c:908 +#, c-format +msgid "%s: Unable to write entire profile entry\n" +msgstr "" + +#: ../parser_interface.c:839 ../parser_interface.c:831 +#, c-format +msgid "%s: Unable to write entire profile entry to cache\n" +msgstr "" + +#: parser_lex.l:100 parser_lex.l:163 +#, c-format +msgid "Could not open '%s'" +msgstr "Ni mogoče odpreti '%s'" + +#: parser_lex.l:104 parser_lex.l:167 +#, c-format +msgid "fstat failed for '%s'" +msgstr "" + +#: parser_lex.l:121 +#, c-format +msgid "opendir failed '%s'" +msgstr "" + +#: parser_lex.l:152 +#, c-format +msgid "stat failed for '%s'" +msgstr "" + +#: parser_lex.l:155 parser_lex.l:133 +#, c-format +msgid "Could not open '%s' in '%s'" +msgstr "Ni mogoče odpreti '%s' v '%s'" + +#: parser_lex.l:284 parser_lex.l:322 parser_lex.l:362 parser_lex.l:399 +#: parser_lex.l:469 parser_lex.l:655 parser_lex.l:586 +#, c-format +msgid "Found unexpected character: '%s'" +msgstr "" + +#: parser_lex.l:386 parser_lex.l:418 +msgid "Variable declarations do not accept trailing commas" +msgstr "" + +#: parser_lex.l:420 +#, c-format +msgid "(network_mode) Found unexpected character: '%s'" +msgstr "" + +#: ../parser_main.c:333 ../parser_common.c:61 +#, c-format +msgid "Warning from %s (%s%sline %d): %s" +msgstr "" + +#: ../parser_main.c:531 +#, c-format +msgid "%s: Could not allocate memory for subdomainbase mount point\n" +msgstr "" + +#: ../parser_main.c:577 ../parser_main.c:616 +#, c-format +msgid "" +"Warning: unable to find a suitable fs in %s, is it mounted?\n" +"Use --subdomainfs to override.\n" +msgstr "" + +#: ../parser_main.c:597 ../parser_main.c:635 +#, c-format +msgid "" +"%s: Sorry. You need root privileges to run this program.\n" +"\n" +msgstr "" + +#: ../parser_main.c:604 ../parser_main.c:642 +#, c-format +msgid "" +"%s: Warning! You've set this program setuid root.\n" +"Anybody who can run this program can update your AppArmor profiles.\n" +"\n" +msgstr "" + +#: ../parser_main.c:704 ../parser_main.c:813 ../parser_main.c:836 +#: ../parser_main.c:946 +#, c-format +msgid "Error: Could not read profile %s: %s.\n" +msgstr "" + +#: ../parser_main.c:718 ../parser_misc.c:270 parser_yacc.y:227 +#: parser_yacc.y:374 parser_yacc.y:386 parser_yacc.y:484 parser_yacc.y:586 +#: parser_yacc.y:624 parser_yacc.y:939 parser_yacc.y:948 parser_yacc.y:960 +#: parser_yacc.y:1008 parser_yacc.y:1019 parser_yacc.y:1101 parser_yacc.y:1119 +#: parser_yacc.y:1126 ../parser_main.c:850 ../parser_main.c:1015 +#: ../parser_main.c:1229 ../parser_main.c:1283 ../parser_misc.c:431 +#: parser_yacc.y:268 parser_yacc.y:416 parser_yacc.y:426 parser_yacc.y:537 +#: parser_yacc.y:626 parser_yacc.y:976 parser_yacc.y:1021 parser_yacc.y:1030 +#: parser_yacc.y:1042 parser_yacc.y:1078 parser_yacc.y:1082 parser_yacc.y:1092 +#: parser_yacc.y:1102 parser_yacc.y:1201 parser_yacc.y:1223 parser_yacc.y:1234 +#: parser_yacc.y:1309 parser_yacc.y:1327 parser_yacc.y:1334 parser_yacc.y:1385 +msgid "Memory allocation error." +msgstr "" + +#: ../parser_main.c:740 ../parser_main.c:872 +#, c-format +msgid "Cached load succeeded for \"%s\".\n" +msgstr "" + +#: ../parser_main.c:744 ../parser_main.c:876 +#, c-format +msgid "Cached reload succeeded for \"%s\".\n" +msgstr "" + +#: ../parser_main.c:910 ../parser_main.c:1058 +#, c-format +msgid "%s: Errors found in file. Aborting.\n" +msgstr "" + +#: ../parser_misc.c:426 ../parser_misc.c:597 +msgid "" +"Uppercase qualifiers \"RWLIMX\" are deprecated, please convert to lowercase\n" +"See the apparmor.d(5) manpage for details.\n" +msgstr "" + +#: ../parser_misc.c:467 ../parser_misc.c:474 ../parser_misc.c:638 +#: ../parser_misc.c:645 +msgid "Conflict 'a' and 'w' perms are mutually exclusive." +msgstr "" + +#: ../parser_misc.c:491 ../parser_misc.c:662 +msgid "Exec qualifier 'i' invalid, conflicting qualifier already specified" +msgstr "" + +#: ../parser_misc.c:502 ../parser_misc.c:673 +#, c-format +msgid "" +"Unconfined exec qualifier (%c%c) allows some dangerous environment variables " +"to be passed to the unconfined process; 'man 5 apparmor.d' for details.\n" +msgstr "" + +#: ../parser_misc.c:510 ../parser_misc.c:551 ../parser_misc.c:681 +#: ../parser_misc.c:722 +#, c-format +msgid "Exec qualifier '%c' invalid, conflicting qualifier already specified" +msgstr "" + +#: ../parser_misc.c:537 ../parser_misc.c:545 ../parser_misc.c:708 +#: ../parser_misc.c:716 +#, c-format +msgid "" +"Exec qualifier '%c%c' invalid, conflicting qualifier already specified" +msgstr "" + +#: ../parser_misc.c:593 ../parser_misc.c:764 +#, c-format +msgid "Internal: unexpected mode character '%c' in input" +msgstr "" + +#: ../parser_misc.c:615 ../parser_misc.c:786 +#, c-format +msgid "Internal error generated invalid perm 0x%llx\n" +msgstr "" + +#: ../parser_misc.c:865 ../parser_symtab.c:561 ../parser_regex.c:626 +#: ../parser_variable.c:229 +#, c-format +msgid "AppArmor parser error: %s\n" +msgstr "" + +#: ../parser_merge.c:92 ../parser_merge.c:91 +msgid "Couldn't merge entries. Out of Memory\n" +msgstr "" + +#: ../parser_merge.c:111 ../parser_merge.c:113 +#, c-format +msgid "profile %s: has merged rule %s with conflicting x modifiers\n" +msgstr "" + +#: parser_yacc.y:236 parser_yacc.y:277 +msgid "Profile attachment must begin with a '/'." +msgstr "" + +#: parser_yacc.y:260 parser_yacc.y:302 +msgid "" +"Profile names must begin with a '/', namespace or keyword 'profile' or 'hat'." +msgstr "" + +#: parser_yacc.y:296 parser_yacc.y:338 +#, c-format +msgid "Failed to create alias %s -> %s\n" +msgstr "" + +#: parser_yacc.y:417 parser_yacc.y:460 +msgid "Profile flag chroot_relative conflicts with namespace_relative" +msgstr "" + +#: parser_yacc.y:421 parser_yacc.y:464 +msgid "Profile flag mediate_deleted conflicts with delegate_deleted" +msgstr "" + +#: parser_yacc.y:424 parser_yacc.y:467 +msgid "" +"Profile flag attach_disconnected conflicts with no_attach_disconnected" +msgstr "" + +#: parser_yacc.y:427 parser_yacc.y:470 +msgid "Profile flag chroot_attach conflicts with chroot_no_attach" +msgstr "" + +#: parser_yacc.y:441 parser_yacc.y:484 +msgid "Profile flag 'debug' is no longer valid." +msgstr "" + +#: parser_yacc.y:463 parser_yacc.y:506 +#, c-format +msgid "Invalid profile flag: %s." +msgstr "" + +#: parser_yacc.y:498 parser_yacc.y:520 parser_yacc.y:548 +msgid "Assert: `rule' returned NULL." +msgstr "" + +#: parser_yacc.y:501 parser_yacc.y:546 parser_yacc.y:552 parser_yacc.y:584 +msgid "" +"Invalid mode, in deny rules 'x' must not be preceded by exec qualifier 'i', " +"'p', or 'u'" +msgstr "" + +#: parser_yacc.y:524 parser_yacc.y:556 +msgid "" +"Invalid mode, 'x' must be preceded by exec qualifier 'i', 'p', 'c', or 'u'" +msgstr "" + +#: parser_yacc.y:549 parser_yacc.y:587 +msgid "Invalid mode, 'x' must be preceded by exec qualifier 'i', 'p', or 'u'" +msgstr "" + +#: parser_yacc.y:574 parser_yacc.y:612 parser_yacc.y:614 +msgid "Assert: `network_rule' return invalid protocol." +msgstr "" + +#: parser_yacc.y:649 parser_yacc.y:696 +msgid "Assert: `change_profile' returned NULL." +msgstr "" + +#: parser_yacc.y:680 parser_yacc.y:720 +msgid "Assert: 'hat rule' returned NULL." +msgstr "" + +#: parser_yacc.y:689 parser_yacc.y:729 +msgid "Assert: 'local_profile rule' returned NULL." +msgstr "" + +#: parser_yacc.y:824 parser_yacc.y:885 +#, c-format +msgid "Unset boolean variable %s used in if-expression" +msgstr "" + +#: parser_yacc.y:882 parser_yacc.y:986 +msgid "unsafe rule missing exec permissions" +msgstr "" + +#: parser_yacc.y:901 parser_yacc.y:954 +msgid "subset can only be used with link rules." +msgstr "" + +#: parser_yacc.y:903 parser_yacc.y:956 +msgid "link and exec perms conflict on a file rule using ->" +msgstr "" + +#: parser_yacc.y:905 parser_yacc.y:958 +msgid "link perms are not allowed on a named profile transition.\n" +msgstr "" + +#: parser_yacc.y:921 parser_yacc.y:1003 +#, c-format +msgid "missing an end of line character? (entry: %s)" +msgstr "" + +#: parser_yacc.y:975 parser_yacc.y:985 parser_yacc.y:1057 parser_yacc.y:1067 +msgid "Invalid network entry." +msgstr "" + +#: parser_yacc.y:1039 parser_yacc.y:1048 parser_yacc.y:1254 +#, c-format +msgid "Invalid capability %s." +msgstr "" + +#: parser_yacc.y:1066 parser_yacc.y:1269 +#, c-format +msgid "AppArmor parser error for %s%s%s at line %d: %s\n" +msgstr "" + +#: parser_yacc.y:1072 parser_yacc.y:1275 +#, c-format +msgid "AppArmor parser error,%s%s line %d: %s\n" +msgstr "" + +#: ../parser_regex.c:244 +#, c-format +msgid "%s: Illegal open {, nesting groupings not allowed\n" +msgstr "" + +#: ../parser_regex.c:265 ../parser_regex.c:274 +#, c-format +msgid "%s: Regex grouping error: Invalid number of items between {}\n" +msgstr "" + +#: ../parser_regex.c:271 ../parser_regex.c:280 +#, c-format +msgid "" +"%s: Regex grouping error: Invalid close }, no matching open { detected\n" +msgstr "" + +#: ../parser_regex.c:337 ../parser_regex.c:343 +#, c-format +msgid "" +"%s: Regex grouping error: Unclosed grouping or character class, expecting " +"close }\n" +msgstr "" + +#: ../parser_regex.c:351 ../parser_regex.c:357 +#, c-format +msgid "%s: Internal buffer overflow detected, %d characters exceeded\n" +msgstr "" + +#: ../parser_regex.c:355 ../parser_regex.c:361 +#, c-format +msgid "%s: Unable to parse input line '%s'\n" +msgstr "" + +#: ../parser_regex.c:397 ../parser_regex.c:405 +#, c-format +msgid "%s: Invalid profile name '%s' - bad regular expression\n" +msgstr "" + +#: ../parser_policy.c:202 ../parser_policy.c:402 +#, c-format +msgid "ERROR merging rules for profile %s, failed to load\n" +msgstr "" + +#: ../parser_policy.c:234 +#, c-format +msgid "" +"ERROR profile %s contains policy elements not usable with this kernel:\n" +"\t'*', '?', character ranges, and alternations are not allowed.\n" +"\t'**' may only be used at the end of a rule.\n" +msgstr "" + +#: ../parser_policy.c:279 ../parser_policy.c:359 +#, c-format +msgid "ERROR processing regexs for profile %s, failed to load\n" +msgstr "" + +#: ../parser_policy.c:306 ../parser_policy.c:389 +#, c-format +msgid "ERROR expanding variables for profile %s, failed to load\n" +msgstr "" + +#: ../parser_policy.c:390 ../parser_policy.c:382 +#, c-format +msgid "ERROR adding hat access rule for profile %s\n" +msgstr "" + +#: ../parser_policy.c:490 ../parser_policy.c:271 +#, c-format +msgid "ERROR in profile %s, failed to load\n" +msgstr "" + +#: ../parser_policy.c:675 +#, c-format +msgid "%s: Errors found during postprocessing. Aborting.\n" +msgstr "" + +#: ../parser_policy.c:682 ../parser_policy.c:704 +#, c-format +msgid "%s: Errors found during regex postprocess. Aborting.\n" +msgstr "" + +#: ../parser_policy.c:689 +#, c-format +msgid "%s: Errors found during postprocess. Aborting.\n" +msgstr "" + +#: ../parser_policy.c:696 +#, c-format +msgid "%s: Errors found in combining rules postprocessing. Aborting.\n" +msgstr "" + +#: parser_lex.l:180 +#, c-format +msgid "Could not process include directory '%s' in '%s'" +msgstr "" + +#: ../parser_main.c:660 +msgid "Feature buffer full." +msgstr "" + +#: ../parser_main.c:1115 ../parser_main.c:1132 +msgid "Out of memory" +msgstr "" + +#: ../parser_main.c:1182 +#, c-format +msgid "Can't create cache directory: %s\n" +msgstr "" + +#: ../parser_main.c:1185 +#, c-format +msgid "File in cache directory location: %s\n" +msgstr "" + +#: ../parser_main.c:1188 +#, c-format +msgid "Can't update cache directory: %s\n" +msgstr "" + +#: ../parser_misc.c:833 +#, c-format +msgid "Internal: unexpected DBus mode character '%c' in input" +msgstr "" + +#: ../parser_misc.c:857 +#, c-format +msgid "Internal error generated invalid DBus perm 0x%x\n" +msgstr "" + +#: parser_yacc.y:575 +msgid "deny prefix not allowed" +msgstr "" + +#: parser_yacc.y:612 +msgid "owner prefix not allowed" +msgstr "" + +#: parser_yacc.y:660 +msgid "owner prefix not allow on mount rules" +msgstr "" + +#: parser_yacc.y:677 +msgid "owner prefix not allow on dbus rules" +msgstr "" + +#: parser_yacc.y:704 +msgid "owner prefix not allow on capability rules" +msgstr "" + +#: parser_yacc.y:1357 +#, c-format +msgid "invalid mount conditional %s%s" +msgstr "" + +#: parser_yacc.y:1374 +msgid "bad mount rule" +msgstr "" + +#: parser_yacc.y:1381 +msgid "mount point conditions not currently supported" +msgstr "" + +#: parser_yacc.y:1398 +#, c-format +msgid "invalid pivotroot conditional '%s'" +msgstr "" + +#: ../parser_regex.c:241 +#, c-format +msgid "" +"%s: Regex grouping error: Invalid close ], no matching open [ detected\n" +msgstr "" + +#: ../parser_regex.c:257 +#, c-format +msgid "%s: Regex grouping error: Exceeded maximum nesting of {}\n" +msgstr "" + +#: ../parser_policy.c:366 +#, c-format +msgid "ERROR processing policydb rules for profile %s, failed to load\n" +msgstr "" + +#: ../parser_policy.c:396 +#, c-format +msgid "ERROR replacing aliases for profile %s, failed to load\n" +msgstr "" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/apport.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/apport.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/apport.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/apport.po 2014-04-02 10:34:35.000000000 +0000 @@ -0,0 +1,1182 @@ +# Slovenian translation for apport +# Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 +# This file is distributed under the same license as the apport package. +# FIRST AUTHOR , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: apport\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-03-31 11:21+0000\n" +"PO-Revision-Date: 2013-09-20 11:04+0000\n" +"Last-Translator: Damir Jerovšek \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 10:59+0000\n" +"X-Generator: Launchpad (build 16967)\n" +"Language: sl\n" + +#: ../data/apportcheckresume.py:68 +#: ../debian/tmp/usr/share/apport/apportcheckresume.py:68 +msgid "" +"This occured during a previous suspend and prevented it from resuming " +"properly." +msgstr "" +"To se je pripetilo med predhodnim stanjem pripravljenosti in je preprečilo " +"pravilno nadaljevanje." + +#: ../data/apportcheckresume.py:70 +#: ../debian/tmp/usr/share/apport/apportcheckresume.py:70 +msgid "" +"This occured during a previous hibernate and prevented it from resuming " +"properly." +msgstr "" +"To se je pripetilo med predhodnim mirovanjem in je preprečilo pravilno " +"nadaljevanje." + +#: ../data/apportcheckresume.py:75 +#: ../debian/tmp/usr/share/apport/apportcheckresume.py:75 +msgid "" +"The resume processing hung very near the end and will have appeared to have " +"completed normally." +msgstr "" +"Obdelava nadaljevanja se je obesila blizu konca in bo videti, kot da se je " +"pravilno zaključila." + +#: ../data/kernel_oops.py:30 ../debian/tmp/usr/share/apport/kernel_oops.py:30 +msgid "Your system might become unstable now and might need to be restarted." +msgstr "" +"Vaš sistem lahko postane nestabilen in ga bo morda treba znova zagnati." + +#: ../data/general-hooks/ubuntu.py:130 +#: ../debian/tmp/usr/share/apport/general-hooks/ubuntu.py:130 +msgid "" +"An Ubuntu package has a file conflict with a package that is not a genuine " +"Ubuntu package" +msgstr "" +"Paket Ubuntu, ki ima spor datoteke s paketom, ki ni pristen paket Ubuntu." + +#: ../data/general-hooks/ubuntu.py:147 +#: ../debian/tmp/usr/share/apport/general-hooks/ubuntu.py:147 +msgid "" +"Your system was initially configured with grub version 2, but you have " +"removed it from your system in favor of grub 1 without configuring it. To " +"ensure your bootloader configuration is updated whenever a new kernel is " +"available, open a terminal and run:\n" +"\n" +" sudo apt-get install grub-pc\n" +msgstr "" +"Vaš sistem je bil prvotno nastavljen na različico grub 2 vendar ste ga " +"odstranili s sistema v korist grub 1 ne da bi ga ponovno nastavili. Da bi " +"zagotovili pravilne nastavitve zagonskega nalagalnika ob vsaki posodobitvi " +"jedra odprite konzlo in zaženite ukaz:\n" +"\n" +" sudo apt-get install grub-pc\n" + +#: ../gtk/apport-gtk.ui.h:1 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:1 +#: ../kde/apport-kde.py:450 ../kde/apport-kde.py:486 +#: ../debian/tmp/usr/share/apport/apport-kde.py:450 +#: ../debian/tmp/usr/share/apport/apport-kde.py:486 +msgid "Apport" +msgstr "Apport" + +#: ../gtk/apport-gtk.ui.h:2 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:2 +msgid "Crash report" +msgstr "Poročilo o sesutju" + +#: ../gtk/apport-gtk.ui.h:3 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:3 +msgid "Sorry, an internal error happened." +msgstr "Oprostite, prišlo je do notranje napake." + +#: ../gtk/apport-gtk.ui.h:4 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:4 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:300 ../kde/apport-kde.py:220 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:256 +#: ../debian/tmp/usr/share/apport/apport-kde.py:220 ../gtk/apport-gtk.py:300 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:302 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:342 +msgid "If you notice further problems, try restarting the computer." +msgstr "" +"Če opazite nadaljnje težave, poskusite s ponovnim zagonom računalnika." + +#: ../gtk/apport-gtk.ui.h:5 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:5 +msgid "Send an error report to help fix this problem" +msgstr "Pošlji poročilo o napaki za pomoč pri odpravi te težave" + +#: ../gtk/apport-gtk.ui.h:6 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:6 +msgid "Ignore future problems of this program version" +msgstr "Prezri nadaljnje težave te različice programa" + +#: ../gtk/apport-gtk.ui.h:7 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:7 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:204 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:573 ../kde/apport-kde.py:271 +#: ../debian/tmp/usr/share/apport/apport-kde.py:271 ../gtk/apport-gtk.py:204 +#: ../gtk/apport-gtk.py:573 +msgid "Show Details" +msgstr "Pokaži podrobnosti" + +#: ../gtk/apport-gtk.ui.h:8 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:8 +msgid "_Examine locally" +msgstr "_Preuči krajevno" + +#: ../gtk/apport-gtk.ui.h:9 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:9 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:287 ../kde/apport-kde.py:213 +#: ../debian/tmp/usr/share/apport/apport-kde.py:213 ../gtk/apport-gtk.py:287 +msgid "Leave Closed" +msgstr "Pusti zaprto" + +#: ../gtk/apport-gtk.ui.h:10 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:10 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:216 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:284 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:303 ../kde/apport-kde.py:210 +#: ../kde/apport-kde.py:223 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:115 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:141 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:153 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:186 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:262 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:332 +#: ../debian/tmp/usr/share/apport/apport-kde.py:210 +#: ../debian/tmp/usr/share/apport/apport-kde.py:223 ../gtk/apport-gtk.py:216 +#: ../gtk/apport-gtk.py:284 ../gtk/apport-gtk.py:303 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:115 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:144 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:157 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:192 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:310 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:350 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:479 +msgid "Continue" +msgstr "Nadaljuj" + +#: ../gtk/apport-gtk.ui.h:11 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:11 +msgid "Collecting problem information" +msgstr "Zbiranje podatkov o nastali težavi" + +#: ../gtk/apport-gtk.ui.h:12 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:12 +msgid "" +"Information is being collected that may help the developers fix the problem " +"you report." +msgstr "" +"Zbirajo se podatki, ki bi lahko pomagali razvijalcem popraviti težavo, ki " +"ste jo prijavili." + +#: ../gtk/apport-gtk.ui.h:13 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:13 +#: ../kde/apport-kde.py:415 ../debian/tmp/usr/share/apport/apport-kde.py:415 +#: ../debian/tmp/usr/bin/apport-cli.py:251 ../bin/apport-cli.py:251 +msgid "Uploading problem information" +msgstr "Pošiljajo se podatki o težavi" + +#: ../gtk/apport-gtk.ui.h:14 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:14 +msgid "Uploading problem information" +msgstr "Pošiljanje podatkov o nastali težavi" + +#: ../gtk/apport-gtk.ui.h:15 ../debian/tmp/usr/share/apport/apport-gtk.ui.h:15 +#: ../kde/apport-kde.py:416 ../debian/tmp/usr/share/apport/apport-kde.py:416 +msgid "" +"The collected information is being sent to the bug tracking system. This " +"might take a few minutes." +msgstr "" +"Zbrani podatki se pošiljajo na sistem sledenja hroščev. To utegne trajati " +"nekaj minut." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:142 ../kde/apport-kde.py:342 +#: ../debian/tmp/usr/share/apport/apport-kde.py:342 +#: ../debian/tmp/usr/bin/apport-cli.py:150 ../gtk/apport-gtk.py:142 +#: ../bin/apport-cli.py:150 +msgid "(binary data)" +msgstr "(binarni podatki)" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:157 ../gtk/apport-gtk.py:157 +#, python-format +msgid "Sorry, the application %s has stopped unexpectedly." +msgstr "Oprostite, program %s se je nepričakovano končal." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:160 ../gtk/apport-gtk.py:160 +#, python-format +msgid "Sorry, %s has closed unexpectedly." +msgstr "Oprostite, program %s se je nepričakovano zaprl." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:165 ../kde/apport-kde.py:176 +#: ../kde/apport-kde.py:217 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:110 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:254 +#: ../debian/tmp/usr/share/apport/apport-kde.py:176 +#: ../debian/tmp/usr/share/apport/apport-kde.py:217 ../gtk/apport-gtk.py:165 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:108 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:300 +#, python-format +msgid "Sorry, %s has experienced an internal error." +msgstr "Oprostite, v programu %s je prišlo do notranje napake." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:177 ../kde/apport-kde.py:162 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:286 +#: ../debian/tmp/usr/share/apport/apport-kde.py:162 +#: ../debian/tmp/usr/bin/apport-cli.py:178 ../gtk/apport-gtk.py:177 +#: ../bin/apport-cli.py:178 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:404 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:429 +msgid "Send problem report to the developers?" +msgstr "Ali želite poročilo o napaki poslati razvijalcem?" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:186 ../kde/apport-kde.py:170 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:292 +#: ../debian/tmp/usr/share/apport/apport-kde.py:170 ../gtk/apport-gtk.py:186 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:412 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:437 +msgid "Send" +msgstr "Pošlji" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:228 ../gtk/apport-gtk.py:228 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:276 +msgid "Force Closed" +msgstr "Prisili končanje" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:229 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:288 ../kde/apport-kde.py:214 +#: ../kde/apport-kde.py:361 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:226 +#: ../debian/tmp/usr/share/apport/apport-kde.py:214 +#: ../debian/tmp/usr/share/apport/apport-kde.py:361 ../gtk/apport-gtk.py:229 +#: ../gtk/apport-gtk.py:288 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:232 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:273 +msgid "Relaunch" +msgstr "Znova zaženi" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:238 ../gtk/apport-gtk.py:238 +#, python-format +msgid "The application %s has stopped responding." +msgstr "Program %s se ne odziva." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:242 ../gtk/apport-gtk.py:242 +#, python-format +msgid "The program \"%s\" has stopped responding." +msgstr "Program \"%s\" se ne odziva." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:257 ../kde/apport-kde.py:184 +#: ../debian/tmp/usr/share/apport/apport-kde.py:184 ../gtk/apport-gtk.py:257 +#, python-format +msgid "Package: %s" +msgstr "Paket: %s" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:264 ../kde/apport-kde.py:190 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:136 +#: ../debian/tmp/usr/share/apport/apport-kde.py:190 ../gtk/apport-gtk.py:264 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:137 +msgid "Sorry, a problem occurred while installing software." +msgstr "Med nameščanjem programa je prišlo do napake." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:273 +#: ../debian/tmp/usr/share/apport/apport-gtk.py:292 ../kde/apport-kde.py:197 +#: ../debian/tmp/usr/share/apport/apport-kde.py:197 ../gtk/apport-gtk.py:273 +#: ../gtk/apport-gtk.py:292 +#, python-format +msgid "The application %s has experienced an internal error." +msgstr "V programu %s je prišlo do notranje napake." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:276 ../kde/apport-kde.py:201 +#: ../debian/tmp/usr/share/apport/apport-kde.py:201 ../gtk/apport-gtk.py:276 +#, python-format +msgid "The application %s has closed unexpectedly." +msgstr "Program %s se je nepričakovano zaprl." + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:304 ../kde/apport-kde.py:224 +#: ../debian/tmp/usr/share/apport/apport-kde.py:224 ../gtk/apport-gtk.py:304 +msgid "Ignore future problems of this type" +msgstr "Prezri prihodnje težave te vrste" + +#: ../debian/tmp/usr/share/apport/apport-gtk.py:577 ../kde/apport-kde.py:268 +#: ../debian/tmp/usr/share/apport/apport-kde.py:268 ../gtk/apport-gtk.py:577 +msgid "Hide Details" +msgstr "Skrij podrobnosti" + +#: ../debian/tmp/usr/bin/apport-unpack.py:22 ../bin/apport-unpack.py:22 +#, python-format +msgid "Usage: %s " +msgstr "Uporaba: %s " + +#: ../debian/tmp/usr/bin/apport-unpack.py:46 ../bin/apport-unpack.py:46 +msgid "Destination directory exists and is not empty." +msgstr "Ciljna mapa ne obstaja ali pa ni prazna." + +#: ../apport/com.ubuntu.apport.policy.in.h:1 +msgid "Collect system information" +msgstr "Zberi podatke o sistemu" + +#: ../apport/com.ubuntu.apport.policy.in.h:2 +msgid "" +"Authentication is required to collect system information for this problem " +"report" +msgstr "" +"Za zbiranje podatkov o sistemu za to poročilo o težavi je zahtevana overitev." + +#: ../apport/com.ubuntu.apport.policy.in.h:3 +msgid "System problem reports" +msgstr "Poročila o sistemskih težavah" + +#: ../apport/com.ubuntu.apport.policy.in.h:4 +msgid "" +"Please enter your password to access problem reports of system programs" +msgstr "" +"Vnesite svoje geslo za dostop do poročil o težavah s sistemskimi programi" + +#: ../bin/apport-valgrind.py:37 ../debian/tmp/usr/bin/apport-valgrind.py:37 +msgid "See man page for details." +msgstr "Oglejte si stran priročnika za podrobnosti." + +#: ../bin/apport-valgrind.py:43 ../debian/tmp/usr/bin/apport-valgrind.py:43 +msgid "specify the log file name produced by valgrind" +msgstr "določite ime datoteke dnevnika, ki ga je ustvaril valgrind" + +#: ../bin/apport-valgrind.py:46 ../debian/tmp/usr/bin/apport-valgrind.py:46 +msgid "" +"reuse a previously created sandbox dir (SDIR) or, if it does not exist, " +"create it" +msgstr "" +"ponovno uporabi prejšnje ustvarjeno mapo sandbox (SDIR) ali jo ustvari, če " +"še ne obstaja" + +#: ../bin/apport-valgrind.py:50 ../debian/tmp/usr/bin/apport-valgrind.py:50 +msgid "" +"do not create or reuse a sandbox directory for additional debug symbols " +"but rely only on installed debug symbols." +msgstr "" +"ne ustvari ali ponovno uporabi mapo sandobox za dodatne simbole " +"razhroščevanja ampak se zanašj le na nameščene simbole razhroščevanja." + +#: ../bin/apport-valgrind.py:54 ../debian/tmp/usr/bin/apport-valgrind.py:54 +msgid "" +"reuse a previously created cache dir (CDIR) or, if it does not exist, create " +"it" +msgstr "" +"ponovno uporabi prejšnje ustvarjen predpomnilnik mape (CDIR) ali jo ustvari, " +"če še ne obstaja" + +#: ../bin/apport-valgrind.py:58 ../debian/tmp/usr/bin/apport-valgrind.py:58 +msgid "" +"report download/install progress when installing packages into sandbox" +msgstr "poroča napredek prejema /namestitve ob namestitvi paketa v sandbox" + +#: ../bin/apport-valgrind.py:62 ../debian/tmp/usr/bin/apport-valgrind.py:62 +msgid "" +"the executable that is run under valgrind's memcheck tool for memory leak " +"detection" +msgstr "" +"izvedljiva datoteka, ki teče pod orodjem pregledovalnikom pomnilnika " +"valgrind za zaznavanje puščanja pomnilnika" + +#: ../bin/apport-valgrind.py:66 ../debian/tmp/usr/bin/apport-retrace.py:59 +#: ../bin/apport-retrace.py:59 ../debian/tmp/usr/bin/apport-valgrind.py:66 +msgid "" +"Install an extra package into the sandbox (can be specified multiple times)" +msgstr "Namesti dodaten paket v peskovnik (lahko je določeno večkrat)" + +#: ../bin/apport-valgrind.py:97 ../debian/tmp/usr/bin/apport-valgrind.py:97 +#, python-format +msgid "Error: %s is not an executable. Stopping." +msgstr "Napaka: %s ni izvedljiva datoteka. Ustavljanje." + +#: ../gtk/apport-gtk.desktop.in.h:1 ../kde/apport-kde.desktop.in.h:1 +#: ../kde/apport-kde-mime.desktop.in.h:1 +msgid "Report a problem..." +msgstr "Pošlji poročilo o težavi ..." + +#: ../gtk/apport-gtk.desktop.in.h:2 ../kde/apport-kde.desktop.in.h:2 +#: ../kde/apport-kde-mime.desktop.in.h:2 +msgid "Report a malfunction to the developers" +msgstr "Poročajte napačno delovanje razvijalcem" + +#: ../kde/apport-kde.py:294 ../debian/tmp/usr/share/apport/apport-kde.py:294 +msgid "Username:" +msgstr "Uporabniško ime:" + +#: ../kde/apport-kde.py:295 ../debian/tmp/usr/share/apport/apport-kde.py:295 +msgid "Password:" +msgstr "Geslo:" + +#: ../kde/apport-kde.py:386 ../debian/tmp/usr/share/apport/apport-kde.py:386 +msgid "Collecting Problem Information" +msgstr "Zbiranje podrobnosti o težavi" + +#: ../kde/apport-kde.py:387 ../debian/tmp/usr/share/apport/apport-kde.py:387 +#: ../debian/tmp/usr/bin/apport-cli.py:238 ../bin/apport-cli.py:238 +msgid "Collecting problem information" +msgstr "Zbiranje podatkov o napaki" + +#: ../kde/apport-kde.py:388 ../debian/tmp/usr/share/apport/apport-kde.py:388 +msgid "" +"The collected information can be sent to the developers to improve the " +"application. This might take a few minutes." +msgstr "" +"Zbrane podatke lahko pošljete razvijalcem za izboljšanje programa. To lahko " +"vzame nekaj minut." + +#: ../kde/apport-kde.py:414 ../debian/tmp/usr/share/apport/apport-kde.py:414 +msgid "Uploading Problem Information" +msgstr "Pošiljanje podrobnosti o težavah" + +#: ../debian/tmp/usr/bin/apport-retrace.py:31 ../bin/apport-retrace.py:31 +msgid "%prog [options] " +msgstr "%prog [možnosti] " + +#: ../debian/tmp/usr/bin/apport-retrace.py:33 ../bin/apport-retrace.py:33 +msgid "Do not put the new traces into the report, but write them to stdout." +msgstr "Ne dajaj novih sledi v poročilo temveč jih izpiši v stdout." + +#: ../debian/tmp/usr/bin/apport-retrace.py:35 ../bin/apport-retrace.py:35 +msgid "" +"Start an interactive gdb session with the report's core dump (-o ignored; " +"does not rewrite report)" +msgstr "" +"Prični vzajemno sejo gdb z izpisom jedra poročila (-o prezrt; ne prepiše " +"poročila)" + +#: ../debian/tmp/usr/bin/apport-retrace.py:37 ../bin/apport-retrace.py:37 +msgid "" +"Write modified report to given file instead of changing the original report" +msgstr "" +"Zapiše spremenjeno poročilo v dano datoteko namesto spreminjanja izvirnega" + +#: ../debian/tmp/usr/bin/apport-retrace.py:39 ../bin/apport-retrace.py:39 +msgid "Remove the core dump from the report after stack trace regeneration" +msgstr "Odstrani izpis jedra iz poročila po ponovni izgradnji sledi sklada" + +#: ../debian/tmp/usr/bin/apport-retrace.py:41 ../bin/apport-retrace.py:41 +msgid "Override report's CoreFile" +msgstr "Prepiši jedrno datoteko poročila" + +#: ../debian/tmp/usr/bin/apport-retrace.py:43 ../bin/apport-retrace.py:43 +msgid "Override report's ExecutablePath" +msgstr "Prepiši izvedljivo pot poročila" + +#: ../debian/tmp/usr/bin/apport-retrace.py:45 ../bin/apport-retrace.py:45 +msgid "Override report's ProcMaps" +msgstr "Prepiši ProcMap poročila" + +#: ../debian/tmp/usr/bin/apport-retrace.py:47 ../bin/apport-retrace.py:47 +msgid "Rebuild report's Package information" +msgstr "Znova izgradi podatke o paketih v poročilu" + +#: ../debian/tmp/usr/bin/apport-retrace.py:49 ../bin/apport-retrace.py:49 +msgid "" +"Build a temporary sandbox and download/install the necessary packages and " +"debug symbols in there; without this option it assumes that the necessary " +"packages and debug symbols are already installed in the system. The argument " +"points to the packaging system configuration base directory; if you specify " +"\"system\", it will use the system configuration files, but will then only " +"be able to retrace crashes that happened on the currently running release." +msgstr "" +"Izgradi začasen peskovnik in prejme/namesti zahtevane pakete in " +"razhroščevalne simbole. Brez možnosti predpostavi, da so nujni paketi in " +"razhroščevalni simboli že nameščeni na sistemu. Argument kaže na osnovno " +"mapo nastavite sistema pakiranja. V primeru da določite \"system\", bo " +"uporabil sistemske nastavitvene datoteke, vendar boste lahko ponovno sledili " +"sesutjem, ki se zgodijo na trenutno izvajajoči se izdaji." + +#: ../debian/tmp/usr/bin/apport-retrace.py:51 ../bin/apport-retrace.py:51 +msgid "" +"Report download/install progress when installing packages into sandbox" +msgstr "" +"Poročaj o napredku prejema/namestitve med nameščanje paketov v peskovnik" + +#: ../debian/tmp/usr/bin/apport-retrace.py:53 ../bin/apport-retrace.py:53 +msgid "Prepend timestamps to log messages, for batch operation" +msgstr "Pripni časovne žige sporočilom dnevnika za paketna opravila" + +#: ../debian/tmp/usr/bin/apport-retrace.py:55 ../bin/apport-retrace.py:55 +msgid "Cache directory for packages downloaded in the sandbox" +msgstr "Mapa predpomnilnika za pakete prejete v peskovnik" + +#: ../debian/tmp/usr/bin/apport-retrace.py:57 ../bin/apport-retrace.py:57 +msgid "" +"Directory for unpacked packages. Future runs will assume that any already " +"downloaded package is also extracted to this sandbox." +msgstr "" +"Imenik nepakiranih paketov. Naslednji zagoni programa bodo zagotovili, da se " +"bodo vsi prejeti paketi razširjali v ta peskovnik." + +#: ../debian/tmp/usr/bin/apport-retrace.py:61 ../bin/apport-retrace.py:61 +msgid "" +"Path to a file with the crash database authentication information. This is " +"used when specifying a crash ID to upload the retraced stack traces (only if " +"neither -g, -o, nor -s are specified)" +msgstr "" +"Pot do datoteke s podatki o overitvi podatkovne zbirke sesutij. To je " +"uporabljeno ob navedbi ID sesutja za pošiljanje znova načrtanih sledi " +"skladov (samo, če -g, -o in -s niso navedeni)" + +#: ../debian/tmp/usr/bin/apport-retrace.py:63 ../bin/apport-retrace.py:63 +msgid "" +"Display retraced stack traces and ask for confirmation before sending them " +"to the crash database." +msgstr "" +"Prikaži znova narčrtane sledi sklada in vprašaj za potrditev pred njihovim " +"pošiljanjem v podatkovno zbirko sesutij." + +#: ../debian/tmp/usr/bin/apport-retrace.py:65 ../bin/apport-retrace.py:65 +msgid "" +"Path to the duplicate sqlite database (default: no duplicate checking)" +msgstr "" +"Pot do podatkovne zbirke dvojnika sqlite (privzeto: ni preverjanja za " +"dvojnike)" + +#: ../debian/tmp/usr/bin/apport-retrace.py:70 ../bin/apport-retrace.py:70 +msgid "incorrect number of arguments; use --help for a short help" +msgstr "nepravilno število argumentov; uporabite --help za kratko pomoč" + +#: ../debian/tmp/usr/bin/apport-retrace.py:76 ../bin/apport-retrace.py:76 +msgid "You cannot use -C without -S. Stopping." +msgstr "Ne morete uporabiti -C brez -S. Ustavljanje." + +#: ../debian/tmp/usr/bin/apport-retrace.py:80 ../bin/apport-retrace.py:80 +msgid "" +"you either need to do a local operation (-s, -g, -o) or supply an " +"authentication file (--auth); see --help for a short help" +msgstr "" +"izvesti morate krajevno opravilo (-s, -g, -o) ali zagotoviti datoteko " +"overitve (--auth); oglejte si --help za kratko pomoč" + +#. translators: don't translate y/n, apport currently only checks for "y" +#: ../debian/tmp/usr/bin/apport-retrace.py:114 ../bin/apport-retrace.py:114 +msgid "OK to send these as attachments? [y/n]" +msgstr "Ali je pošiljanje teh prilog vredu? [y/n]" + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:144 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:148 +msgid "Package: apport 1.2.3~0ubuntu1" +msgstr "Paket: apport 1.2.3~0ubuntu1" + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:180 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_kde.py:221 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:184 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:225 +msgid "The application Apport has closed unexpectedly." +msgstr "Program Apport se je nepričakovano zaprl." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:124 +#: ../apport/ui.py:124 +msgid "This package does not seem to be installed correctly" +msgstr "Videti je, da ta paket ni nameščen pravilno" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:128 +#: ../apport/ui.py:128 +#, python-format +msgid "" +"This is not an official %s package. Please remove any third party package " +"and try again." +msgstr "" +"To ni uradni paket %s. Odstranite morebitni paket tretjih oseb in poskusite " +"znova." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:145 +#: ../apport/ui.py:145 +#, python-format +msgid "" +"You have some obsolete package versions installed. Please upgrade the " +"following packages and check if the problem still occurs:\n" +"\n" +"%s" +msgstr "" +"Nameščene imate nekatere zastarele različice paketov. Nadgradite naslednje " +"pakete in preverite, če se težava še vedno pojavlja:\n" +"\n" +"%s" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:269 +#: ../apport/ui.py:269 +msgid "unknown program" +msgstr "neznam program" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:270 +#: ../apport/ui.py:270 +#, python-format +msgid "Sorry, the program \"%s\" closed unexpectedly" +msgstr "Program \"%s\" se je nepričakovano zaprl" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:272 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1306 +#: ../apport/ui.py:272 ../apport/ui.py:1306 +#, python-format +msgid "Problem in %s" +msgstr "Težava v %s" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:273 +#: ../apport/ui.py:273 +msgid "" +"Your computer does not have enough free memory to automatically analyze the " +"problem and send a report to the developers." +msgstr "" +"Vaš računalnik nima dovolj prostega pomnilnika za samodejno preučevanje " +"težave in pošiljanje poročila razvijalcem." + +#. package does not exist +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:288 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:294 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:300 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:343 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:351 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:478 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:481 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:682 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1113 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1278 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1282 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui.py:276 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui.py:1049 +#: ../apport/ui.py:288 ../apport/ui.py:294 ../apport/ui.py:300 +#: ../apport/ui.py:343 ../apport/ui.py:351 ../apport/ui.py:478 +#: ../apport/ui.py:481 ../apport/ui.py:682 ../apport/ui.py:1113 +#: ../apport/ui.py:1278 ../apport/ui.py:1282 +msgid "Invalid problem report" +msgstr "Neveljavno poročilo o napaki" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:289 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1284 +#: ../apport/ui.py:289 ../apport/ui.py:1284 +msgid "This problem report is damaged and cannot be processed." +msgstr "Poročilo o težavi je poškodovano, zato njegova obdelava ni mogoča." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:295 +#: ../apport/ui.py:295 +msgid "The report belongs to a package that is not installed." +msgstr "Poročilo pripada nenameščenemu paketu." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:301 +#: ../apport/ui.py:301 +msgid "An error occurred while attempting to process this problem report:" +msgstr "Med poskusom obdelave tega poročila o hrošču je prišlo do težave:" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:344 +#: ../apport/ui.py:344 +msgid "You are not allowed to access this problem report." +msgstr "Dostop do poročila o napaki je bil zavrnjen." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:347 +#: ../apport/ui.py:347 +msgid "Error" +msgstr "Napaka" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:348 +#: ../apport/ui.py:348 +msgid "There is not enough disk space available to process this report." +msgstr "Na disku ni dovolj prostora za obdelavo tega poročila." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:432 +#: ../apport/ui.py:432 +msgid "No package specified" +msgstr "Naveden ni noben paket" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:433 +#: ../apport/ui.py:433 +msgid "" +"You need to specify a package or a PID. See --help for more information." +msgstr "Navesti morate paket ali PID. Oglejte si --help za več podrobnosti." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:456 +#: ../apport/ui.py:456 +msgid "Permission denied" +msgstr "Dovoljenje je zavrnjeno" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:457 +#: ../apport/ui.py:457 +msgid "" +"The specified process does not belong to you. Please run this program as the " +"process owner or as root." +msgstr "" +"Navedeno opravilo ne pripada vam. Zaženite ta program kot lastnik opravila " +"ali kot skrbnik." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:459 +#: ../apport/ui.py:459 +msgid "Invalid PID" +msgstr "Neveljaven PID" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:460 +#: ../apport/ui.py:460 +msgid "The specified process ID does not belong to a program." +msgstr "Naveden ID opravila ne pripada programu." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:479 +#: ../apport/ui.py:479 +#, python-format +msgid "Symptom script %s did not determine an affected package" +msgstr "Skript simptoma %s ni zaznal prizadetega paketa" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:482 +#: ../apport/ui.py:482 +#, python-format +msgid "Package %s does not exist" +msgstr "Paket %s ne obstaja" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:506 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:694 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:699 +#: ../apport/ui.py:506 ../apport/ui.py:694 ../apport/ui.py:699 +msgid "Cannot create report" +msgstr "Ni mogoče ustvariti poročila" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:521 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:567 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:584 +#: ../apport/ui.py:521 ../apport/ui.py:567 ../apport/ui.py:584 +msgid "Updating problem report" +msgstr "Posodabljanje poročila o težavi" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:522 +#: ../apport/ui.py:522 +msgid "" +"You are not the reporter or subscriber of this problem report, or the report " +"is a duplicate or already closed.\n" +"\n" +"Please create a new report using \"apport-bug\"." +msgstr "" +"Niste poročevalec ali naročnik tega poročila o težavi, ali pa je poročilo " +"podvojeno ali že zaključeno.\n" +"\n" +"Ustvarite novo poročilo z uporabo \"apport-bug\"." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:531 +#: ../apport/ui.py:531 +msgid "" +"You are not the reporter of this problem report. It is much easier to mark a " +"bug as a duplicate of another than to move your comments and attachments to " +"a new bug.\n" +"\n" +"Subsequently, we recommend that you file a new bug report using \"apport-" +"bug\" and make a comment in this bug about the one you file.\n" +"\n" +"Do you really want to proceed?" +msgstr "" +"Niste poročevalec ali naročnik tega poročila o težavi. Veliko lažje je " +"označiti hrošča kot podvojenega, kot pa premikati vaše opombe in priloge v " +"novega hrošča.\n" +"\n" +"Zato vam priporočamo, da ustvarite novo poročilo o hroščču z uporabo " +"\"apport-bug\", in opozorite nanj v prvotnem poročilu.\n" +"\n" +"Ali želite resnično nadaljevati?" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:568 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:585 +#: ../apport/ui.py:568 ../apport/ui.py:585 +msgid "No additional information collected." +msgstr "Dodatni podatki niso bili pridobljeni." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:636 +#: ../apport/ui.py:636 +msgid "What kind of problem do you want to report?" +msgstr "O kakšni vrsti težave bi radi poročali?" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:653 +#: ../apport/ui.py:653 +msgid "Unknown symptom" +msgstr "Neznan simptom" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:654 +#: ../apport/ui.py:654 +#, python-format +msgid "The symptom \"%s\" is not known." +msgstr "Simptom \"%s\" ni znan." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:685 +#: ../apport/ui.py:685 +msgid "" +"After closing this message please click on an application window to report a " +"problem about it." +msgstr "" +"Po zaprtju tega sporočila kliknite na okno programa za poročanje težav o " +"njem." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:695 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:700 +#: ../apport/ui.py:695 ../apport/ui.py:700 +msgid "xprop failed to determine process ID of the window" +msgstr "xprop ni uspelo določevanje ID-ja opravila okna" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:714 +#: ../apport/ui.py:714 +msgid "%prog " +msgstr "%prog <številka poročila>" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:716 +#: ../apport/ui.py:716 +msgid "Specify package name." +msgstr "Navedite ime paketa." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:718 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:769 +#: ../apport/ui.py:718 ../apport/ui.py:769 +msgid "Add an extra tag to the report. Can be specified multiple times." +msgstr "Doda dodatno oznako poročilu. Določite jo lahko večkrat." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:748 +#: ../apport/ui.py:748 +msgid "" +"%prog [options] [symptom|pid|package|program path|.apport/.crash file]" +msgstr "" +"%prog [možnosti] [simptom|pid|paket|pot programa|datoteka .apport/.crash]" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:751 +#: ../apport/ui.py:751 +msgid "" +"Start in bug filing mode. Requires --package and an optional --pid, or just " +"a --pid. If neither is given, display a list of known symptoms. (Implied if " +"a single argument is given.)" +msgstr "" +"Zaganjanje v načinu prijave napake. To zahteva --package in izbirno tudi --" +"pdi, ali pa samo --pid. Če ne podate nobenega izmed naštetih, bo prikazan " +"seznam znanih simptomov. (Privzeto, ko je podan samo en argument)." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:753 +#: ../apport/ui.py:753 +msgid "Click a window as a target for filing a problem report." +msgstr "Kliknite na okno kot cilj za izpolnjevanje poročila o težavi." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:755 +#: ../apport/ui.py:755 +msgid "Start in bug updating mode. Can take an optional --package." +msgstr "" +"Zaženi v načinu posodabljanja hroščev. Lahko dodate izbiren parameter --" +"package." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:757 +#: ../apport/ui.py:757 +msgid "" +"File a bug report about a symptom. (Implied if symptom name is given as only " +"argument.)" +msgstr "" +"Vloži prijavo hrošča o simptomu. (predpostavljeno, če je ime simptoma dano " +"kot edini argument.)" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:759 +#: ../apport/ui.py:759 +msgid "" +"Specify package name in --file-bug mode. This is optional if a --pid is " +"specified. (Implied if package name is given as only argument.)" +msgstr "" +"V načinu --file-bug navedite ime paketa. Če je --pid podan, to ni obvezno. " +"(Privzeto, ko je kot edini argument podano ime paketa)" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:761 +#: ../apport/ui.py:761 +msgid "" +"Specify a running program in --file-bug mode. If this is specified, the bug " +"report will contain more information. (Implied if pid is given as only " +"argument.)" +msgstr "" +"Določi delujoč program v načinu --file-bug. V primeru da je to navedeno, bo " +"poročilo o hrošču vsebovalo več podrobnosti (predpostavljeno, če je pid dan " +"kot edini argument.)." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:763 +#: ../apport/ui.py:763 +msgid "The provided pid is a hanging application." +msgstr "Program s posredovanom pid-jem se je obesil." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:765 +#: ../apport/ui.py:765 +#, python-format +msgid "" +"Report the crash from given .apport or .crash file instead of the pending " +"ones in %s. (Implied if file is given as only argument.)" +msgstr "" +"Poroča o sesutju iz dane datoteke .apport ali .crah namesto iz čakajočih v " +"%s. (Predpostavljeno, če je datoteka dana kot edini argument)." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:767 +#: ../apport/ui.py:767 +msgid "" +"In bug filing mode, save the collected information into a file instead of " +"reporting it. This file can then be reported later on from a different " +"machine." +msgstr "" +"V načinu poročanja hrošča zbrane podatke shrani v datoteko namesto " +"poročanja. To datoteko lahko uporabite za poročanje kasneje z druge naprave." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:771 +#: ../apport/ui.py:771 +msgid "Print the Apport version number." +msgstr "Izpiši številko različice Apporta." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:911 +#: ../apport/ui.py:911 +msgid "" +"This will launch apport-retrace in a terminal window to examine the crash." +msgstr "To bo v terminalu zagnalo apport-retrace za preučevanje sesutja." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:912 +#: ../apport/ui.py:912 +msgid "Run gdb session" +msgstr "Poženi sejo gdb" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:913 +#: ../apport/ui.py:913 +msgid "Run gdb session without downloading debug symbols" +msgstr "Poženi sejo gdb brez prejemanja razhroščevalnih simbolov" + +#. TRANSLATORS: %s contains the crash report file name +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:915 +#: ../apport/ui.py:915 +#, python-format +msgid "Update %s with fully symbolic stack trace" +msgstr "Posodobi %s s polno simbolično sledjo sklicev" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:991 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1001 +#: ../apport/ui.py:991 ../apport/ui.py:1001 +msgid "" +"This problem report applies to a program which is not installed any more." +msgstr "To poročilo o težavi se nanaša na program, ki ni več nameščen." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1016 +#: ../apport/ui.py:1016 +#, python-format +msgid "" +"The problem happened with the program %s which changed since the crash " +"occurred." +msgstr "Težava se je zgodila s programom %s, ki se je od sesutja spremenil." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1114 +#: ../apport/ui.py:1114 +msgid "Could not determine the package or source package name." +msgstr "Ni bilo mogoče določiti imena paketa ali izvornega paketa." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1132 +#: ../apport/ui.py:1132 +msgid "Unable to start web browser" +msgstr "Spletnega brskalnika ni mogoče zagnati" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1133 +#: ../apport/ui.py:1133 +#, python-format +msgid "Unable to start web browser to open %s." +msgstr "Spletni brskalnik ne more odpreti %s." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1232 +#: ../apport/ui.py:1232 +#, python-format +msgid "Please enter your account information for the %s bug tracking system" +msgstr "Vpišite podatke svojega računa za sledilni sistem hroščev %s" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1244 +#: ../apport/ui.py:1244 +msgid "Network problem" +msgstr "Težava z omrežjem" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1246 +#: ../apport/ui.py:1246 +msgid "" +"Cannot connect to crash database, please check your Internet connection." +msgstr "" +"Ni se mogoče povezati z zbirko podatkov o napakah. Preverite svojo " +"internetno povezavo." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1273 +#: ../apport/ui.py:1273 +msgid "Memory exhaustion" +msgstr "Pomnilnik je zapolnjen" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1274 +#: ../apport/ui.py:1274 +msgid "Your system does not have enough memory to process this crash report." +msgstr "" +"Vašemu sistemu je zmanjkalo pomnilnika za obdelavo poročila o sesutju." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1309 +#: ../apport/ui.py:1309 +#, python-format +msgid "" +"The problem cannot be reported:\n" +"\n" +"%s" +msgstr "" +"O težavi ni mogoče poročati:\n" +"\n" +"%s" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1365 +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1372 +#: ../apport/ui.py:1365 ../apport/ui.py:1372 +msgid "Problem already known" +msgstr "Težava je že znana" + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1366 +#: ../apport/ui.py:1366 +msgid "" +"This problem was already reported in the bug report displayed in the web " +"browser. Please check if you can add any further information that might be " +"helpful for the developers." +msgstr "" +"Poročilo o tej težavi je bilo že poslano v poročilu o hrošču, ki je bilo " +"prikazano v spletnem brskalniku. Preverite, če lahko dodate še kakšen " +"podatek, ki bi lahko pomagal razvijalcem." + +#: ../debian/tmp/usr/lib/python2.7/dist-packages/apport/ui.py:1373 +#: ../apport/ui.py:1373 +msgid "This problem was already reported to developers. Thank you!" +msgstr "Ta težava je bila že poročana razvijalcem. Hvala vam!" + +#: ../debian/tmp/usr/bin/apport-cli.py:74 ../bin/apport-cli.py:74 +msgid "Press any key to continue..." +msgstr "Pritisnite katerokoli tipko za nadaljevanje ..." + +#: ../debian/tmp/usr/bin/apport-cli.py:81 ../bin/apport-cli.py:81 +msgid "What would you like to do? Your options are:" +msgstr "Kaj želite storiti? Vaše možnosti so:" + +#: ../debian/tmp/usr/bin/apport-cli.py:85 ../bin/apport-cli.py:85 +#, python-format +msgid "Please choose (%s):" +msgstr "Prosimo izberite (%s):" + +#: ../debian/tmp/usr/bin/apport-cli.py:148 ../bin/apport-cli.py:148 +#, python-format +msgid "(%i bytes)" +msgstr "(%i bajtov)" + +#: ../debian/tmp/usr/bin/apport-cli.py:179 ../bin/apport-cli.py:179 +msgid "" +"After the problem report has been sent, please fill out the form in the\n" +"automatically opened web browser." +msgstr "" +"Ko bo poročilo o težavi poslano, izpolnite obrazec v\n" +"samodejno odprtem spletnem brskalniku." + +#: ../debian/tmp/usr/bin/apport-cli.py:182 ../bin/apport-cli.py:182 +#, python-format +msgid "&Send report (%s)" +msgstr "&Pošlji poročilo (%s)" + +#: ../debian/tmp/usr/bin/apport-cli.py:186 ../bin/apport-cli.py:186 +msgid "&Examine locally" +msgstr "&Preuči krajevno" + +#: ../debian/tmp/usr/bin/apport-cli.py:190 ../bin/apport-cli.py:190 +msgid "&View report" +msgstr "&Ogled poročila" + +#: ../debian/tmp/usr/bin/apport-cli.py:191 ../bin/apport-cli.py:191 +msgid "&Keep report file for sending later or copying to somewhere else" +msgstr "" +"O&bdrži datoteko o poročilu za kasnejše pošiljanje ali kopiranje kam drugam" + +#: ../debian/tmp/usr/bin/apport-cli.py:192 ../bin/apport-cli.py:192 +msgid "Cancel and &ignore future crashes of this program version" +msgstr "P&rekliči in prezri nadaljnja sesutja te različice programa" + +#: ../debian/tmp/usr/bin/apport-cli.py:194 +#: ../debian/tmp/usr/bin/apport-cli.py:271 +#: ../debian/tmp/usr/bin/apport-cli.py:303 +#: ../debian/tmp/usr/bin/apport-cli.py:324 ../bin/apport-cli.py:194 +#: ../bin/apport-cli.py:271 ../bin/apport-cli.py:303 ../bin/apport-cli.py:324 +msgid "&Cancel" +msgstr "&Prekliči" + +#: ../debian/tmp/usr/bin/apport-cli.py:222 ../bin/apport-cli.py:222 +msgid "Problem report file:" +msgstr "Datoteka s poročilom o napaki:" + +#: ../debian/tmp/usr/bin/apport-cli.py:228 +#: ../debian/tmp/usr/bin/apport-cli.py:233 ../bin/apport-cli.py:228 +#: ../bin/apport-cli.py:233 +msgid "&Confirm" +msgstr "Po&trdi" + +#: ../debian/tmp/usr/bin/apport-cli.py:232 ../bin/apport-cli.py:232 +#, python-format +msgid "Error: %s" +msgstr "Napaka: %s" + +#: ../debian/tmp/usr/bin/apport-cli.py:239 ../bin/apport-cli.py:239 +msgid "" +"The collected information can be sent to the developers to improve the\n" +"application. This might take a few minutes." +msgstr "" +"Zbrani podatki lahko pošljete razvijalcem za izboljšanje\n" +"programa. To lahko traja nekaj minut." + +#: ../debian/tmp/usr/bin/apport-cli.py:252 ../bin/apport-cli.py:252 +msgid "" +"The collected information is being sent to the bug tracking system.\n" +"This might take a few minutes." +msgstr "" +"Zbrani podatki se pošiljajo v sledilni sistem hroščev.\n" +"To lahko traja nekaj minut." + +#: ../debian/tmp/usr/bin/apport-cli.py:302 ../bin/apport-cli.py:302 +msgid "&Done" +msgstr "&Končano" + +#: ../debian/tmp/usr/bin/apport-cli.py:308 ../bin/apport-cli.py:308 +msgid "none" +msgstr "brez" + +#: ../debian/tmp/usr/bin/apport-cli.py:309 ../bin/apport-cli.py:309 +#, python-format +msgid "Selected: %s. Multiple choices:" +msgstr "Izbrano: %s. Več izbir:" + +#: ../debian/tmp/usr/bin/apport-cli.py:325 ../bin/apport-cli.py:325 +msgid "Choices:" +msgstr "Izbire:" + +#: ../debian/tmp/usr/bin/apport-cli.py:339 ../bin/apport-cli.py:339 +msgid "Path to file (Enter to cancel):" +msgstr "Pot do datoteke (Enter za preklic):" + +#: ../debian/tmp/usr/bin/apport-cli.py:345 ../bin/apport-cli.py:345 +msgid "File does not exist." +msgstr "Datoteka ne obstaja." + +#: ../debian/tmp/usr/bin/apport-cli.py:347 ../bin/apport-cli.py:347 +msgid "This is a directory." +msgstr "To je mapa." + +#: ../debian/tmp/usr/bin/apport-cli.py:353 ../bin/apport-cli.py:353 +msgid "To continue, you must visit the following URL:" +msgstr "Za nadaljevanje morate obiskati naslednji URL:" + +#: ../debian/tmp/usr/bin/apport-cli.py:355 ../bin/apport-cli.py:355 +msgid "" +"You can launch a browser now, or copy this URL into a browser on another " +"computer." +msgstr "" +"Sedaj lahko zaženete svoj spletni brskalnik ali prekopirate URL v brskalnik " +"na drugem računalniku." + +#: ../debian/tmp/usr/bin/apport-cli.py:357 ../bin/apport-cli.py:357 +msgid "Launch a browser now" +msgstr "Zaženi spletni brskalnik zdaj" + +#: ../debian/tmp/usr/bin/apport-cli.py:371 ../bin/apport-cli.py:371 +msgid "No pending crash reports. Try --help for more information." +msgstr "" +"Brez čakajočih poročil o sesutju. Za več podrobnosti poizkusite s --help." + +#: ../kde/apport-kde-mimelnk.desktop.in.h:1 +msgid "Apport crash file" +msgstr "Datoteka poročila o sesutju" + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui.py:1069 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui.py:1080 +#: ../debian/tmp/usr/share/apport/testsuite/test_ui.py:1091 +msgid "Problem in bash" +msgstr "Težava v bashu" + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:263 +msgid "The application Apport has stopped responding." +msgstr "Program Apport se ne odziva." + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:265 +msgid "You can wait to see if it wakes up, or close or relaunch it." +msgstr "Lahko počakate, če se zbudi, ga zaprete ali pa ponovno zaženete." + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:340 +msgid "Sorry, the application apport has stopped unexpectedly." +msgstr "Oprostite, program apport se je nepričakovano zaustavil." + +#: ../debian/tmp/usr/share/apport/testsuite/test_ui_gtk.py:357 +msgid "Sorry, apport has closed unexpectedly." +msgstr "Program Apport se je nepričakovano zaprl." diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/coreutils.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/coreutils.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/coreutils.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/coreutils.po 2014-04-02 10:34:33.000000000 +0000 @@ -0,0 +1,12163 @@ +# -*- mode: po; coding: utf-8; -*- Slovenian message catalog for GNU coreutils. +# Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. +# This file is distributed under the same license as the coreutils package. +# Primož Peterlin , 1996, 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012. +# Klemen Košir , 2011. +# $Id: coreutils-8.20-pre1.sl.po,v 1.2 2012/10/28 21:27:44 peterlin Exp $ +# +msgid "" +msgstr "" +"Project-Id-Version: GNU coreutils 8.20-pre1\n" +"Report-Msgid-Bugs-To: bug-coreutils@gnu.org\n" +"POT-Creation-Date: 2013-02-14 15:56+0000\n" +"PO-Revision-Date: 2014-03-25 03:39+0000\n" +"Last-Translator: Primož Peterlin \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || " +"n%100==4 ? 3 : 0);\n" +"X-Launchpad-Export-Date: 2014-04-01 10:35+0000\n" +"X-Generator: Launchpad (build 16967)\n" +"Language: sl\n" + +#: lib/argmatch.c:133 +#, c-format +msgid "invalid argument %s for %s" +msgstr "neveljavni argument %s za %s" + +#: lib/argmatch.c:134 +#, c-format +msgid "ambiguous argument %s for %s" +msgstr "dvoumni argument %s za %s" + +#: lib/argmatch.c:153 +msgid "Valid arguments are:" +msgstr "Veljavni argumenti so:" + +#: lib/closein.c:100 +msgid "error closing file" +msgstr "napaka med zapiranjem datoteke" + +#: lib/closeout.c:112 src/base64.c:112 src/base64.c:124 src/base64.c:130 +#: src/base64.c:171 src/base64.c:227 src/cat.c:186 src/cat.c:202 src/cat.c:286 +#: src/cksum.c:251 src/expand.c:329 src/expand.c:354 src/head.c:297 +#: src/head.c:347 src/head.c:763 src/head.c:804 src/mktemp.c:351 src/od.c:925 +#: src/paste.c:160 src/shuf.c:368 src/split.c:741 src/split.c:978 +#: src/split.c:983 src/tail.c:349 src/tail.c:1201 src/tail.c:1307 +#: src/tail.c:2204 src/tr.c:1620 src/tr.c:1845 src/tr.c:1939 +#: src/unexpand.c:426 src/unexpand.c:442 +#, c-format +msgid "write error" +msgstr "napaka pri pisanju" + +#: lib/copy-acl.c:611 src/copy.c:1165 src/copy.c:2617 +#, c-format +msgid "preserving permissions for %s" +msgstr "ohranjena dovoljenja za %s" + +#: lib/error.c:188 +msgid "Unknown system error" +msgstr "Neznana sistemska napaka" + +#: lib/file-type.c:38 +msgid "regular empty file" +msgstr "navadna prazna datoteka" + +#: lib/file-type.c:38 +msgid "regular file" +msgstr "navadna datoteka" + +#: lib/file-type.c:41 +msgid "directory" +msgstr "imenik" + +#: lib/file-type.c:44 +msgid "block special file" +msgstr "bločna enota" + +#: lib/file-type.c:47 +msgid "character special file" +msgstr "znakovna enota" + +#: lib/file-type.c:50 +msgid "fifo" +msgstr "FIFO" + +# ! INEXACT +#: lib/file-type.c:53 +msgid "symbolic link" +msgstr "simbolna povezava" + +#: lib/file-type.c:56 +msgid "socket" +msgstr "vtičnica" + +#: lib/file-type.c:59 +msgid "message queue" +msgstr "vrsta sporočil" + +#: lib/file-type.c:62 +msgid "semaphore" +msgstr "semafor" + +#: lib/file-type.c:65 +msgid "shared memory object" +msgstr "deljen pomnilniški predmet" + +#: lib/file-type.c:68 +msgid "typed memory object" +msgstr "tipiziran pomnilniški predmet" + +#: lib/file-type.c:70 +msgid "weird file" +msgstr "čudna datoteka" + +#: lib/gai_strerror.c:57 +msgid "Address family for hostname not supported" +msgstr "Družina naslovov za ime gostitelja ni podprta" + +#: lib/gai_strerror.c:58 +msgid "Temporary failure in name resolution" +msgstr "Razreševanje imena začasno ni uspelo" + +#: lib/gai_strerror.c:59 +msgid "Bad value for ai_flags" +msgstr "Slaba vrednost ai_flags" + +#: lib/gai_strerror.c:60 +msgid "Non-recoverable failure in name resolution" +msgstr "Nepopravljiv neuspeh pri razreševanju imena" + +#: lib/gai_strerror.c:61 +msgid "ai_family not supported" +msgstr "ai_family ni podprt" + +#: lib/gai_strerror.c:62 +msgid "Memory allocation failure" +msgstr "Dodelitev pomnilnika ni uspela" + +#: lib/gai_strerror.c:63 +msgid "No address associated with hostname" +msgstr "Z imenom gostitelja ni povezan noben naslov" + +#: lib/gai_strerror.c:64 +msgid "Name or service not known" +msgstr "Ime ali storitev ni poznana" + +#: lib/gai_strerror.c:65 +msgid "Servname not supported for ai_socktype" +msgstr "Servname ni podprt za ai_socktype" + +#: lib/gai_strerror.c:66 +msgid "ai_socktype not supported" +msgstr "ai_socktype ni podprt" + +#: lib/gai_strerror.c:67 +msgid "System error" +msgstr "Sistemska napaka" + +#: lib/gai_strerror.c:68 +msgid "Argument buffer too small" +msgstr "Medpomnilnik za argumente premajhen" + +#: lib/gai_strerror.c:70 +msgid "Processing request in progress" +msgstr "Obdelava zahtevka v teku" + +#: lib/gai_strerror.c:71 +msgid "Request canceled" +msgstr "Zahtevek preklican" + +#: lib/gai_strerror.c:72 +msgid "Request not canceled" +msgstr "Zahtevek ni preklican" + +#: lib/gai_strerror.c:73 +msgid "All requests done" +msgstr "Vsi zahtevki obdelani" + +#: lib/gai_strerror.c:74 +msgid "Interrupted by a signal" +msgstr "Prekinjeno s signalom" + +#: lib/gai_strerror.c:75 +msgid "Parameter string not correctly encoded" +msgstr "Parametrični niz nepravilno kodiran" + +#: lib/gai_strerror.c:87 +msgid "Unknown error" +msgstr "Neznana napaka" + +#: lib/getopt.c:547 lib/getopt.c:576 +#, c-format +msgid "%s: option '%s' is ambiguous; possibilities:" +msgstr "%s: izbira »%s« je dvoumna; možnosti:" + +#: lib/getopt.c:624 lib/getopt.c:628 +#, c-format +msgid "%s: option '--%s' doesn't allow an argument\n" +msgstr "%s: izbira »--%s« ne dovoljuje argumenta\n" + +#: lib/getopt.c:637 lib/getopt.c:642 +#, c-format +msgid "%s: option '%c%s' doesn't allow an argument\n" +msgstr "%s: izbira »%c%s« ne dovoljuje argumenta\n" + +#: lib/getopt.c:685 lib/getopt.c:704 +#, c-format +msgid "%s: option '--%s' requires an argument\n" +msgstr "%s: izbira »--%s« zahteva argument\n" + +#: lib/getopt.c:742 lib/getopt.c:745 +#, c-format +msgid "%s: unrecognized option '--%s'\n" +msgstr "%s: neprepoznana izbira »--%s«\n" + +#: lib/getopt.c:753 lib/getopt.c:756 +#, c-format +msgid "%s: unrecognized option '%c%s'\n" +msgstr "%s: neprepoznana izbira »%c%s«\n" + +#: lib/getopt.c:805 lib/getopt.c:808 +#, c-format +msgid "%s: invalid option -- '%c'\n" +msgstr "%s: neveljavna izbira -- '%c'\n" + +#: lib/getopt.c:861 lib/getopt.c:878 lib/getopt.c:1088 lib/getopt.c:1106 +#, c-format +msgid "%s: option requires an argument -- '%c'\n" +msgstr "%s: izbira zahteva argument -- '%c'\n" + +#: lib/getopt.c:934 lib/getopt.c:950 +#, c-format +msgid "%s: option '-W %s' is ambiguous\n" +msgstr "%s: izbira »-W %s« je dvoumna\n" + +#: lib/getopt.c:974 lib/getopt.c:992 +#, c-format +msgid "%s: option '-W %s' doesn't allow an argument\n" +msgstr "%s: izbira »-W %s« ne dovoljuje argumenta\n" + +#: lib/getopt.c:1013 lib/getopt.c:1031 +#, c-format +msgid "%s: option '-W %s' requires an argument\n" +msgstr "%s: izbira »-W %s« zahteva argument\n" + +#: lib/mkdir-p.c:196 src/install.c:484 +#, c-format +msgid "cannot change permissions of %s" +msgstr "dovoljenj %s ni mogoče spremeniti" + +#: lib/mkdir-p.c:206 src/copy.c:2266 src/install.c:709 src/install.c:722 +#, c-format +msgid "cannot create directory %s" +msgstr "imenika %s ni mogoče ustvariti" + +# ! INEXACT +#: lib/obstack.c:413 lib/obstack.c:415 lib/xalloc-die.c:34 src/csplit.c:219 +#: src/split.c:929 src/tac.c:434 +#, c-format +msgid "memory exhausted" +msgstr "zmanjkalo pomnilnika" + +#: lib/openat-die.c:38 +#, c-format +msgid "unable to record current working directory" +msgstr "ni mogoče zabeležiti trenutnega delovnega imenika" + +#: lib/openat-die.c:57 src/find-mount-point.c:107 +#, c-format +msgid "failed to return to initial working directory" +msgstr "vrnitev v začetni delovni imenik ni uspela" + +#. TRANSLATORS: +#. Get translations for open and closing quotation marks. +#. The message catalog should translate "`" to a left +#. quotation mark suitable for the locale, and similarly for +#. "'". For example, a French Unicode local should translate +#. these to U+00AB (LEFT-POINTING DOUBLE ANGLE +#. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE +#. QUOTATION MARK), respectively. +#. +#. If the catalog has no translation, we will try to +#. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and +#. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the +#. current locale is not Unicode, locale_quoting_style +#. will quote 'like this', and clocale_quoting_style will +#. quote "like this". You should always include translations +#. for "`" and "'" even if U+2018 and U+2019 are appropriate +#. for your locale. +#. +#. If you don't know what to put here, please see +#. +#. and use glyphs suitable for your language. +#: lib/quotearg.c:312 +msgid "`" +msgstr "»" + +#: lib/quotearg.c:313 +msgid "'" +msgstr "«" + +#: lib/randread.c:128 +#, c-format +msgid "%s: end of file" +msgstr "%s: konec datoteke" + +#: lib/regcomp.c:131 +msgid "Success" +msgstr "Uspešno" + +#: lib/regcomp.c:134 +msgid "No match" +msgstr "Brez zadetkov" + +#: lib/regcomp.c:137 +msgid "Invalid regular expression" +msgstr "Neveljaven regularni izraz" + +#: lib/regcomp.c:140 +msgid "Invalid collation character" +msgstr "Neveljaven razvrščevalni znak" + +#: lib/regcomp.c:143 +msgid "Invalid character class name" +msgstr "Neveljavno ime razreda znakov" + +#: lib/regcomp.c:146 +msgid "Trailing backslash" +msgstr "Zaključna obratna poševnica" + +#: lib/regcomp.c:149 +msgid "Invalid back reference" +msgstr "Neveljaven povratni sklic" + +#: lib/regcomp.c:152 +msgid "Unmatched [ or [^" +msgstr "Uklepaj [ ali [^ brez para" + +#: lib/regcomp.c:155 +msgid "Unmatched ( or \\(" +msgstr "Uklepaj ( ali \\( brez para" + +#: lib/regcomp.c:158 +msgid "Unmatched \\{" +msgstr "Uklepaj \\{ brez para" + +#: lib/regcomp.c:161 +msgid "Invalid content of \\{\\}" +msgstr "Neveljavna vsebina \\{\\}" + +#: lib/regcomp.c:164 +msgid "Invalid range end" +msgstr "Neveljaven konec razpona" + +# ! INEXACT +#: lib/regcomp.c:167 +msgid "Memory exhausted" +msgstr "Pomnilnik izčrpan" + +#: lib/regcomp.c:170 +msgid "Invalid preceding regular expression" +msgstr "Neveljaven predhodni regularni izraz" + +#: lib/regcomp.c:173 +msgid "Premature end of regular expression" +msgstr "Predčasen zaključek regularnega izraza" + +#: lib/regcomp.c:176 +msgid "Regular expression too big" +msgstr "Regularni izraz je preobsežen" + +#: lib/regcomp.c:179 +msgid "Unmatched ) or \\)" +msgstr "Zaklepaj ) ali \\) brez para" + +#: lib/regcomp.c:704 +msgid "No previous regular expression" +msgstr "Prejšnjega regularnega izraza ni" + +#: lib/root-dev-ino.h:37 +#, c-format +msgid "it is dangerous to operate recursively on %s" +msgstr "rekurzivno delovanje na %s je nevarno" + +#: lib/root-dev-ino.h:41 +#, c-format +msgid "it is dangerous to operate recursively on %s (same as %s)" +msgstr "rekurzivno delovanje na %s (isto kot %s) je nevarno" + +#: lib/root-dev-ino.h:43 +#, c-format +msgid "use --no-preserve-root to override this failsafe" +msgstr "uporabite --no-preserve-root, da zaobidete to varovalko" + +#. TRANSLATORS: A regular expression testing for an affirmative answer +#. (english: "yes"). Testing the first character may be sufficient. +#. Take care to consider upper and lower case. +#. To enquire the regular expression that your system uses for this +#. purpose, you can use the command +#. locale -k LC_MESSAGES | grep '^yesexpr=' +#: lib/rpmatch.c:147 +msgid "^[yY]" +msgstr "^[jJdD]" + +#. TRANSLATORS: A regular expression testing for a negative answer +#. (english: "no"). Testing the first character may be sufficient. +#. Take care to consider upper and lower case. +#. To enquire the regular expression that your system uses for this +#. purpose, you can use the command +#. locale -k LC_MESSAGES | grep '^noexpr=' +#: lib/rpmatch.c:160 +msgid "^[nN]" +msgstr "^[nN]" + +#: lib/set-mode-acl.c:697 src/copy.c:2289 src/cp.c:516 +#, c-format +msgid "setting permissions for %s" +msgstr "nastavljena dovoljenja za %s" + +#: lib/siglist.h:31 +msgid "Hangup" +msgstr "Odklop" + +#: lib/siglist.h:34 +msgid "Interrupt" +msgstr "Prekinitev" + +#: lib/siglist.h:37 +msgid "Quit" +msgstr "Končanje" + +#: lib/siglist.h:40 +msgid "Illegal instruction" +msgstr "Nedovoljen ukaz" + +#: lib/siglist.h:43 +msgid "Trace/breakpoint trap" +msgstr "Past" + +#: lib/siglist.h:46 +msgid "Aborted" +msgstr "Prekinjen" + +#: lib/siglist.h:49 +msgid "Floating point exception" +msgstr "Prekoračitev plavajoče vejice" + +#: lib/siglist.h:52 +msgid "Killed" +msgstr "Uničen" + +#: lib/siglist.h:55 +msgid "Bus error" +msgstr "Napaka vodila" + +#: lib/siglist.h:58 +msgid "Segmentation fault" +msgstr "Napaka segmentacije" + +#: lib/siglist.h:61 +msgid "Broken pipe" +msgstr "Prekinjen cevovod" + +#: lib/siglist.h:64 +msgid "Alarm clock" +msgstr "Budilka" + +#: lib/siglist.h:67 +msgid "Terminated" +msgstr "Zaključen" + +#: lib/siglist.h:70 +msgid "Urgent I/O condition" +msgstr "Nujno V/I stanje" + +#: lib/siglist.h:73 +msgid "Stopped (signal)" +msgstr "Ustavljen (signal)" + +#: lib/siglist.h:76 +msgid "Stopped" +msgstr "Ustavljen" + +#: lib/siglist.h:79 +msgid "Continued" +msgstr "Nadaljevan" + +#: lib/siglist.h:82 +msgid "Child exited" +msgstr "Izhod nasledniškega procesa" + +#: lib/siglist.h:85 +msgid "Stopped (tty input)" +msgstr "Ustavljen (vhod TTY)" + +#: lib/siglist.h:88 +msgid "Stopped (tty output)" +msgstr "Ustavljen (izhod TTY)" + +#: lib/siglist.h:91 +msgid "I/O possible" +msgstr "Mogoč V/I" + +#: lib/siglist.h:94 +msgid "CPU time limit exceeded" +msgstr "Presežena omejitev procesorskega časa" + +#: lib/siglist.h:97 +msgid "File size limit exceeded" +msgstr "Presežena omejitev dolžine datoteke" + +#: lib/siglist.h:100 +msgid "Virtual timer expired" +msgstr "Iztek virtualne štoparice" + +#: lib/siglist.h:103 +msgid "Profiling timer expired" +msgstr "Iztek profilirne štoparice" + +#: lib/siglist.h:106 +msgid "Window changed" +msgstr "Zamenjano okno" + +#: lib/siglist.h:109 +msgid "User defined signal 1" +msgstr "Uporabniški signal 1" + +#: lib/siglist.h:112 +msgid "User defined signal 2" +msgstr "Uporabniški signal 2" + +#: lib/siglist.h:117 +msgid "EMT trap" +msgstr "Past EMT" + +#: lib/siglist.h:120 +msgid "Bad system call" +msgstr "Slab sistemski klic" + +#: lib/siglist.h:123 +msgid "Stack fault" +msgstr "Napaka sklada" + +#: lib/siglist.h:126 +msgid "Information request" +msgstr "Informacijski zahtevek" + +#: lib/siglist.h:128 +msgid "Power failure" +msgstr "Izpad toka" + +#: lib/siglist.h:131 +msgid "Resource lost" +msgstr "Vir izgubljen" + +#: lib/spawn-pipe.c:140 lib/spawn-pipe.c:143 lib/spawn-pipe.c:264 +#: lib/spawn-pipe.c:267 +#, c-format +msgid "cannot create pipe" +msgstr "ni mogoče ustvariti cevovoda" + +#: lib/spawn-pipe.c:234 lib/spawn-pipe.c:348 lib/wait-process.c:282 +#: lib/wait-process.c:356 +#, c-format +msgid "%s subprocess failed" +msgstr "podproces %s ni uspel" + +#: lib/strsignal.c:114 +#, c-format +msgid "Real-time signal %d" +msgstr "Realnočasovni signal %d" + +#: lib/strsignal.c:118 +#, c-format +msgid "Unknown signal %d" +msgstr "Neznani signal %d" + +#: lib/unicodeio.c:102 +msgid "iconv function not usable" +msgstr "funkcija iconv ne deluje" + +#: lib/unicodeio.c:104 +msgid "iconv function not available" +msgstr "funkcija iconv ni na voljo" + +#: lib/unicodeio.c:111 +msgid "character out of range" +msgstr "koda znaka izven obsega" + +#: lib/unicodeio.c:181 +#, c-format +msgid "cannot convert U+%04X to local character set" +msgstr "znaka s kodo U+%04X ni mogoče pretvoriti v lokalni nabor znakov" + +#: lib/unicodeio.c:183 +#, c-format +msgid "cannot convert U+%04X to local character set: %s" +msgstr "znaka s kodo U+%04X ni moč pretvoriti v lokalni nabor znakov: %s" + +#: lib/userspec.c:106 +msgid "invalid user" +msgstr "neveljavno uporabniško ime" + +#: lib/userspec.c:107 +msgid "invalid group" +msgstr "neveljavno ime skupine" + +#: lib/userspec.c:108 +msgid "invalid spec" +msgstr "neveljavna specifikacija" + +#: lib/verror.c:73 +#, c-format +msgid "unable to display error message" +msgstr "sporočila o napaki ni mogoče prikazati" + +#: lib/version-etc.c:74 +#, c-format +msgid "Packaged by %s (%s)\n" +msgstr "Priprava paketa: %s (%s)\n" + +#: lib/version-etc.c:77 +#, c-format +msgid "Packaged by %s\n" +msgstr "Priprava paketa: %s\n" + +#. TRANSLATORS: Translate "(C)" to the copyright symbol +#. (C-in-a-circle), if this symbol is available in the user's +#. locale. Otherwise, do not translate "(C)"; leave it as-is. +#: lib/version-etc.c:84 +msgid "(C)" +msgstr "©" + +#: lib/version-etc.c:86 +msgid "" +"\n" +"License GPLv3+: GNU GPL version 3 or later " +".\n" +"This is free software: you are free to change and redistribute it.\n" +"There is NO WARRANTY, to the extent permitted by law.\n" +"\n" +msgstr "" +"\n" +"GPLv3+: GNU GPL, 3. izdaja ali poznejša " +"\n" +"To je prosto programje; lahko ga redistribuirate in/ali spreminjate.\n" +"Za izdelek ni NOBENEGA JAMSTVA, do z zakonom dovoljene meje.\n" +"\n" + +#. TRANSLATORS: %s denotes an author name. +#: lib/version-etc.c:102 +#, c-format +msgid "Written by %s.\n" +msgstr "Avtor(ica): %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#: lib/version-etc.c:106 +#, c-format +msgid "Written by %s and %s.\n" +msgstr "Avtorja: %s in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#: lib/version-etc.c:110 +#, c-format +msgid "Written by %s, %s, and %s.\n" +msgstr "Avtorji: %s, %s in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:117 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"and %s.\n" +msgstr "" +"Avtorji: %s, %s, %s\n" +"in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:124 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"%s, and %s.\n" +msgstr "" +"Avtorji: %s, %s, %s,\n" +"%s in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:131 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"%s, %s, and %s.\n" +msgstr "" +"Avtorji: %s, %s, %s,\n" +"%s, %s in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:139 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"%s, %s, %s, and %s.\n" +msgstr "" +"Avtorji: %s, %s, %s,\n" +"%s, %s, %s in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:147 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"%s, %s, %s, %s,\n" +"and %s.\n" +msgstr "" +"Avtorji: %s, %s, %s,\n" +"%s, %s, %s, %s\n" +"in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:156 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"%s, %s, %s, %s,\n" +"%s, and %s.\n" +msgstr "" +"Avtorji: %s, %s, %s,\n" +"%s, %s, %s, %s,\n" +"%s in %s.\n" + +#. TRANSLATORS: Each %s denotes an author name. +#. You can use line breaks, estimating that each author name occupies +#. ca. 16 screen columns and that a screen line has ca. 80 columns. +#: lib/version-etc.c:167 +#, c-format +msgid "" +"Written by %s, %s, %s,\n" +"%s, %s, %s, %s,\n" +"%s, %s, and others.\n" +msgstr "" +"Avtorji: %s, %s, %s,\n" +"%s, %s, %s, %s,\n" +"%s, %s in drugi.\n" + +#. TRANSLATORS: The placeholder indicates the bug-reporting address +#. for this package. Please add _another line_ saying +#. "Report translation bugs to <...>\n" with the address for translation +#. bugs (typically your translation team's web or email address). +#: lib/version-etc.c:245 +#, c-format +msgid "" +"\n" +"Report bugs to: %s\n" +msgstr "" +"\n" +"Poročila o napakah: %s\n" +"Napake v prevodu sporočite na .\n" + +#: lib/version-etc.c:247 +#, c-format +msgid "Report %s bugs to: %s\n" +msgstr "" +"Napake v programu %s sporočite na: %s\n" +"Napake v prevodu sporočite na .\n" + +#: lib/version-etc.c:251 src/system.h:573 +#, c-format +msgid "%s home page: <%s>\n" +msgstr "Domača stran %s: <%s>\n" + +#: lib/version-etc.c:253 +#, c-format +msgid "%s home page: \n" +msgstr "Spletna stran %s: .\n" + +#: lib/version-etc.c:256 src/system.h:574 +msgid "General help using GNU software: \n" +msgstr "" +"Splošna pomoč za rabo programja GNU: .\n" + +#: lib/w32spawn.h:43 +#, c-format +msgid "_open_osfhandle failed" +msgstr "klic _open_osfhandle ni uspel" + +#: lib/w32spawn.h:84 +#, c-format +msgid "cannot restore fd %d: dup2 failed" +msgstr "ni mogoče obnoviti fd %d: klic dup2 ni uspel" + +#: lib/wait-process.c:223 lib/wait-process.c:255 lib/wait-process.c:317 +#, c-format +msgid "%s subprocess" +msgstr "podproces %s" + +#: lib/wait-process.c:274 lib/wait-process.c:346 +#, c-format +msgid "%s subprocess got fatal signal %d" +msgstr "podproces %s je prejel terminalni signal %d" + +#: lib/xfreopen.c:35 +msgid "stdin" +msgstr "standardni vhod" + +#: lib/xfreopen.c:36 +msgid "stdout" +msgstr "standardni izhod" + +#: lib/xfreopen.c:37 +msgid "stderr" +msgstr "standardna izhod za napake" + +#: lib/xfreopen.c:38 +msgid "unknown stream" +msgstr "neznani tok" + +#: lib/xfreopen.c:39 +#, c-format +msgid "failed to reopen %s with mode %s" +msgstr "ponovno odpiranje %s v načinu %s ni uspelo" + +#: lib/xmemcoll.c:39 src/expr.c:886 +#, c-format +msgid "string comparison failed" +msgstr "primerjanje nizov ni uspelo" + +#: lib/xmemcoll.c:40 +#, c-format +msgid "Set LC_ALL='C' to work around the problem." +msgstr "Nastavite LC_ALL='C', da bi odpravili težavo." + +#: lib/xmemcoll.c:42 +#, c-format +msgid "The strings compared were %s and %s." +msgstr "Primerjana niza sta bila %s in %s." + +#: lib/xprintf.c:50 lib/xprintf.c:76 +#, c-format +msgid "cannot perform formatted output" +msgstr "oblikovanega izpisa ni mogoče izvesti" + +#: lib/xstrtol-error.c:63 +#, c-format +msgid "invalid %s%s argument '%s'" +msgstr "neveljavni %s%s argument '%s'" + +#: lib/xstrtol-error.c:68 +#, c-format +msgid "invalid suffix in %s%s argument '%s'" +msgstr "neveljavna pripona pri %s%s argumentu '%s'" + +#: lib/xstrtol-error.c:72 +#, c-format +msgid "%s%s argument '%s' too large" +msgstr "%s%s: argument '%s' je prevelik" + +#. This is a proper name. See the gettext manual, section Names. +#: src/base64.c:40 +msgid "Simon Josefsson" +msgstr "Simon Josefsson" + +#: src/base64.c:60 +#, c-format +msgid "" +"Usage: %s [OPTION]... [FILE]\n" +"Base64 encode or decode FILE, or standard input, to standard output.\n" +msgstr "" + +#: src/base64.c:67 +msgid "" +" -d, --decode decode data\n" +" -i, --ignore-garbage when decoding, ignore non-alphabet characters\n" +" -w, --wrap=COLS wrap encoded lines after COLS character (default " +"76).\n" +" Use 0 to disable line wrapping\n" +"\n" +msgstr "" +" -d, --decode dekodiraj podatke\n" +" -i, --ignore-garbage pri dekodiranju ignoriraj nealfabetične znake\n" +" -w, --wrap=N prelomi vrstice pri N znakiv v vrstici (privzeto " +"76).\\\n" +" N=0 pomeni brez preloma vrstic\n" +"\n" + +#: src/base64.c:76 src/cat.c:110 src/fmt.c:295 src/shuf.c:70 src/sum.c:70 +msgid "" +"\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" +"\n" +"Če DATOTEKA ni podana, ali pa je enaka -, beremo s standardnega vhoda.\n" + +#: src/base64.c:79 +msgid "" +"\n" +"The data are encoded as described for the base64 alphabet in RFC 3548.\n" +"When decoding, the input may contain newlines in addition to the bytes of\n" +"the formal base64 alphabet. Use --ignore-garbage to attempt to recover\n" +"from any other non-alphabet bytes in the encoded stream.\n" +msgstr "" +"\n" +"Podatki so kodirani skladno z abecedo base64, opisano v priporočilu RFC " +"3548.\n" +"Dekodiranje ob znakih abecede base64 tolerira znake za nove vrstice. " +"Uporabite\n" +"--ignore-garbage za poskus rekonstrukcije kodiranega toka, ki vsebuje še " +"druge\n" +"znake izven abecede base64.\n" + +#: src/base64.c:174 src/base64.c:211 src/csplit.c:263 src/csplit.c:1437 +#: src/join.c:451 src/shuf.c:156 src/shuf.c:360 src/tac-pipe.c:74 +#: src/tee.c:204 src/tr.c:1644 +#, c-format +msgid "read error" +msgstr "napaka pri branju" + +#: src/base64.c:230 +#, c-format +msgid "invalid input" +msgstr "neveljavni vhod" + +#: src/base64.c:267 +#, c-format +msgid "invalid wrap size: %s" +msgstr "neveljavna širina: %s" + +#: src/base64.c:286 src/basename.c:174 src/comm.c:435 src/cp.c:605 +#: src/date.c:445 src/dircolors.c:447 src/du.c:964 src/hostid.c:74 +#: src/hostname.c:111 src/id.c:169 src/install.c:930 src/join.c:961 +#: src/link.c:85 src/ln.c:563 src/logname.c:71 src/mknod.c:156 src/mv.c:449 +#: src/nproc.c:119 src/od.c:1808 src/ptx.c:2080 src/seq.c:546 src/shuf.c:319 +#: src/shuf.c:338 src/sort.c:4531 src/split.c:1326 src/tr.c:1797 +#: src/tsort.c:555 src/tty.c:112 src/uname.c:251 src/uniq.c:453 src/uniq.c:470 +#: src/unlink.c:81 src/uptime.c:250 src/users.c:146 src/wc.c:666 src/who.c:827 +#: src/whoami.c:79 +#, c-format +msgid "extra operand %s" +msgstr "odvečni operand %s" + +#: src/base64.c:318 src/cat.c:781 +#, c-format +msgid "closing standard input" +msgstr "zapiramo standardni vhod" + +#. This is a proper name. See the gettext manual, section Names. +#: src/basename.c:29 src/chgrp.c:37 src/chmod.c:39 src/chown.c:36 +#: src/comm.c:38 src/cp.c:57 src/csplit.c:42 src/cut.c:45 src/date.c:39 +#: src/dd.c:45 src/df.c:43 src/dirname.c:32 src/du.c:54 src/env.c:33 +#: src/expand.c:49 src/fold.c:36 src/groups.c:35 src/head.c:45 src/id.c:39 +#: src/install.c:50 src/ln.c:42 src/ls.c:124 src/mkdir.c:36 src/mkfifo.c:33 +#: src/mknod.c:34 src/mv.c:42 src/nice.c:39 src/nl.c:41 src/paste.c:53 +#: src/pathchk.c:33 src/pinky.c:37 src/printenv.c:44 src/printf.c:63 +#: src/rm.c:42 src/rmdir.c:38 src/stty.c:66 src/sum.c:38 src/tac.c:59 +#: src/tail.c:70 src/tee.c:36 src/touch.c:44 src/tty.c:43 src/uname.c:60 +#: src/unexpand.c:50 src/uniq.c:42 src/uptime.c:46 src/users.c:36 src/wc.c:51 +#: src/who.c:49 src/yes.c:32 +msgid "David MacKenzie" +msgstr "David MacKenzie" + +#: src/basename.c:48 +#, c-format +msgid "" +"Usage: %s NAME [SUFFIX]\n" +" or: %s OPTION... NAME...\n" +msgstr "" +"Uporaba: %s IME [PRIPONA]\n" +" ali: %s IZBIRA... IME...\n" + +#: src/basename.c:53 +msgid "" +"Print NAME with any leading directory components removed.\n" +"If specified, also remove a trailing SUFFIX.\n" +msgstr "" + +#: src/basename.c:60 +msgid "" +" -a, --multiple support multiple arguments and treat each as a NAME\n" +" -s, --suffix=SUFFIX remove a trailing SUFFIX\n" +" -z, --zero separate output with NUL rather than newline\n" +msgstr "" +" -a, --multiple podpiraj več argumentov in obravnavaj vsakega kot " +"IME\n" +" -s, --suffix=PRIPONA odstrani PRIPONO\n" +" -z, --zero vrstice zaključi z znakom NUL namesto z LF\n" + +#: src/basename.c:67 +#, c-format +msgid "" +"\n" +"Examples:\n" +" %s /usr/bin/sort -> \"sort\"\n" +" %s include/stdio.h .h -> \"stdio\"\n" +" %s -s .h include/stdio.h -> \"stdio\"\n" +" %s -a any/str1 any/str2 -> \"str1\" followed by \"str2\"\n" +msgstr "" +"\n" +"Zgledi:\n" +" %s /usr/bin/sort -> »sort«\n" +" %s include/stdio.h .h -> »stdio«\n" +" %s -s .h include/stdio.h -> »stdio«\n" +" %s -a nekaj/niz1 nekaj/niz2 -> »niz1« ki mu sledi »niz2«\n" + +#: src/basename.c:168 src/chcon.c:537 src/chgrp.c:277 src/chmod.c:526 +#: src/chown.c:280 src/chroot.c:197 src/comm.c:427 src/csplit.c:1371 +#: src/dirname.c:116 src/expr.c:326 src/join.c:1147 src/link.c:77 +#: src/mkdir.c:182 src/mkfifo.c:107 src/mknod.c:145 src/nohup.c:111 +#: src/pathchk.c:148 src/printf.c:674 src/readlink.c:145 src/realpath.c:236 +#: src/rm.c:321 src/rmdir.c:223 src/seq.c:540 src/setuidgid.c:137 +#: src/sleep.c:119 src/stat.c:1499 src/stdbuf.c:345 src/tr.c:1782 +#: src/unlink.c:75 +#, c-format +msgid "missing operand" +msgstr "manjkajoč operand" + +#. This is a proper name. See the gettext manual, section Names. +#: src/cat.c:48 src/cp.c:56 src/df.c:42 src/du.c:53 src/factor.c:110 +#: src/split.c:49 +msgid "Torbjorn Granlund" +msgstr "Torbjorn Granlund" + +#. This is a proper name. See the gettext manual, section Names. +#: src/cat.c:49 src/comm.c:37 src/ls.c:123 src/rm.c:43 src/split.c:50 +#: src/tee.c:35 src/uniq.c:41 +msgid "Richard M. Stallman" +msgstr "Richard M. Stallman" + +#: src/cat.c:88 src/df.c:1209 src/expand.c:103 src/fold.c:66 src/head.c:105 +#: src/ls.c:4720 src/nl.c:175 src/paste.c:435 src/pr.c:2752 src/sum.c:58 +#: src/tac.c:133 src/tail.c:258 src/tee.c:62 src/unexpand.c:113 +#, c-format +msgid "Usage: %s [OPTION]... [FILE]...\n" +msgstr "Uporaba: %s [IZBIRA]... [DATOTEKA]...\n" + +#: src/cat.c:92 +msgid "" +"Concatenate FILE(s), or standard input, to standard output.\n" +"\n" +" -A, --show-all equivalent to -vET\n" +" -b, --number-nonblank number nonempty output lines, overrides -n\n" +" -e equivalent to -vE\n" +" -E, --show-ends display $ at end of each line\n" +" -n, --number number all output lines\n" +" -s, --squeeze-blank suppress repeated empty output lines\n" +msgstr "" +"Prepišemo DATOTEKO, več DATOTEK ali standardni vhod na standardni izhod.\n" +"\n" +" -A, --show-all enakovredno sestavljeni izbiri -vET\n" +" -b, --number-nonblank oštevilči neprazne izpisane vrstice,\n" +" prevlada nad izbiro -n\n" +" -e enakovredno sestavljeni izbiri -vE\n" +" -E, --show-ends izpiši $ na koncu vsake vrstice\n" +" -n, --number oštevilči vse izpisane vrstice\n" +" -s, --squeeze-blank zaporedje več praznih vrstic skrči v eno\n" + +#: src/cat.c:102 +msgid "" +" -t equivalent to -vT\n" +" -T, --show-tabs display TAB characters as ^I\n" +" -u (ignored)\n" +" -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB\n" +msgstr "" +" -t enakovredno sestavljeni izbiri -vT\n" +" -T, --show-tabs prikaži znake TAB kot ^I\n" +" -u (se ne upošteva)\n" +" -v, --show-nonprinting krmilne znake razen LF in TAB izpiši kot ^ and M-" +"\n" + +#: src/cat.c:114 +#, c-format +msgid "" +"\n" +"Examples:\n" +" %s f - g Output f's contents, then standard input, then g's contents.\n" +" %s Copy standard input to standard output.\n" +msgstr "" +"\n" +"Zgleda:\n" +" %s f - g Izpiše vsebino datoteke »f«, zatem standardni vhod, zatem " +"vsebino »g«.\n" +" %s Prepiši vsebino standardnega vhoda na standardni izhod.\n" + +#: src/cat.c:326 +#, c-format +msgid "cannot do ioctl on %s" +msgstr "ioctl na »%s« ni mogoč" + +#: src/cat.c:637 src/dd.c:2217 src/sort.c:383 src/tee.c:165 src/yes.c:86 +#, c-format +msgid "standard output" +msgstr "standardni izhod" + +#: src/cat.c:716 +#, c-format +msgid "%s: input file is output file" +msgstr "%s: vhodna in izhodna datoteka sta isti" + +#. This is a proper name. See the gettext manual, section Names. +#: src/chcon.c:36 src/runcon.c:62 +msgid "Russell Coker" +msgstr "Russel Coker" + +#. This is a proper name. See the gettext manual, section Names. +#: src/chcon.c:37 src/chgrp.c:38 src/chmod.c:40 src/chown.c:37 src/cp.c:58 +#: src/cut.c:46 src/dirname.c:33 src/du.c:56 src/head.c:46 src/hostid.c:33 +#: src/hostname.c:33 src/mktemp.c:36 src/mv.c:43 src/nohup.c:37 src/od.c:36 +#: src/pathchk.c:34 src/pwd.c:31 src/rm.c:44 src/setuidgid.c:38 src/sleep.c:34 +#: src/sync.c:31 src/tail.c:72 src/tr.c:37 src/true.c:33 +msgid "Jim Meyering" +msgstr "Jim Meyering" + +#: src/chcon.c:100 src/runcon.c:207 src/runcon.c:238 +#, c-format +msgid "failed to create security context: %s" +msgstr "ustvarjenje varnostnega konteksta ni uspelo: %s" + +#: src/chcon.c:112 +#, c-format +msgid "failed to set %s security context component to %s" +msgstr "nastavitev %s varnostnega konteksta na %s ni bila uspešna" + +#: src/chcon.c:156 src/chcon.c:546 src/copy.c:2227 src/runcon.c:221 +#: src/stat.c:702 +#, c-format +msgid "failed to get security context of %s" +msgstr "branje varnostnega konteksta %s ni uspelo" + +#: src/chcon.c:166 +#, c-format +msgid "can't apply partial context to unlabeled file %s" +msgstr "delnega konteksta ni mogoče uporabiti na neoznačeni datoteki %s" + +#: src/chcon.c:193 +#, c-format +msgid "failed to change context of %s to %s" +msgstr "zamenava konteksta %s na %s ni uspela" + +#: src/chcon.c:255 src/chmod.c:216 src/chown-core.c:325 src/copy.c:581 +#: src/du.c:457 src/ls.c:2981 +#, c-format +msgid "cannot access %s" +msgstr "dostop do %s ni mogoč" + +#: src/chcon.c:265 src/chmod.c:229 src/chown-core.c:338 src/du.c:437 +#, c-format +msgid "cannot read directory %s" +msgstr "imenika %s ni mogoče prebrati" + +#: src/chcon.c:292 +#, c-format +msgid "changing security context of %s\n" +msgstr "spreminjanje varnostne vsebine %s\n" + +#: src/chcon.c:326 src/chmod.c:346 src/chown-core.c:539 src/remove.c:562 +#, c-format +msgid "fts_read failed" +msgstr "fts_read ni uspel" + +#: src/chcon.c:337 src/chmod.c:357 src/chown-core.c:551 src/du.c:642 +#: src/remove.c:576 +#, c-format +msgid "fts_close failed" +msgstr "fts_close ni uspel" + +#: src/chcon.c:351 +#, c-format +msgid "" +"Usage: %s [OPTION]... CONTEXT FILE...\n" +" or: %s [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE...\n" +" or: %s [OPTION]... --reference=RFILE FILE...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... KONTEKST DATOTEKA...\n" +" ali: %s [IZBIRA]... [-u UPORABNIK] [-r VLOGA] [-l OBSEG] [-t TIP] " +"DATOTEKA...\n" +" ali: %s [IZBIRA]... --reference=ZGLED DATOTEKA...\n" + +#: src/chcon.c:357 +msgid "" +"Change the security context of each FILE to CONTEXT.\n" +"With --reference, change the security context of each FILE to that of " +"RFILE.\n" +msgstr "" + +#: src/chcon.c:364 src/chgrp.c:123 src/chown.c:94 +msgid "" +" --dereference affect the referent of each symbolic link (this is\n" +" the default), rather than the symbolic link itself\n" +" -h, --no-dereference affect symbolic links instead of any referenced " +"file\n" +msgstr "" +" --dereference deluje na ciljne datoteke simbolnih povezav, ne " +"pa\n" +" na same simbolne povezave (prvivzeto)\n" +" -h, --no-deferefence deluje na simbolne povezave, ne na ciljne " +"datoteke\n" + +#: src/chcon.c:369 +msgid "" +" -u, --user=USER set user USER in the target security context\n" +" -r, --role=ROLE set role ROLE in the target security context\n" +" -t, --type=TYPE set type TYPE in the target security context\n" +" -l, --range=RANGE set range RANGE in the target security context\n" +msgstr "" +" -u, --user=UPORABNIK nastavi UPORABNIKA v ciljnem varnostnem kontekstu\n" +" -r, --role=VLOGA nastavi VLOGO v ciljnem varnostnem kontekstu\n" +" -t, --type=TIP nastavi TIP v ciljnem varnostnem kontekstu\n" +" -l, --range=OBSEG nastavi OBSEG v ciljnem varnostnem kontekstu\n" + +#: src/chcon.c:375 src/chgrp.c:132 src/chmod.c:387 src/chown.c:110 +msgid "" +" --no-preserve-root do not treat '/' specially (the default)\n" +" --preserve-root fail to operate recursively on '/'\n" +msgstr "" +" --no-preserve-root imenika »/« ne obravnavamo posebej (privzeto)\n" +" --preserve-root ne dovoli rekurzivnega dela na »/«\n" + +#: src/chcon.c:379 +msgid "" +" --reference=RFILE use RFILE's security context rather than " +"specifying\n" +" a CONTEXT value\n" +msgstr "" +" --reference=ZGLED namesto izrecno navedenega KONTEKSTA tega " +"nastavimo\n" +" enako, kot ga ima nastavljen ZGLED\n" + +#: src/chcon.c:383 src/chgrp.c:140 src/chown.c:118 +msgid "" +" -R, --recursive operate on files and directories recursively\n" +msgstr " -R, --recursive rekurzivno obdelamo imenike in datoteke\n" + +#: src/chcon.c:386 +msgid "" +" -v, --verbose output a diagnostic for every file processed\n" +msgstr " -v, --verbose z diagnostiko za vsako obdelano datoteko\n" + +#: src/chcon.c:389 src/chgrp.c:143 src/chown.c:121 +msgid "" +"\n" +"The following options modify how a hierarchy is traversed when the -R\n" +"option is also specified. If more than one is specified, only the final\n" +"one takes effect.\n" +"\n" +" -H if a command line argument is a symbolic link\n" +" to a directory, traverse it\n" +" -L traverse every symbolic link to a directory\n" +" encountered\n" +" -P do not traverse any symbolic links (default)\n" +"\n" +msgstr "" +"\n" +"Naslednje izbire vplivajo na to, kako je pri podani izbiri -R prečesano \n" +"datotečno drevo. Če je navedena več kot ena od naštetih izbir, se upošteva\n" +"le zadnja.\n" +"\n" +" -H če je argument ukazne vrstice simbolna povezava na\n" +" imenik, prečeši ta imenik\n" +" -L prečeši vse simbolne povezave na imenike, na " +"katere\n" +" naletiš\n" +" -P ne prečeši nobene simbolne povezave (privzeto)\n" +"\n" + +#: src/chcon.c:518 src/chgrp.c:264 src/chown.c:267 +#, c-format +msgid "-R --dereference requires either -H or -L" +msgstr "-R --dereference zahteva bodisi -H, bodisi -L" + +#: src/chcon.c:524 +#, c-format +msgid "-R -h requires -P" +msgstr "-R -h zahteva -P" + +#: src/chcon.c:539 src/chgrp.c:279 src/chmod.c:528 src/chown.c:282 +#: src/comm.c:429 src/csplit.c:1373 src/join.c:1149 src/link.c:79 +#: src/mknod.c:147 src/setuidgid.c:139 src/tr.c:1785 +#, c-format +msgid "missing operand after %s" +msgstr "manjkajoč operand za %s" + +#: src/chcon.c:562 src/runcon.c:251 +#, c-format +msgid "invalid context: %s" +msgstr "neveljavni kontekst: %s" + +#: src/chcon.c:569 +#, c-format +msgid "conflicting security context specifiers given" +msgstr "podana določila varnostnega konteksta si nasprotujejo" + +#: src/chcon.c:578 src/chgrp.c:287 src/chgrp.c:305 src/chmod.c:536 +#: src/chmod.c:555 src/chown.c:290 src/chown.c:319 src/cp.c:431 src/cp.c:491 +#: src/mv.c:97 src/pwd.c:273 src/rm.c:331 src/touch.c:347 +#, c-format +msgid "failed to get attributes of %s" +msgstr "branje prilastkov (atributov) %s ni uspelo" + +#: src/chgrp.c:92 +#, c-format +msgid "invalid group: %s" +msgstr "neveljavna skupina: %s" + +#: src/chgrp.c:108 +#, c-format +msgid "" +"Usage: %s [OPTION]... GROUP FILE...\n" +" or: %s [OPTION]... --reference=RFILE FILE...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... SKUPINA DATOTEKA...\n" +" ali: %s [IZBIRA]... --reference=ZGLED DATOTEKA...\n" + +#: src/chgrp.c:113 +msgid "" +"Change the group of each FILE to GROUP.\n" +"With --reference, change the group of each FILE to that of RFILE.\n" +"\n" +msgstr "" +"Navedenim DATOTEKAM spremenimo varnostni kontekst v KONTEKST.\n" +"Z izbiro --reference, spremenimo vsem DATOTEKAM varnostni kontekst v " +"istega,\n" +"kot ga ima ZGLED.\n" +"\n" + +#: src/chgrp.c:118 src/chmod.c:382 src/chown.c:89 +msgid "" +" -c, --changes like verbose but report only when a change is made\n" +" -f, --silent, --quiet suppress most error messages\n" +" -v, --verbose output a diagnostic for every file processed\n" +msgstr "" +" -c, --changes kot »verbose«, a samo ob spremembah\n" +" -f, --silent, --quiet ničesar ne izpiši, samo vrni izhodni status\n" +" -v, --verbose z diagnostiko za vsako obdelano datoteko\n" + +#: src/chgrp.c:128 src/chown.c:99 +msgid "" +" (useful only on systems that can change the\n" +" ownership of a symlink)\n" +msgstr "" +" (uporabno samo v sistemih, ki dovoljujejo " +"spremembo\n" +" lastništva simbolne povezave)\n" + +#: src/chgrp.c:136 +msgid "" +" --reference=RFILE use RFILE's group rather than specifying a\n" +" GROUP value\n" +msgstr "" +" --reference=DATOTEKA uporabi skupino navedene DATOTEKE, namesto da\n" +" izrecno navedemo skupino\n" + +#: src/chgrp.c:158 +#, c-format +msgid "" +"\n" +"Examples:\n" +" %s staff /u Change the group of /u to \"staff\".\n" +" %s -hR staff /u Change the group of /u and subfiles to \"staff\".\n" +msgstr "" +"\n" +"Zgleda:\n" +"\n" +" %s staff /u Spremeni skupino podimenika »/u« v »staff«.\n" +" %s -hR staff /u Spremeni skupino podimenika »/u« s podimeniki v »staff«.\n" + +#: src/chmod.c:126 +#, c-format +msgid "getting new attributes of %s" +msgstr "beremo nove prilastke (atribute) %s" + +#: src/chmod.c:149 src/chown-core.c:147 +#, c-format +msgid "neither symbolic link %s nor referent has been changed\n" +msgstr "" +"tako simbolna povezava %s kot sklicevana datoteka/imenik sta nespremenjena\n" + +#: src/chmod.c:163 +#, c-format +msgid "mode of %s changed from %04lo (%s) to %04lo (%s)\n" +msgstr "zaščita datoteke %s spremenjena z %04lo (%s) na %04lo (%s)\n" + +#: src/chmod.c:166 +#, c-format +msgid "failed to change mode of %s from %04lo (%s) to %04lo (%s)\n" +msgstr "" +"sprememba zaščite datoteke %s z %04lo (%s) na %04lo (%s) ni uspela\n" + +#: src/chmod.c:169 +#, c-format +msgid "mode of %s retained as %04lo (%s)\n" +msgstr "zaščita datoteke %s ohranjena kot %04lo (%s)\n" + +#: src/chmod.c:236 +#, c-format +msgid "cannot operate on dangling symlink %s" +msgstr "delovanje na obviseni simbolni povezavi %s ni mogoče" + +#: src/chmod.c:276 +#, c-format +msgid "changing permissions of %s" +msgstr "spreminjanje dovoljenj %s" + +#: src/chmod.c:311 +#, c-format +msgid "%s: new permissions are %s, not %s" +msgstr "%s: nova dovoljenja so %s, ne %s" + +#: src/chmod.c:371 +#, c-format +msgid "" +"Usage: %s [OPTION]... MODE[,MODE]... FILE...\n" +" or: %s [OPTION]... OCTAL-MODE FILE...\n" +" or: %s [OPTION]... --reference=RFILE FILE...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... ZAŠČITA[,ZAŠČITA]... DATOTEKA...\n" +" ali: %s [IZBIRA]... OKTALNA_KODA DATOTEKA...\n" +" ali: %s [IZBIRA]... --reference=ZGLED DATOTEKA...\n" + +#: src/chmod.c:377 +msgid "" +"Change the mode of each FILE to MODE.\n" +"With --reference, change the mode of each FILE to that of RFILE.\n" +"\n" +msgstr "" +"Navedenim DATOTEKAM spremenimo zaščito v navedeno ZAŠČITO.\n" +"Z izbiro --reference spremenimo vsem DATOTEKAM zaščito v enako,\n" +"kot jo ima ZGLED.\n" +"\n" + +#: src/chmod.c:391 +msgid " --reference=RFILE use RFILE's mode instead of MODE values\n" +msgstr "" +" --reference=DATOTEKA uporabi enako zaščito, kot jo ima navedena\n" +" DATOTEKA, namesto da zaščito izrecno navajamo\n" + +#: src/chmod.c:394 +msgid " -R, --recursive change files and directories recursively\n" +msgstr " -R, --recursive rekurzivno obdelaj datoteke in imenike\n" + +#: src/chmod.c:399 +msgid "" +"\n" +"Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+'.\n" +msgstr "" +"\n" +"Vsaka ZAŠČITA ima obliko »[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=][0-7]+«.\n" + +#: src/chmod.c:513 +#, c-format +msgid "cannot combine mode and --reference options" +msgstr "ni moč podati izbire --reference in še izrecno navesti ZAŠČITE" + +#: src/chmod.c:544 +#, c-format +msgid "invalid mode: %s" +msgstr "neveljavni način: %s" + +#: src/chown-core.c:158 +#, c-format +msgid "changed ownership of %s from %s to %s\n" +msgstr "zamenava lastništva %s z %s na %s ni uspela\n" + +#: src/chown-core.c:159 +#, c-format +msgid "changed group of %s from %s to %s\n" +msgstr "skupina %s spremenjena z %s na %s\n" + +#: src/chown-core.c:160 +#, c-format +msgid "no change to ownership of %s\n" +msgstr "brez spremembe lastništva %s\n" + +#: src/chown-core.c:165 +#, c-format +msgid "failed to change ownership of %s from %s to %s\n" +msgstr "zamenava lastništva %s z %s na %s ni uspela\n" + +#: src/chown-core.c:166 +#, c-format +msgid "failed to change group of %s from %s to %s\n" +msgstr "zamenjava skupine %s z %s na %s ni uspela\n" + +#: src/chown-core.c:167 src/chown-core.c:173 +#, c-format +msgid "failed to change ownership of %s\n" +msgstr "zamenava lastništva %s ni uspela\n" + +#: src/chown-core.c:171 +#, c-format +msgid "failed to change ownership of %s to %s\n" +msgstr "zamenava lastništva %s na %s ni uspela\n" + +#: src/chown-core.c:172 +#, c-format +msgid "failed to change group of %s to %s\n" +msgstr "zamenjava skupine %s na %s ni uspela\n" + +#: src/chown-core.c:180 +#, c-format +msgid "ownership of %s retained as %s\n" +msgstr "lastnik datoteke %s ostaja %s\n" + +# ! INEXACT +#: src/chown-core.c:181 +#, c-format +msgid "group of %s retained as %s\n" +msgstr "skupina datoteke %s ohranjena kot %s\n" + +#: src/chown-core.c:182 +#, c-format +msgid "ownership of %s retained\n" +msgstr "lastništvo datoteke %s nespremenjeno\n" + +#: src/chown-core.c:379 +#, c-format +msgid "cannot dereference %s" +msgstr "ni mogoče slediti povezavi %s" + +#: src/chown-core.c:467 +#, c-format +msgid "changing ownership of %s" +msgstr "spreminjanje lastništva %s" + +#: src/chown-core.c:468 +#, c-format +msgid "changing group of %s" +msgstr "spreminjanje skupine %s" + +#: src/chown.c:79 +#, c-format +msgid "" +"Usage: %s [OPTION]... [OWNER][:[GROUP]] FILE...\n" +" or: %s [OPTION]... --reference=RFILE FILE...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [LASTNIK][:[SKUPINA]] DATOTEKA...\n" +" ali: %s [IZBIRA]... --reference=ZGLED DATOTEKA...\n" + +#: src/chown.c:84 +msgid "" +"Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" +"With --reference, change the owner and group of each FILE to those of " +"RFILE.\n" +"\n" +msgstr "" +"Spremeni LASTNIKA in/ali SKUPINO vsake navedene DATOTEKE na podani " +"vrednosti.\n" +"Pri podani izbiri --reference spremeni lastnika in/ali skupino na " +"vrednosti,\n" +"kot jih ima datoteka ZGLED.\n" +"\n" + +#: src/chown.c:103 +msgid "" +" --from=CURRENT_OWNER:CURRENT_GROUP\n" +" change the owner and/or group of each file only if\n" +" its current owner and/or group match those " +"specified\n" +" here. Either may be omitted, in which case a " +"match\n" +" is not required for the omitted attribute\n" +msgstr "" +" --from=TRENUTNI_LASTNIK:TRENUTNA_SKUPINA\n" +" lastnika in/ali skupino zamenjamo samo pri tistih\n" +" datotekah, pri katerih trenutni lastnik in " +"skupina\n" +" ustrezata navedenima. Lastnika ali skupino lahko\n" +" izpustimo; tedaj ujemanje za izpuščeno kategorijo\n" +" tega ni več pogoj.\n" + +#: src/chown.c:114 +msgid "" +" --reference=RFILE use RFILE's owner and group rather than\n" +" specifying OWNER:GROUP values\n" +msgstr "" +" --reference=ZGLED namesto izrecno navedenega para UPORABNIK:SKUPINA\n" +" ju nastavi na vrednosti, kot ju ima datoteka ZGLED\n" + +#: src/chown.c:136 +msgid "" +"\n" +"Owner is unchanged if missing. Group is unchanged if missing, but changed\n" +"to login group if implied by a ':' following a symbolic OWNER.\n" +"OWNER and GROUP may be numeric as well as symbolic.\n" +msgstr "" +"\n" +"Če ni podan, lastnik datoteke ostane isti. Skupina se ohrani, če ni podana,\n" +"spremeni pa v skupino lastnika, če lastniku sledi dvopičje (:). LASTNIK in\n" +"SKUPINA sta lahko podana s simbolno ali numerično vrednostjo.\n" + +#: src/chown.c:142 +#, c-format +msgid "" +"\n" +"Examples:\n" +" %s root /u Change the owner of /u to \"root\".\n" +" %s root:staff /u Likewise, but also change its group to \"staff\".\n" +" %s -hR root /u Change the owner of /u and subfiles to \"root\".\n" +msgstr "" +"\n" +"Zgledi:\n" +" %s root /u Spremeni lastnika imenika »/u« v »root«.\n" +" %s root:staff /u Podobno, a obenem spremeni še njegovo skupino v " +"»staff«.\n" +" %s -hR root /u Spremeni lastnika imenika »/u« in podimenikov v »root«.\n" + +#. This is a proper name. See the gettext manual, section Names. +#: src/chroot.c:34 +msgid "Roland McGrath" +msgstr "Roland McGrath" + +#: src/chroot.c:97 src/install.c:576 src/setuidgid.c:110 src/setuidgid.c:120 +#, c-format +msgid "invalid group %s" +msgstr "neveljavno ime skupine %s" + +#: src/chroot.c:109 +#, c-format +msgid "invalid group list %s" +msgstr "neveljaven seznam skupin %s" + +#: src/chroot.c:117 +#, c-format +msgid "failed to set additional groups" +msgstr "dodatnih skupin ni uspelo nastaviti" + +#: src/chroot.c:132 +#, c-format +msgid "" +"Usage: %s [OPTION] NEWROOT [COMMAND [ARG]...]\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s [IZBIRA] NOVI_KOREN [UKAZ [ARGUMENT]...]\n" +" ali: %s IZBIRA\n" + +#: src/chroot.c:137 +msgid "" +"Run COMMAND with root directory set to NEWROOT.\n" +"\n" +msgstr "" +"Izvedemo UKAZ tako, da korenski imenik postavimo na KOREN.\n" +"\n" + +#: src/chroot.c:142 +msgid "" +" --userspec=USER:GROUP specify user and group (ID or name) to use\n" +" --groups=G_LIST specify supplementary groups as g1,g2,..,gN\n" +msgstr "" +" --userspec=UPORABNIK:SKUPINA določi uporabnika ali skupino (ID ali ime)\n" +" --groups=SEZNAM določi dodatne skupine (g1, g2,... gN)\n" + +#: src/chroot.c:149 +msgid "" +"\n" +"If no command is given, run '${SHELL} -i' (default: '/bin/sh -i').\n" +msgstr "" +"\n" +"Če UKAZ ni podan, izvedemo »${SHELL} -i« (privzeto »/bin/sh -i«).\n" + +#: src/chroot.c:202 +#, c-format +msgid "cannot change root directory to %s" +msgstr "korenskega imenika ni mogoče prestaviti na %s" + +#: src/chroot.c:206 +#, c-format +msgid "cannot chdir to root directory" +msgstr "korenski imenik ni dosegljiv s chdir" + +#: src/chroot.c:247 +#, c-format +msgid "failed to set group-ID" +msgstr "nastavitev GID ni uspela" + +#: src/chroot.c:253 +#, c-format +msgid "failed to set user-ID" +msgstr "nastavitev UID ni uspela" + +#: src/chroot.c:275 src/nohup.c:236 src/setuidgid.c:212 src/stdbuf.c:365 +#: src/timeout.c:454 +#, c-format +msgid "failed to run command %s" +msgstr "ukaza %s ni uspelo izvesti" + +#. This is a proper name. See the gettext manual, section Names. +#: src/cksum.c:40 +msgid "Q. Frank Xia" +msgstr "Q. Frank Xia" + +#: src/cksum.c:216 +#, c-format +msgid "%s: file too long" +msgstr "%s: datoteka je predolga" + +#: src/cksum.c:263 +#, c-format +msgid "" +"Usage: %s [FILE]...\n" +" or: %s [OPTION]\n" +msgstr "" +"Uporaba: %s [DATOTEKA]...\n" +" ali: %s [IZBIRA]\n" + +#: src/cksum.c:268 +msgid "" +"Print CRC checksum and byte counts of each FILE.\n" +"\n" +msgstr "" +"Izpišemo nadzorno vsoto in dolžino v bajtih za vsako DATOTEKO.\n" +"\n" + +#: src/comm.c:103 src/join.c:187 +#, c-format +msgid "Usage: %s [OPTION]... FILE1 FILE2\n" +msgstr "Uporaba: %s [IZBIRA]... DATOTEKA1 DATOTEKA2\n" + +#: src/comm.c:107 +msgid "Compare sorted files FILE1 and FILE2 line by line.\n" +msgstr "" +"Urejeni datoteki DATOTEKA1 in DATOTEKA2 primerjamo vrstico za vrstico.\n" + +#: src/comm.c:110 +msgid "" +"\n" +"With no options, produce three-column output. Column one contains\n" +"lines unique to FILE1, column two contains lines unique to FILE2,\n" +"and column three contains lines common to both files.\n" +msgstr "" +"\n" +"Brez podanih izbir program izpiše tri stolpce. V prvem stolpcu so vrstice,\n" +"ki se pojavijo le v DATOTEKI1, v drugem vrstice, ki se pojavijo le v " +"DATOTEKI2,\n" +"v tretjem pa vrstice, skupne obema datotekama.\n" + +#: src/comm.c:116 +msgid "" +"\n" +" -1 suppress column 1 (lines unique to FILE1)\n" +" -2 suppress column 2 (lines unique to FILE2)\n" +" -3 suppress column 3 (lines that appear in both files)\n" +msgstr "" +"\n" +" -1 izpusti vrstice, ki se pojavijo samo v prvi datoteki\n" +" -2 izpusti vrstice, ki se pojavijo samo v drugi datoteki\n" +" -3 izpusti vrstice, ki se pojavijo v obeh datotekah\n" + +#: src/comm.c:122 +msgid "" +"\n" +" --check-order check that the input is correctly sorted, even\n" +" if all input lines are pairable\n" +" --nocheck-order do not check that the input is correctly sorted\n" +msgstr "" +"\n" +" --check-order preveri, ali je vhod pravilno urejen, četudi so\n" +" vse vhodne vrstice s pari\n" +" --nocheck-order ne preverjaj, ali je vhod pravilno urejen\n" + +#: src/comm.c:128 +msgid " --output-delimiter=STR separate columns with STR\n" +msgstr " --output-delimiter=NIZ razmejilnik med stolpci naj bo NIZ\n" + +#: src/comm.c:133 +msgid "" +"\n" +"Note, comparisons honor the rules specified by 'LC_COLLATE'.\n" +msgstr "" +"\n" +"Primerjave upoštevajo pravila, navedena v »LC_COLLATE«.\n" + +#: src/comm.c:137 +#, c-format +msgid "" +"\n" +"Examples:\n" +" %s -12 file1 file2 Print only lines present in both file1 and file2.\n" +" %s -3 file1 file2 Print lines in file1 not in file2, and vice versa.\n" +msgstr "" +"\n" +"Zgledi:\n" +" %s -12 datoteka1 datoteka2 Izpiši le vrstice, navzoče v datoteki1 in " +"datoteki2\n" +" %s -3 datoteka1 datoteka2 Izpiši vrstice, ki so le v datoteki1, ne pa \n" +" tudi v datoteki2, ali obratno\n" + +#: src/comm.c:222 +#, c-format +msgid "file %d is not in sorted order" +msgstr "datoteka %d ni urejena" + +#: src/comm.c:407 +#, c-format +msgid "multiple delimiters specified" +msgstr "podanih je več razmejilnikov" + +#: src/comm.c:411 +#, c-format +msgid "empty %s not allowed" +msgstr "prazen %s ni dovoljen" + +#: src/copy.c:168 src/dd.c:1617 src/dd.c:1984 src/du.c:1085 src/head.c:148 +#: src/head.c:261 src/head.c:333 src/head.c:537 src/head.c:619 src/head.c:699 +#: src/head.c:757 src/head.c:781 src/tail.c:411 src/tail.c:499 src/tail.c:548 +#: src/tail.c:641 src/tail.c:769 src/tail.c:817 src/tail.c:854 src/tail.c:1782 +#: src/tail.c:1812 src/uniq.c:394 +#, c-format +msgid "error reading %s" +msgstr "napaka pri branju %s" + +#: src/copy.c:195 src/copy.c:346 src/copy.c:357 src/head.c:425 +#, c-format +msgid "cannot lseek %s" +msgstr "premikanje z lseek po %s ni mogoče" + +#: src/copy.c:206 src/dd.c:2047 src/dd.c:2110 src/head.c:151 +#, c-format +msgid "error writing %s" +msgstr "napaka pri pisanju na %s" + +#: src/copy.c:313 +#, c-format +msgid "%s: failed to get extents info" +msgstr "%s: branje informacij extents ni uspelo" + +#: src/copy.c:373 +#, c-format +msgid "%s: write failed" +msgstr "%s: pisanje ni uspelo" + +#: src/copy.c:442 src/copy.c:1083 +#, c-format +msgid "failed to extend %s" +msgstr "razširjanje %s ni uspelo" + +#: src/copy.c:662 +#, c-format +msgid "clearing permissions for %s" +msgstr "brišemo dovoljenja za %s" + +#: src/copy.c:697 src/copy.c:2480 src/cp.c:329 +#, c-format +msgid "failed to preserve ownership for %s" +msgstr "lastništvo za %s ni bilo ohranjeno" + +#: src/copy.c:723 +#, c-format +msgid "failed to lookup file %s" +msgstr "vpogled v datoteko %s ni uspel" + +#: src/copy.c:728 +#, c-format +msgid "failed to preserve authorship for %s" +msgstr "avtorstvo datoteke %s ni bilo ohranjeno" + +#: src/copy.c:804 src/csplit.c:640 src/du.c:971 src/fmt.c:451 src/head.c:854 +#: src/sort.c:4543 src/split.c:1342 src/tail.c:1756 src/wc.c:678 +#, c-format +msgid "cannot open %s for reading" +msgstr "datotek %s ni mogoče odpreti za branje" + +#: src/copy.c:810 src/copy.c:972 src/dd.c:1554 src/dd.c:2122 src/dd.c:2261 +#: src/tail.c:1592 src/tail.c:1658 src/truncate.c:140 +#, c-format +msgid "cannot fstat %s" +msgstr "statusa %s ni moč ugotoviti s fstat" + +#: src/copy.c:820 +#, c-format +msgid "skipping file %s, as it was replaced while being copied" +msgstr "datoteko %s izpustimo, ker je bila med prepisom zamenjana" + +#: src/copy.c:850 +#, c-format +msgid "failed to get file system create context" +msgstr "branje konteksta ustvarjenja datotečnega sistema ni uspelo" + +#: src/copy.c:864 +#, c-format +msgid "failed to set the security context of %s to %s" +msgstr "nastavitev varnostnega konteksta %s na %s ni uspela" + +#: src/copy.c:881 src/copy.c:1579 src/copy.c:1782 src/copy.c:1940 src/ln.c:314 +#: src/remove.c:263 src/remove.c:280 src/remove.c:405 src/remove.c:431 +#, c-format +msgid "cannot remove %s" +msgstr "ni mogoče odstraniti %s" + +#: src/copy.c:886 src/copy.c:1583 src/copy.c:1777 src/copy.c:1945 +#: src/remove.c:375 +#, c-format +msgid "removed %s\n" +msgstr "odstranjena %s\n" + +#: src/copy.c:926 +#, c-format +msgid "not writing through dangling symlink %s" +msgstr "ne pišemo prek obvisene simbolne povezave %s" + +#: src/copy.c:964 +#, c-format +msgid "cannot create regular file %s" +msgstr "ni mogoče ustvariti navadne datoteke %s" + +#: src/copy.c:985 +#, c-format +msgid "failed to clone %s from %s" +msgstr "ustvarjanje klona %s iz %s ni uspelo" + +#: src/copy.c:1098 src/copy.c:2541 +#, c-format +msgid "preserving times for %s" +msgstr "ohranjeni časi za %s" + +#: src/copy.c:1175 src/copy.c:1181 src/head.c:862 src/touch.c:172 +#: src/truncate.c:417 +#, c-format +msgid "failed to close %s" +msgstr "" + +#: src/copy.c:1471 +#, c-format +msgid "%s: try to overwrite %s, overriding mode %04lo (%s)? " +msgstr "%s: naj pišemo prek %s navzlic zaščiti %04lo (%s)? " + +#: src/copy.c:1478 +#, c-format +msgid "%s: overwrite %s? " +msgstr "%s: naj pišemo prek %s? " + +#: src/copy.c:1547 +#, c-format +msgid " (backup: %s)" +msgstr " (varnostna kopija: %s)" + +#: src/copy.c:1557 +#, c-format +msgid "failed to restore the default file creation context" +msgstr "povrnitev privzetega konteksta ustvarjenja datoteke ni uspela" + +#: src/copy.c:1589 +#, c-format +msgid "cannot create hard link %s to %s" +msgstr "ni mogoče ustvariti trde povezave %s na %s" + +#: src/copy.c:1642 src/copy.c:1694 src/copy.c:2277 src/copy.c:2604 +#: src/find-mount-point.c:84 src/install.c:678 src/realpath.c:145 +#: src/stat.c:1239 src/truncate.c:363 +#, c-format +msgid "cannot stat %s" +msgstr "statusa %s ni moč ugotoviti s stat" + +#: src/copy.c:1650 +#, c-format +msgid "omitting directory %s" +msgstr "izpuščamo imenik %s" + +#: src/copy.c:1664 +#, c-format +msgid "warning: source file %s specified more than once" +msgstr "opozorilo: izvorna datoteka %s je podana več kot enkrat" + +#: src/copy.c:1712 src/ln.c:246 +#, c-format +msgid "%s and %s are the same file" +msgstr "%s in %s sta ena in ista datoteka" + +#: src/copy.c:1811 +#, c-format +msgid "cannot overwrite non-directory %s with directory %s" +msgstr "prek ne-imenika %s ne moremo pisati imenika %s" + +#: src/copy.c:1829 src/ln.c:214 +#, c-format +msgid "will not overwrite just-created %s with %s" +msgstr "prek pravkar ustvarjene datoteke %s ne moremo zapisati %s" + +#: src/copy.c:1847 +#, c-format +msgid "cannot overwrite directory %s with non-directory" +msgstr "prek imenika %s ne moremo zapisati ne-imenika" + +#: src/copy.c:1861 +#, c-format +msgid "cannot move directory onto non-directory: %s -> %s" +msgstr "imenika ne moremo premakniti v ne-imenik: %s -> %s" + +#: src/copy.c:1891 +#, c-format +msgid "backing up %s would destroy source; %s not moved" +msgstr "varnostna kopija %s bi uničila izvirnik; %s ni premaknjen" + +#: src/copy.c:1892 +#, c-format +msgid "backing up %s would destroy source; %s not copied" +msgstr "varnostna kopija %s bi uničila izvirnik; %s ni prepisan" + +#: src/copy.c:1915 src/ln.c:276 +#, c-format +msgid "cannot backup %s" +msgstr "ni mogoče izdelati varnostne kopije %s" + +#: src/copy.c:1979 +#, c-format +msgid "will not copy %s through just-created symlink %s" +msgstr "ne bomo prepisali %s prek pravkar ustvarjene simbolne povezave %s" + +#: src/copy.c:2056 +#, c-format +msgid "cannot copy a directory, %s, into itself, %s" +msgstr "imenika %s se ne da prepisati vase, v %s" + +#: src/copy.c:2073 +#, c-format +msgid "will not create hard link %s to directory %s" +msgstr "ni mogoče ustvariti trde povezave %s na imenik %s" + +#: src/copy.c:2123 +#, c-format +msgid "cannot move %s to a subdirectory of itself, %s" +msgstr "imenika %s se ne da premakniti v %s, ki je podimenik prvega" + +#: src/copy.c:2166 +#, c-format +msgid "cannot move %s to %s" +msgstr "ni mogoče premakniti %s v %s" + +#: src/copy.c:2178 +#, c-format +msgid "inter-device move failed: %s to %s; unable to remove target" +msgstr "premik med enotami ni uspel: %s v %s; cilja ni moč odstraniti" + +#: src/copy.c:2212 src/install.c:906 src/mkdir.c:188 src/mkfifo.c:113 +#: src/mknod.c:166 +#, c-format +msgid "failed to set default file creation context to %s" +msgstr "nastavitev privzetega konteksta datoteke na %s ni uspela" + +#: src/copy.c:2246 +#, c-format +msgid "cannot copy cyclic symbolic link %s" +msgstr "ni mogoče prepisati ciklične simbolne povezave %s" + +# ! INEXACT +#: src/copy.c:2355 +#, c-format +msgid "%s: can make relative symbolic links only in current directory" +msgstr "%s: relativne simbolne povezave so mogoče samo znotraj imenika" + +#: src/copy.c:2362 +#, c-format +msgid "cannot create symbolic link %s to %s" +msgstr "ni mogoče ustvariti simbolne povezave %s na %s" + +#: src/copy.c:2416 src/mkfifo.c:132 +#, c-format +msgid "cannot create fifo %s" +msgstr "ni mogoče ustvariti FIFO %s" + +#: src/copy.c:2425 +#, c-format +msgid "cannot create special file %s" +msgstr "ni mogoče ustvariti posebne datoteke %s" + +#: src/copy.c:2436 src/ls.c:3185 src/stat.c:921 +#, c-format +msgid "cannot read symbolic link %s" +msgstr "ni mogoče prebrati simbolne povezave %s" + +#: src/copy.c:2463 +#, c-format +msgid "cannot create symbolic link %s" +msgstr "ni mogoče ustvariti simbolne povezave %s" + +#: src/copy.c:2495 +#, c-format +msgid "%s has unknown file type" +msgstr "%s ima neznan tip datoteke" + +#: src/copy.c:2644 src/ln.c:358 +#, c-format +msgid "cannot un-backup %s" +msgstr "ni mogoče odstraniti varnostne kopije %s" + +#: src/copy.c:2648 +#, c-format +msgid "%s -> %s (unbackup)\n" +msgstr "%s -> %s (brez varnostne kopije)\n" + +# ! INEXACT +#: src/cp.c:156 src/mv.c:286 +#, c-format +msgid "" +"Usage: %s [OPTION]... [-T] SOURCE DEST\n" +" or: %s [OPTION]... SOURCE... DIRECTORY\n" +" or: %s [OPTION]... -t DIRECTORY SOURCE...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [-T] IZVOR CILJ\n" +" ali: %s [IZBIRA]... IZVOR... IMENIK\n" +" ali: %s [IZBIRA]... --target-directory=IMENIK IZVOR...\n" + +#: src/cp.c:162 +msgid "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" +msgstr "" + +# ! INEXACT +#: src/cp.c:168 +msgid "" +" -a, --archive same as -dR --preserve=all\n" +" --attributes-only don't copy the file data, just the " +"attributes\n" +" --backup[=CONTROL] make a backup of each existing destination " +"file\n" +" -b like --backup but does not accept an " +"argument\n" +" --copy-contents copy contents of special files when " +"recursive\n" +" -d same as --no-dereference --preserve=links\n" +msgstr "" +" -a, --archive isto kot -dR --preserve=all\n" +" --attributes-only ne prepiši podatkov datoteke, ampak le " +"prilastke\n" +" --backup[=TIP] pred pisanjem prek obstoječe ciljne datoteke " +"\n" +" izdelamo varnostno kopijo podanega TIPA\n" +" -b enako kot --backup, vendar ne sprejema " +"argumenta\n" +" --copy-contents pri rekurzivnem prepisovanju prepišemo " +"vsebino\n" +" posebnih datotek\n" +" -d isto kot --no-dereference --preserve=links\n" + +#: src/cp.c:177 +msgid "" +" -f, --force if an existing destination file cannot be\n" +" opened, remove it and try again (this " +"option\n" +" is ignored when the -n option is also " +"used)\n" +" -i, --interactive prompt before overwrite (overrides a previous " +"-n\n" +" option)\n" +" -H follow command-line symbolic links in SOURCE\n" +msgstr "" + +#: src/cp.c:186 +msgid "" +" -l, --link hard link files instead of copying\n" +" -L, --dereference always follow symbolic links in SOURCE\n" +msgstr "" +" -l, --link ustvarimo trde povezave namesto kopij " +"datotek\n" +" -L, --dereference vedno sledimo simbolnim povezavam v VIRU\n" + +#: src/cp.c:190 +msgid "" +" -n, --no-clobber do not overwrite an existing file (overrides\n" +" a previous -i option)\n" +" -P, --no-dereference never follow symbolic links in SOURCE\n" +msgstr "" +" -n, --no-clobber ne pišemo prek obstoječe datoteke (prevlada\n" +" nad prejšnjo izbiro -i)\n" +" -P, --no-dereference nikoli ne sledimo simbolnim povezavam v VIRU\n" + +#: src/cp.c:195 +msgid "" +" -p same as --preserve=mode,ownership,timestamps\n" +" --preserve[=ATTR_LIST] preserve the specified attributes (default:\n" +" mode,ownership,timestamps), if possible\n" +" additional attributes: context, links, " +"xattr,\n" +" all\n" +msgstr "" +" -p isto kot --" +"preserve=mode,ownership,timestamps\n" +" --preserve[=SEZN_PRIL] če je mogoče, ohranimo navedene prilastke\n" +" (atribute) datotek (privzeto: mode, " +"ownership,\n" +" timestamps; dodatno: context, links, " +"xattr,\n" +" all)\n" + +#: src/cp.c:203 +msgid "" +" --no-preserve=ATTR_LIST don't preserve the specified attributes\n" +" --parents use full source file name under DIRECTORY\n" +msgstr "" +" --no-preserve=SEZN_PRIL ne ohranimo navedenih prilastkov\n" +" --parents pot do vira dodaj v IMENIK\n" + +#: src/cp.c:207 +msgid "" +" -R, -r, --recursive copy directories recursively\n" +" --reflink[=WHEN] control clone/CoW copies. See below\n" +" --remove-destination remove each existing destination file before\n" +" attempting to open it (contrast with --" +"force)\n" +msgstr "" +" -R, -r, --recursive imenike prepišemo rekurzivno\n" +" --reflink[=KDAJ] nadzor kopij CoW/klon. Glejte spodaj.\n" +" --remove-destination vsako ciljno datoteko vedno odstranimo pred\n" +" poskusom pisanja vanjo (prim. --force)\n" + +#: src/cp.c:213 +msgid "" +" --sparse=WHEN control creation of sparse files. See below\n" +" --strip-trailing-slashes remove any trailing slashes from each " +"SOURCE\n" +" argument\n" +msgstr "" +" --sparse=KDAJ kdaj ustvarimo razpršene datoteke. Glejte " +"spodaj.\n" +" --strip-trailing-slashes odstrani zaključne poševnice iz vseh " +"podanih\n" +" IZVOROV\n" + +#: src/cp.c:218 +msgid "" +" -s, --symbolic-link make symbolic links instead of copying\n" +" -S, --suffix=SUFFIX override the usual backup suffix\n" +" -t, --target-directory=DIRECTORY copy all SOURCE arguments into " +"DIRECTORY\n" +" -T, --no-target-directory treat DEST as a normal file\n" +msgstr "" +" -s, --symbolic-link ustvari simbolne povezave namesto kopij\n" +" -S, --suffix=PRIPONA pripona varnostne kopije naj bo PRIPONA\n" +" --target-directory=IMENIK vse IZVORE premakni v IMENIK\n" +" -T, --no-target-directory obravnavaj CILJ kot navadno datoteko\n" + +#: src/cp.c:224 +msgid "" +" -u, --update copy only when the SOURCE file is newer\n" +" than the destination file or when the\n" +" destination file is missing\n" +" -v, --verbose explain what is being done\n" +" -x, --one-file-system stay on this file system\n" +msgstr "" +" -u, --update prepiši samo. če je IZVOR novejši od CILJA " +"ali\n" +" kadar CILJ še ne obstaja\n" +" -v, --verbose z razlago poteka\n" +" -x, --one-file-system samo krajevni datotečni sistem\n" + +# ! INEXACT +#: src/cp.c:233 +msgid "" +"\n" +"By default, sparse SOURCE files are detected by a crude heuristic and the\n" +"corresponding DEST file is made sparse as well. That is the behavior\n" +"selected by --sparse=auto. Specify --sparse=always to create a sparse DEST\n" +"file whenever the SOURCE file contains a long enough sequence of zero " +"bytes.\n" +"Use --sparse=never to inhibit creation of sparse files.\n" +"\n" +"When --reflink[=always] is specified, perform a lightweight copy, where the\n" +"data blocks are copied only when modified. If this is not possible the " +"copy\n" +"fails, or if --reflink=auto is specified, fall back to a standard copy.\n" +msgstr "" +"\n" +"Privzeto se z grobo hevristiko ugotavlja, ali je IZVOR razpršena datoteka, \n" +"CILJ pa je v tem primeru tudi razpršena datoteka. Isto dosežemo tudi z " +"izbiro \n" +"--sparse=auto. Z izbiro --sparse=always bo CILJ razpršen vedno, kadar " +"IZVOR\n" +"vsebuje dovolj dolgo zaporedje znakov nič. Izbira --sparse=never vedno " +"prepreči\n" +"ustvarjanje razpršenih datotek.\n" +"\n" +"Če je podana izbira --reflink[=always], se izvede »lahko« kopiranje, pri\n" +"katerem se podatkovni bloki prepišejo le, če so spremenjeni. Če to ni " +"mogoče, \n" +"če pride pri kopiranju do napake, ali če je podana izbira --reflink=auto, se " +"\n" +"uporabi standardno kopiranje.\n" + +#: src/cp.c:245 src/install.c:649 src/ln.c:420 src/mv.c:322 +msgid "" +"\n" +"The backup suffix is '~', unless set with --suffix or SIMPLE_BACKUP_SUFFIX.\n" +"The version control method may be selected via the --backup option or " +"through\n" +"the VERSION_CONTROL environment variable. Here are the values:\n" +"\n" +msgstr "" +"\n" +"Varnostna kopija ima pripono »~«, razen če ni z izbiro --suffix ali\n" +"spremenljivko SIMPLE_BACKUP_SUFFIX nastavljeno drugače. Vrsto varnostnih\n" +"kopij lahko nastavimo z izbiro --backup ali spremenljivko\n" +"VERSION_CONTROL. Možnosti so:\n" +"\n" + +#: src/cp.c:252 src/install.c:656 src/ln.c:427 src/mv.c:329 +msgid "" +" none, off never make backups (even if --backup is given)\n" +" numbered, t make numbered backups\n" +" existing, nil numbered if numbered backups exist, simple otherwise\n" +" simple, never always make simple backups\n" +msgstr "" +" none, off nikoli ne delamo varnostne kopije, niti z izbiro --backup\n" +" numbered, t oštevilčene varnostne kopije\n" +" existing, nil oštevilčene varnostne kopije, če take že obstajajo,\n" +" sicer enostavne\n" +" simple, never vedno enostavne varnostne kopije\n" + +#: src/cp.c:258 +msgid "" +"\n" +"As a special case, cp makes a backup of SOURCE when the force and backup\n" +"options are given and SOURCE and DEST are the same name for an existing,\n" +"regular file.\n" +msgstr "" +"\n" +"V posebnem primeru napravi cp varnostno kopijo IZVORa, kadar sta podani " +"izbiri\n" +"--force in --backup, IZVOR in CILJ pa sta isto ime za obstoječo navadno\n" +"datoteko.\n" + +#: src/cp.c:317 +#, c-format +msgid "failed to preserve times for %s" +msgstr "časi za %s niso bili ohranjeni" + +#: src/cp.c:348 +#, c-format +msgid "failed to preserve permissions for %s" +msgstr "dovoljenja datoteke %s niso ohranjena" + +#: src/cp.c:475 +#, c-format +msgid "cannot make directory %s" +msgstr "ni mogoče ustvariti imenika %s" + +#: src/cp.c:524 src/cp.c:543 +#, c-format +msgid "%s exists but is not a directory" +msgstr "%s obstaja, vendar ni imenik" + +#: src/cp.c:570 src/cp.c:1069 src/install.c:402 src/install.c:844 src/ln.c:123 +#: src/ln.c:181 src/ln.c:202 src/ln.c:515 src/mv.c:154 src/mv.c:400 +#, c-format +msgid "failed to access %s" +msgstr "" + +#: src/cp.c:590 src/install.c:915 src/ln.c:546 src/mv.c:434 src/shred.c:1181 +#: src/touch.c:429 src/truncate.c:354 +#, c-format +msgid "missing file operand" +msgstr "manjkajoč operand datoteke" + +#: src/cp.c:592 src/install.c:917 src/ln.c:560 src/mv.c:436 +#, c-format +msgid "missing destination file operand after %s" +msgstr "manjkajoč operand ciljne datoteke za %s" + +#: src/cp.c:601 src/install.c:926 src/mv.c:445 +#, c-format +msgid "cannot combine --target-directory (-t) and --no-target-directory (-T)" +msgstr "" +"izbiri --target-directory (-t) in --no-target-directory (-T) se izključujeta" + +#: src/cp.c:617 src/cp.c:1072 src/install.c:404 src/install.c:847 +#: src/install.c:939 src/ln.c:125 src/ln.c:518 src/ln.c:574 src/mv.c:403 +#: src/mv.c:459 +#, c-format +msgid "target %s is not a directory" +msgstr "cilj %s ni imenik" + +#: src/cp.c:728 +#, c-format +msgid "with --parents, the destination must be a directory" +msgstr "pri izbiri --parents mora biti cilj imenik" + +#: src/cp.c:1064 src/install.c:839 src/ln.c:510 src/mv.c:395 +#, c-format +msgid "multiple target directories specified" +msgstr "podanih je več ciljnih imenikov" + +#: src/cp.c:1110 +#, c-format +msgid "cannot make both hard and symbolic links" +msgstr "hkratne trde in simbolne povezave niso mogoče" + +#: src/cp.c:1117 src/mv.c:466 +#, c-format +msgid "options --backup and --no-clobber are mutually exclusive" +msgstr "izbiri --backup in --no-clobber se medsebojno izključujeta" + +#: src/cp.c:1123 +#, c-format +msgid "--reflink can be used only with --sparse=auto" +msgstr "--reflink je moč uporabiti le skupaj z --sparse=auto" + +#: src/cp.c:1131 src/install.c:900 src/ln.c:582 src/mv.c:474 +msgid "backup type" +msgstr "vrsta varnostne kopije" + +#: src/cp.c:1156 +#, c-format +msgid "cannot preserve security context without an SELinux-enabled kernel" +msgstr "" +"ohranitev varnostnega konteksta brez jedra s podporo SELinux ni mogoča" + +#: src/cp.c:1162 +#, c-format +msgid "" +"cannot preserve extended attributes, cp is built without xattr support" +msgstr "" +"razširjenih atributov ni moč ohraniti, cp je zgrajen brez podpore za xattr" + +#. This is a proper name. See the gettext manual, section Names. +#: src/csplit.c:41 src/dd.c:46 +msgid "Stuart Kemp" +msgstr "Stuart Kemp" + +#: src/csplit.c:531 +#, c-format +msgid "input disappeared" +msgstr "vhod je izginil" + +#: src/csplit.c:660 src/csplit.c:671 +#, c-format +msgid "%s: line number out of range" +msgstr "%s: številka vrstice izven razpona" + +#: src/csplit.c:700 +#, c-format +msgid "%s: %s: line number out of range" +msgstr "%s: %s: številka vrstice izven razpona" + +#: src/csplit.c:703 src/csplit.c:752 +#, c-format +msgid " on repetition %s\n" +msgstr " pri ponovitvi %s\n" + +#: src/csplit.c:746 +#, c-format +msgid "%s: %s: match not found" +msgstr "%s: %s: ujemanja ni" + +#: src/csplit.c:810 src/csplit.c:850 src/nl.c:351 src/tac.c:273 +#, c-format +msgid "error in regular expression search" +msgstr "napaka pri iskanju z regularnimi izrazi" + +#: src/csplit.c:983 +#, c-format +msgid "write error for %s" +msgstr "napaka pri pisanju za %s" + +#: src/csplit.c:1059 +#, c-format +msgid "%s: integer expected after delimiter" +msgstr "%s: za razmejilnikom pričakovano celo število" + +#: src/csplit.c:1075 +#, c-format +msgid "%s: '}' is required in repeat count" +msgstr "%s: pri ponovitvah je zahtevan »}«" + +#: src/csplit.c:1085 +#, c-format +msgid "%s}: integer required between '{' and '}'" +msgstr "%s}: med »{« in »}« je zahtevano celo število" + +#: src/csplit.c:1112 +#, c-format +msgid "%s: closing delimiter '%c' missing" +msgstr "%s: manjkajoč zaključni razmejilnik »%c«" + +#: src/csplit.c:1129 +#, c-format +msgid "%s: invalid regular expression: %s" +msgstr "%s: neveljavni regularni izraz: %s" + +#: src/csplit.c:1162 +#, c-format +msgid "%s: invalid pattern" +msgstr "%s: neveljavni vzorec" + +#: src/csplit.c:1165 +#, c-format +msgid "%s: line number must be greater than zero" +msgstr "%s: število vrstice mora biti pozitivno" + +#: src/csplit.c:1171 +#, c-format +msgid "line number %s is smaller than preceding line number, %s" +msgstr "številka vrstice %s je nižja od številke vrstice pred njo, %s" + +#: src/csplit.c:1177 +#, c-format +msgid "warning: line number %s is the same as preceding line number" +msgstr "opozorilo: številka vrstice %s je ista kot tista pred njo" + +#: src/csplit.c:1255 +#, c-format +msgid "missing conversion specifier in suffix" +msgstr "manjkajoče določilo pretvorbe v priponi" + +#: src/csplit.c:1261 +#, c-format +msgid "invalid conversion specifier in suffix: %c" +msgstr "neveljavno določilo pretvorbe v priponi: %c" + +#: src/csplit.c:1264 +#, c-format +msgid "invalid conversion specifier in suffix: \\%.3o" +msgstr "neveljavno določilo pretvorbe v priponi: \\\\%.3o" + +#: src/csplit.c:1269 +#, c-format +msgid "invalid flags in conversion specification: %%%c%c" +msgstr "neveljavna označba v določilu pretvorbe: %%%c%c" + +#: src/csplit.c:1286 +#, c-format +msgid "too many %% conversion specifications in suffix" +msgstr "preveč določil pretvorbe %% v priponi" + +#: src/csplit.c:1300 +#, c-format +msgid "missing %% conversion specification in suffix" +msgstr "manjkajoče določilo pretvorbe %% v priponi" + +#: src/csplit.c:1347 +#, c-format +msgid "%s: invalid number" +msgstr "%s: neveljavno število" + +#: src/csplit.c:1451 +#, c-format +msgid "Usage: %s [OPTION]... FILE PATTERN...\n" +msgstr "Uporaba: %s [IZBIRA]... DATOTEKA VZOREC...\n" + +#: src/csplit.c:1455 +msgid "" +"Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ...,\n" +"and output byte counts of each piece to standard output.\n" +msgstr "" + +#: src/csplit.c:1462 +#, c-format +msgid "" +" -b, --suffix-format=FORMAT use sprintf FORMAT instead of %02d\n" +" -f, --prefix=PREFIX use PREFIX instead of 'xx'\n" +" -k, --keep-files do not remove output files on errors\n" +msgstr "" +" -b, --suffix-format=OBLIKA uporabi OBLIKO spritntf namesto %02d\n" +" -f, --prefix=PREDPONA uporabi podano PREDPONO namesto »xx«\n" +" -k, --keep-files ob napaki ne odstrani nepopolno zapisanih " +"datotek\n" + +#: src/csplit.c:1467 +msgid "" +" -n, --digits=DIGITS use specified number of digits instead of 2\n" +" -s, --quiet, --silent do not print counts of output file sizes\n" +" -z, --elide-empty-files remove empty output files\n" +msgstr "" +" -n, --digits=ŠTEVKE uporabi navedeno število števk namesto " +"privzetih 2\n" +" -s, --quiet, --silent brez izpisa velikosti na standardni izhod\n" +" -z, --elide-empty-files odstrani prazne izhodne datoteke\n" + +#: src/csplit.c:1474 +msgid "" +"\n" +"Read standard input if FILE is -. Each PATTERN may be:\n" +msgstr "" +"\n" +"Če je DATOTEKA -, beremo s standardnega vhoda. VZOREC je lahko eden od:\n" + +#: src/csplit.c:1478 +msgid "" +"\n" +" INTEGER copy up to but not including specified line number\n" +" /REGEXP/[OFFSET] copy up to but not including a matching line\n" +" %REGEXP%[OFFSET] skip to, but not including a matching line\n" +" {INTEGER} repeat the previous pattern specified number of times\n" +" {*} repeat the previous pattern as many times as possible\n" +"\n" +"A line OFFSET is a required '+' or '-' followed by a positive integer.\n" +msgstr "" +"\n" +" CELO_ŠTEVILO prepiši do navedene vrstice, ne vštevši te vrstice\n" +" /REGIZR/[ODMIK] prepiši do ODMIKA, ne vštevši ujemajoče se vrstice\n" +" %%REGIZR%%[ODMIK] preskoči na ODMIK, ne vštevši ujemajoče se vrstice\n" +" {CELO_ŠTEVILO} ponovi prejšnji regularni izraz navedenokrat\n" +" {*} ponovi prejšnji regularni izraz, kolikorkrat gre\n" +"\n" +"Zapis vrstice ODMIKA je znak »+« ali »-«, ki mu sledi pozitivno celo " +"število.\n" + +#. This is a proper name. See the gettext manual, section Names. +#: src/cut.c:44 src/paste.c:52 +msgid "David M. Ihnat" +msgstr "David M. Ihnat" + +#: src/cut.c:64 src/cut.c:372 +msgid "fields and positions are numbered from 1" +msgstr "polja in pozicije se štejejo od 1 dalje" + +#: src/cut.c:189 +#, c-format +msgid "Usage: %s OPTION... [FILE]...\n" +msgstr "Uporaba: %s IZBIRA... [DATOTEKA]...\n" + +#: src/cut.c:193 +msgid "Print selected parts of lines from each FILE to standard output.\n" +msgstr "" + +#: src/cut.c:199 +msgid "" +" -b, --bytes=LIST select only these bytes\n" +" -c, --characters=LIST select only these characters\n" +" -d, --delimiter=DELIM use DELIM instead of TAB for field delimiter\n" +msgstr "" +" -b, --bytes=SEZNAM izpiši samo navedene bajte\n" +" -c, --characters=SEZNAM izpiši samo navedene znake\n" +" -d, --delimiter=RAZMEJ polja so razmejena z znakom RAZMEJ namesto s TAB\n" + +#: src/cut.c:204 +msgid "" +" -f, --fields=LIST select only these fields; also print any line\n" +" that contains no delimiter character, unless\n" +" the -s option is specified\n" +" -n (ignored)\n" +msgstr "" +" -f, --fields=SEZNAM izpiši samo navedena polja; izpiši tudi vse " +"vrstice,\n" +" ki ne vsebujejo razmejilnika, razen če je " +"podana\n" +" izbira -s\n" +" -n (se ne upošteva)\n" + +#: src/cut.c:210 +msgid "" +" --complement complement the set of selected bytes, characters\n" +" or fields\n" +msgstr "" +" --complement komplement množice izbranih bajtov, znakov ali " +"polj\n" + +#: src/cut.c:214 +msgid "" +" -s, --only-delimited do not print lines not containing delimiters\n" +" --output-delimiter=STRING use STRING as the output delimiter\n" +" the default is to use the input delimiter\n" +msgstr "" +" -s, --only-delimited ne izpiši vrstic, ki ne vsebujejo razmejilnika\n" +" --output-delimiter=NIZ naj bo NIZ razmejilnik na izhodu\n" +" privzeti izhodni razmejilnik je enak vhodnemu\n" + +#: src/cut.c:221 +msgid "" +"\n" +"Use one, and only one of -b, -c or -f. Each LIST is made up of one\n" +"range, or many ranges separated by commas. Selected input is written\n" +"in the same order that it is read, and is written exactly once.\n" +msgstr "" +"\n" +"Izbire -b, -c in -f se medsebojno izključujejo. Vsak SEZNAM lahko sestavlja " +"en\n" +"ali več razponov, ki so med seboj ločeni z vejico. Izbrani vhod je zapisan " +"v\n" +"istem vrstnem redu, kot je bil prebran, in je zapisan natanko enkrat.\n" + +#: src/cut.c:227 +msgid "" +"Each range is one of:\n" +"\n" +" N N'th byte, character or field, counted from 1\n" +" N- from N'th byte, character or field, to end of line\n" +" N-M from N'th to M'th (included) byte, character or field\n" +" -M from first to M'th (included) byte, character or field\n" +"\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" +"Vsak razpon ima lahko obliko:\n" +"\n" +" N N-ti bajt, znak ali polje, šteto od 1 dalje\n" +" N- od N-tega bajta, znaka ali polja do konca vrstice\n" +" N-M od N-tega do vključno M-tega bajta, znaka ali polja\n" +" -M od prvega do vključno M-tega bajta, znaka ali polja\n" +"\n" +"Če DATOTEKA ni podana, ali če je enaka - (minusu), se bere standardni vhod.\n" + +#: src/cut.c:367 src/cut.c:493 +msgid "invalid byte, character or field list" +msgstr "" + +#: src/cut.c:387 +msgid "invalid range with no endpoint: -" +msgstr "neveljavni razpon brez končne točke: -" + +#: src/cut.c:403 +msgid "invalid decreasing range" +msgstr "neveljavni padajoči razpon" + +#: src/cut.c:482 +#, c-format +msgid "byte offset %s is too large" +msgstr "odmik %s (v bajtih) je prevelik" + +#: src/cut.c:485 +#, c-format +msgid "field number %s is too large" +msgstr "številka polja %s je prevelika" + +#: src/cut.c:795 src/cut.c:803 +msgid "only one type of list may be specified" +msgstr "določen je lahko samo en tip seznama" + +#: src/cut.c:812 src/numfmt.c:1408 +#, c-format +msgid "the delimiter must be a single character" +msgstr "razmejilnik mora biti en sam znak" + +#: src/cut.c:847 +msgid "you must specify a list of bytes, characters, or fields" +msgstr "podati je treba seznam bajtov, znakov ali polj" + +#: src/cut.c:850 +msgid "an input delimiter may be specified only when operating on fields" +msgstr "vhodni razmejilnik se sme določiti le, kadar delamo s polji" + +#: src/cut.c:854 +msgid "" +"suppressing non-delimited lines makes sense\n" +"\tonly when operating on fields" +msgstr "" +"neizpisovanje vrstic, ki ne vsebujejo razmejilnika\n" +"\tje smiselno le, kadar delamo s polji" + +#: src/cut.c:870 +msgid "missing list of fields" +msgstr "seznam polj manjka" + +#: src/cut.c:872 +msgid "missing list of positions" +msgstr "seznam položajev manjka" + +#: src/date.c:123 +#, c-format +msgid "" +"Usage: %s [OPTION]... [+FORMAT]\n" +" or: %s [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]]\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [+OBLIKA]\n" +" ali: %s [-u|--utc|--universal] [MMDDuumm[[SS]LL][.ss]]\n" + +#: src/date.c:128 +msgid "" +"Display the current time in the given FORMAT, or set the system date.\n" +msgstr "" + +#: src/date.c:134 +msgid "" +" -d, --date=STRING display time described by STRING, not 'now'\n" +" -f, --file=DATEFILE like --date once for each line of DATEFILE\n" +" -I[TIMESPEC], --iso-8601[=TIMESPEC] output date/time in ISO 8601 format.\n" +" TIMESPEC='date' for date only (the default),\n" +" 'hours', 'minutes', 'seconds', or 'ns' for date\n" +" and time to the indicated precision.\n" +msgstr "" + +#: src/date.c:142 +msgid "" +" -r, --reference=FILE display the last modification time of FILE\n" +" -R, --rfc-2822 output date and time in RFC 2822 format.\n" +" Example: Mon, 07 Aug 2006 12:34:56 -0600\n" +msgstr "" +" -r, --reference=DATOTEKA izpiši čas zadnje spremembe za navedeno " +"DATOTEKO\n" +" -R, --rfc-2822 čas izpiši skladno s priporočilom RFC-2822\n" + +#: src/date.c:147 +msgid "" +" --rfc-3339=TIMESPEC output date and time in RFC 3339 format.\n" +" TIMESPEC='date', 'seconds', or 'ns' for\n" +" date and time to the indicated precision.\n" +" Date and time components are separated by\n" +" a single space: 2006-08-07 12:34:56-06:00\n" +" -s, --set=STRING set time described by STRING\n" +" -u, --utc, --universal print or set Coordinated Universal Time\n" +msgstr "" +" --rfc-3339=DOLOČILO datum v obliki, skladni s priporočilom RFC-3339\n" +" DOLOČILO je lahko »date«, »seconds« ali »ns«\n" +" za datum in uro v navedeni natančnosti.\n" +" Datum in čas sta v izpisu ločena z enim\n" +" presledkom: 2006-08-07 12:34:56-06:00\n" +" -s, --set=NIZ nastavi čas na v NIZU podano vrednost\n" +" -u, --utc, --universal izpis ali nastavitev časa v UTC namesto v " +"lokalnem\n" + +#: src/date.c:158 +msgid "" +"\n" +"FORMAT controls the output. Interpreted sequences are:\n" +"\n" +" %% a literal %\n" +" %a locale's abbreviated weekday name (e.g., Sun)\n" +msgstr "" +"\n" +"Izpis določa izbrana OBLIKA. Tolmač razume naslednja zaporedja:\n" +"\n" +" %% znak za odstotek: %\n" +" %a lokalizirano okrajšano ime dneva v tednu (npr. ned)\n" + +#: src/date.c:165 +msgid "" +" %A locale's full weekday name (e.g., Sunday)\n" +" %b locale's abbreviated month name (e.g., Jan)\n" +" %B locale's full month name (e.g., January)\n" +" %c locale's date and time (e.g., Thu Mar 3 23:05:25 2005)\n" +msgstr "" +" %A lokalizirano polno ime dneva v tednu, spremen. širine (npr. nedelja)\n" +" %b lokalizirano okrajšano ime meseca (npr. jan)\n" +" %B lokalizirano polno ime meseca, spremenljive širine (npr. januar)\n" +" %c lokaliziran izpis datuma in ure (sob 04 nov 1989 12:02:33 CET)\n" + +#: src/date.c:171 +msgid "" +" %C century; like %Y, except omit last two digits (e.g., 20)\n" +" %d day of month (e.g., 01)\n" +" %D date; same as %m/%d/%y\n" +" %e day of month, space padded; same as %_d\n" +msgstr "" +" %C stoletje; kot %Y, vendar brez zadnjih dveh števk (npr. 20)\n" +" %d dan v mesecu (npr. 01)\n" +" %D datum; isto kot %m/%d/%y\n" +" %e dan v mesecu, dopolnjen s presledki; isto kot %_d\n" + +#: src/date.c:177 +msgid "" +" %F full date; same as %Y-%m-%d\n" +" %g last two digits of year of ISO week number (see %G)\n" +" %G year of ISO week number (see %V); normally useful only with %V\n" +msgstr "" +" %F poln datum; isto kot %Y-%m-%d\n" +" %g dvoštevilčno leto, ustrezajoče številki tedna ISO (glejte %G)\n" +" %G štirištevilčno leto, ustrezajoče številki tedna ISO (glejte %V);\n" +" praviloma uporabno le v kombinaciji z %V\n" + +#: src/date.c:182 +msgid "" +" %h same as %b\n" +" %H hour (00..23)\n" +" %I hour (01..12)\n" +" %j day of year (001..366)\n" +msgstr "" +" %h isto kot %b\n" +" %H ura (00..23)\n" +" %I ura (01..12)\n" +" %j dan v letu (001..366)\n" + +#: src/date.c:188 +msgid "" +" %k hour, space padded ( 0..23); same as %_H\n" +" %l hour, space padded ( 1..12); same as %_I\n" +" %m month (01..12)\n" +" %M minute (00..59)\n" +msgstr "" +" %k ura, dopolnjena s presledki ( 0..23); isto kot %_H\n" +" %l ura, dopolnjena s presledki ( 1..12); isto kot %_I\n" +" %m mesec (01..12)\n" +" %M minuta (00..59)\n" + +#: src/date.c:194 +msgid "" +" %n a newline\n" +" %N nanoseconds (000000000..999999999)\n" +" %p locale's equivalent of either AM or PM; blank if not known\n" +" %P like %p, but lower case\n" +" %r locale's 12-hour clock time (e.g., 11:11:04 PM)\n" +" %R 24-hour hour and minute; same as %H:%M\n" +" %s seconds since 1970-01-01 00:00:00 UTC\n" +msgstr "" +" %n nova vrstica\n" +" %N nanosekunde (000000000..999999999)\n" +" %p lokalizirana oznaka za dopoldanske (AM) ali popoldanske (PM) ure\n" +" %P isto kot %P, a z malimi črkami\n" +" %r čas v lokaliziranem 12-urnem zapisu (npr. 11:11:04 PM)\n" +" %R čas v 24-urnem zapisu; isto kot %H:%M\n" +" %s sekunde od 00:00:00, 1970-01-01 UTC\n" + +#: src/date.c:203 +msgid "" +" %S second (00..60)\n" +" %t a tab\n" +" %T time; same as %H:%M:%S\n" +" %u day of week (1..7); 1 is Monday\n" +msgstr "" +" %S sekunde (00..60) (60 samo v primeru prestopne sekunde)\n" +" %t vodoravni tabulator\n" +" %T čas v 24-urnem zapisu; isto kot %H:%M:%S\n" +" %u dan v tednu (1..7); 1 je ponedeljek\n" + +#: src/date.c:209 +msgid "" +" %U week number of year, with Sunday as first day of week (00..53)\n" +" %V ISO week number, with Monday as first day of week (01..53)\n" +" %w day of week (0..6); 0 is Sunday\n" +" %W week number of year, with Monday as first day of week (00..53)\n" +msgstr "" +" %U številka tedna v letu z nedeljo kot prvim dnevom v tednu (00..53)\n" +" %V številka tedna ISO, s ponedeljkom kot prvim dnevom v tednu (01..53)\n" +" %w dan v tednu (0..6); 0 predstavlja nedeljo\n" +" %W številka tedna v letu s ponedeljkom kot prvim dnevom v tednu " +"(00..53)\n" + +#: src/date.c:215 +msgid "" +" %x locale's date representation (e.g., 12/31/99)\n" +" %X locale's time representation (e.g., 23:13:48)\n" +" %y last two digits of year (00..99)\n" +" %Y year\n" +msgstr "" +" %x lokaliziran zapis datuma (npr. 21/31/99)\n" +" %X lokaliziran zapis ure (npr. 23:13:48)\n" +" %y zadnji dve števki leta (00..99)\n" +" %Y leto\n" + +#: src/date.c:221 +msgid "" +" %z +hhmm numeric time zone (e.g., -0400)\n" +" %:z +hh:mm numeric time zone (e.g., -04:00)\n" +" %::z +hh:mm:ss numeric time zone (e.g., -04:00:00)\n" +" %:::z numeric time zone with : to necessary precision (e.g., -04, " +"+05:30)\n" +" %Z alphabetic time zone abbreviation (e.g., EDT)\n" +"\n" +"By default, date pads numeric fields with zeroes.\n" +msgstr "" +" %z časovni pas v številčnem zapisu +hhmm (npr. +0100)\n" +" %:z časovni pas v številčnem zapisu +hh:mm (npr. +01:00)\n" +" %::z časovni pas v številčnem zapisu +hh:mm:ss (npr. +01:00:00)\n" +" %:::z časovni pas v številčnem zapisu; število dvopičij ustreza zahtevani\n" +" natančnosti (npr. +01, +05:30)\n" +" %Z alfanumerična okrajšava časovnega pasu (npr. CET)\n" +"\n" +"Privzeto so številčna polja v datumu do polne dolžine polja dopolnjena\n" +"z ničlami.\n" + +#: src/date.c:230 +msgid "" +"The following optional flags may follow '%':\n" +"\n" +" - (hyphen) do not pad the field\n" +" _ (underscore) pad with spaces\n" +" 0 (zero) pad with zeros\n" +" ^ use upper case if possible\n" +" # use opposite case if possible\n" +msgstr "" +"Naslednja neobvezna določila lahko sledijo znaku »%«:\n" +"\n" +" »-« (minus) ne dopolnjuj polja\n" +" »_« (podčrtaj) dopolni polje s presledki\n" +" »0« (ničla) dopolni polje z ničlami\n" +" »^« če je mogoče, uporabi velike črke\n" +" »#« če je mogoče, uporabi nasprotne črke\n" + +#: src/date.c:239 +msgid "" +"\n" +"After any flags comes an optional field width, as a decimal number;\n" +"then an optional modifier, which is either\n" +"E to use the locale's alternate representations if available, or\n" +"O to use the locale's alternate numeric symbols if available.\n" +msgstr "" +"\n" +"Vsaki izbiri sledi neobvezna širina polja, navedena kot desetiško število,\n" +"zatem neobvezni modifikator, ki je nekaj od naslednjega:\n" +"»E« za lokalizirano alternativno predstavitev, če je ta na voljo, ali\n" +"»O« za lokalizirane alternativne številčne simbole, če so ti na voljo.\n" + +#: src/date.c:246 +msgid "" +"\n" +"Examples:\n" +"Convert seconds since the epoch (1970-01-01 UTC) to a date\n" +" $ date --date='@2147483647'\n" +"\n" +"Show the time on the west coast of the US (use tzselect(1) to find TZ)\n" +" $ TZ='America/Los_Angeles' date\n" +"\n" +"Show the local time for 9AM next Friday on the west coast of the US\n" +" $ date --date='TZ=\"America/Los_Angeles\" 09:00 next Fri'\n" +msgstr "" +"\n" +"Zgledi:\n" +"\n" +"Pretvori sekunde od epohe (1970-01-01 UTC) v datum:\n" +" $ date --date='@2147483647'\n" +"\n" +"Prikaži čas v drugi časovni coni (uporabite ukaz tzselect(1) za izbiro TZ):\n" +" $ TZ=='Asia/Singapore' date\n" +"\n" +"Prikaži lokalni čas ob 9. uri zjutraj naslednji ponedeljek v New Yorku:\n" +" $ date --date='TZ=\"America/New_York\" 09:00 next Mon\n" + +#: src/date.c:279 src/dd.c:2201 src/head.c:845 src/md5sum.c:498 +#: src/md5sum.c:862 src/od.c:869 src/od.c:1920 src/pr.c:1172 src/pr.c:1362 +#: src/pr.c:1484 src/stty.c:851 src/tac.c:562 src/tail.c:342 src/tee.c:126 +#: src/tr.c:1945 src/tsort.c:530 src/wc.c:196 +#, c-format +msgid "standard input" +msgstr "standardni vhod" + +#: src/date.c:307 src/date.c:527 +#, c-format +msgid "invalid date %s" +msgstr "neveljavni datum %s" + +#: src/date.c:418 src/date.c:452 +#, c-format +msgid "multiple output formats specified" +msgstr "podana je več kot ena oblika izhoda" + +#: src/date.c:430 +#, c-format +msgid "the options to specify dates for printing are mutually exclusive" +msgstr "izbire pri določanju datumov za izpis se medsebojno izključujejo" + +#: src/date.c:437 +#, c-format +msgid "the options to print and set the time may not be used together" +msgstr "izbiri za izpis in nastavitev datuma se medsebojno izključujeta" + +#: src/date.c:458 +#, c-format +msgid "" +"the argument %s lacks a leading '+';\n" +"when using an option to specify date(s), any non-option\n" +"argument must be a format string beginning with '+'" +msgstr "" +"argumentu %s manjka vodilni »+«;\n" +"Pri določanju datuma morajo biti vsi argumenti, ki niso izbire,\n" +"določitelji oblike datuma in se morajo začeti s »+«" + +#: src/date.c:535 +#, c-format +msgid "cannot set date" +msgstr "datuma ni mogoče nastaviti" + +#: src/date.c:558 src/du.c:371 +#, c-format +msgid "time %s is out of range" +msgstr "čas %s je izven razpona" + +#. This is a proper name. See the gettext manual, section Names. +#: src/dd.c:44 src/factor.c:109 src/rm.c:41 src/tail.c:69 src/touch.c:41 +#: src/wc.c:50 +msgid "Paul Rubin" +msgstr "Paul Rubin" + +#: src/dd.c:521 +#, c-format +msgid "" +"Usage: %s [OPERAND]...\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s [OPERAND]...\n" +" ali: %s IZBIRA\n" + +#: src/dd.c:526 +msgid "" +"Copy a file, converting and formatting according to the operands.\n" +"\n" +" bs=BYTES read and write up to BYTES bytes at a time\n" +" cbs=BYTES convert BYTES bytes at a time\n" +" conv=CONVS convert the file as per the comma separated symbol list\n" +" count=N copy only N input blocks\n" +" ibs=BYTES read up to BYTES bytes at a time (default: 512)\n" +msgstr "" +"Prepiši datoteko ter jo pretvori in preoblikuj glede na izbire.\n" +"\n" +" bs=BAJTOV preberi in zapiši zahtevano število BAJTOV naenkrat\n" +" cbs=BAJTOV pretvori zahtevano število BAJTOV naenkrat\n" +" conv=PRETVORBA pretvori datoteko, kot zahteva PRETVORBA (seznam " +"simbolov,\n" +" ločen z vejicami)\n" +" count=BLOKOV prepiši zgolj zahtevano število vhodnih BLOKOV\n" +" ibs=BAJTOV beri po zahtevano število BAJTOV naenkrat (privzeto 512)\n" + +#: src/dd.c:535 +msgid "" +" if=FILE read from FILE instead of stdin\n" +" iflag=FLAGS read as per the comma separated symbol list\n" +" obs=BYTES write BYTES bytes at a time (default: 512)\n" +" of=FILE write to FILE instead of stdout\n" +" oflag=FLAGS write as per the comma separated symbol list\n" +" seek=N skip N obs-sized blocks at start of output\n" +" skip=N skip N ibs-sized blocks at start of input\n" +" status=WHICH WHICH info to suppress outputting to stderr;\n" +" 'noxfer' suppresses transfer stats, 'none' suppresses all\n" +msgstr "" +" if=DATOTEKA beri z navedene DATOTEKE namesto s standardnega vhoda\n" +" iflag=ZASTAVICA beri kot z vejicami ločen seznam simbolov\n" +" obs=BAJTOV piši po zahtevano število BAJTOV naenkrat (privzeto 512)\n" +" of=DATOTEKA piši na navedeno DATOTEKA namesto na standardni izhod\n" +" oflag=ZASTAVICA piši kot z vejicami ločen seznam simbolov\n" +" seek=BLOKOV na začetku pisanja preskoči zahtevano število BLOKOV\n" +" dolžine obs\n" +" skip=BLOKOV na začetku branja preskoči zahtevano število BLOKOV\n" +" dolžine ibs\n" +" status=IZPIS omeji IZPIS na stderr; »noxfer« brez statistike prenosa,\n" +" »none« brez vseh izpisov\n" + +#: src/dd.c:546 +msgid "" +"\n" +"N and BYTES may be followed by the following multiplicative suffixes:\n" +"c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M\n" +"GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.\n" +"\n" +"Each CONV symbol may be:\n" +"\n" +msgstr "" +"\n" +"Števila N in BAJTOV lahko okrajšamo s priponami za množenje: c = 1,\n" +"w = 2, b = 512, kB = 1000, K = 1024, MB = 1000×1000, M = 1024×1024, xM = M,\n" +"GB = 1000×1000×1000, G = 1024×1024×1024, in tako dalje za T, P, E, Z, Y.\n" +"\n" +"PRETVORBA je lahko (več izbir ločimo z vejico):\n" +"\n" + +#: src/dd.c:555 +msgid "" +" ascii from EBCDIC to ASCII\n" +" ebcdic from ASCII to EBCDIC\n" +" ibm from ASCII to alternate EBCDIC\n" +" block pad newline-terminated records with spaces to cbs-size\n" +" unblock replace trailing spaces in cbs-size records with newline\n" +" lcase change upper case to lower case\n" +" ucase change lower case to upper case\n" +" sparse try to seek rather than write the output for NUL input blocks\n" +" swab swap every pair of input bytes\n" +" sync pad every input block with NULs to ibs-size; when used\n" +" with block or unblock, pad with spaces rather than NULs\n" +msgstr "" +" ascii iz EBCDIC v ASCII\n" +" ebcdic iz ASCII v EBCDIC\n" +" ibm iz ASCII v »alternate EBCDIC«\n" +" block zapise terminirane z NEWLINE zapolni z presledki do dolžine cbs\n" +" unblock sledilne presledke v zapisu dolžine cbs nadomesti z NEWLINE\n" +" lcase velike črke zamenjaj z malimi\n" +" ucase male črke zamenjaj z velikimi\n" +" sparse pri vhodnih blokih z znaki NUL se namesto zapisovanja poskusi\n" +" premakniti za dolžino bloka\n" +" swab paroma zamenjaj bajte na vhodu\n" +" sync vsak vhodni blok zapolni z znaki NUL dolžine ibs; če smo podali\n" +" tudi block ali unblock, zapolni s presledki namesto z znaki " +"NUL\n" + +#: src/dd.c:568 +msgid "" +" excl fail if the output file already exists\n" +" nocreat do not create the output file\n" +" notrunc do not truncate the output file\n" +" noerror continue after read errors\n" +" fdatasync physically write output file data before finishing\n" +" fsync likewise, but also write metadata\n" +msgstr "" +" excl prenehaj z delom, če izhodna datoteka že obstaja\n" +" nocreat ne zapiši izhodne datoteke\n" +" notrunc ne poreži izhodne datoteke\n" +" noerror nadaljuj po napaki pri branju\n" +" fdatasync fizično zapiši izhodno datoteko pred zaključkom dela\n" +" fsync enako, vendar zapiši tudi metapodatke\n" + +#: src/dd.c:576 +msgid "" +"\n" +"Each FLAG symbol may be:\n" +"\n" +" append append mode (makes sense only for output; conv=notrunc " +"suggested)\n" +msgstr "" +"\n" +"ZASTAVICA je lahko:\n" +"\n" +" append dodajanje na konec datoteke (smiselno le pri izhodu; " +"priporočeno\n" +" conv=notrunc)\n" + +#: src/dd.c:583 +msgid " cio use concurrent I/O for data\n" +msgstr " cio uporabi vzporedne vhodno-izhodne funkcije za podatke\n" + +#: src/dd.c:585 +msgid " direct use direct I/O for data\n" +msgstr " direct uporabi neposredne vhodno-izhodne funkcije za podatke\n" + +#: src/dd.c:587 +msgid " directory fail unless a directory\n" +msgstr " directory opusti, razen če je imenik\n" + +#: src/dd.c:589 +msgid " dsync use synchronized I/O for data\n" +msgstr "" +" dsync uporabi sinhronizirane vhodno-izhodne funkcije za podatke\n" + +#: src/dd.c:591 +msgid " sync likewise, but also for metadata\n" +msgstr " sync enako, a tudi za metapodatke\n" + +#: src/dd.c:592 +msgid " fullblock accumulate full blocks of input (iflag only)\n" +msgstr " fullblock naberi polne bloke na vhodu (zgolj iflag)\n" + +#: src/dd.c:595 +msgid " nonblock use non-blocking I/O\n" +msgstr " nonblock uporabi neblokirne vhodno-izhodne funkcije\n" + +#: src/dd.c:597 +msgid " noatime do not update access time\n" +msgstr " noatime ne ažuriraj časa zadnjega dostopa\n" + +#: src/dd.c:600 +msgid " nocache discard cached data\n" +msgstr " nocache zavrzi medpomnjene podatke\n" + +#: src/dd.c:603 +msgid " noctty do not assign controlling terminal from file\n" +msgstr " noctty ne določaj krmilnega terminala iz datoteke\n" + +#: src/dd.c:606 +msgid " nofollow do not follow symlinks\n" +msgstr " nofollow ne sledi simbolnim povezavam\n" + +#: src/dd.c:608 +msgid " nolinks fail if multiply-linked\n" +msgstr " nolinks opusti, če je datoteka večkratno povezana\n" + +#: src/dd.c:610 +msgid " binary use binary I/O for data\n" +msgstr " binary uporabi binarne vhodno-izhodne funkcije za podatke\n" + +#: src/dd.c:612 +msgid " text use text I/O for data\n" +msgstr " text uporabi besedilne vhodno-izhodne funkcije za podatke\n" + +#: src/dd.c:614 +msgid " count_bytes treat 'count=N' as a byte count (iflag only)\n" +msgstr " count_bytes upoštevaj »count=N« kot šteto v bajtih (samo iflag)\n" + +#: src/dd.c:617 +msgid " skip_bytes treat 'skip=N' as a byte count (iflag only)\n" +msgstr " skip_bytes upoštevaj »skip=N« kot šteto v bajtih (samo iflag)\n" + +#: src/dd.c:620 +msgid " seek_bytes treat 'seek=N' as a byte count (oflag only)\n" +msgstr " seek_bytes upoštevaj »seek=N« kot šteto v bajtih (samo iflag)\n" + +#: src/dd.c:625 +#, c-format +msgid "" +"\n" +"Sending a %s signal to a running 'dd' process makes it\n" +"print I/O statistics to standard error and then resume copying.\n" +"\n" +" $ dd if=/dev/zero of=/dev/null& pid=$!\n" +" $ kill -%s $pid; sleep 1; kill $pid\n" +" 18335302+0 records in\n" +" 18335302+0 records out\n" +" 9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s\n" +"\n" +"Options are:\n" +"\n" +msgstr "" +"\n" +"Če pošljemo tekočemu procesu »dd« signal %s, ta izpiše vhodno-izhodne\n" +"statistike na standardni izhod za napake in nadaljuje z delom.\n" +"\n" +" $ dd if=/dev/zero of=/dev/null& pid=$!\n" +" $ kill -%s $pid; sleep 1; kill $pid\n" +" 18335302+0 records in\n" +" 18335302+0 records out\n" +" 9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s\n" +"\n" +"Izbire so:\n" +"\n" + +#: src/dd.c:683 +#, c-format +msgid "" +"%+% records in\n" +"%+% records out\n" +msgstr "" +"%+% zapisov na vhodu\n" +"%+% zapisov na izhodu\n" + +# ! INEXACT +#: src/dd.c:689 +#, c-format +msgid "% truncated record\n" +msgid_plural "% truncated records\n" +msgstr[0] "% odrezanih zapisov\n" +msgstr[1] "% odrezan zapis\n" +msgstr[2] "% odrezana zapisa\n" +msgstr[3] "% odrezani zapisi\n" + +#: src/dd.c:701 +#, c-format +msgid "% byte (%s) copied" +msgid_plural "% bytes (%s) copied" +msgstr[0] "% bajtov (%s) prepisanih" +msgstr[1] "% bajt (%s) prepisan" +msgstr[2] "% bajta (%s) prepisana" +msgstr[3] "% bajti (%s) prepisani" + +#: src/dd.c:720 +msgid "Infinity B" +msgstr "neskončno B" + +#. TRANSLATORS: The two instances of "s" in this string are the SI +#. symbol "s" (meaning second), and should not be translated. +#. +#. This format used to be: +#. +#. ngettext (", %g second, %s/s\n", ", %g seconds, %s/s\n", delta_s == 1) +#. +#. but that was incorrect for languages like Polish. To fix this +#. bug we now use SI symbols even though they're a bit more +#. confusing in English. +#: src/dd.c:733 +#, c-format +msgid ", %g s, %s/s\n" +msgstr ", %g s, %s/s\n" + +#: src/dd.c:812 +#, c-format +msgid "closing input file %s" +msgstr "zapiramo vhodno datoteko %s" + +#: src/dd.c:819 +#, c-format +msgid "closing output file %s" +msgstr "zapiramo izhodno datoteko %s" + +#: src/dd.c:1022 +#, c-format +msgid "failed to turn off O_DIRECT: %s" +msgstr "izklop O_DIRECT ni uspel: %s" + +#: src/dd.c:1093 src/dd.c:1942 +#, c-format +msgid "writing to %s" +msgstr "pišemo na %s" + +#: src/dd.c:1207 src/dd.c:1261 +#, c-format +msgid "unrecognized operand %s" +msgstr "neprepoznan operand %s" + +#: src/dd.c:1218 +msgid "invalid conversion" +msgstr "neveljavna pretvorba" + +#: src/dd.c:1221 src/dd.c:1297 +msgid "invalid input flag" +msgstr "neveljavna vhodna zastavica" + +# ! INEXACT +#: src/dd.c:1224 src/dd.c:1291 src/dd.c:1303 +msgid "invalid output flag" +msgstr "neveljavno izhodna zastavica" + +#: src/dd.c:1227 +msgid "invalid status flag" +msgstr "neveljavna statusna zastavica" + +#: src/dd.c:1266 src/truncate.c:310 +#, c-format +msgid "invalid number %s" +msgstr "neveljavno število %s" + +#: src/dd.c:1348 +#, c-format +msgid "cannot combine any two of {ascii,ebcdic,ibm}" +msgstr "pretvorbe ascii, ebcdic in ibm se medsebojno izključujejo" + +#: src/dd.c:1350 +#, c-format +msgid "cannot combine block and unblock" +msgstr "pretvorbi block in unblock se medsebojno izključujeta" + +# ! INEXACT +#: src/dd.c:1352 +#, c-format +msgid "cannot combine lcase and ucase" +msgstr "pretvorbi lcase in ucase se medsebojno izključujeta" + +#: src/dd.c:1354 +#, c-format +msgid "cannot combine excl and nocreat" +msgstr "pretvorbi excl in nocreat se medsebojno izključujeta" + +#: src/dd.c:1357 +#, c-format +msgid "cannot combine direct and nocache" +msgstr "izbiri direct in nocache se medsebojno izključujeta" + +#: src/dd.c:1514 +#, c-format +msgid "" +"warning: working around lseek kernel bug for file (%s)\n" +" of mt_type=0x%0lx -- see for the list of types" +msgstr "" +"opozorilo: obvoz okoli napake lseek v jedru za datoteko (%s)\n" +" vrste mt_type=0x%0lx -- glejte za seznam zvrsti" + +#: src/dd.c:1601 +#, c-format +msgid "%s: cannot skip" +msgstr "%s: pri branju premik s »skip« ni mogoč" + +#: src/dd.c:1603 src/dd.c:1622 src/dd.c:1683 +#, c-format +msgid "%s: cannot seek" +msgstr "%s: pri pisanju premik s »seek« ni mogoč" + +#: src/dd.c:1663 +#, c-format +msgid "offset overflow while reading file %s" +msgstr "prekoračitev odmika pri branju datoteke %s" + +#: src/dd.c:1675 +#, c-format +msgid "warning: invalid file offset after failed read" +msgstr "opozorilo: neveljavni odmik datoteke po napaki pri branju" + +#: src/dd.c:1679 +#, c-format +msgid "cannot work around kernel bug after all" +msgstr "napake v jedru ni bilo mogoče zaobiti" + +#: src/dd.c:1822 +#, c-format +msgid "setting flags for %s" +msgstr "nastavljanje zastavic za %s" + +#: src/dd.c:1875 +#, c-format +msgid "memory exhausted by input buffer of size %zu bytes (%s)" +msgstr "" +"pomnilnik porabljen z vhodnim medpomnilnikom velikosti %zu bajtov (%s)" + +#: src/dd.c:1889 +#, c-format +msgid "memory exhausted by output buffer of size %zu bytes (%s)" +msgstr "" +"pomnilnik porabljen z izhodnim medpomnilnikom velikosti %zu bajtov (%s)" + +#: src/dd.c:1922 +#, c-format +msgid "%s: cannot skip to specified offset" +msgstr "%s: pri branju premik na zahtevani odmik ni mogoč" + +#: src/dd.c:2133 +#, c-format +msgid "failed to truncate to % bytes in output file %s" +msgstr "" + +#: src/dd.c:2146 +#, c-format +msgid "fdatasync failed for %s" +msgstr "fdatasync ni uspel za %s" + +#: src/dd.c:2156 +#, c-format +msgid "fsync failed for %s" +msgstr "fsync ni uspel za %s<" + +#: src/dd.c:2207 src/dd.c:2236 src/nohup.c:163 src/nohup.c:165 +#, c-format +msgid "failed to open %s" +msgstr "odpiranje %s ni uspelo" + +#: src/dd.c:2246 +#, c-format +msgid "" +"offset too large: cannot truncate to a length of seek=% (%lu-byte) " +"blocks" +msgstr "" +"odmik prevelik: ni moč odrezati na dolžino seek=% (%lu-bajtnih) " +"blokov" + +#: src/dd.c:2267 +#, c-format +msgid "failed to truncate to % bytes in output file %s" +msgstr "obrezovanje na % bajtov pri izhodni datoteki %s ni uspelo" + +#: src/dd.c:2283 src/dd.c:2289 +#, c-format +msgid "failed to discard cache for: %s" +msgstr "neuspela zavržba medpomnjenih podatkov za: %s" + +#. This is a proper name. See the gettext manual, section Names. +#: src/df.c:44 src/du.c:55 src/expr.c:153 src/kill.c:33 src/pathchk.c:32 +#: src/shuf.c:39 src/sleep.c:35 src/sort.c:67 +msgid "Paul Eggert" +msgstr "Paul Eggert" + +#: src/df.c:172 +msgid "Filesystem" +msgstr "Dat. sist." + +#: src/df.c:175 +msgid "Type" +msgstr "Tip" + +#: src/df.c:178 src/df.c:542 +msgid "blocks" +msgstr "blokov" + +#: src/df.c:181 +msgid "Used" +msgstr "Upor." + +#: src/df.c:184 +msgid "Available" +msgstr "Na voljo" + +#: src/df.c:187 +msgid "Use%" +msgstr "Upo%" + +#: src/df.c:190 +msgid "Inodes" +msgstr "Inodov" + +#: src/df.c:193 +msgid "IUsed" +msgstr "IUpor" + +#: src/df.c:196 +msgid "IFree" +msgstr "IPros" + +#: src/df.c:199 +msgid "IUse%" +msgstr "IUpo%" + +#: src/df.c:202 +msgid "Mounted on" +msgstr "Priklopljeno na" + +#: src/df.c:383 +#, c-format +msgid "option --output: field '%s' unknown" +msgstr "" + +#: src/df.c:390 +#, c-format +msgid "option --output: field '%s' used more than once" +msgstr "" + +#: src/df.c:410 src/df.c:449 +msgid "Size" +msgstr "Vel." + +#: src/df.c:414 src/df.c:451 +msgid "Avail" +msgstr "Prost" + +#: src/df.c:474 +msgid "Capacity" +msgstr "Kapacit." + +#. TRANSLATORS: this is the "1K-blocks" header in "df" output. +#. TRANSLATORS: this is the "1024-blocks" header in "df -P". +#: src/df.c:545 src/df.c:554 +#, c-format +msgid "%s-%s" +msgstr "%s-%s" + +#: src/df.c:1210 +msgid "" +"Show information about the file system on which each FILE resides,\n" +"or all file systems by default.\n" +msgstr "" + +#: src/df.c:1217 +msgid "" +" -a, --all include dummy file systems\n" +" -B, --block-size=SIZE scale sizes by SIZE before printing them. E.g.,\n" +" '-BM' prints sizes in units of 1,048,576 bytes.\n" +" See SIZE format below.\n" +" --total produce a grand total\n" +" -h, --human-readable print sizes in human readable format (e.g., 1K 234M " +"2G)\n" +" -H, --si likewise, but use powers of 1000 not 1024\n" +msgstr "" +" -a, --all vključno s praznimi datotečnimi sistemi\n" +" -B, --block-size=N uporabljamo N bajtov velike bloke; npr. »-BM« " +"izpiše\n" +" velikosti v enotah po 1.048.576 bajtov\n" +" --total izpis skupne porabe\n" +" -h, --human-readable velikosti v človeku umljivi obliki (npr. 1K 234M " +"2G)\n" +" -H, --si podobno kot -h, vendar z bazo 1000 namesto 1024\n" + +#: src/df.c:1227 +msgid "" +" -i, --inodes list inode information instead of block usage\n" +" -k like --block-size=1K\n" +" -l, --local limit listing to local file systems\n" +" --no-sync do not invoke sync before getting usage info " +"(default)\n" +msgstr "" +" -i, --inodes izpis informacije o inode namesto o porabi blokov\n" +" -k isto kot --block-size=1K\n" +" -l, --local omejimo seznam na lokalni datotečni sistem\n" +" --no-sync brez klica sync() pred izpisom porabe (privzeto)\n" + +#: src/df.c:1234 +msgid "" +" --output[=FIELD_LIST] use the output format defined by FIELD_LIST,\n" +" or print all fields if FIELD_LIST is " +"omitted.\n" +" -P, --portability use the POSIX output format\n" +" --sync invoke sync before getting usage info\n" +" -t, --type=TYPE limit listing to file systems of type TYPE\n" +" -T, --print-type print file system type\n" +" -x, --exclude-type=TYPE limit listing to file systems not of type TYPE\n" +" -v (ignored)\n" +msgstr "" + +#: src/df.c:1248 +msgid "" +"\n" +"FIELD_LIST is a comma-separated list of columns to be included. Valid\n" +"field names are: 'source', 'fstype', 'itotal', 'iused', 'iavail', 'ipcent',\n" +"'size', 'used', 'avail', 'pcent' and 'target' (see info page).\n" +msgstr "" + +#: src/df.c:1285 +#, c-format +msgid "options %s and %s are mutually exclusive" +msgstr "" + +#: src/df.c:1335 +msgid "warning: " +msgstr "opozorilo: " + +#: src/df.c:1336 +msgid "long option '--megabytes' is deprecated and will soon be removed" +msgstr "" +"raba dolge izbire »--megabytes« je odsvetovana, v kratkem bo izbira ukinjena" + +#: src/df.c:1442 +#, c-format +msgid "file system type %s both selected and excluded" +msgstr "tip datotečnega sistema %s je obenem izbran in izločen" + +#: src/df.c:1500 +msgid "Warning: " +msgstr "Opozorilo: " + +#: src/df.c:1502 src/stat.c:814 +msgid "cannot read table of mounted file systems" +msgstr "tabele priklopljenih datotečnih sistemov ni moč prebrati" + +#: src/df.c:1539 +#, c-format +msgid "no file systems processed" +msgstr "obdelan ni bil noben datotečni sistem" + +#. This is a proper name. See the gettext manual, section Names. +#: src/dircolors.c:35 +msgid "H. Peter Anvin" +msgstr "H. Peter Anvin" + +# ! INEXACT +#: src/dircolors.c:97 src/uptime.c:196 src/users.c:105 +#, c-format +msgid "Usage: %s [OPTION]... [FILE]\n" +msgstr "Uporaba: %s [IZBIRA]... [DATOTEKA]...\n" + +#: src/dircolors.c:98 +msgid "" +"Output commands to set the LS_COLORS environment variable.\n" +"\n" +"Determine format of output:\n" +" -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS\n" +" -c, --csh, --c-shell output C shell code to set LS_COLORS\n" +" -p, --print-database output defaults\n" +msgstr "" +"Izpis ukazov za nastavitev spremenljivke LS_COLORS.\n" +"\n" +"Določitev oblike izhoda:\n" +" -b, --sh, --bourne-shell oblika Bournove ukazne lupine za nastavitev \n" +" spremenljivke LS_COLORS\n" +" -c, --csh, --c-shell oblika ukazne lupine C za nastavitev " +"LS_COLORS\n" +" -p, --print-database izpis privzeth vrednosti\n" + +#: src/dircolors.c:108 +msgid "" +"\n" +"If FILE is specified, read it to determine which colors to use for which\n" +"file types and extensions. Otherwise, a precompiled database is used.\n" +"For details on the format of these files, run 'dircolors --print-database'.\n" +msgstr "" +"\n" +"Če je DATOTEKA podana, iz nje preberemo, katero barvo uporabimo za kateri " +"tip\n" +"datotek oziroma pripon. Sicer se uporabi vgrajena tabela. Za podrobnosti o \n" +"skladnji datoteke zaženite »dircolors --print-database«.\n" + +#: src/dircolors.c:286 +#, c-format +msgid "%s:%lu: invalid line; missing second token" +msgstr "%s:%lu: neveljavna vrstica; manjka drugi element" + +# ! INEXACT +#: src/dircolors.c:358 +#, c-format +msgid "%s:%lu: unrecognized keyword %s" +msgstr "%s:%lu: neprepoznana ključna beseda %s" + +#: src/dircolors.c:359 +msgid "" +msgstr "" + +#: src/dircolors.c:440 +#, c-format +msgid "" +"the options to output dircolors' internal database and\n" +"to select a shell syntax are mutually exclusive" +msgstr "" +"izpis privzetih vrednosti (izbira --print-data-base, -p) ni združljiv\n" +"z izbiro sintakse ukazne lupine" + +#: src/dircolors.c:450 +msgid "file operands cannot be combined with --print-database (-p)" +msgstr "" +"datotečnih operandov ni mogoče kombinirati z izbiro --print-database (-p)." + +#: src/dircolors.c:473 +#, c-format +msgid "no SHELL environment variable, and no shell type option given" +msgstr "spremenljivka SHELL ni nastavljena, niti ni podan tip ukazne lupine" + +#: src/dirname.c:50 +#, c-format +msgid "Usage: %s [OPTION] NAME...\n" +msgstr "Uporaba: %s [IZBIRA] IME...\n" + +#: src/dirname.c:54 +msgid "" +"Output each NAME with its last non-slash component and trailing slashes\n" +"removed; if NAME contains no /'s, output '.' (meaning the current " +"directory).\n" +"\n" +msgstr "" +"Izpišemo IME brez elementa za zadnjo poševnico (/) in brez zaključnih\n" +"poševnic; če IME ne vsebuje poševnic, izpišemo ».« (pomeni trenutni " +"imenik).\n" +"\n" + +#: src/dirname.c:59 +msgid " -z, --zero separate output with NUL rather than newline\n" +msgstr " -0, --null vrstice naj se zaključijo z znakom NUL, ne LF\n" + +#: src/dirname.c:64 +#, c-format +msgid "" +"\n" +"Examples:\n" +" %s /usr/bin/ -> \"/usr\"\n" +" %s dir1/str dir2/str -> \"dir1\" followed by \"dir2\"\n" +" %s stdio.h -> \".\"\n" +msgstr "" +"\n" +"Zgledi:\n" +" %s /usr/bin/ -> »/usr«\n" +" %s dir1/str dir2/str -> »dir1«, ki mu sledi »dir2«\n" +" %s stdio.h -> ».«\n" + +#: src/du.c:270 src/sort.c:394 src/wc.c:112 +#, c-format +msgid "" +"Usage: %s [OPTION]... [FILE]...\n" +" or: %s [OPTION]... --files0-from=F\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [DATOTEKA]...\n" +" ali: %s [IZBIRA]... --files0-from=F\n" + +#: src/du.c:274 +msgid "Summarize disk usage of each FILE, recursively for directories.\n" +msgstr "" + +#: src/du.c:280 +msgid "" +" -0, --null end each output line with 0 byte rather than " +"newline\n" +" -a, --all write counts for all files, not just directories\n" +" --apparent-size print apparent sizes, rather than disk usage; " +"although\n" +" the apparent size is usually smaller, it may be\n" +" larger due to holes in ('sparse') files, internal\n" +" fragmentation, indirect blocks, and the like\n" +msgstr "" + +#: src/du.c:289 +msgid "" +" -B, --block-size=SIZE scale sizes by SIZE before printing them. E.g.,\n" +" '-BM' prints sizes in units of 1,048,576 bytes.\n" +" See SIZE format below.\n" +" -b, --bytes equivalent to '--apparent-size --block-size=1'\n" +" -c, --total produce a grand total\n" +" -D, --dereference-args dereference only symlinks that are listed on the\n" +" command line\n" +" -d, --max-depth=N print the total for a directory (or file, with --" +"all)\n" +" only if it is N or fewer levels below the command\n" +" line argument; --max-depth=0 is the same as\n" +" --summarize\n" +msgstr "" + +#: src/du.c:302 +msgid "" +" --files0-from=F summarize disk usage of the NUL-terminated file\n" +" names specified in file F;\n" +" If F is - then read names from standard input\n" +" -H equivalent to --dereference-args (-D)\n" +" -h, --human-readable print sizes in human readable format (e.g., 1K 234M " +"2G)\n" +msgstr "" + +#: src/du.c:310 +msgid "" +" -k like --block-size=1K\n" +" -L, --dereference dereference all symbolic links\n" +" -l, --count-links count sizes many times if hard linked\n" +" -m like --block-size=1M\n" +msgstr "" + +#: src/du.c:316 +msgid "" +" -P, --no-dereference don't follow any symbolic links (this is the " +"default)\n" +" -S, --separate-dirs do not include size of subdirectories\n" +" --si like -h, but use powers of 1000 not 1024\n" +" -s, --summarize display only a total for each argument\n" +msgstr "" + +#: src/du.c:322 +msgid "" +" -t, --threshold=SIZE exclude entries smaller than SIZE if positive,\n" +" or entries greater than SIZE if negative\n" +" --time show time of the last modification of any file in " +"the\n" +" directory, or any of its subdirectories\n" +" --time=WORD show time as WORD instead of modification time:\n" +" atime, access, use, ctime or status\n" +" --time-style=STYLE show times using style STYLE:\n" +" full-iso, long-iso, iso, +FORMAT\n" +" FORMAT is interpreted like 'date'\n" +msgstr "" + +#: src/du.c:333 +msgid "" +" -X, --exclude-from=FILE exclude files that match any pattern in FILE\n" +" --exclude=PATTERN exclude files that match PATTERN\n" +" -x, --one-file-system skip directories on different file systems\n" +msgstr "" + +#: src/du.c:386 +msgid "Infinity" +msgstr "neskončno" + +#: src/du.c:507 +#, c-format +msgid "mount point %s already traversed" +msgstr "priklopna točka %s je bila že prečesana" + +#: src/du.c:624 +#, c-format +msgid "fts_read failed: %s" +msgstr "fts_read ni uspel: %s" + +#: src/du.c:780 +#, c-format +msgid "invalid maximum depth %s" +msgstr "neveljavna največja globina %s" + +#: src/du.c:809 +#, c-format +msgid "invalid --threshold argument '-0'" +msgstr "" + +#: src/du.c:887 +#, c-format +msgid "cannot both summarize and show all entries" +msgstr "možnosti se izključujeta - ali izpis vseh, ali povzetek" + +#: src/du.c:894 +#, c-format +msgid "warning: summarizing is the same as using --max-depth=0" +msgstr "opozorilo: povzetek je isto kot izbira --max-depth=0" + +#: src/du.c:900 +#, c-format +msgid "warning: summarizing conflicts with --max-depth=%lu" +msgstr "opozorilo: povzetek se izključuje z --max-depth=%lu" + +#: src/du.c:966 src/sort.c:4533 src/wc.c:668 +msgid "file operands cannot be combined with --files0-from" +msgstr "datotečnih operandov ni mogoče kombinirati z izbiro --files0-from." + +#: src/du.c:1026 src/md5sum.c:608 src/od.c:909 src/tac.c:238 src/tac.c:349 +#: src/tac.c:505 src/tac.c:585 src/wc.c:733 +#, c-format +msgid "%s: read error" +msgstr "%s: napaka pri branju" + +#: src/du.c:1040 src/sort.c:4562 src/wc.c:747 +#, c-format +msgid "when reading file names from stdin, no file name of %s allowed" +msgstr "pri branju imen datotek s standardnega vhoda ime %s ni dovoljeno." + +# ! INEXACT +#: src/du.c:1057 src/du.c:1065 src/wc.c:760 src/wc.c:768 +msgid "invalid zero-length file name" +msgstr "neveljavno ime (dolžina nič) datoteke" + +#: src/du.c:1088 src/ls.c:2649 src/wc.c:791 +msgid "total" +msgstr "skupno" + +#. This is a proper name. See the gettext manual, section Names. +#: src/echo.c:26 +msgid "Brian Fox" +msgstr "Brian Fox" + +#. This is a proper name. See the gettext manual, section Names. +#: src/echo.c:27 +msgid "Chet Ramey" +msgstr "Chet Ramey" + +#: src/echo.c:41 +#, c-format +msgid "" +"Usage: %s [SHORT-OPTION]... [STRING]...\n" +" or: %s LONG-OPTION\n" +msgstr "" +"Uporaba: %s [KRATKA_IZBIRA]... [NIZ]...\n" +" ali: %s DOLGA_IZBIRA\n" + +#: src/echo.c:45 +msgid "" +"Echo the STRING(s) to standard output.\n" +"\n" +" -n do not output the trailing newline\n" +msgstr "" +"Izpišemo NIZ ali več NIZOV na standardni izhod.\n" +"\n" +" -n ne izpisuj končnega znaka za novo vrstico\n" + +#: src/echo.c:51 +msgid "" +" -e enable interpretation of backslash escapes (default)\n" +" -E disable interpretation of backslash escapes\n" +msgstr "" +" -e pri izpisu tolmači spodaj navedena ubežna zaporedja " +"(privzeto)\n" +" -E onemogoči tolmačenje ubežnih zaporedij v NIZIH\n" + +#: src/echo.c:54 +msgid "" +" -e enable interpretation of backslash escapes\n" +" -E disable interpretation of backslash escapes (default)\n" +msgstr "" +" -e pri izpisu tolmači spodaj navedene ubežna zaporedja\n" +" -E onemogoči tolmačenje ubežnih zaporedij v NIZIH (privzeto)\n" + +#: src/echo.c:60 +msgid "" +"\n" +"If -e is in effect, the following sequences are recognized:\n" +"\n" +msgstr "" +"\n" +"Če je podana izbira -e, se tolmačijo naslednja zaporedja:\n" +"\n" + +#: src/echo.c:65 src/printf.c:105 +msgid "" +" \\\\ backslash\n" +" \\a alert (BEL)\n" +" \\b backspace\n" +" \\c produce no further output\n" +" \\e escape\n" +" \\f form feed\n" +" \\n new line\n" +" \\r carriage return\n" +" \\t horizontal tab\n" +" \\v vertical tab\n" +msgstr "" +" \\\\ obratna poševnica\n" +" \\a zvonček (BEL)\n" +" \\b pomik za znak nazaj\n" +" \\c ne izpisuj ničesar več\n" +" \\e ubežni znak\n" +" \\f skok na novo stran\n" +" \\n skok v novo vrstico\n" +" \\r vrnitev na začetek vrstice\n" +" \\t horizontalni tabulator\n" +" \\v vertikalni tabulator\n" + +#: src/echo.c:77 +msgid "" +" \\0NNN byte with octal value NNN (1 to 3 digits)\n" +" \\xHH byte with hexadecimal value HH (1 to 2 digits)\n" +msgstr "" +" \\0NNN bajt z osmiško kodo NNN (1, 2 ali 3 števke)\n" +" \\xHH bajt s šestnajstiško kodo HH (1 ali 2 števki)\n" + +#. This is a proper name. See the gettext manual, section Names. +#: src/env.c:32 src/printenv.c:45 src/whoami.c:35 +msgid "Richard Mlynarik" +msgstr "Richard Mlynarik" + +#: src/env.c:52 +#, c-format +msgid "Usage: %s [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]\n" +msgstr "Uporaba: %s [IZBIRA]... [-] [IME=VREDNOST]... [UKAZ [ARGUMENT]...]\n" + +#: src/env.c:55 +msgid "Set each NAME to VALUE in the environment and run COMMAND.\n" +msgstr "" + +#: src/env.c:61 +msgid "" +" -i, --ignore-environment start with an empty environment\n" +" -0, --null end each output line with 0 byte rather than newline\n" +" -u, --unset=NAME remove variable from the environment\n" +msgstr "" + +#: src/env.c:68 +msgid "" +"\n" +"A mere - implies -i. If no COMMAND, print the resulting environment.\n" +msgstr "" +"\n" +"Sam - implicira -i. Če UKAZ ni podan, izpišemo spremenljivke okolja.\n" + +#: src/env.c:124 +#, c-format +msgid "cannot unset %s" +msgstr "ni mogoče odnastaviti %s" + +#: src/env.c:135 +#, c-format +msgid "cannot set %s" +msgstr "ni mogoče nastaviti %s" + +#: src/env.c:152 +#, c-format +msgid "cannot specify --null (-0) with command" +msgstr "ni mogoče določiti --null (-0) z ukazom" + +#: src/expand.c:107 +msgid "" +"Convert tabs in each FILE to spaces, writing to standard output.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/expand.c:114 +msgid "" +" -i, --initial do not convert tabs after non blanks\n" +" -t, --tabs=NUMBER have tabs NUMBER characters apart, not 8\n" +msgstr "" +" -i, --initial nadomesti samo tabulatorje, ki sledijo praznim znakom\n" +" -t, --tabs=ŠIRINA ŠIRINA tabulatorja naj bo navedeno namesto 8\n" + +#: src/expand.c:118 +msgid "" +" -t, --tabs=LIST use comma separated list of explicit tab positions\n" +msgstr "" +" -t, --tabs=SEZNAM uporabi z vejicami ločen SEZNAM eksplicitnih " +"tabulatorjev\n" + +#: src/expand.c:171 src/unexpand.c:190 +#, c-format +msgid "tab stop is too large %s" +msgstr "tabulator je prevelik %s" + +#: src/expand.c:179 src/unexpand.c:198 +#, c-format +msgid "tab size contains invalid character(s): %s" +msgstr "širina tabulatorja vsebuje neveljavni(-e) znak(e): %s" + +#: src/expand.c:205 src/unexpand.c:224 +#, c-format +msgid "tab size cannot be 0" +msgstr "širina tabulatorja ne more biti 0" + +#: src/expand.c:207 src/unexpand.c:226 +#, c-format +msgid "tab sizes must be ascending" +msgstr "seznam tabulatorjev mora biti naraščajoč" + +#: src/expand.c:325 src/expand.c:344 src/unexpand.c:373 src/unexpand.c:418 +#, c-format +msgid "input line is too long" +msgstr "vhodna vrstica je predolga" + +#. This is a proper name. See the gettext manual, section Names. +#: src/expr.c:151 src/ln.c:41 src/mv.c:41 src/tee.c:34 +msgid "Mike Parker" +msgstr "Mike Parker" + +#. This is a proper name. See the gettext manual, section Names. +#: src/expr.c:152 src/groups.c:36 +msgid "James Youngman" +msgstr "James Youngman" + +#: src/expr.c:203 +#, c-format +msgid "" +"Usage: %s EXPRESSION\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s IZRAZ\n" +" ali: %s IZBIRA\n" + +#: src/expr.c:211 +msgid "" +"\n" +"Print the value of EXPRESSION to standard output. A blank line below\n" +"separates increasing precedence groups. EXPRESSION may be:\n" +"\n" +" ARG1 | ARG2 ARG1 if it is neither null nor 0, otherwise ARG2\n" +"\n" +" ARG1 & ARG2 ARG1 if neither argument is null or 0, otherwise 0\n" +msgstr "" +"\n" +"Ovrednoten IZRAZ izpišemo na standardni izhod. Operatorji v spodnjem\n" +"seznamu so razvrščeni po naraščajoči prednosti, prazna vrstica loči\n" +"skupine z isto prednostjo. Vrednost IZRAZA je lahko:\n" +"\n" +" ARG1 | ARG2 ARG1, če ta ni prazen ali enak 0, sicer ARG2\n" +" \n" +" ARG1 & ARG2 ARG1, če ni noben argumentov prazen ali enak 0, sicer 0\n" + +#: src/expr.c:220 +msgid "" +"\n" +" ARG1 < ARG2 ARG1 is less than ARG2\n" +" ARG1 <= ARG2 ARG1 is less than or equal to ARG2\n" +" ARG1 = ARG2 ARG1 is equal to ARG2\n" +" ARG1 != ARG2 ARG1 is unequal to ARG2\n" +" ARG1 >= ARG2 ARG1 is greater than or equal to ARG2\n" +" ARG1 > ARG2 ARG1 is greater than ARG2\n" +msgstr "" +"\n" +" ARG1 < ARG2 ARG1 je manjši od ARG2\n" +" ARG1 <= ARG2 ARG1 je manjši ali enak ARG2\n" +" ARG1 = ARG2 ARG1 je enak ARG2\n" +" ARG1 != ARG2 ARG1 ni enak ARG2\n" +" ARG1 >= ARG2 ARG1 je večji ali enak ARG2\n" +" ARG1 > ARG2 ARG1 je večji od ARG2\n" + +#: src/expr.c:229 +msgid "" +"\n" +" ARG1 + ARG2 arithmetic sum of ARG1 and ARG2\n" +" ARG1 - ARG2 arithmetic difference of ARG1 and ARG2\n" +msgstr "" +"\n" +" ARG1 + ARG2 aritmetična vsota ARG1 in ARG2\n" +" ARG1 - ARG2 aritmetična razlika ARG1 in ARG2\n" + +#: src/expr.c:236 +#, no-c-format +msgid "" +"\n" +" ARG1 * ARG2 arithmetic product of ARG1 and ARG2\n" +" ARG1 / ARG2 arithmetic quotient of ARG1 divided by ARG2\n" +" ARG1 % ARG2 arithmetic remainder of ARG1 divided by ARG2\n" +msgstr "" +"\n" +" ARG1 * ARG2 aritmetični produkt ARG1 in ARG2\n" +" ARG1 / ARG2 aritmetični količnik pri deljenju ARG1 z ARG2\n" +" ARG1 % ARG2 aritmetični ostanek pri deljenju ARG1 z ARG2\n" + +#: src/expr.c:242 +msgid "" +"\n" +" STRING : REGEXP anchored pattern match of REGEXP in STRING\n" +"\n" +" match STRING REGEXP same as STRING : REGEXP\n" +" substr STRING POS LENGTH substring of STRING, POS counted from 1\n" +" index STRING CHARS index in STRING where any CHARS is found, or 0\n" +" length STRING length of STRING\n" +msgstr "" +"\n" +" NIZ : REGIZR ujemanje NIZA s sidranim regularnim izrazom REGIZR\n" +"\n" +" match STRING REGIZR isto kot NIZ : REGIZR\n" +" substr NIZ POLOŽAJ DOLŽINA podniz NIZA, POLOŽAJ se šteje od 1 dalje \n" +" index NIZ ZNAKI mesto v NIZU, kjer se nahajajo ZNAKI, sicer " +"0\n" +" length NIZ dožina NIZA\n" + +#: src/expr.c:251 +msgid "" +" + TOKEN interpret TOKEN as a string, even if it is a\n" +" keyword like 'match' or an operator like '/'\n" +"\n" +" ( EXPRESSION ) value of EXPRESSION\n" +msgstr "" +" + SIMBOL ravnaj s SIMBOLOM, kot da je NIZ, čeprav je\n" +" ključna beseda kot »match« ali operator kot " +"»/«\n" +"\n" +" ( IZRAZ ) vrednost IZRAZA\n" + +#: src/expr.c:257 +msgid "" +"\n" +"Beware that many operators need to be escaped or quoted for shells.\n" +"Comparisons are arithmetic if both ARGs are numbers, else lexicographical.\n" +"Pattern matches return the string matched between \\( and \\) or null; if\n" +"\\( and \\) are not used, they return the number of characters matched or " +"0.\n" +msgstr "" +"\n" +"Pazite na to, da morajo mnogi operatorji biti zavarovani z obratno " +"poševnico\n" +"ali narekovaji, da jih ne interpretira ukazna lupina. Primerjava je\n" +"aritmetična, če sta oba argumenta števili, sicer leksikografska. Ujemanje\n" +"vzorcev vrne niz med oklepajema \\( in \\) ali pa prazen niz; če \\( in \\)\n" +"nista podana, vrne število znakov, ki se ujemajo, ali 0.\n" + +#: src/expr.c:264 +msgid "" +"\n" +"Exit status is 0 if EXPRESSION is neither null nor 0, 1 if EXPRESSION is " +"null\n" +"or 0, 2 if EXPRESSION is syntactically invalid, and 3 if an error occurred.\n" +msgstr "" +"\n" +"Izhodni status je 0, če IZRAZ ni prazen ali enak 0; 1, če je IZRAZ prazen " +"ali 0;\n" +"2, če IZRAZ ni skladenjsko pravilen; 3, če je prišlo do napake.\n" + +#: src/expr.c:278 +#, c-format +msgid "syntax error" +msgstr "napaka v skladnji" + +#: src/expr.c:599 src/ptx.c:283 +#, c-format +msgid "error in regular expression matcher" +msgstr "napaka v ujemalniku z regularnimi izrazi" + +#: src/expr.c:791 src/expr.c:828 +#, c-format +msgid "non-integer argument" +msgstr "ne-celoštevilčni argument" + +#: src/expr.c:793 src/truncate.c:314 +#, c-format +msgid "division by zero" +msgstr "deljenje z nič" + +#: src/expr.c:887 src/sort.c:2044 +#, c-format +msgid "set LC_ALL='C' to work around the problem" +msgstr "nastavite LC_ALL='C', da bi odpravili težavo." + +#: src/expr.c:889 +#, c-format +msgid "the strings compared were %s and %s" +msgstr "primerjana niza sta bila %s in %s" + +#. This is a proper name. See the gettext manual, section Names. +#: src/factor.c:111 +msgid "Niels Moller" +msgstr "Niels Möller" + +#: src/factor.c:1283 src/factor.c:1383 src/factor.c:1459 +#, c-format +msgid "Lucas prime test failure. This should not happen" +msgstr "Lucasov test praštevil ni uspel. Do te napake ne bi smelo priti" + +#: src/factor.c:2092 +#, c-format +msgid "squfof queue overflow" +msgstr "prekoračitev obsega za vrsto squfof" + +#: src/factor.c:2419 +#, c-format +msgid "%s is not a valid positive integer" +msgstr "%s ni veljavno pozitivno celo število" + +#: src/factor.c:2442 src/od.c:1646 src/od.c:1715 +#, c-format +msgid "%s is too large" +msgstr "%s je preveliko" + +#: src/factor.c:2454 +#, c-format +msgid "" +"Usage: %s [NUMBER]...\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s [ŠTEVILO]...\n" +" ali: %s IZBIRA\n" + +#: src/factor.c:2459 +msgid "" +"Print the prime factors of each specified integer NUMBER. If none\n" +"are specified on the command line, read them from standard input.\n" +"\n" +msgstr "" +"Izpiše prafaktorje za vsako od podanih celih ŠTEVIL. Če nobeno število ni\n" +"podano kot argument v ukazni vrstici, jih beremo s standardnega vhoda.\n" +"\n" + +#: src/find-mount-point.c:40 +#, c-format +msgid "cannot get current directory" +msgstr "trenutnega imenika ni mogoče ugotoviti" + +#: src/find-mount-point.c:50 src/find-mount-point.c:64 +#: src/find-mount-point.c:92 +#, c-format +msgid "cannot change to directory %s" +msgstr "imenik %s ni dosegljiv" + +#: src/find-mount-point.c:70 +#, c-format +msgid "cannot stat current directory (now %s)" +msgstr "statusa trenutnega imenika (zdaj %s) ni moč ugotoviti" + +#. This is a proper name. See the gettext manual, section Names. +#: src/fmt.c:38 +msgid "Ross Paterson" +msgstr "Ross Paterson" + +#: src/fmt.c:270 +#, c-format +msgid "Usage: %s [-WIDTH] [OPTION]... [FILE]...\n" +msgstr "Uporaba: %s [-ŠIRINA] [IZBIRA]... [DATOTEKA]...\n" + +#: src/fmt.c:271 +msgid "" +"Reformat each paragraph in the FILE(s), writing to standard output.\n" +"The option -WIDTH is an abbreviated form of --width=DIGITS.\n" +msgstr "" + +#: src/fmt.c:278 +msgid "" +" -c, --crown-margin preserve indentation of first two lines\n" +" -p, --prefix=STRING reformat only lines beginning with STRING,\n" +" reattaching the prefix to reformatted lines\n" +" -s, --split-only split long lines, but do not refill\n" +msgstr "" +" -c, --crown-margin ohrani zamik prvih dveh vrstic\n" +" -p, --prefix=NIZ preoblikuj samo vrstice, ki se začno z NIZOM,\n" +" tega pridaj oblikovanim vrsticam\n" +" -s, --split-only poreži predolge vrstice, a brez poravnave\n" + +#: src/fmt.c:287 +#, no-c-format +msgid "" +" -t, --tagged-paragraph indentation of first line different from second\n" +" -u, --uniform-spacing one space between words, two after sentences\n" +" -w, --width=WIDTH maximum line width (default of 75 columns)\n" +" -g, --goal=WIDTH goal width (default of 93% of width)\n" +msgstr "" +" -t, --tagged-paragraph zamik prve vrstice v odstavku je različen od " +"druge\n" +" -u, --uniform-spacing en presledek med besedami, dva za piko\n" +" -w, --width=ŠIRINA največja širina vrstice (privzeto 75 znakov)\n" +" -g, --goal=ŠIRINA želena širina (privzeto 93% celotne širine)\n" + +#: src/fmt.c:359 +#, c-format +msgid "" +"invalid option -- %c; -WIDTH is recognized only when it is the first\n" +"option; use -w N instead" +msgstr "" +"neveljavna izbira -- %c; -WIDTH je prepoznana le, če je navedena kot prva\n" +"izbira; namesto tega uporabite -w N" + +#: src/fmt.c:405 src/fmt.c:416 +#, c-format +msgid "invalid width: %s" +msgstr "neveljavna širina: %s" + +#: src/fold.c:70 +msgid "" +"Wrap input lines in each FILE (standard input by default), writing to\n" +"standard output.\n" +msgstr "" + +#: src/fold.c:77 +msgid "" +" -b, --bytes count bytes rather than columns\n" +" -s, --spaces break at spaces\n" +" -w, --width=WIDTH use WIDTH columns instead of 80\n" +msgstr "" +" -b, --bytes štejemo bajte namesto znakov\n" +" -s, --spaces prelom na presledkih\n" +" -w, --width=ŠIRINA nastavimo ŠIRINO vrstic (privzeto 80)\n" + +#: src/fold.c:288 src/pr.c:832 +#, c-format +msgid "invalid number of columns: %s" +msgstr "neveljavno število stoplcev: %s" + +#. This is a proper name. See the gettext manual, section Names. +#: src/getlimits.c:29 src/realpath.c:33 src/stdbuf.c:37 src/timeout.c:78 +#: src/truncate.c:37 +msgid "Padraig Brady" +msgstr "Padraig Brady" + +#: src/getlimits.c:65 +#, c-format +msgid "Usage: %s\n" +msgstr "Uporaba: %s\n" + +#: src/getlimits.c:69 +msgid "" +"Output platform dependent limits in a format useful for shell scripts.\n" +"\n" +msgstr "" +"Izpis lokalnih omejitev v obliki, uporabne za skripte ukazne lupine.\n" +"\n" + +#: src/group-list.c:69 src/id.c:365 src/setuidgid.c:184 +#, c-format +msgid "failed to get groups for user %s" +msgstr "branje skupine za uporabnika %s ni uspelo" + +#: src/group-list.c:74 src/id.c:370 +#, c-format +msgid "failed to get groups for the current process" +msgstr "branje skupine za trenutni proces ni uspelo" + +#: src/group-list.c:114 +#, c-format +msgid "cannot find name for group ID %lu" +msgstr "ime skupine za GID %lu ni ugotovljivo" + +#: src/groups.c:53 +#, c-format +msgid "Usage: %s [OPTION]... [USERNAME]...\n" +msgstr "Uporaba: %s [IZBIRA]... [UPORABNIK]...\n" + +#: src/groups.c:54 +msgid "" +"Print group memberships for each USERNAME or, if no USERNAME is specified, " +"for\n" +"the current process (which may differ if the groups database has changed).\n" +msgstr "" +"Izpiše članstvo v skupinah za navedenega UPORABNIKA, ali, če UPORABNIK ni " +"podan,\n" +"za trenutni proces (ki je drugačen, če se je baza groups vmes spremenila).\n" + +#: src/groups.c:105 src/id.c:233 +#, c-format +msgid "cannot get real UID" +msgstr "pravega UID ni mogoče ugotoviti" + +#: src/groups.c:110 src/id.c:241 +#, c-format +msgid "cannot get effective GID" +msgstr "efektivnega GID ni mogoče ugotoviti" + +#: src/groups.c:115 src/id.c:246 +#, c-format +msgid "cannot get real GID" +msgstr "pravega GID ni mogoče ugotoviti" + +#: src/groups.c:128 src/id.c:206 +#, c-format +msgid "%s: no such user" +msgstr "%s: uporabnik ne obstaja" + +#: src/head.c:109 +msgid "" +"Print the first 10 lines of each FILE to standard output.\n" +"With more than one FILE, precede each with a header giving the file name.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/head.c:117 +msgid "" +" -c, --bytes=[-]K print the first K bytes of each file;\n" +" with the leading '-', print all but the last\n" +" K bytes of each file\n" +" -n, --lines=[-]K print the first K lines instead of the first 10;\n" +" with the leading '-', print all but the last\n" +" K lines of each file\n" +msgstr "" +" -c, --bytes=[-]K izpiši prvih K bajtov vsake datoteke;\n" +" če številu predhodi »-«, izpiši vse razen " +"zadnjih\n" +" K bajtov vsake datoteke\n" +" -n, --lines=[-]K izpiši prvih K vrstic vsake datoteke namesto " +"prvih 10;\n" +" če številu predhodi »-«, izpiši vse razen " +"zadnjih\n" +" K vrstic vsake datoteke\n" + +#: src/head.c:125 +msgid "" +" -q, --quiet, --silent never print headers giving file names\n" +" -v, --verbose always print headers giving file names\n" +msgstr "" +" -q, --quiet, --silent vedno brez izpisa imena datoteke\n" +" -v, --verbose vedno izpišemo še ime datoteke\n" + +#: src/head.c:131 +msgid "" +"\n" +"K may have a multiplier suffix:\n" +"b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n" +"GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\n" +msgstr "" +"\n" +"K ima lahko množiteljsko pripono:\n" +"b za množenje s 512, kB = 1000, K = 1024, MB = 1000×1000, M = 1024×1024,\n" +"GB = 1000×1000×1000, G = 1024×1024×1024, in tako dalje za T, P, E, Z, Y.\n" + +#: src/head.c:154 +#, c-format +msgid "%s: file has shrunk too much" +msgstr "%s: datoteka se je preveč skrčila" + +#: src/head.c:227 src/head.c:1051 +#, c-format +msgid "%s: number of bytes is too large" +msgstr "%s: število bajtov je preveliko" + +#: src/head.c:440 +#, c-format +msgid "%s: cannot lseek back to original position" +msgstr "%s: premik na začetni položaj ni mogoč" + +#: src/head.c:612 src/head.c:691 src/tail.c:449 +#, c-format +msgid "%s: cannot seek to offset %s" +msgstr "%s: premik na odmik %s ni mogoč" + +#: src/head.c:673 +#, c-format +msgid "%s: failed to reset file pointer" +msgstr "%s: ni mogoče nastaviti datotečnega kazalca" + +#: src/head.c:798 +#, c-format +msgid "cannot reposition file pointer for %s" +msgstr "ni mogoče premakniti datotečnega kazalca za %s" + +#: src/head.c:885 +#, c-format +msgid "%s: %s is so large that it is not representable" +msgstr "%s: %s je tako veliko, da ni predstavljivo" + +#: src/head.c:886 +msgid "number of lines" +msgstr "število vrstic" + +#: src/head.c:886 +msgid "number of bytes" +msgstr "število bajtov" + +#: src/head.c:893 src/tail.c:1947 +msgid "invalid number of lines" +msgstr "neveljavno število vrstic" + +#: src/head.c:894 src/tail.c:1948 +msgid "invalid number of bytes" +msgstr "neveljavno število bajtov" + +#: src/head.c:981 src/head.c:1039 +#, c-format +msgid "invalid trailing option -- %c" +msgstr "neveljavna zaključna izbira -- %c" + +#: src/hostid.c:42 +#, c-format +msgid "" +"Usage: %s [OPTION]\n" +"Print the numeric identifier (in hexadecimal) for the current host.\n" +"\n" +msgstr "" +"Uporaba: %s [IZBIRA]\n" +"Izpišemo (šestnajstiško) identifikacijsko številko trenutnega računalnika.\n" +"\n" + +#: src/hostname.c:56 +#, c-format +msgid "" +"Usage: %s [NAME]\n" +" or: %s OPTION\n" +"Print or set the hostname of the current system.\n" +"\n" +msgstr "" +"Uporaba: %s [IME]\n" +" ali: %s IZBIRA\n" +"Izpišemo ali nastavimo gostiteljsko ime trenutnega sistema.\n" +"\n" + +#: src/hostname.c:94 +#, c-format +msgid "cannot set name to %s" +msgstr "imena ni moč nastaviti na %s" + +#: src/hostname.c:97 +#, c-format +msgid "cannot set hostname; this system lacks the functionality" +msgstr "na tem sistemu imena računalnika ni mogoče nastavljati" + +#: src/hostname.c:105 +#, c-format +msgid "cannot determine hostname" +msgstr "imena računalnika ni mogoče ugotoviti" + +#. This is a proper name. See the gettext manual, section Names. +#: src/id.c:38 src/touch.c:42 +msgid "Arnold Robbins" +msgstr "Arnold Robbins" + +#: src/id.c:81 +#, c-format +msgid "Usage: %s [OPTION]... [USERNAME]\n" +msgstr "Uporaba: %s [IZBIRA]... [UPORABNIK]\n" + +#: src/id.c:82 +msgid "" +"Print user and group information for the specified USERNAME,\n" +"or (when USERNAME omitted) for the current user.\n" +"\n" +" -a ignore, for compatibility with other versions\n" +" -Z, --context print only the security context of the current user\n" +" -g, --group print only the effective group ID\n" +" -G, --groups print all group IDs\n" +" -n, --name print a name instead of a number, for -ugG\n" +" -r, --real print the real ID instead of the effective ID, with -ugG\n" +" -u, --user print only the effective user ID\n" +msgstr "" +"Izpišemo podatke o uporabniku in skupini za navedenega UPORABNIKA.\n" +"Če uporabnik ni naveden, se izpišejo podatki za trenutnega uporabnika.\n" +"\n" +" -a (se ne upošteva, združljivost s starejšimi različicami)\n" +" -Z, --context izpiši le varnostni kontekst danega uporabnika\n" +" -g, --group izpiši le efektivno številko skupine (GID)\n" +" -G, --groups izpiši številke vseh skupin\n" +" -n, --name pri izbirah -ugG izpiši ime uporabnika namesto številke\n" +" -r, --real izpiši pravi ID namesto efektivnega, skupaj z -ugG\n" +" -u, --user izpiši le efektivno številko uporabnika (UID)\n" + +#: src/id.c:96 +msgid "" +"\n" +"Without any OPTION, print some useful set of identified information.\n" +msgstr "" +"\n" +"Brez navedene IZBIRE izpišemo nekaj uporabnih identifikacijskih informacij.\n" + +#: src/id.c:140 +#, c-format +msgid "--context (-Z) works only on an SELinux-enabled kernel" +msgstr "--context (-Z) deluje samo pri jedru s podporo SELinux" + +#: src/id.c:175 +#, c-format +msgid "cannot print security context when user specified" +msgstr "izpis varnostnega konteksta ni mogoč ob podanem uporabniku" + +#: src/id.c:178 +#, c-format +msgid "cannot print \"only\" of more than one choice" +msgstr "ni mogoče izpisati le nečesa, če je podanih več možnosti" + +#: src/id.c:185 +#, c-format +msgid "cannot print only names or real IDs in default format" +msgstr "v privzeti obliki ni možen izpis samo imen ali realnih ID" + +#: src/id.c:199 +#, c-format +msgid "can't get process context" +msgstr "konteksta procesa ni mogoče pridobiti" + +#: src/id.c:224 +#, c-format +msgid "cannot get effective UID" +msgstr "efektivnega UID ni mogoče ugotoviti" + +#: src/id.c:311 +#, c-format +msgid "cannot find name for user ID %s" +msgstr "uporabniškega imena za UID %s ni moč ugotoviti" + +#: src/id.c:329 +#, c-format +msgid "uid=%s" +msgstr "uid=%s" + +#: src/id.c:334 +#, c-format +msgid " gid=%s" +msgstr " gid=%s" + +#: src/id.c:341 +#, c-format +msgid " euid=%s" +msgstr " euid=%s" + +#: src/id.c:349 +#, c-format +msgid " egid=%s" +msgstr " egid=%s" + +#: src/id.c:377 +msgid " groups=" +msgstr " skupine=" + +#: src/id.c:393 +#, c-format +msgid " context=%s" +msgstr " kontekst=%s" + +#: src/install.c:373 +#, c-format +msgid "warning: %s: failed to change context to %s" +msgstr "opozorilo: %s: sprememba konteksta na %s ni uspela" + +#: src/install.c:414 +#, c-format +msgid "creating directory %s" +msgstr "ustvarjanje mape %s" + +#: src/install.c:482 +#, c-format +msgid "cannot change ownership of %s" +msgstr "lastništva %s ni mogoče spremeniti" + +#: src/install.c:506 +#, c-format +msgid "cannot set time stamps for %s" +msgstr "datoteke %s ni moč časovno označiti" + +#: src/install.c:527 src/split.c:426 src/timeout.c:439 +#, c-format +msgid "fork system call failed" +msgstr "vejitev ni mogoča" + +#: src/install.c:531 +#, c-format +msgid "cannot run %s" +msgstr "ni mogoče zagnati %s" + +#: src/install.c:535 +#, c-format +msgid "waiting for strip" +msgstr "čakamo na »strip«" + +#: src/install.c:537 +#, c-format +msgid "strip process terminated abnormally" +msgstr "proces »strip« se je zaključil nenormalno" + +#: src/install.c:558 +#, c-format +msgid "invalid user %s" +msgstr "neveljavno ime uporabnika %s" + +# ! INEXACT +#: src/install.c:594 +#, c-format +msgid "" +"Usage: %s [OPTION]... [-T] SOURCE DEST\n" +" or: %s [OPTION]... SOURCE... DIRECTORY\n" +" or: %s [OPTION]... -t DIRECTORY SOURCE...\n" +" or: %s [OPTION]... -d DIRECTORY...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [-T] IZVOR CILJ\n" +" ali: %s [IZBIRA]... IZVOR... IMENIK\n" +" ali: %s [IZBIRA]... -t IMENIK IZVOR...\n" +" ali: %s [IZBIRA]... -d IMENIK...\n" + +#: src/install.c:601 +msgid "" +"\n" +"This install program copies files (often just compiled) into destination\n" +"locations you choose. If you want to download and install a ready-to-use\n" +"package on a GNU/Linux system, you should instead be using a package " +"manager\n" +"like yum(1) or apt-get(1).\n" +"\n" +"In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to\n" +"the existing DIRECTORY, while setting permission modes and owner/group.\n" +"In the 4th form, create all components of the given DIRECTORY(ies).\n" +msgstr "" + +# ! INEXACT +#: src/install.c:615 +msgid "" +" --backup[=CONTROL] make a backup of each existing destination file\n" +" -b like --backup but does not accept an argument\n" +" -c (ignored)\n" +" -C, --compare compare each pair of source and destination files, " +"and\n" +" in some cases, do not modify the destination at all\n" +" -d, --directory treat all arguments as directory names; create all\n" +" components of the specified directories\n" +msgstr "" +" --backup[=TIP] pred pisanjem prek obstoječe ciljne datoteke \n" +" izdelamo varnostno kopijo podanega TIPA\n" +" -b enako kot --backup, vendar ne sprejema argumenta\n" +" -c (se ne upošteva)\n" +" -C, --compare primerjaj vse pare izvornih in ciljnih datotek, in v\n" +" nekaterih primerih sploh ne spremeni ciljne " +"datoteke\n" +" -d, --directory vse argumente obravnavamo kot imena imenikov; " +"ustvarimo\n" +" vse komponente podanih imenikov\n" + +#: src/install.c:624 +msgid "" +" -D create all leading components of DEST except the " +"last,\n" +" then copy SOURCE to DEST\n" +" -g, --group=GROUP set group ownership, instead of process' current " +"group\n" +" -m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-" +"x\n" +" -o, --owner=OWNER set ownership (super-user only)\n" +msgstr "" +" -D ustvarimo vse vodilne komponente CILJA razen zadnje,\n" +" zatem prepišemo IZVOR na CILJ\n" +" -g, --group=SKUPINA uporabniška skupina, namesto skupine trenutnega " +"procesa\n" +" -m, --mode=ZAŠČITA zaščita (kot v chmod), namesto privzete rwxr-xr-x\n" +" -o, --owner=LASTNIK lastnik (samo superuporabnik)\n" + +#: src/install.c:631 +msgid "" +" -p, --preserve-timestamps apply access/modification times of SOURCE " +"files\n" +" to corresponding destination files\n" +" -s, --strip strip symbol tables\n" +" --strip-program=PROGRAM program used to strip binaries\n" +" -S, --suffix=SUFFIX override the usual backup suffix\n" +" -t, --target-directory=DIRECTORY copy all SOURCE arguments into " +"DIRECTORY\n" +" -T, --no-target-directory treat DEST as a normal file\n" +" -v, --verbose print the name of each directory as it is created\n" +msgstr "" +" -p, --preserve-timestamps ohranimo čas dostopa/spremembe, kot jih ima " +"IZVOR\n" +" -s, --strip ogulimo simbolne tabele\n" +" --strip-program=PROGRAM za guljenje simbolne tabele uporabi PROGRAM\n" +" -S, --suffix=PRIPONA izrecno navedemo pripono varnostnih kopij\n" +" -t, --target-directory=IMENIK prepiši vse IZVORE v IMENIK\n" +" -T, --no-target-directory obravnavaj CILJ kot navadno datoteko\n" +" -v, --verbose z izpisom imen vseh ustvarjenih imenikov\n" + +#: src/install.c:641 +msgid "" +" --preserve-context preserve SELinux security context\n" +" -Z, --context=CONTEXT set SELinux security context of files and " +"directories\n" +msgstr "" +" --preserve-context ohrani varnostni kontekst SELinux\n" +" -Z, --context=KONTEKST nastavi varnostni kontekst SELinux datotek in " +"imenikov\n" + +#: src/install.c:859 +#, c-format +msgid "" +"WARNING: ignoring --preserve-context; this kernel is not SELinux-enabled" +msgstr "" +"OPOZORILO: določilo --preserve-context ni upoštevano; jedro ne podpira " +"SELinux." + +#: src/install.c:869 +#, c-format +msgid "WARNING: ignoring --context (-Z); this kernel is not SELinux-enabled" +msgstr "" +"OPOZORILO: izbira --context (-Z) ni upoštevana; jedro ne podpira SELinux" + +#: src/install.c:886 +#, c-format +msgid "the strip option may not be used when installing a directory" +msgstr "opcija »strip« ni dovoljena pri namestitvi imenika" + +#: src/install.c:889 +#, c-format +msgid "target directory not allowed when installing a directory" +msgstr "navedba ciljnega imenika ni dovoljena pri namestitvi imenika" + +#: src/install.c:893 +#, c-format +msgid "cannot force target context to %s and preserve it" +msgstr "konteksta ni mogoče nastaviti na %s in ga obenem ohraniti" + +#: src/install.c:947 src/mkdir.c:201 src/stdbuf.c:326 +#, c-format +msgid "invalid mode %s" +msgstr "neveljavni način %s" + +#: src/install.c:954 +#, c-format +msgid "" +"WARNING: ignoring --strip-program option as -s option was not specified" +msgstr "" +"OPOZORILO: izbira --strip-program se ne upošteva, ker ni podana izbira -s" + +#: src/install.c:959 +#, c-format +msgid "" +"options --compare (-C) and --preserve-timestamps are mutually exclusive" +msgstr "" +"izbiri --compare (-C) in --preserve-timestamps se medsebojno izključujeta" + +#: src/install.c:966 +#, c-format +msgid "options --compare (-C) and --strip are mutually exclusive" +msgstr "izbiri --compare (-C) in --strip se medsebojno izključujeta" + +#: src/install.c:972 +#, c-format +msgid "" +"the --compare (-C) option is ignored when you specify a mode with non-" +"permission bits" +msgstr "" +"izbira --compare (-C) se ne upošteva, kadar določite način brez bitov " +"dovoljenj" + +#. This is a proper name. See the gettext manual, section Names. +#: src/join.c:40 src/sort.c:66 +msgid "Mike Haertel" +msgstr "Mike Haertel" + +#: src/join.c:191 +msgid "" +"For each pair of input lines with identical join fields, write a line to\n" +"standard output. The default join field is the first, delimited\n" +"by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\n" +"\n" +" -a FILENUM also print unpairable lines from file FILENUM, where\n" +" FILENUM is 1 or 2, corresponding to FILE1 or FILE2\n" +" -e EMPTY replace missing input fields with EMPTY\n" +msgstr "" +"Za vsak par vrstic na vhodu z enakimi združitvenimi polji izpišemo vrstico\n" +"na standardni izhod. Privzeto združitveno polje je prvo, ločeno s praznim\n" +"prostorom. Če sta DATOTEKA1 ali DATOTEKA2 (ne pa obe hkrati) enaki -, " +"beremo\n" +"s standardnega vhoda.\n" +"\n" +" -a DATOTEKA izpišemo tudi vrstice brez para, ki izvirajo iz navedene " +"\n" +" DATOTEKE (spremenljivka DATOTEKA lahko zavzame " +"vrednosti\n" +" 1 ali 2, kar ustreza DATOTEKI1 in DATOTEKI2)\n" +" -e PRAZNO manjkajoče vhodno polje nadomestimo z nizom PRAZNO\n" + +#: src/join.c:200 +msgid "" +" -i, --ignore-case ignore differences in case when comparing fields\n" +" -j FIELD equivalent to '-1 FIELD -2 FIELD'\n" +" -o FORMAT obey FORMAT while constructing output line\n" +" -t CHAR use CHAR as input and output field separator\n" +msgstr "" +" -i, --ignore-case pri primerjanju obravnavamo velike in male črke enako\n" +" -j POLJE isto kot »-1 POLJE -2 POLJE«\n" +" -o OBLIKA pri izpisu uporabimo predpisano OBLIKO\n" +" -t ZNAK navedeni ZNAK naj bo ločilo med polji na vhodu in " +"izhodu\n" + +#: src/join.c:206 +msgid "" +" -v FILENUM like -a FILENUM, but suppress joined output lines\n" +" -1 FIELD join on this FIELD of file 1\n" +" -2 FIELD join on this FIELD of file 2\n" +" --check-order check that the input is correctly sorted, even\n" +" if all input lines are pairable\n" +" --nocheck-order do not check that the input is correctly sorted\n" +" --header treat the first line in each file as field headers,\n" +" print them without trying to pair them\n" +msgstr "" +" -v DATOTEKA isto kot -a DATOTEKA, vendar brez združenih izhodnih " +"vrstic\n" +" -1 POLJE združujemo glede na navedeno POLJE v prvi datoteki\n" +" -2 POLJE združujemo glede na navedeno POLJE v drugi datoteki\n" +" --check-order preveri, ali je vhod pravilno urejen, četudi so\n" +" vse vhodne vrstice s pari\n" +" --nocheck-order ne preverjaj, ali je vhod pravilno urejen\n" +" --header obravnavaj prvo vrstico vsake datoteke kot zaglavje;\n" +" izpiši ga, ne da bi ga skušal vzporediti\n" + +#: src/join.c:218 +msgid "" +"\n" +"Unless -t CHAR is given, leading blanks separate fields and are ignored,\n" +"else fields are separated by CHAR. Any FIELD is a field number counted\n" +"from 1. FORMAT is one or more comma or blank separated specifications,\n" +"each being 'FILENUM.FIELD' or '0'. Default FORMAT outputs the join field,\n" +"the remaining fields from FILE1, the remaining fields from FILE2, all\n" +"separated by CHAR. If FORMAT is the keyword 'auto', then the first\n" +"line of each file determines the number of fields output for each line.\n" +"\n" +"Important: FILE1 and FILE2 must be sorted on the join fields.\n" +"E.g., use \"sort -k 1b,1\" if 'join' has no options,\n" +"or use \"join -t ''\" if 'sort' has no options.\n" +"Note, comparisons honor the rules specified by 'LC_COLLATE'.\n" +"If the input is not sorted and some lines cannot be joined, a\n" +"warning message will be given.\n" +msgstr "" +"\n" +"Če izbira -t ZNAK ni podana, vodilni presledki ločujejo polja in se ne\n" +"upoštevajo, sicer pa ločuje polja ZNAK. POLJE je številka polja, šteto od 1\n" +"dalje. OBLIKA je eno ali več z vejico ali presledkom ločenih določil, vsako\n" +"od njih je oblike »DATOTEKA.POLJE« ali »0«. Privzeta OBLIKA izpiše\n" +"združitveno polje, vsa preostala polja iz DATOTEKE1, in zatem še vsa\n" +"preostala polja iz DATOTEKE2; ločilo med polji je ZNAK. Če je OBLIKA " +"ključna\n" +"beseda »auto«, prva vrstica vsake datoteke določa število polj v vsaki " +"vrstici.\n" +"\n" +"Pomembno: DATOTEKA1 in DATOTEKA2 morata biti urejeni po polju, po katerem\n" +"ju združujemo. Npr. uporabite »sort -k 1b,1«, kadar »join« nima dodatnih\n" +"izbir, ali »joint -t ''«, če »sort« nima dodatnih izbir.\n" +"Primerjava upošteva lokalizacijska pravila, navedena v »LC_COLLATE«.\n" +"Če vhod ni urejen in nekaterih vrstic ni mogoče združiti, bo izpisano\n" +"opozorilno sporočilo.\n" + +#: src/join.c:403 +#, c-format +msgid "%s:%: is not sorted: %.*s" +msgstr "" + +#: src/join.c:840 src/join.c:1038 +#, c-format +msgid "invalid field number: %s" +msgstr "neveljavna številka polja: %s" + +#: src/join.c:861 src/join.c:870 +#, c-format +msgid "invalid field specifier: %s" +msgstr "neveljavno določilo polja: %s" + +#: src/join.c:877 +#, c-format +msgid "invalid file number in field spec: %s" +msgstr "neveljavna številka datoteke v določilu polja: %s" + +#: src/join.c:920 +#, c-format +msgid "incompatible join fields %lu, %lu" +msgstr "nezdružljivi združevalni polji %lu, %lu" + +#: src/join.c:1049 +#, c-format +msgid "conflicting empty-field replacement strings" +msgstr "nasprotujoča si niza za nadomestitev praznega polja" + +#: src/join.c:1101 src/sort.c:4468 +#, c-format +msgid "multi-character tab %s" +msgstr "večznakovni tabulator %s" + +#: src/join.c:1105 src/sort.c:4473 +#, c-format +msgid "incompatible tabs" +msgstr "nezdružljivi tabulatorji" + +#: src/join.c:1174 +#, c-format +msgid "both files cannot be standard input" +msgstr "obeh datotek ne moremo hkrati brati s standardnega vhoda" + +#: src/kill.c:76 +#, c-format +msgid "" +"Usage: %s [-s SIGNAL | -SIGNAL] PID...\n" +" or: %s -l [SIGNAL]...\n" +" or: %s -t [SIGNAL]...\n" +msgstr "" +"Uporaba: %s [-s SIGNAL | -SIGNAL] PID...\n" +" ali: %s -l [SIGNAL]...\n" +" ali: %s -t [SIGNAL]...\n" + +#: src/kill.c:82 +msgid "Send signals to processes, or list signals.\n" +msgstr "" + +#: src/kill.c:88 +msgid "" +" -s, --signal=SIGNAL, -SIGNAL\n" +" specify the name or number of the signal to be sent\n" +" -l, --list list signal names, or convert signal names to/from " +"numbers\n" +" -t, --table print a table of signal information\n" +msgstr "" +" -s, --signal=SIGNAL, -SIGNAL\n" +" določimo ime ali številko signala, ki ga želimo poslati\n" +" -l, --list izpišemo imena signalov, ali pretvorimo številko signala\n" +" v ime (ali obratno)\n" +" -t, --table izpišemo tabelo signalnih informacij\n" + +#: src/kill.c:96 +msgid "" +"\n" +"SIGNAL may be a signal name like 'HUP', or a signal number like '1',\n" +"or the exit status of a process terminated by a signal.\n" +"PID is an integer; if negative it identifies a process group.\n" +msgstr "" +"\n" +"SIGNAL lahko podamo z imenom (npr. »HUP«) ali številko (npr. »1«),\n" +"ali pa z izhodno statusno kodo procesa, ustavljenega s signalom.\n" +"PID (identifikacijska številkoa uporabnika) je celo število; negativna \n" +"vrednost določa identifikacijko številko skupine.\n" + +#: src/kill.c:205 +#, c-format +msgid "%s: invalid process id" +msgstr "%s: neveljavna identifikacijska številka procesa" + +#: src/kill.c:259 +#, c-format +msgid "invalid option -- %c" +msgstr "neveljavna izbira -- %c" + +#: src/kill.c:268 +#, c-format +msgid "%s: multiple signals specified" +msgstr "%s: podan več kot en signal" + +#: src/kill.c:282 +#, c-format +msgid "multiple -l or -t options specified" +msgstr "hkrati sta podani izbiri -l in -t" + +#: src/kill.c:299 +#, c-format +msgid "cannot combine signal with -l or -t" +msgstr "signala ni moč kombinirati z izbirama -l ali -t" + +#: src/kill.c:305 +#, c-format +msgid "no process ID specified" +msgstr "številka procesa (PID) ni določena" + +#: src/libstdbuf.c:109 +#, c-format +msgid "failed to allocate a % byte stdio buffer\n" +msgstr "neuspešna dodelitev % bajtov za izravnalnik stdio\n" + +#: src/libstdbuf.c:116 +#, c-format +msgid "invalid buffering mode %s for %s\n" +msgstr "neveljavni izravnalni način %s za %s\n" + +#: src/libstdbuf.c:124 +#, c-format +msgid "could not set buffering of %s to mode %s\n" +msgstr "izravnavanja %s ni moč nastaviti v način %s\n" + +#. This is a proper name. See the gettext manual, section Names. +#: src/link.c:36 src/unlink.c:36 src/who.c:50 +msgid "Michael Stone" +msgstr "Michael Stone" + +#: src/link.c:45 +#, c-format +msgid "" +"Usage: %s FILE1 FILE2\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s DATOTEKA1 DATOTEKA2\n" +" ali: %s IZBIRA\n" + +#: src/link.c:48 +msgid "" +"Call the link function to create a link named FILE2 to an existing FILE1.\n" +"\n" +msgstr "" +"S klicem funkcije link(2) ustvarimo povezavo med povezavo DATOTEKO2 in\n" +"obstoječo DATOTEKO1.\n" +"\n" + +#: src/link.c:90 +#, c-format +msgid "cannot create link %s to %s" +msgstr "ni mogoče ustvariti povezave %s na %s" + +#: src/ln.c:190 +#, c-format +msgid "%s: hard link not allowed for directory" +msgstr "%s: trda povezava ni dovoljena za imenik" + +#: src/ln.c:255 +#, c-format +msgid "%s: cannot overwrite directory" +msgstr "%s: ni mogoče pisati prek imenika" + +#: src/ln.c:260 +#, c-format +msgid "%s: replace %s? " +msgstr "%s: naj nadomestimo %s? " + +#: src/ln.c:345 +#, c-format +msgid "failed to create symbolic link %s" +msgstr "ni mogoče ustvariti simbolne povezave %s" + +#: src/ln.c:346 +#, c-format +msgid "failed to create symbolic link %s -> %s" +msgstr "ni mogoče ustvariti simbolne povezave %s -> %s" + +#: src/ln.c:348 +#, c-format +msgid "failed to create hard link to %.0s%s" +msgstr "ni mogoče ustvariti trde povezave %.0s%s" + +#: src/ln.c:351 +#, c-format +msgid "failed to create hard link %s" +msgstr "ni mogoče ustvariti trde povezave %s" + +#: src/ln.c:352 +#, c-format +msgid "failed to create hard link %s => %s" +msgstr "ni mogoče ustvariti trde povezave %s => %s" + +# ! INEXACT +#: src/ln.c:374 +#, c-format +msgid "" +"Usage: %s [OPTION]... [-T] TARGET LINK_NAME (1st form)\n" +" or: %s [OPTION]... TARGET (2nd form)\n" +" or: %s [OPTION]... TARGET... DIRECTORY (3rd form)\n" +" or: %s [OPTION]... -t DIRECTORY TARGET... (4th form)\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [-T] CILJ POVEZAVA (prva oblika)\n" +" ali: %s [IZBIRA]... CILJ (druga oblika)\n" +" ali: %s [IZBIRA]... CILJ... IMENIK (tretja oblika)\n" +" ali: %s [IZBIRA]... -t IMENIK CILJ (četrta oblika)\n" + +#: src/ln.c:381 +msgid "" +"In the 1st form, create a link to TARGET with the name LINK_NAME.\n" +"In the 2nd form, create a link to TARGET in the current directory.\n" +"In the 3rd and 4th forms, create links to each TARGET in DIRECTORY.\n" +"Create hard links by default, symbolic links with --symbolic.\n" +"By default, each destination (name of new link) should not already exist.\n" +"When creating hard links, each TARGET must exist. Symbolic links\n" +"can hold arbitrary text; if later resolved, a relative link is\n" +"interpreted in relation to its parent directory.\n" +msgstr "" + +# ! INEXACT +#: src/ln.c:394 +msgid "" +" --backup[=CONTROL] make a backup of each existing destination " +"file\n" +" -b like --backup but does not accept an argument\n" +" -d, -F, --directory allow the superuser to attempt to hard link\n" +" directories (note: will probably fail due " +"to\n" +" system restrictions, even for the " +"superuser)\n" +" -f, --force remove existing destination files\n" +msgstr "" +" --backup[=TIP] pred pisanjem prek obstoječe ciljne datoteke\n" +" izdelamo varnostno kopijo podanega TIPA\n" +" -b enako kot --backup, vendar ne sprejema " +"argumenta\n" +" -d, -F, --directory trde povezave imenikov (samo naduporabnik;\n" +" zaradi sistemskih omejitev izbira morda ni\n" +" mogoča)\n" +" -f, --force odstranimo morebitne obstoječe ciljne " +"datoteke\n" + +#: src/ln.c:402 +msgid "" +" -i, --interactive prompt whether to remove destinations\n" +" -L, --logical dereference TARGETs that are symbolic links\n" +" -n, --no-dereference treat LINK_NAME as a normal file if\n" +" it is a symbolic link to a directory\n" +" -P, --physical make hard links directly to symbolic links\n" +" -r, --relative create symbolic links relative to link " +"location\n" +" -s, --symbolic make symbolic links instead of hard links\n" +msgstr "" +" -i, --interactive s pozivom pred vsakim brisanjem\n" +" -L, --logical razreši CILJE, ki so simbolne povezave\n" +" -n, --no-dereference obravnavaj simbolne povezave na imenik kot\n" +" navadne datoteke\n" +" -P, --physical ustvari trde povezave na simbolne povezave\n" +" -r, --relative ustvari simbolne povezavo relativno na " +"lokacijo\n" +" povezave\n" +" -s, --symbolic ustvari simbolne povezave namesto trdih\n" + +#: src/ln.c:411 +msgid "" +" -S, --suffix=SUFFIX override the usual backup suffix\n" +" -t, --target-directory=DIRECTORY specify the DIRECTORY in which to " +"create\n" +" the links\n" +" -T, --no-target-directory treat LINK_NAME as a normal file always\n" +" -v, --verbose print name of each linked file\n" +msgstr "" +" -S, --suffix=PRIPONA izrecno določena pripona varnostne kopije\n" +" -t, --target-directory=IMENIK izrecna navedba IMENIKA, v katerem ustvari\n" +" povezave\n" +" -T, --no-target-directory vedno obravnavaj POVEZAVO kot navadno " +"datoteko\n" +" -v, --verbose z izpisom imen datotek, ki jih povezujemo\n" + +#: src/ln.c:433 +#, c-format +msgid "" +"\n" +"Using -s ignores -L and -P. Otherwise, the last option specified controls\n" +"behavior when a TARGET is a symbolic link, defaulting to %s.\n" +msgstr "" + +#: src/ln.c:554 +#, c-format +msgid "cannot combine --target-directory and --no-target-directory" +msgstr "izbiri --target-directory in --no-target-directory se izključujeta" + +#: src/ln.c:588 +#, c-format +msgid "cannot do --relative without --symbolic" +msgstr "izbira --relative ni mogoča brez izbire --symbolic" + +#. This is a proper name. See the gettext manual, section Names. +#: src/logname.c:30 +msgid "FIXME: unknown" +msgstr "POPRAVI: neznano" + +#: src/logname.c:39 src/sync.c:40 +#, c-format +msgid "Usage: %s [OPTION]\n" +msgstr "Uporaba: %s [IZBIRA]\n" + +#: src/logname.c:40 +msgid "" +"Print the name of the current user.\n" +"\n" +msgstr "" +"Izpišemo uporabniško ime trenutnega uporabnika.\n" +"\n" + +#: src/logname.c:84 +#, c-format +msgid "no login name" +msgstr "uporabniško ime manjka" + +#. TRANSLATORS: ls output needs to be aligned for ease of reading, +#. so be wary of using variable width fields from the locale. +#. Note %b is handled specially by ls and aligned correctly. +#. Note also that specifying a width as in %5b is erroneous as strftime +#. will count bytes rather than characters in multibyte locales. +#: src/ls.c:732 +msgid "%b %e %Y" +msgstr "%b %e %Y" + +#. TRANSLATORS: ls output needs to be aligned for ease of reading, +#. so be wary of using variable width fields from the locale. +#. Note %b is handled specially by ls and aligned correctly. +#. Note also that specifying a width as in %5b is erroneous as strftime +#. will count bytes rather than characters in multibyte locales. +#: src/ls.c:745 +msgid "%b %e %H:%M" +msgstr "%b %e %H:%M" + +# ! INEXACT +#: src/ls.c:1580 +#, c-format +msgid "ignoring invalid value of environment variable QUOTING_STYLE: %s" +msgstr "ne upoštevamo neveljavne vrednosti spremenljivke QUOTING_STYLE: %s" + +# ! INEXACT +#: src/ls.c:1599 +#, c-format +msgid "ignoring invalid width in environment variable COLUMNS: %s" +msgstr "ne upoštevamo neveljavne širine v spremenljivki COLUMNS: %s" + +# ! INEXACT +#: src/ls.c:1629 +#, c-format +msgid "ignoring invalid tab size in environment variable TABSIZE: %s" +msgstr "ne upoštevamo neveljavnega tabulatorja v spremenljivki TABSIZE: %s" + +#: src/ls.c:1750 src/ptx.c:1975 +#, c-format +msgid "invalid line width: %s" +msgstr "neveljavna širina vrstice: %s" + +#: src/ls.c:1824 +#, c-format +msgid "invalid tab size: %s" +msgstr "neveljavni tabulator: %s" + +#: src/ls.c:2033 +#, c-format +msgid "invalid time style format %s" +msgstr "neveljavna oblika ure %s" + +#: src/ls.c:2057 +msgid "Valid arguments are:\n" +msgstr "Veljavni argumenti so:\n" + +#: src/ls.c:2061 +msgid " - +FORMAT (e.g., +%H:%M) for a 'date'-style format\n" +msgstr " - +FORMAT (npr. +%H:%M) za izpis v slogu »date«\n" + +#: src/ls.c:2096 +#, c-format +msgid "error initializing month strings" +msgstr "napaka pri inicializaciji nizov za mesece" + +# ! INEXACT +#: src/ls.c:2407 +#, c-format +msgid "unrecognized prefix: %s" +msgstr "neprepoznana predpona: %s" + +#: src/ls.c:2437 +#, c-format +msgid "unparsable value for LS_COLORS environment variable" +msgstr "vrednosti v spremenljivki LS_COLORS ni moč raztolmačiti" + +#: src/ls.c:2514 src/pwd.c:161 +#, c-format +msgid "cannot open directory %s" +msgstr "imenika %s ni mogoče odpreti" + +#: src/ls.c:2529 +#, c-format +msgid "cannot determine device and inode of %s" +msgstr "ni mogoče ugotoviti enote in inoda datoteke %s" + +#: src/ls.c:2538 +#, c-format +msgid "%s: not listing already-listed directory" +msgstr "%s: že izpisanega imenika ne podvajamo" + +#: src/ls.c:2615 src/pwd.c:229 +#, c-format +msgid "reading directory %s" +msgstr "beremo imenik %s" + +#: src/ls.c:2630 +#, c-format +msgid "closing directory %s" +msgstr "zapiramo imenik %s" + +# ! INEXACT +#: src/ls.c:3302 +#, c-format +msgid "cannot compare file names %s and %s" +msgstr "ni mogoče primerjati imen datotek %s in %s" + +#: src/ls.c:4721 +msgid "" +"List information about the FILEs (the current directory by default).\n" +"Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n" +msgstr "" + +#: src/ls.c:4728 +msgid "" +" -a, --all do not ignore entries starting with .\n" +" -A, --almost-all do not list implied . and ..\n" +" --author with -l, print the author of each file\n" +" -b, --escape print C-style escapes for nongraphic " +"characters\n" +msgstr "" +" -a, --all vključno z imeni, ki se začnejo s piko\n" +" -A, --almost-all kot »-a«, vendar brez ».« in »..«\n" +" --author skupaj z -l: izpis avtorja datoteke\n" +" -b, --escape izpis C-jevske ubežne kode za neizpisljive " +"znake\n" + +#: src/ls.c:4734 +msgid "" +" --block-size=SIZE scale sizes by SIZE before printing them. " +"E.g.,\n" +" '--block-size=M' prints sizes in units of\n" +" 1,048,576 bytes. See SIZE format below.\n" +" -B, --ignore-backups do not list implied entries ending with ~\n" +" -c with -lt: sort by, and show, ctime (time of " +"last\n" +" modification of file status information)\n" +" with -l: show ctime and sort by name\n" +" otherwise: sort by ctime, newest first\n" +msgstr "" +" --block-size=ENOTA merjeno v ENOTA bajtov velikih blokih;\n" +" npr. »--block-size=M« izpiše velikost v\n" +" enotah po 1.048.576 bajtov. Glejte spodaj " +"za\n" +" format podane ENOTE.\n" +" -B, --ignore-backups ne izpisuj varnostnih kopij, ki se končajo z ~\n" +" -c razvrščeno po datumu zadnje spremembe;\n" +" skupaj z -lt: prikaži čas zadnje spremembe " +"stanja\n" +" (ctime) in uredi po njem;\n" +" skupaj z -l: prikaži ctime, urejeno po " +"imenih;\n" +" sicer: urejeno po ctime, začenši z " +"najnovejšim\n" + +#: src/ls.c:4744 +msgid "" +" -C list entries by columns\n" +" --color[=WHEN] colorize the output. WHEN defaults to " +"'always'\n" +" or can be 'never' or 'auto'. More info " +"below\n" +" -d, --directory list directory entries instead of contents,\n" +" and do not dereference symbolic links\n" +" -D, --dired generate output designed for Emacs' dired mode\n" +msgstr "" +" -C imena izpišemo v stolpcih\n" +" --color[=KDAJ] kdaj se uporabijo barve za označitev tipa " +"datoteke\n" +" Možnosti so »never«, »always« (privzeto) in \n" +" »auto«; več informacij je spodaj\n" +" -d, --directory izpis imen imenika(-ov) namesto njihove " +"vsebine,\n" +" brez sledenja simbolnim povezavam\n" +" -D, --dired izpis primeren za način »dired« v Emacsu\n" + +#: src/ls.c:4752 +msgid "" +" -f do not sort, enable -aU, disable -ls --color\n" +" -F, --classify append indicator (one of */=>@|) to entries\n" +" --file-type likewise, except do not append '*'\n" +" --format=WORD across -x, commas -m, horizontal -x, long -l,\n" +" single-column -1, verbose -l, vertical -C\n" +" --full-time like -l --time-style=full-iso\n" +msgstr "" +" -f brez razvrščanja; omogoči -aU, onemogoči -ls --" +"color\n" +" -F, --classify s pripono (*/=@|) označi tip datoteke\n" +" --file-type podobno, vendar ne pripenja »*«\n" +" --format=BESEDA across -x, commas -m, horizontal -x, long -l,\n" +" single-column -1, verbose -l, vertical -C\n" +" --full-time kot -l --time-style=full-iso\n" + +#: src/ls.c:4760 +msgid " -g like -l, but do not list owner\n" +msgstr " -g kot -l, vendar brez izpisa lastnika\n" + +#: src/ls.c:4763 +msgid "" +" --group-directories-first\n" +" group directories before files.\n" +" augment with a --sort option, but any\n" +" use of --sort=none (-U) disables grouping\n" +msgstr "" +" --group-directories-first\n" +" združi imenike pred datotekami\n" +" mogoča je dopolnitev z izbiro --sort, raba\n" +" --sort=none (-U) onemogoči združevanje\n" + +#: src/ls.c:4769 +msgid "" +" -G, --no-group in a long listing, don't print group names\n" +" -h, --human-readable with -l, print sizes in human readable format\n" +" (e.g., 1K 234M 2G)\n" +" --si likewise, but use powers of 1000 not 1024\n" +msgstr "" +" -G, --no-group kot -l, vendar brez izpisa skupine\n" +" -h, --human-readable skupaj z -l izpiši velikost v človeku umljivem\n" +" zapisu (npr.1K 234M 2G)\n" +" --si podobno kot -h, vendar v bazi 1000 namesto " +"1024\n" + +#: src/ls.c:4775 +msgid "" +" -H, --dereference-command-line\n" +" follow symbolic links listed on the command " +"line\n" +" --dereference-command-line-symlink-to-dir\n" +" follow each command line symbolic link\n" +" that points to a directory\n" +" --hide=PATTERN do not list implied entries matching shell " +"PATTERN\n" +" (overridden by -a or -A)\n" +msgstr "" +" -H, --dereference-command-line sledimo simbolnim povezavam v ukazni " +"vrstici\n" +" --dereference-command-line-symlink-to-dir\n" +" sledimo vsem simbolnim povezavam v ukazni " +"vrstici,\n" +" ki kažejo na imenike\n" +" --hide=VZOREC brez impliciranih vnosov, opisanih z VZORCEM\n" + +#: src/ls.c:4785 +msgid "" +" --indicator-style=WORD append indicator with style WORD to entry " +"names:\n" +" none (default), slash (-p),\n" +" file-type (--file-type), classify (-F)\n" +" -i, --inode print the index number of each file\n" +" -I, --ignore=PATTERN do not list implied entries matching shell " +"PATTERN\n" +" -k, --kibibytes use 1024-byte blocks\n" +msgstr "" +" --indicator-style=BESEDA imenom datotek pripnemo indikator: BESEDA " +"sme\n" +" biti »none« (privzeto), »slash« (-p), »file-" +"type«\n" +" (--file-type) ali »classify« (-F)\n" +" -i, --inode izpis inoda pri vsaki datoteki\n" +" -I, --ignore=VZOREC pri izpisu izpusti imena, ki ustrezajo VZORCU\n" +" -k, --kibibytes uporabljaj 1024-bajtne bloke\n" + +#: src/ls.c:4795 +msgid "" +" -l use a long listing format\n" +" -L, --dereference when showing file information for a symbolic\n" +" link, show information for the file the link\n" +" references rather than for the link itself\n" +" -m fill width with a comma separated list of " +"entries\n" +msgstr "" +" -l dolga oblika izpisa\n" +" -L, --dereference izpis imen datotek, na katere kažejo simbolne\n" +" povezave, namesto simbolnih povezav\n" +" -m z vejicami ločena imena prek celotne širine " +"vrstice\n" + +#: src/ls.c:4803 +msgid "" +" -n, --numeric-uid-gid like -l, but list numeric user and group IDs\n" +" -N, --literal print raw entry names (don't treat e.g. " +"control\n" +" characters specially)\n" +" -o like -l, but do not list group information\n" +" -p, --indicator-style=slash\n" +" append / indicator to directories\n" +msgstr "" +" -n, --numeric-uid-gid številčne vrednosti UID in GID namesto imen\n" +" -N, --literal izpis imen v neobdelani obliki (npr. krmilnih\n" +" znakov ne obravnavamo posebno)\n" +" -o dolga oblika izpisa brez uporabniške skupine\n" +" -p, --indicator-style=slash imenike označimo s pripono »/«\n" + +# ! INEXACT +#: src/ls.c:4811 +msgid "" +" -q, --hide-control-chars print ? instead of non graphic characters\n" +" --show-control-chars show non graphic characters as-is (default\n" +" unless program is 'ls' and output is a " +"terminal)\n" +" -Q, --quote-name enclose entry names in double quotes\n" +" --quoting-style=WORD use quoting style WORD for entry names:\n" +" literal, locale, shell, shell-always, c, " +"escape\n" +msgstr "" +" -q, --hide-control-chars namesto krmilnih znakov izpišemo vprašaje (?)\n" +" --show-control-chars neobdelan izpis krmilnih znakov (privzeta " +"izbira,\n" +" razen pri ukazu »ls« in izhodu na terminal)\n" +" -Q, --quote-name imena izpišemo v dvojnih narekovajih\n" +" --quoting-style=BESEDA slog izpisa; BESEDA je lahko »literal«, " +"»locale«,\n" +" »shell«, »shell-always«, »c« ali »escape«\n" + +#: src/ls.c:4820 +msgid "" +" -r, --reverse reverse order while sorting\n" +" -R, --recursive list subdirectories recursively\n" +" -s, --size print the allocated size of each file, in " +"blocks\n" +msgstr "" +" -r, --reverse razvrstitev po obrnjenem vrstnem redu\n" +" -R, --recursive rekurziven izpis podimenikov\n" +" -s, --size izpis velikosti datotek (v blokih)\n" + +#: src/ls.c:4825 +msgid "" +" -S sort by file size\n" +" --sort=WORD sort by WORD instead of name: none -U,\n" +" extension -X, size -S, time -t, version -v\n" +" --time=WORD with -l, show time as WORD instead of " +"modification\n" +" time: atime -u, access -u, use -u, ctime -c,\n" +" or status -c; use specified time as sort key\n" +" if --sort=time\n" +msgstr "" +" -S datoteke uredi po velikosti\n" +" --sort=BESEDA namesto po imenu uredi po: brez urejanja \n" +" (BESEDA=none), priponi (extension), času " +"nastanka\n" +" (time) ali različici (version)\n" +" --time=BESEDA skupaj z -l: namesto časa zadnje spremembe " +"prikaži\n" +" čas nastanka (BESEDA=ctime ali status) ali čas\n" +" zadnjega dostopa (atime, access ali use); " +"skupaj\n" +" z izbiro --sort=time tudi uredi po izbranem " +"času\n" + +#: src/ls.c:4835 +msgid "" +" --time-style=STYLE with -l, show times using style STYLE:\n" +" full-iso, long-iso, iso, locale, +FORMAT.\n" +" FORMAT is interpreted like 'date'; if FORMAT " +"is\n" +" FORMAT1FORMAT2, FORMAT1 applies to\n" +" non-recent files and FORMAT2 to recent files;\n" +" if STYLE is prefixed with 'posix-', STYLE\n" +" takes effect only outside the POSIX locale\n" +msgstr "" +" --time-style=SLOG skupaj z -l: čas prikaži glede na slog, podan s " +"\n" +" SLOGOM: full-iso, iso, locale, posix-iso, " +"+OBLIKA\n" +" OBLIKO tolmačimo kot pri ukazu »date«; če je\n" +" OBLIKA enaka OBLIKA1OBLIKA2, " +"velja\n" +" prva za stare datoteke, druga pa za nove;\n" +" če se SLOG začne s predpono »posix-«, velja\n" +" podani slog samo izven krajevnega okolja POSIX\n" + +#: src/ls.c:4844 +msgid "" +" -t sort by modification time, newest first\n" +" -T, --tabsize=COLS assume tab stops at each COLS instead of 8\n" +msgstr "" +" -t ureditev po datumu zadnje modifikacije;\n" +" začenši z najnovejšim časom\n" +" -T, --tabsize=STOLPCEV tabulator nastavljen na STOLPCEV namesto na 8\n" + +#: src/ls.c:4848 +msgid "" +" -u with -lt: sort by, and show, access time\n" +" with -l: show access time and sort by name\n" +" otherwise: sort by access time\n" +" -U do not sort; list entries in directory order\n" +" -v natural sort of (version) numbers within text\n" +msgstr "" +" -u skupaj z -lt: uredi po datumu zadnjega dostopa " +"in\n" +" ga prikaži; skupaj z -l: prikaži datum " +"zadnjega\n" +" dostopa in uredi po imenu; sicer uredi po " +"času\n" +" zadnjega dostopa\n" +" -U brez urejanja; kot so v imeniku\n" +" -v urejanje po številki različice\n" + +#: src/ls.c:4855 +msgid "" +" -w, --width=COLS assume screen width instead of current value\n" +" -x list entries by lines instead of by columns\n" +" -X sort alphabetically by entry extension\n" +" -Z, --context print any SELinux security context of each " +"file\n" +" -1 list one file per line\n" +msgstr "" +" -w, --width=STOLPCEV širina zaslova STOLPCEV namesto trenutne " +"vrednosti\n" +" -x izpis urejen v vrstice namesto v stolpce\n" +" -X abecedna ureditev po priponah\n" +" -Z, --context izpis varnostnega konteksta SELinux za vsako " +"datoteko\n" +" -1 izpis po eno datoteko v vrstici\n" + +#: src/ls.c:4865 +msgid "" +"\n" +"Using color to distinguish file types is disabled both by default and\n" +"with --color=never. With --color=auto, ls emits color codes only when\n" +"standard output is connected to a terminal. The LS_COLORS environment\n" +"variable can change the settings. Use the dircolors command to set it.\n" +msgstr "" +"\n" +"Uporaba barv za razločevanje zvrsti datotek je onemogočeno privzeto in z\n" +"izbiro --color=never. Pri izbiri --color=auto ls doda barvne kode le, če\n" +"je standardni izhod povezan s terminalom. Spremenljivka okolja LS_COLORS\n" +"lahko spremeni nastavitev. Nastavite jo z ukazom dircolors.\n" + +#: src/ls.c:4872 +msgid "" +"\n" +"Exit status:\n" +" 0 if OK,\n" +" 1 if minor problems (e.g., cannot access subdirectory),\n" +" 2 if serious trouble (e.g., cannot access command-line argument).\n" +msgstr "" +"\n" +"Izhodni status:\n" +" 0 če je vse v redu,\n" +" 1 pri manjših težavah (npr. nedosegljivi podimeniki),\n" +" 2 pri resnih težavah (npr. nedosegljivi argumenti ukazne lupine).\n" + +#. This is a proper name. See the gettext manual, section Names. +#: src/md5sum.c:94 src/seq.c:39 +msgid "Ulrich Drepper" +msgstr "Ulrich Drepper" + +#. This is a proper name. See the gettext manual, section Names. +#: src/md5sum.c:95 +msgid "Scott Miller" +msgstr "Scott Miller" + +#. This is a proper name. See the gettext manual, section Names. +#: src/md5sum.c:96 +msgid "David Madore" +msgstr "David Madore" + +#: src/md5sum.c:164 +#, c-format +msgid "" +"Usage: %s [OPTION]... [FILE]...\n" +"Print or check %s (%d-bit) checksums.\n" +"With no FILE, or when FILE is -, read standard input.\n" +"\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [DATOTEKA]...\n" +"Izpiše ali preveri nadzorne vsote %s (%d-bitne).\n" +"Če DATOTEKA ni podana ali če je enaka -, se bere s standardnega vhoda.\n" +"\n" + +#: src/md5sum.c:174 +msgid "" +" -b, --binary read in binary mode (default unless reading tty " +"stdin)\n" +msgstr "" +" -b, --binary beri binarno (privzeto, razen pri branju s " +"terminala)\n" + +#: src/md5sum.c:178 +msgid " -b, --binary read in binary mode\n" +msgstr " -b, --binary beri binarno\n" + +#: src/md5sum.c:181 +#, c-format +msgid " -c, --check read %s sums from the FILEs and check them\n" +msgstr " -c, --check preberi %s vsot iz DATOTEK in jih preveri\n" + +#: src/md5sum.c:184 +msgid " --tag create a BSD-style checksum\n" +msgstr " --tag ustvari nadzorno vsoto v slogu BSD\n" + +#: src/md5sum.c:188 +msgid "" +" -t, --text read in text mode (default if reading tty stdin)\n" +msgstr "" +" -t, --text beri besedilno (privzeto pri branju s terminala)\n" + +#: src/md5sum.c:192 +msgid " -t, --text read in text mode (default)\n" +msgstr " -t, --text beri besedilno (privzeto)\n" + +#: src/md5sum.c:195 +msgid "" +"\n" +"The following three options are useful only when verifying checksums:\n" +" --quiet don't print OK for each successfully verified file\n" +" --status don't output anything, status code shows success\n" +" -w, --warn warn about improperly formatted checksum lines\n" +"\n" +msgstr "" +"\n" +"Naslednje tri izbire so uporabne le pri preverjanju nadzornih vsot:\n" +" --quiet brez izpisa pri uspešno verificiranih datotekah\n" +" --status brez izpisa, izhodna statusna koda kaže uspeh\n" +" -w, --warn z opozorili pri nepravilno oblikovanih vrsticah\n" +" z nadzornimi vsotami MD5\n" +"\n" + +#: src/md5sum.c:203 +msgid "" +" --strict with --check, exit non-zero for any invalid input\n" +msgstr "" +" --strict (skupaj s --check) zaključi z napako za neveljaven " +"vhod\n" + +#: src/md5sum.c:208 +#, c-format +msgid "" +"\n" +"The sums are computed as described in %s. When checking, the input\n" +"should be a former output of this program. The default mode is to print\n" +"a line with checksum, a character indicating input mode ('*' for binary,\n" +"space for text), and name for each FILE.\n" +msgstr "" +"\n" +"Izračun nadzornih vsot je opisan v %s. Pri preverjanju mora biti datoteka\n" +"z vrednostmi v enaki obliki kot izpis programa. Privzet način je izpis\n" +"vrstice z nadzorno vsoto, statusnim znakom (»*« za binarne, presledek za\n" +"besedilne datoteke) in imenom DATOTEKE, za katero je bila izračunana\n" +"nadzorna vsota.\n" + +#: src/md5sum.c:523 +#, c-format +msgid "%s: too many checksum lines" +msgstr "%s: preveč vrstic z nadzorno vsoto" + +#: src/md5sum.c:547 +#, c-format +msgid "%s: %: improperly formatted %s checksum line" +msgstr "%s: %: nepravilno oblikovana vrstica z nadzorno vsoto %s" + +#: src/md5sum.c:572 +#, c-format +msgid "%s: FAILED open or read\n" +msgstr "%s: NAPAKA pri odpiranju ali branju\n" + +#: src/md5sum.c:595 +msgid "FAILED" +msgstr "NAPAKA" + +#: src/md5sum.c:597 +msgid "OK" +msgstr "V REDU" + +#: src/md5sum.c:621 +#, c-format +msgid "%s: no properly formatted %s checksum lines found" +msgstr "%s: nobene pravilno oblikovane vrstice z nadzorno vsoto %s ni najti" + +#: src/md5sum.c:631 +#, c-format +msgid "WARNING: % line is improperly formatted" +msgid_plural "WARNING: % lines are improperly formatted" +msgstr[0] "OPOZORILO: % vrstic je nepravilno oblikovanih" +msgstr[1] "OPOZORILO: % vrstica je nepravilno oblikovana" +msgstr[2] "OPOZORILO: % vrstici sta nepravilno oblikovani" +msgstr[3] "OPOZORILO: % vrstice so nepravilno oblikovane" + +#: src/md5sum.c:639 +#, c-format +msgid "WARNING: % listed file could not be read" +msgid_plural "WARNING: % listed files could not be read" +msgstr[0] "OPOZORILO: % navedenih datotek ni mogoče prebrati" +msgstr[1] "OPOZORILO: % navedene datoteke ni mogoče prebrati" +msgstr[2] "OPOZORILO: % navedenih datotek ni mogoče prebrati" +msgstr[3] "OPOZORILO: % navedenih datotek ni mogoče prebrati" + +#: src/md5sum.c:647 +#, c-format +msgid "WARNING: % computed checksum did NOT match" +msgid_plural "WARNING: % computed checksums did NOT match" +msgstr[0] "OPOZORILO: % nadzornih vsot se NE ujema" +msgstr[1] "OPOZORILO: % nadzorna vsota se NE ujema" +msgstr[2] "OPOZORILO: % nadzorni vsoti se NE ujemata" +msgstr[3] "OPOZORILO: % nadzorne vsote se NE ujemajo" + +#: src/md5sum.c:760 +#, c-format +msgid "--tag does not support --text mode" +msgstr "--tag ne podpira načina --text" + +#: src/md5sum.c:766 +#, c-format +msgid "the --tag option is meaningless when verifying checksums" +msgstr "izbira --tag ni smiselna pri preverjanju nadzornih vsot" + +#: src/md5sum.c:773 +#, c-format +msgid "" +"the --binary and --text options are meaningless when verifying checksums" +msgstr "" +"izbiri --binary in --text nista smiselni pri preverjanju nadzornih vsot" + +#: src/md5sum.c:781 +#, c-format +msgid "the --status option is meaningful only when verifying checksums" +msgstr "izbira --status je smiselna samo pri preverjanju nadzornih vsot" + +#: src/md5sum.c:788 +#, c-format +msgid "the --warn option is meaningful only when verifying checksums" +msgstr "izbira --warn je smiselna samo pri preverjanju nadzornih vsot" + +#: src/md5sum.c:795 +#, c-format +msgid "the --quiet option is meaningful only when verifying checksums" +msgstr "izbira --quiet je smiselna samo pri preverjanju nadzornih vsot" + +#: src/md5sum.c:802 +#, c-format +msgid "the --strict option is meaningful only when verifying checksums" +msgstr "izbira --strict je smiselna samo pri preverjanju nadzornih vsot" + +#: src/mkdir.c:56 src/rmdir.c:164 +#, c-format +msgid "Usage: %s [OPTION]... DIRECTORY...\n" +msgstr "Uporaba: %s [IZBIRA]... IMENIK...\n" + +#: src/mkdir.c:57 +msgid "Create the DIRECTORY(ies), if they do not already exist.\n" +msgstr "" + +#: src/mkdir.c:63 +msgid "" +" -m, --mode=MODE set file mode (as in chmod), not a=rwx - umask\n" +" -p, --parents no error if existing, make parent directories as needed\n" +" -v, --verbose print a message for each created directory\n" +" -Z, --context=CTX set the SELinux security context of each created\n" +" directory to CTX\n" +msgstr "" +" -m, --mode=ZAŠČITA nastavi zaščito (kot pri chmod) namesto privzete\n" +" a=rwx - umask\n" +" -p, --parents brez opozorila če imenik obstaja; po potrebi ustvari\n" +" še starševske imenike\n" +" -v, --verbose z obvestilom o vsakem ustvarjenem imeniku\n" +" -Z, --context=KONTEKST nastavi varnostni kontekst za vsak ustvarjeni " +"imenik\n" +" na KONTEKST\n" + +#: src/mkdir.c:168 +#, c-format +msgid "created directory %s" +msgstr "ustvarjen imenik %s" + +#: src/mkfifo.c:51 src/pathchk.c:89 +#, c-format +msgid "Usage: %s [OPTION]... NAME...\n" +msgstr "Uporaba: %s [IZBIRA]... IME...\n" + +#: src/mkfifo.c:52 +msgid "Create named pipes (FIFOs) with the given NAMEs.\n" +msgstr "" + +#: src/mkfifo.c:58 src/mknod.c:60 +msgid "" +" -m, --mode=MODE set file permission bits to MODE, not a=rw - umask\n" +msgstr "" +" -m, --mode=ZAŠČITA nastavi bite ZAŠČITE namesto privzete a=rw - umask\n" + +#: src/mkfifo.c:61 +msgid "" +" -Z, --context=CTX set the SELinux security context of each NAME to CTX\n" +msgstr "" +" -Z, --context=CTX za vsako IME nastavi varnostni kontekst SELinux na CTX\n" + +#: src/mkfifo.c:121 src/mknod.c:127 +#, c-format +msgid "invalid mode" +msgstr "napačna zaščita" + +#: src/mkfifo.c:126 src/mknod.c:132 +#, c-format +msgid "mode must specify only file permission bits" +msgstr "način mora določiti le bite dovoljenja za dostop do datoteke" + +#: src/mknod.c:52 +#, c-format +msgid "Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n" +msgstr "Uporaba: %s [IZBIRA]... IME TIP [GLAVNO POMOŽNO]\n" + +#: src/mknod.c:54 +msgid "Create the special file NAME of the given TYPE.\n" +msgstr "" + +#: src/mknod.c:63 +msgid "" +" -Z, --context=CTX set the SELinux security context of NAME to CTX\n" +msgstr "" +" -Z, --context=CTX nastavi varnostni kontekst SELinux za IME na CTX\n" + +#: src/mknod.c:68 +msgid "" +"\n" +"Both MAJOR and MINOR must be specified when TYPE is b, c, or u, and they\n" +"must be omitted when TYPE is p. If MAJOR or MINOR begins with 0x or 0X,\n" +"it is interpreted as hexadecimal; otherwise, if it begins with 0, as octal;\n" +"otherwise, as decimal. TYPE may be:\n" +msgstr "" +"\n" +"GLAVNO in POMOŽNO število moramo vedno navesti za TIP b, c ali u, ne smemo " +"pa\n" +"ju navesti pri TIPU p. Če se GLAVNO ali POMOŽNO število začne z 0x ali 0X, " +"se\n" +"ga tolmači kot šestnajstiško število; če se začne z vodilno ničko, kot " +"osmiško,\n" +"sicer pa kot desetiško število. TIP je lahko:\n" + +# ! INEXACT +#: src/mknod.c:75 +msgid "" +"\n" +" b create a block (buffered) special file\n" +" c, u create a character (unbuffered) special file\n" +" p create a FIFO\n" +msgstr "" +"\n" +" b ustvarimo bločno enoto (z izravnalnikom)\n" +" c, u ustvarimo znakovno enoto (brez izravnalnika)\n" +" p ustvarimo FIFO\n" + +#: src/mknod.c:150 +msgid "Special files require major and minor device numbers." +msgstr "" +"Posebne datoteke zahtevajo, da sta podani glavno in pomožno število naprave" + +#: src/mknod.c:160 +msgid "Fifos do not have major and minor device numbers." +msgstr "Poimenovane cevi nimajo glavnih in pomožnih števil naprave" + +#: src/mknod.c:176 +#, c-format +msgid "block special files not supported" +msgstr "bločne enote niso podprte" + +#: src/mknod.c:185 +#, c-format +msgid "character special files not supported" +msgstr "znakovne enote niso podprte" + +#: src/mknod.c:201 +#, c-format +msgid "invalid major device number %s" +msgstr "neveljavno GLAVNO število enote %s" + +#: src/mknod.c:206 +#, c-format +msgid "invalid minor device number %s" +msgstr "neveljavno POMOŽNO število enote %s" + +#: src/mknod.c:211 +#, c-format +msgid "invalid device %s %s" +msgstr "neveljavna enota %s %s" + +#: src/mknod.c:225 +#, c-format +msgid "invalid device type %s" +msgstr "neveljavna vrsta naprave %s" + +#. This is a proper name. See the gettext manual, section Names. +#: src/mktemp.c:37 +msgid "Eric Blake" +msgstr "Eric Blake" + +# ! INEXACT +#: src/mktemp.c:68 +#, c-format +msgid "Usage: %s [OPTION]... [TEMPLATE]\n" +msgstr "Uporaba: %s [IZBIRA]... [PREDLOGA]\n" + +#: src/mktemp.c:69 +msgid "" +"Create a temporary file or directory, safely, and print its name.\n" +"TEMPLATE must contain at least 3 consecutive 'X's in last component.\n" +"If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied.\n" +msgstr "" +"Varno ustvari začasno datoteko ali imenik in izpiši njeno ime.\n" +"PREDLOGA mora vsebovati vsaj 3 zaporedne znake X v zadnji komponenti imena.\n" +"Če PREDLOGA ni podana, se uporabi tmp.XXXXXXXXXX in implicira --tmpdir.\n" + +#: src/mktemp.c:74 +msgid "" +"Files are created u+rw, and directories u+rwx, minus umask restrictions.\n" +msgstr "" +"Datoteke so ustvarjene z zaščito u+rw, imeniki pa z u+rwx, oboje minus " +"omejitve\n" +"umask.\n" + +#: src/mktemp.c:78 +msgid "" +" -d, --directory create a directory, not a file\n" +" -u, --dry-run do not create anything; merely print a name (unsafe)\n" +" -q, --quiet suppress diagnostics about file/dir-creation failure\n" +msgstr "" +" -d, --directory ustvari imenik, ne datoteke\n" +" -u, --dry-run ne ustvari ničesar, le izpiše ime (ni varno)\n" +" -q, --quiet brez poročila o neuspelem ustvarjanju " +"datoteke/imenika\n" + +#: src/mktemp.c:83 +msgid "" +" --suffix=SUFF append SUFF to TEMPLATE. SUFF must not contain " +"slash.\n" +" This option is implied if TEMPLATE does not end in " +"X.\n" +msgstr "" +" --suffix=PRIPONA podani PREDLOGI dodaj PRIPONO. PRIPONA ne sme " +"vsebovati\n" +" poševnice. Izbira implicira, da se PRIPONA ne " +"zaključi\n" +" z znakom X.\n" + +#: src/mktemp.c:87 +msgid "" +" --tmpdir[=DIR] interpret TEMPLATE relative to DIR. If DIR is not\n" +" specified, use $TMPDIR if set, else /tmp. With\n" +" this option, TEMPLATE must not be an absolute name.\n" +" Unlike with -t, TEMPLATE may contain slashes, but\n" +" mktemp creates only the final component\n" +msgstr "" +" --tmpdir[=IMENIK] tolmači PREDLOGO relativno glede na IMENIK. Če " +"IMENIK\n" +" ni določen, uporabi $TMPDIR, in če ta ni " +"nastavljen,\n" +" /tmp. Pri tej izbiri PREDLOGA ne sme biti absolutna\n" +" pot. Za razliko od -t lahko PREDLOGA vsebuje " +"poševnice,\n" +" toda tudi tu mktemp ustvari samo zadnjo komponento.\n" + +#: src/mktemp.c:95 +msgid "" +" -p DIR use DIR as a prefix; implies -t [deprecated]\n" +" -t interpret TEMPLATE as a single file name component,\n" +" relative to a directory: $TMPDIR, if set; else the\n" +" directory specified via -p; else /tmp [deprecated]\n" +msgstr "" +" -p IMENIK uporabi IMENIK kot predpono; implicira -t " +"(odsvetovano)\n" +" -t tolmači PREDLOGO kot eno samo komponento imena " +"datoteke,\n" +" relativno glede na imenik: $TMPDIR, če je " +"nastavljen;\n" +" imenik, določen s -p; ali /tmp (odsvetovano).\n" + +#: src/mktemp.c:223 +#, c-format +msgid "failed to redirect stderr to /dev/null" +msgstr "preusmeritev standardnega izhoda za napake na /dev/null ni uspela" + +#: src/mktemp.c:229 +#, c-format +msgid "too many templates" +msgstr "preveč predlog" + +#: src/mktemp.c:249 +#, c-format +msgid "with --suffix, template %s must end in X" +msgstr "ob izbiri --suffix se mora vzorec %s končati z X" + +#: src/mktemp.c:274 src/split.c:1130 +#, c-format +msgid "invalid suffix %s, contains directory separator" +msgstr "neveljavna pripona %s, vsebuje ločilnik imenikov" + +#: src/mktemp.c:279 +#, c-format +msgid "too few X's in template %s" +msgstr "premalo mest (X) v predlogi %s" + +#: src/mktemp.c:292 +#, c-format +msgid "invalid template, %s, contains directory separator" +msgstr "neveljavna predloga, %s, vsebuje ločilnike imenikov" + +#: src/mktemp.c:306 +#, c-format +msgid "invalid template, %s; with --tmpdir, it may not be absolute" +msgstr "neveljavna predloga, %s; pri izbiri --tmpdir ne sme biti absolutna" + +#: src/mktemp.c:326 +#, c-format +msgid "failed to create directory via template %s" +msgstr "ustvarjenje imenika s predlogo %s ni uspelo" + +#: src/mktemp.c:336 +#, c-format +msgid "failed to create file via template %s" +msgstr "ustvarjenje datoteke s predlogo %s ni uspelo" + +#: src/mv.c:292 +msgid "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n" +msgstr "" + +# ! INEXACT +#: src/mv.c:298 +msgid "" +" --backup[=CONTROL] make a backup of each existing destination " +"file\n" +" -b like --backup but does not accept an " +"argument\n" +" -f, --force do not prompt before overwriting\n" +" -i, --interactive prompt before overwrite\n" +" -n, --no-clobber do not overwrite an existing file\n" +"If you specify more than one of -i, -f, -n, only the final one takes " +"effect.\n" +msgstr "" +" --backup[=TIP] pred pisanjem prek obstoječe ciljne datoteke " +"\n" +" izdelaj varnostno kopijo podanega TIPA\n" +" -b enako kot --backup, vendar ne sprejema " +"argumenta\n" +" -f, --force brez vprašanj piši prek obstoječih CILJEV\n" +" -i, --interactive zahtevaj potrditev pred pisanjem prek " +"obstoječega\n" +" CILJA\n" +" -n, --no-clobber ne piši prek obstoječih datotek\n" +"Ob hkratni navedbi izbir -i, -f in -n se upošteva zadnja od njih.\n" + +#: src/mv.c:307 +msgid "" +" --strip-trailing-slashes remove any trailing slashes from each " +"SOURCE\n" +" argument\n" +" -S, --suffix=SUFFIX override the usual backup suffix\n" +msgstr "" +" --strip-trailing-slashes odstrani zaključne poševnice iz vseh " +"podanih\n" +" IZVOROV\n" +" -S, --suffix=PRIPONA izrecno navedena PRIPONA varnostnih kopij\n" + +#: src/mv.c:312 +msgid "" +" -t, --target-directory=DIRECTORY move all SOURCE arguments into " +"DIRECTORY\n" +" -T, --no-target-directory treat DEST as a normal file\n" +" -u, --update move only when the SOURCE file is newer\n" +" than the destination file or when the\n" +" destination file is missing\n" +" -v, --verbose explain what is being done\n" +msgstr "" +" -t, --target-directory=IMENIK vse IZVORE premakni v navedeni IMENIK\n" +" -T, --no-target-directory obravnavaj CILJ kot navadno datoteko\n" +" -u, --update datoteko premakni samo, če je novejša od\n" +" obstoječe ciljne ali če ciljna ne obstaja\n" +" -v, --verbose z razlago poteka\n" + +#: src/nice.c:72 +#, c-format +msgid "Usage: %s [OPTION] [COMMAND [ARG]...]\n" +msgstr "Uporaba: %s [IZBIRA]... [UKAZ [ARGUMENT]...]\n" + +#: src/nice.c:73 +#, c-format +msgid "" +"Run COMMAND with an adjusted niceness, which affects process scheduling.\n" +"With no COMMAND, print the current niceness. Niceness values range from\n" +"%d (most favorable to the process) to %d (least favorable to the process).\n" +msgstr "" + +#: src/nice.c:82 +msgid " -n, --adjustment=N add integer N to the niceness (default 10)\n" +msgstr "" + +#: src/nice.c:172 +#, c-format +msgid "invalid adjustment %s" +msgstr "neveljavni popravek %s" + +#: src/nice.c:181 +#, c-format +msgid "a command must be given with an adjustment" +msgstr "ob podanem popravku ravni moramo podati tudi ukaz" + +#: src/nice.c:188 src/nice.c:199 +#, c-format +msgid "cannot get niceness" +msgstr "prioriteta izvajanja ni ugotovljiva" + +#: src/nice.c:205 +#, c-format +msgid "cannot set niceness" +msgstr "prioritete izvajanja ni mogoče nastaviti" + +#. This is a proper name. See the gettext manual, section Names. +#: src/nl.c:40 +msgid "Scott Bartram" +msgstr "Scott Bartram" + +#: src/nl.c:179 +msgid "" +"Write each FILE to standard output, with line numbers added.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/nl.c:186 +msgid "" +" -b, --body-numbering=STYLE use STYLE for numbering body lines\n" +" -d, --section-delimiter=CC use CC for separating logical pages\n" +" -f, --footer-numbering=STYLE use STYLE for numbering footer lines\n" +msgstr "" +" -b, --body-numbering=SLOG uporabi SLOG pri oštevilčenju vrstic " +"telesa\n" +" -d, --section-delimiter=CC uporabi CC pri ločitvi logičnih strani\n" +" -f, --footer-numbering=SLOG uporabi SLOG pri oštevilčenju znožja " +"strani\n" + +#: src/nl.c:191 +msgid "" +" -h, --header-numbering=STYLE use STYLE for numbering header lines\n" +" -i, --line-increment=NUMBER line number increment at each line\n" +" -l, --join-blank-lines=NUMBER group of NUMBER empty lines counted as " +"one\n" +" -n, --number-format=FORMAT insert line numbers according to FORMAT\n" +" -p, --no-renumber do not reset line numbers at logical " +"pages\n" +" -s, --number-separator=STRING add STRING after (possible) line number\n" +msgstr "" +" -h, --header-numbering=SLOG uporabi SLOG pri oštevilčenju zglavja " +"strani\n" +" -i, --line-increment=ŠTEVILO številke vrstic inkrementiraj vsako " +"vrstico\n" +" -l, --join-blank-lines=ŠTEVILO skupino ŠTEVILA praznih vrstic štej kot " +"eno\n" +" -n, --number-format=OBLIKA številke vrstic vrini glede na OBLIKO\n" +" -p, --no-renumber oštevilčenje vrstic naj teče prek log. " +"strani\n" +" -s, --number-separator=NIZ pripni NIZ (možni) številki vrstice\n" + +#: src/nl.c:199 +msgid "" +" -v, --starting-line-number=NUMBER first line number on each logical page\n" +" -w, --number-width=NUMBER use NUMBER columns for line numbers\n" +msgstr "" +" -v, --staring-line-number=ŠTEVILO številka prve vrstice na novi logični\n" +" strani\n" +" -w, --number-width=ŠTEVILO ŠTEVILO znakov širine za oštevilčenje\n" + +#: src/nl.c:205 +msgid "" +"\n" +"By default, selects -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn. CC are\n" +"two delimiter characters for separating logical pages, a missing\n" +"second character implies :. Type \\\\ for \\. STYLE is one of:\n" +msgstr "" +"\n" +"Privzete so izbire -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn. CC sta dva " +"ločitvena\n" +"znaka za ločevanje logičnih strani; če je drugi znak izpuščen, se privzame " +":.\n" +"Uporabite \\\\\\\\ za \\\\. SLOG je nekaj od naštetega:\n" + +#: src/nl.c:211 +msgid "" +"\n" +" a number all lines\n" +" t number only nonempty lines\n" +" n number no lines\n" +" pBRE number only lines that contain a match for the basic regular\n" +" expression, BRE\n" +"\n" +"FORMAT is one of:\n" +"\n" +" ln left justified, no leading zeros\n" +" rn right justified, no leading zeros\n" +" rz right justified, leading zeros\n" +"\n" +msgstr "" +"\n" +" a oštevilči vse vrstice\n" +" t oštevilči samo polne vrstice, praznih ne\n" +" n ne oštevilči nobene vrstice\n" +" pREGIZR oštevilči samo vrstice, ki se ujemajo z osnovnim regularnim\n" +" izrazom REGIZR\n" +"\n" +"OBLIKA je nekaj od naštetega:\n" +"\n" +" ln levo poravnano, brez vodilnih ničel\n" +" rn desno poravnano, brez vodilnih ničel\n" +" rz desno poravnano, z vodilnimi ničlami\n" +"\n" + +#: src/nl.c:278 +#, c-format +msgid "line number overflow" +msgstr "prekoračitev številke vrstice" + +#: src/nl.c:478 +#, c-format +msgid "invalid header numbering style: %s" +msgstr "neveljavni slog oštevilčenja glave: %s" + +#: src/nl.c:486 +#, c-format +msgid "invalid body numbering style: %s" +msgstr "neveljavni slog oštevilčenja telesa: %s" + +#: src/nl.c:494 +#, c-format +msgid "invalid footer numbering style: %s" +msgstr "neveljavni slog oštevilčenja noge: %s" + +#: src/nl.c:503 +#, c-format +msgid "invalid starting line number: %s" +msgstr "neveljavna začetna številka vrstice: %s" + +#: src/nl.c:512 +#, c-format +msgid "invalid line number increment: %s" +msgstr "neveljavni vrstični inkrement: %s" + +#: src/nl.c:524 +#, c-format +msgid "invalid number of blank lines: %s" +msgstr "neveljavno število praznih vrstic: %s" + +#: src/nl.c:538 +#, c-format +msgid "invalid line number field width: %s" +msgstr "neveljavna širina polja s številko vrstice: %s" + +#: src/nl.c:557 +#, c-format +msgid "invalid line numbering format: %s" +msgstr "neveljavna oblika oštevilčenja vrstic: %s" + +#: src/nohup.c:53 +#, c-format +msgid "" +"Usage: %s COMMAND [ARG]...\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s UKAZ [ARGUMENT]...\n" +" ali: %s IZBIRA\n" + +#: src/nohup.c:59 +msgid "" +"Run COMMAND, ignoring hangup signals.\n" +"\n" +msgstr "" +"Zaženi UKAZ, pri čemer prezri signale za prekinitev.\n" +"\n" + +#: src/nohup.c:65 +#, c-format +msgid "" +"\n" +"If standard input is a terminal, redirect it from /dev/null.\n" +"If standard output is a terminal, append output to 'nohup.out' if possible,\n" +"'$HOME/nohup.out' otherwise.\n" +"If standard error is a terminal, redirect it to standard output.\n" +"To save output to FILE, use '%s COMMAND > FILE'.\n" +msgstr "" +"\n" +"Če je standardni vhod terminal, ga preusmerimo z /dev/null.\n" +"Če je standardni izhod terminal, dodajamo izhod na »nohup.out«, če je " +"mogoče,\n" +"sicer pa na »$HOME/nohup.out«.\n" +"Če je standardni izhod za napake terminal, ga preusmerimo na standardni " +"izhod.\n" +"Izhod preusmerimo na DATOTEKO z ukazom »%s UKAZ > DATOTEKA«.\n" + +#: src/nohup.c:127 +#, c-format +msgid "failed to render standard input unusable" +msgstr "onemogočenje standardnega izhoda ni uspelo" + +#: src/nohup.c:131 +#, c-format +msgid "ignoring input" +msgstr "ne upoštevamo vhoda" + +#: src/nohup.c:175 +#, c-format +msgid "ignoring input and appending output to %s" +msgstr "ne upoštevamo vhoda; izhod dodajamo na konec %s" + +#: src/nohup.c:176 +#, c-format +msgid "appending output to %s" +msgstr "izhod se pripenja na konec %s" + +#: src/nohup.c:193 +#, c-format +msgid "failed to set the copy of stderr to close on exec" +msgstr "nastavitev, da se kopija stderr zapre ob koncu izvajanja, ni uspela" + +#: src/nohup.c:198 +#, c-format +msgid "ignoring input and redirecting stderr to stdout" +msgstr "" +"ne upoštevamo vhoda; standardni izhod za napake preusmerimo na standardni " +"izhod" + +#: src/nohup.c:199 +#, c-format +msgid "redirecting stderr to stdout" +msgstr "standardni izhod za napake preusmerjamo na standardni izhod" + +#: src/nohup.c:203 +#, c-format +msgid "failed to redirect standard error" +msgstr "preusmeritev standardnega izhoda za napake ni uspela" + +#. This is a proper name. See the gettext manual, section Names. +#: src/nproc.c:33 +msgid "Giuseppe Scrivano" +msgstr "Giuseppe Scrivano" + +#: src/nproc.c:57 src/pwd.c:56 src/tty.c:64 src/uname.c:120 src/whoami.c:44 +#, c-format +msgid "Usage: %s [OPTION]...\n" +msgstr "Uporaba: %s [IZBIRA]...\n" + +#: src/nproc.c:58 +msgid "" +"Print the number of processing units available to the current process,\n" +"which may be less than the number of online processors\n" +"\n" +msgstr "" +"Izpiši število procesnih enot na razpolago trenutnemu procesu, kar je\n" +"lahko manj od števila delujočih procesorjev\n" +"\n" + +#: src/nproc.c:63 +msgid "" +" --all print the number of installed processors\n" +" --ignore=N if possible, exclude N processing units\n" +msgstr "" +" --all izpiši število nameščenih procesorjev\n" +" --ignore=N če je mogoče, izloči N procesnih enot\n" + +#: src/nproc.c:107 +#, c-format +msgid "%s: invalid number to ignore" +msgstr "%s: neveljavno število izločenih enot" + +#. This is a proper name. See the gettext manual, section Names. +#: src/numfmt.c:35 +msgid "Assaf Gordon" +msgstr "" + +#: src/numfmt.c:676 +#, c-format +msgid "value too large to be converted: '%s'" +msgstr "" + +#: src/numfmt.c:680 +#, c-format +msgid "invalid number: '%s'" +msgstr "" + +#: src/numfmt.c:684 +#, c-format +msgid "rejecting suffix in input: '%s' (consider using --from)" +msgstr "" + +#: src/numfmt.c:688 +#, c-format +msgid "invalid suffix in input: '%s'" +msgstr "" + +#: src/numfmt.c:692 +#, c-format +msgid "missing 'i' suffix in input: '%s' (e.g Ki/Mi/Gi)" +msgstr "" + +#: src/numfmt.c:723 +#, c-format +msgid "failed to prepare value '%Lf' for printing" +msgstr "" + +#: src/numfmt.c:787 +#, c-format +msgid "invalid unit size: '%s'" +msgstr "" + +#: src/numfmt.c:802 src/numfmt.c:1025 src/numfmt.c:1032 +#, c-format +msgid "out of memory (requested %zu bytes)" +msgstr "" + +#: src/numfmt.c:813 +#, c-format +msgid "Usage: %s [OPTION]... [NUMBER]...\n" +msgstr "" + +#: src/numfmt.c:816 +msgid "" +"Reformat NUMBER(s), or the numbers from standard input if none are " +"specified.\n" +msgstr "" + +#: src/numfmt.c:820 +msgid " --debug print warnings about invalid input\n" +msgstr "" + +#: src/numfmt.c:823 +msgid "" +" -d, --delimiter=X use X instead of whitespace for field delimiter\n" +msgstr "" + +#: src/numfmt.c:826 +msgid "" +" --field=N replace the number in input field N (default is 1)\n" +msgstr "" + +#: src/numfmt.c:829 +msgid "" +" --format=FORMAT use printf style floating-point FORMAT;\n" +" see FORMAT below for details\n" +msgstr "" + +#: src/numfmt.c:833 +msgid "" +" --from=UNIT auto-scale input numbers to UNITs; default is " +"'none';\n" +" see UNIT below\n" +msgstr "" + +#: src/numfmt.c:837 +msgid "" +" --from-unit=N specify the input unit size (instead of the default " +"1)\n" +msgstr "" + +#: src/numfmt.c:840 +msgid "" +" --grouping use locale-defined grouping of digits, e.g. " +"1,000,000\n" +" (which means it has no effect in the C/POSIX " +"locale)\n" +msgstr "" + +#: src/numfmt.c:844 +msgid "" +" --header[=N] print (without converting) the first N header lines;\n" +" N defaults to 1 if not specified\n" +msgstr "" + +#: src/numfmt.c:848 +msgid "" +" --invalid=MODE failure mode for invalid numbers: MODE can be:\n" +" abort (default), fail, warn, ignore\n" +msgstr "" + +#: src/numfmt.c:852 +msgid "" +" --padding=N pad the output to N characters; positive N will\n" +" right-align; negative N will left-align;\n" +" padding is ignored if the output is wider than N;\n" +" the default is to automatically pad if a " +"whitespace\n" +" is found\n" +msgstr "" + +#: src/numfmt.c:859 +msgid "" +" --round=METHOD use METHOD for rounding when scaling; METHOD can be:\n" +" up, down, from-zero (default), towards-zero, " +"nearest\n" +msgstr "" + +#: src/numfmt.c:863 +msgid "" +" --suffix=SUFFIX add SUFFIX to output numbers, and accept optional\n" +" SUFFIX in input numbers\n" +msgstr "" + +#: src/numfmt.c:867 +msgid "" +" --to=UNIT auto-scale output numbers to UNITs; see UNIT below\n" +msgstr "" + +#: src/numfmt.c:870 +msgid "" +" --to-unit=N the output unit size (instead of the default 1)\n" +msgstr "" + +#: src/numfmt.c:877 +msgid "" +"\n" +"UNIT options:\n" +msgstr "" + +#: src/numfmt.c:880 +msgid "" +" none no auto-scaling is done; suffixes will trigger an error\n" +msgstr "" + +#: src/numfmt.c:883 +msgid "" +" auto accept optional single/two letter suffix:\n" +" 1K = 1000,\n" +" 1Ki = 1024,\n" +" 1M = 1000000,\n" +" 1Mi = 1048576,\n" +msgstr "" + +#: src/numfmt.c:889 +msgid "" +" si accept optional single letter suffix:\n" +" 1K = 1000,\n" +" 1M = 1000000,\n" +" ...\n" +msgstr "" + +#: src/numfmt.c:894 +msgid "" +" iec accept optional single letter suffix:\n" +" 1K = 1024,\n" +" 1M = 1048576,\n" +" ...\n" +msgstr "" + +#: src/numfmt.c:899 +msgid "" +" iec-i accept optional two-letter suffix:\n" +" 1Ki = 1024,\n" +" 1Mi = 1048576,\n" +" ...\n" +msgstr "" + +#: src/numfmt.c:905 +#, c-format +msgid "" +"\n" +"FORMAT must be suitable for printing one floating-point argument '%f'.\n" +"Optional quote (%'f) will enable --grouping (if supported by current " +"locale).\n" +"Optional width value (%10f) will pad output. Optional negative width values\n" +"(%-10f) will left-pad output.\n" +msgstr "" + +#: src/numfmt.c:912 +#, c-format +msgid "" +"\n" +"Exit status is 0 if all input numbers were successfully converted.\n" +"By default, %s will stop at the first conversion error with exit status 2.\n" +"With --invalid='fail' a warning is printed for each conversion error\n" +"and the exit status is 2. With --invalid='warn' each conversion error is\n" +"diagnosed, but the exit status is 0. With --invalid='ignore' conversion\n" +"errors are not diagnosed and the exit status is 0.\n" +msgstr "" + +#: src/numfmt.c:921 +#, c-format +msgid "" +"\n" +"Examples:\n" +" $ %s --to=si 1000\n" +" -> \"1.0K\"\n" +" $ %s --to=iec 2048\n" +" -> \"2.0K\"\n" +" $ %s --to=iec-i 4096\n" +" -> \"4.0Ki\"\n" +" $ echo 1K | %s --from=si\n" +" -> \"1000\"\n" +" $ echo 1K | %s --from=iec\n" +" -> \"1024\"\n" +" $ df | %s --header --field 2 --to=si\n" +" $ ls -l | %s --header --field 5 --to=iec\n" +" $ ls -lh | %s --header --field 5 --from=iec --padding=10\n" +" $ ls -lh | %s --header --field 5 --from=iec --format %%10f\n" +msgstr "" + +#: src/numfmt.c:974 src/seq.c:212 +#, c-format +msgid "format %s has no %% directive" +msgstr "določilo %s ne vsebuje direktive %%" + +#: src/numfmt.c:990 +#, c-format +msgid "invalid format %s (width overflow)" +msgstr "" + +#: src/numfmt.c:1007 src/seq.c:229 +#, c-format +msgid "format %s ends in %%" +msgstr "določilo %s se zaključi z %%" + +#: src/numfmt.c:1010 +#, c-format +msgid "invalid format %s, directive must be %%['][-][N]f" +msgstr "" + +#: src/numfmt.c:1018 src/seq.c:236 +#, c-format +msgid "format %s has too many %% directives" +msgstr "določilo %s vsebuje preveč direktiv %%" + +#: src/numfmt.c:1070 +#, c-format +msgid "invalid suffix in input '%s': '%s'" +msgstr "" + +#: src/numfmt.c:1092 +#, c-format +msgid "value too large to be printed: '%Lg' (consider using --to)" +msgstr "" + +#: src/numfmt.c:1100 +#, c-format +msgid "value too large to be printed: '%Lg' (cannot handle values > 999Y)" +msgstr "" + +#: src/numfmt.c:1184 +#, c-format +msgid "large input value '%s': possible precision loss" +msgstr "" + +#: src/numfmt.c:1293 +#, c-format +msgid "input line is too short, no numbers found to convert in field %ld" +msgstr "" + +#: src/numfmt.c:1388 +#, c-format +msgid "invalid padding value '%s'" +msgstr "" + +#: src/numfmt.c:1401 +#, c-format +msgid "invalid field value '%s'" +msgstr "" + +#: src/numfmt.c:1430 +#, c-format +msgid "invalid header value '%s'" +msgstr "" + +#: src/numfmt.c:1456 +#, c-format +msgid "--grouping cannot be combined with --format" +msgstr "" + +#: src/numfmt.c:1458 +#, c-format +msgid "--padding cannot be combined with --format" +msgstr "" + +#: src/numfmt.c:1463 +#, c-format +msgid "no conversion option specified" +msgstr "" + +#: src/numfmt.c:1471 +#, c-format +msgid "grouping cannot be combined with --to" +msgstr "" + +#: src/numfmt.c:1473 +#, c-format +msgid "grouping has no effect in this locale" +msgstr "" + +#: src/numfmt.c:1486 +#, c-format +msgid "--header ignored with command-line input" +msgstr "" + +#: src/numfmt.c:1511 +#, c-format +msgid "error reading input" +msgstr "" + +#: src/numfmt.c:1520 +#, c-format +msgid "failed to convert some of the input numbers" +msgstr "" + +#: src/od.c:294 +#, c-format +msgid "" +"Usage: %s [OPTION]... [FILE]...\n" +" or: %s [-abcdfilosx]... [FILE] [[+]OFFSET[.][b]]\n" +" or: %s --traditional [OPTION]... [FILE] [[+]OFFSET[.][b] " +"[+][LABEL][.][b]]\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [DATOTEKA]...\n" +" ali: %s [-abcdfilosx]... [DATOTEKA] [[+]ODMIK[.][b]]\n" +" ali: %s --traditional [IZBIRA] [DATOTEKA] [[+]ODMIK[.][b] " +"[[+]OZNAKA][.][b]]\n" + +#: src/od.c:300 +msgid "" +"\n" +"Write an unambiguous representation, octal bytes by default,\n" +"of FILE to standard output. With more than one FILE argument,\n" +"concatenate them in the listed order to form the input.\n" +"With no FILE, or when FILE is -, read standard input.\n" +"\n" +msgstr "" +"\n" +"Na standardni izhod zapišemo enoznačno predstavitev DATOTEKE, privzeto\n" +"osmiški zapis bajtov. Če je navedenih več DATOTEK, jih na vhodu\n" +"zlepimo v zaporedje. Če DATOTEKA ni podana ali je enaka -, beremo s\n" +"standardnega vhoda.\n" +"\n" + +#: src/od.c:307 +msgid "" +"If first and second call formats both apply, the second format is assumed\n" +"if the last operand begins with + or (if there are 2 operands) a digit.\n" +"An OFFSET operand means -j OFFSET. LABEL is the pseudo-address\n" +"at first byte printed, incremented when dump is progressing.\n" +"For OFFSET and LABEL, a 0x or 0X prefix indicates hexadecimal;\n" +"suffixes may be . for octal and b for multiply by 512.\n" +msgstr "" + +#: src/od.c:318 +msgid "" +" -A, --address-radix=RADIX output format for file offsets. RADIX is one\n" +" of [doxn], for Decimal, Octal, Hex or None\n" +" -j, --skip-bytes=BYTES skip BYTES input bytes first\n" +msgstr "" + +#: src/od.c:323 +msgid "" +" -N, --read-bytes=BYTES limit dump to BYTES input bytes\n" +" -S BYTES, --strings[=BYTES] output strings of at least BYTES graphic " +"chars.\n" +" 3 is implied when BYTES is not specified\n" +" -t, --format=TYPE select output format or formats\n" +" -v, --output-duplicates do not use * to mark line suppression\n" +" -w[BYTES], --width[=BYTES] output BYTES bytes per output line.\n" +" 32 is implied when BYTES is not specified\n" +" --traditional accept arguments in third form above\n" +msgstr "" + +#: src/od.c:336 +msgid "" +"\n" +"\n" +"Traditional format specifications may be intermixed; they accumulate:\n" +" -a same as -t a, select named characters, ignoring high-order bit\n" +" -b same as -t o1, select octal bytes\n" +" -c same as -t c, select ASCII characters or backslash escapes\n" +" -d same as -t u2, select unsigned decimal 2-byte units\n" +msgstr "" + +#: src/od.c:345 +msgid "" +" -f same as -t fF, select floats\n" +" -i same as -t dI, select decimal ints\n" +" -l same as -t dL, select decimal longs\n" +" -o same as -t o2, select octal 2-byte units\n" +" -s same as -t d2, select decimal 2-byte units\n" +" -x same as -t x2, select hexadecimal 2-byte units\n" +msgstr "" +" -f isto kot -t fF, izpis števil s plavajočo vejico\n" +" -i isto kot -t dI, desetiški izpis dvobajtnih predznačenih celih števil\n" +" -l isto kot -t dL, desetiški izpis štiribajtnih predznačenih celih " +"števil\n" +" -o isto kot -t o2, osmiški izpis dvobajtnih enot\n" +" -s isto kot -t d2, desetiški izpis dvobajtnih enot\n" +" -x isto kot -t x2, šestnajstiški izpis dvobajtnih enot\n" + +#: src/od.c:353 +msgid "" +"\n" +"\n" +"TYPE is made up of one or more of these specifications:\n" +" a named character, ignoring high-order bit\n" +" c ASCII character or backslash escape\n" +msgstr "" + +#: src/od.c:360 +msgid "" +" d[SIZE] signed decimal, SIZE bytes per integer\n" +" f[SIZE] floating point, SIZE bytes per integer\n" +" o[SIZE] octal, SIZE bytes per integer\n" +" u[SIZE] unsigned decimal, SIZE bytes per integer\n" +" x[SIZE] hexadecimal, SIZE bytes per integer\n" +msgstr "" +" d[ENOTA] predznačeno desetiško celo število dolžine ENOTA bajtov\n" +" f[ENOTA] število v plavajoči vejici dolžine ENOTA bajtov\n" +" o[ENOTA] osmiško število dolžine ENOTA bajtov\n" +" u[ENOTA] nepredznačeno desetiško celo število dolžine ENOTA bajtov\n" +" x[ENOTA] šestnajstiško število dolžine ENOTA bajtov\n" + +#: src/od.c:367 +msgid "" +"\n" +"SIZE is a number. For TYPE in [doux], SIZE may also be C for\n" +"sizeof(char), S for sizeof(short), I for sizeof(int) or L for\n" +"sizeof(long). If TYPE is f, SIZE may also be F for sizeof(float), D\n" +"for sizeof(double) or L for sizeof(long double).\n" +msgstr "" + +#: src/od.c:374 +msgid "" +"\n" +"Adding a z suffix to any type displays printable characters at the end of\n" +"each output line.\n" +msgstr "" + +#: src/od.c:379 +msgid "" +"\n" +"\n" +"BYTES is hex with 0x or 0X prefix, and may have a multiplier suffix:\n" +" b 512\n" +" KB 1000\n" +" K 1024\n" +" MB 1000*1000\n" +" M 1024*1024\n" +"and so on for G, T, P, E, Z, Y.\n" +msgstr "" + +#: src/od.c:639 src/od.c:759 +#, c-format +msgid "invalid type string %s" +msgstr "neveljavna oznaka tipa %s" + +#: src/od.c:649 +#, c-format +msgid "" +"invalid type string %s;\n" +"this system doesn't provide a %lu-byte integral type" +msgstr "" +"neveljavna oznaka tip %s;\n" +"ta sistem ne omogoča %lu-bajtnega celoštevilčnega tipa" + +#: src/od.c:770 +#, c-format +msgid "" +"invalid type string %s;\n" +"this system doesn't provide a %lu-byte floating point type" +msgstr "" +"neveljavna oznaka tip %s;\n" +"ta sistem ne omogoča %lu-bajtnega zapisa v plavajoči vejici" + +#: src/od.c:828 +#, c-format +msgid "invalid character '%c' in type string %s" +msgstr "neveljavni znak %c v oznaki tipa %s" + +#: src/od.c:1053 +#, c-format +msgid "cannot skip past end of combined input" +msgstr "ni mogoče prek konca kombiniranega vhoda" + +#: src/od.c:1609 +#, c-format +msgid "" +"invalid output address radix '%c'; it must be one character from [doxn]" +msgstr "neveljavna osnova naslovov »%c«; veljavne so možnosti d, o, x in n" + +#: src/od.c:1735 +#, c-format +msgid "no type may be specified when dumping strings" +msgstr "tip ne sme biti določen, kadar iznašamo nize" + +#: src/od.c:1810 +msgid "compatibility mode supports at most one file" +msgstr "združljivostni način podpira največ eno datoteko" + +#: src/od.c:1831 +#, c-format +msgid "skip-bytes + read-bytes is too large" +msgstr "vsota preskočenih in prebranih bajtov je prevelika" + +#: src/od.c:1874 +#, c-format +msgid "warning: invalid width %lu; using %d instead" +msgstr "opozorilo: neveljavna širina %lu; namesto nje jemljemo %d" + +#: src/operand2sig.c:69 +#, c-format +msgid "%s: invalid signal" +msgstr "%s: neveljavni signal" + +#: src/paste.c:220 +#, c-format +msgid "standard input is closed" +msgstr "standardni vhod je zaprt" + +#: src/paste.c:439 +msgid "" +"Write lines consisting of the sequentially corresponding lines from\n" +"each FILE, separated by TABs, to standard output.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/paste.c:447 +msgid "" +" -d, --delimiters=LIST reuse characters from LIST instead of TABs\n" +" -s, --serial paste one file at a time instead of in parallel\n" +msgstr "" +" -d, --delimiters=SEZNAM za ločitev uporabimo znake s SEZNAMA namesto TAB\n" +" -s, --serial datoteke združujemo zaporedno namesto vzporedno\n" + +#: src/paste.c:508 +#, c-format +msgid "delimiter list ends with an unescaped backslash: %s" +msgstr "seznam razmejilnikov se konča z nezavarovano obratno poševnico: %s" + +#: src/pathchk.c:90 +msgid "" +"Diagnose invalid or unportable file names.\n" +"\n" +" -p check for most POSIX systems\n" +" -P check for empty names and leading \"-\"\n" +" --portability check for all POSIX systems (equivalent to -p -P)\n" +msgstr "" +"Diagnosticira neveljavna ali neprenosljiva imena datotek.\n" +"\n" +" -p preveri za večino sistemov POSIX\n" +" -P preveri za prazna imena in vodilne »-« v imenih\n" +" --portability preveri za vse sisteme POSIX (enakovredno -p -P)\n" + +#: src/pathchk.c:170 +#, c-format +msgid "leading '-' in a component of file name %s" +msgstr "vodilni »-« v delu imena datoteke %s" + +#: src/pathchk.c:196 +#, c-format +msgid "nonportable character %s in file name %s" +msgstr "neprenosljiv znak %s v imenu datoteke %s" + +#: src/pathchk.c:272 +#, c-format +msgid "empty file name" +msgstr "prazno ime datoteke" + +#: src/pathchk.c:314 +#, c-format +msgid "%s: unable to determine maximum file name length" +msgstr "%s: največje dovoljene dolžine imena datoteke ni moč ugotoviti" + +#: src/pathchk.c:325 +#, c-format +msgid "limit %lu exceeded by length %lu of file name %s" +msgstr "meja %lu presežena za dolžino %lu pri imenu datoteke %s" + +#: src/pathchk.c:411 +#, c-format +msgid "limit %lu exceeded by length %lu of file name component %s" +msgstr "meja %lu presežena za dolžino %lu pri delu imena datoteke %s" + +#. This is a proper name. See the gettext manual, section Names. +#: src/pinky.c:36 src/uptime.c:45 src/users.c:35 src/who.c:48 +msgid "Joseph Arceneaux" +msgstr "Joseph Arceneaux" + +#. This is a proper name. See the gettext manual, section Names. +#: src/pinky.c:38 src/uptime.c:47 +msgid "Kaveh Ghazi" +msgstr "Kaveh Ghazi" + +#. TRANSLATORS: Real name is unknown; at most 19 characters. +#: src/pinky.c:242 +msgid " ???" +msgstr " ???" + +#. TRANSLATORS: Idle time is unknown; at most 5 characters. +#: src/pinky.c:266 +msgid "?????" +msgstr "?????" + +#: src/pinky.c:314 +#, c-format +msgid "Login name: " +msgstr "Uporabniško ime: " + +#: src/pinky.c:317 +#, c-format +msgid "In real life: " +msgstr "Pravo ime: " + +#. TRANSLATORS: Real name is unknown; no hard limit. +#: src/pinky.c:321 +msgid "???\n" +msgstr "???\n" + +#: src/pinky.c:341 +#, c-format +msgid "Directory: " +msgstr "Imenik: " + +#: src/pinky.c:343 +#, c-format +msgid "Shell: " +msgstr "Ukazna lupina: " + +#: src/pinky.c:362 +#, c-format +msgid "Project: " +msgstr "Projekt: " + +#: src/pinky.c:386 +#, c-format +msgid "Plan:\n" +msgstr "Načrt:\n" + +#: src/pinky.c:405 +msgid "Login" +msgstr "Login" + +#: src/pinky.c:407 +msgid "Name" +msgstr "Ime" + +#: src/pinky.c:408 +msgid " TTY" +msgstr " TTY" + +#: src/pinky.c:410 +msgid "Idle" +msgstr "Neak" + +#: src/pinky.c:411 +msgid "When" +msgstr "Kdaj" + +#: src/pinky.c:414 +msgid "Where" +msgstr "Kje" + +#: src/pinky.c:493 +#, c-format +msgid "Usage: %s [OPTION]... [USER]...\n" +msgstr "Uporaba: %s [IZBIRA]... [UPORABNIK]...\n" + +#: src/pinky.c:494 +msgid "" +"\n" +" -l produce long format output for the specified USERs\n" +" -b omit the user's home directory and shell in long format\n" +" -h omit the user's project file in long format\n" +" -p omit the user's plan file in long format\n" +" -s do short format output, this is the default\n" +msgstr "" +"\n" +" -l dolga oblika izpisa\n" +" -b v dolgi obliki izpusti domači imenik in ukazno lupino\n" +" -h v dolgi obliki izpusti uporabnikovo datoteko .project\n" +" -p v dolgi obliki izpusti uporabnikovo datoteko .plan\n" +" -s kratka oblika izpisa (privzeto)\n" + +#: src/pinky.c:502 +msgid "" +" -f omit the line of column headings in short format\n" +" -w omit the user's full name in short format\n" +" -i omit the user's full name and remote host in short format\n" +" -q omit the user's full name, remote host and idle time\n" +" in short format\n" +msgstr "" +" -f v kratki obliki izpusti legendo k stolpcem\n" +" -w v kratki obliki izpusti polno ime uporabnika\n" +" -i v kratki obliki izpusti polno ime uporabnika in ime " +"računalnika\n" +" -q v kratki obliki izpusti polno ime uporabnika, ime " +"računalnika\n" +" in čas neaktivnosti\n" + +#: src/pinky.c:511 +#, c-format +msgid "" +"\n" +"A lightweight 'finger' program; print user information.\n" +"The utmp file will be %s.\n" +msgstr "" +"\n" +"Poenostavljeni program »finger«: izpis informacij o uporbnikih.\n" +"Datoteka UTMP bo %s.\n" + +#: src/pinky.c:595 +#, c-format +msgid "no username specified; at least one must be specified when using -l" +msgstr "uporabniško ime ni podano; pri izbiri -l mora biti podano vsaj eno" + +#. This is a proper name. See the gettext manual, section Names. +#: src/pr.c:330 +msgid "Pete TerMaat" +msgstr "Pete TerMaat" + +#. This is a proper name. See the gettext manual, section Names. +#: src/pr.c:331 +msgid "Roland Huebner" +msgstr "Roland Huebner" + +#: src/pr.c:908 +#, c-format +msgid "'--pages=FIRST_PAGE[:LAST_PAGE]' missing argument" +msgstr "»--pages=PRVA_STRAN[:ZADNJA_STRAN]«: manjkajoči argument" + +#: src/pr.c:910 +#, c-format +msgid "invalid page range %s" +msgstr "neveljavni razpon strani %s" + +#: src/pr.c:975 +#, c-format +msgid "'-l PAGE_LENGTH' invalid number of lines: %s" +msgstr "»-l DOLŽINA_STRANI« nedovoljeno število vrstic: %s" + +#: src/pr.c:999 +#, c-format +msgid "'-N NUMBER' invalid starting line number: %s" +msgstr "»-N ŠTEVILKA« nedovoljena številka začetne vrstice: %s" + +#: src/pr.c:1011 +#, c-format +msgid "'-o MARGIN' invalid line offset: %s" +msgstr "»-o ROB« nedovoljeni odmik od levega roba: %s" + +#: src/pr.c:1052 +#, c-format +msgid "'-w PAGE_WIDTH' invalid number of characters: %s" +msgstr "»-w ŠIRINA_STRANI« neveljavno število znakov: %s" + +#: src/pr.c:1066 +#, c-format +msgid "'-W PAGE_WIDTH' invalid number of characters: %s" +msgstr "»-W ŠIRINA_STRANI« neveljavno število znakov: %s" + +#: src/pr.c:1096 +#, c-format +msgid "cannot specify number of columns when printing in parallel" +msgstr "pri vzporednem izpisu ni mogoče določiti števila stolpcev" + +#: src/pr.c:1100 +#, c-format +msgid "cannot specify both printing across and printing in parallel" +msgstr "možnosti izpisa počez in vzporednega izpisa se izključujeta" + +#: src/pr.c:1196 +#, c-format +msgid "'-%c' extra characters or invalid number in the argument: %s" +msgstr "»-%c« dodatni znaki ali neveljavno število v argumentu: %s" + +#: src/pr.c:1293 +#, c-format +msgid "page width too narrow" +msgstr "širina strani premajhna" + +#: src/pr.c:2353 +#, c-format +msgid "starting page number % exceeds page count %" +msgstr "začetna stran % presega skupno število strani %" + +#: src/pr.c:2380 +#, c-format +msgid "page number overflow" +msgstr "prekoračitev števila strani" + +#: src/pr.c:2385 +#, c-format +msgid "Page %" +msgstr "Stran %" + +#: src/pr.c:2757 +msgid "Paginate or columnate FILE(s) for printing.\n" +msgstr "" + +#: src/pr.c:2763 +msgid "" +" +FIRST_PAGE[:LAST_PAGE], --pages=FIRST_PAGE[:LAST_PAGE]\n" +" begin [stop] printing with page FIRST_[LAST_]PAGE\n" +" -COLUMN, --columns=COLUMN\n" +" output COLUMN columns and print columns down,\n" +" unless -a is used. Balance number of lines in the\n" +" columns on each page\n" +msgstr "" +" +PRVA_STRAN[:ZADNJA_STRAN], --pages=PRVA_STRAN[:ZADNJA_STRAN]\n" +" tiskanje začnemo na PRVI in končamo na ZADNJI STRANI\n" +" -STOLPCI, --columns=STOLPCI\n" +" izpis v danem številu STOLPCEV, ki tečejo od zgoraj " +"navzdol\n" +" razen če je izbrano -a. Število vrstic v stolpcih na " +"strani\n" +" je uravnoteženo.\n" + +#: src/pr.c:2771 +msgid "" +" -a, --across print columns across rather than down, used together\n" +" with -COLUMN\n" +" -c, --show-control-chars\n" +" use hat notation (^G) and octal backslash notation\n" +" -d, --double-space\n" +" double space the output\n" +msgstr "" +" -a, --across skupaj s -STOLPCI; stolpce tiskamo poprek prek strani\n" +" namesto navzdol.\n" +" -c, --show-control-chars\n" +" uporabimo zapis ^G in osmiški zapis z uvodno obratno\n" +" poševnico\n" +" -d, --double-space\n" +" izpis z dvojnim razmakom\n" + +#: src/pr.c:2779 +msgid "" +" -D, --date-format=FORMAT\n" +" use FORMAT for the header date\n" +" -e[CHAR[WIDTH]], --expand-tabs[=CHAR[WIDTH]]\n" +" expand input CHARs (TABs) to tab WIDTH (8)\n" +" -F, -f, --form-feed\n" +" use form feeds instead of newlines to separate pages\n" +" (by a 3-line page header with -F or a 5-line header\n" +" and trailer without -F)\n" +msgstr "" +" -D, --date-format=OBLIKA\n" +" izpis datuma v glavi v navedeni OBLIKI\n" +" -e[ZNAK[ŠIRINA]], --expand-tabs[=ZNAK[ŠIRINA]]\n" +" ZNAKE (privzeto TAB) na vhodu razširimo v tabulator\n" +" dane ŠIRINE (privzeto 8)\n" +" -F, -f, --form-feed\n" +" strani ločimo z znaki za skok na novo stran namesto s\n" +" praznimi vrsticami (s 3-vrstičnim zglavjem z izbiro -F\n" +" ali 5-vrstičnim zglavjem in znožjem brez -F)\n" + +#: src/pr.c:2789 +msgid "" +" -h, --header=HEADER\n" +" use a centered HEADER instead of filename in page " +"header,\n" +" -h \"\" prints a blank line, don't use -h\"\"\n" +" -i[CHAR[WIDTH]], --output-tabs[=CHAR[WIDTH]]\n" +" replace spaces with CHARs (TABs) to tab WIDTH (8)\n" +" -J, --join-lines merge full lines, turns off -W line truncation, no " +"column\n" +" alignment, --sep-string[=STRING] sets separators\n" +msgstr "" +" -h, --header=ZGLAVJE\n" +" uporabimo navedeno osredinjeno ZGLAVJE namesto imena\n" +" datoteke; -h \\\"\\\" izpiše prazno vrstica; ne " +"uporabljajte -h\\\"\\\"\n" +" -i[ZNAK[ŠIRINA]], --output-tabs[=ZNAK[ŠIRINA]]\n" +" presledke skrčimo v ZNAK (privzeto TAB) do ŠIRINE\n" +" tabulatorja (privzeto 8)\n" +" -J, --join-lines združujemo cele vrstice, brez rezanja vrstic z -W, brez\n" +" poravnave stolpcev, --sep-string[=NIZ] nastavi ločila\n" + +#: src/pr.c:2798 +msgid "" +" -l, --length=PAGE_LENGTH\n" +" set the page length to PAGE_LENGTH (66) lines\n" +" (default number of lines of text 56, and with -F 63)\n" +" -m, --merge print all files in parallel, one in each column,\n" +" truncate lines, but join lines of full length with -J\n" +msgstr "" +" -l, --length=DOLŽINA_STRANI\n" +" določimo DOLŽINO STRANI, v vrsticah (privzeto 66)\n" +" (privzeto število vrstic besedila je 56, z -F 63)\n" +" -m, --merge datoteke izpisujemo vzporedno, po eno v stolpec. " +"Predolge\n" +" vrstice porežemo, razen z izbiro -J, kjer združimo " +"celotne\n" + +#: src/pr.c:2805 +msgid "" +" -n[SEP[DIGITS]], --number-lines[=SEP[DIGITS]]\n" +" number lines, use DIGITS (5) digits, then SEP (TAB),\n" +" default counting starts with 1st line of input file\n" +" -N, --first-line-number=NUMBER\n" +" start counting with NUMBER at 1st line of first\n" +" page printed (see +FIRST_PAGE)\n" +msgstr "" +" -n[LOČ[ŠTEVILO]], --number-lines[=LOČ[ŠTEVILO]]\n" +" vrstice oštevilčimo, širina polja je ŠTEVILO (privzeto " +"5)\n" +" znakov, sledi LOČ (privzeto TAB). Oštevilčenje gre od " +"prve\n" +" vrstice vhodne datoteke.\n" +" -N, --first-line-number=ŠTEVILO\n" +" oštevilčenje začnemo z navedenim ŠTEVILOM v prvi vrstici " +"na\n" +" prvi natisnjeni strani (glej +PRVA_STRAN)\n" + +#: src/pr.c:2813 +msgid "" +" -o, --indent=MARGIN\n" +" offset each line with MARGIN (zero) spaces, do not\n" +" affect -w or -W, MARGIN will be added to PAGE_WIDTH\n" +" -r, --no-file-warnings\n" +" omit warning when a file cannot be opened\n" +msgstr "" +" -o, --indent=ROB\n" +" vrstice zamaknemo za ROB znakov od levega roba; ne " +"vpliva\n" +" na -w in -W; ROB se prišteje ŠIRINI_STRANI.\n" +" -r, --no-file-warnings\n" +" brez opozoril, kadar ni mogoče odpreti datoteke\n" + +#: src/pr.c:2820 +msgid "" +" -s[CHAR], --separator[=CHAR]\n" +" separate columns by a single character, default for " +"CHAR\n" +" is the character without -w and 'no char' with -w\n" +" -s[CHAR] turns off line truncation of all 3 column\n" +" options (-COLUMN|-a -COLUMN|-m) except -w is set\n" +msgstr "" +" -s[ZNAK], --separator[=ZNAK]\n" +" stolpce ločimo z navedenim ZNAKOM; privzeti ZNAK je " +"TAB,\n" +" če ni podana izbira -w in 'no char' pri izbiri -w;\n" +" -s[ZNAK] izključi okrajšanje vrstic za vse tristolpčne\n" +" izbire (-STOLPEC|-a -STOLPEC|-m), razen če je podan -w\n" + +#: src/pr.c:2827 +msgid "" +" -S[STRING], --sep-string[=STRING]\n" +" separate columns by STRING,\n" +" without -S: Default separator with -J and \n" +" otherwise (same as -S\" \"), no effect on column " +"options\n" +" -t, --omit-header omit page headers and trailers\n" +msgstr "" +" -S[NIZ], --sep-string[=NIZ]\n" +" stolpce ločimo z navedenim NIZOM\n" +" Brez -S: privzeto ločilo (TAB pri -J, presledki sicer -\n" +" isto kot -S\" \"), brez učinka na nastavitve stolpcev\n" +" -t, --omit-header brez zglavja in repa\n" + +#: src/pr.c:2834 +msgid "" +" -T, --omit-pagination\n" +" omit page headers and trailers, eliminate any " +"pagination\n" +" by form feeds set in input files\n" +" -v, --show-nonprinting\n" +" use octal backslash notation\n" +" -w, --width=PAGE_WIDTH\n" +" set page width to PAGE_WIDTH (72) characters for\n" +" multiple text-column output only, -s[char] turns off " +"(72)\n" +msgstr "" +" -T, --omit-pagination\n" +" brez zglavja in repa; brez oštevilčenja strani, ki jih\n" +" povzročijo znaki za skok na novo stran v vhodni " +"datoteki\n" +" -v, --show-nonprinting\n" +" z uporabo osmiških vrednosti z ubežnimi zaporedji\n" +" -w, --width=ŠIRINA_STRANI\n" +" ŠIRINO STRANI nastavimo na dano število znakov (privz. " +"72);\n" +" samo besedilo v več stolpcih; -s[znak] izklopi\n" + +#: src/pr.c:2844 +msgid "" +" -W, --page-width=PAGE_WIDTH\n" +" set page width to PAGE_WIDTH (72) characters always,\n" +" truncate lines, except -J option is set, no " +"interference\n" +" with -S or -s\n" +msgstr "" +" -W, --page-width=ŠIRINA_STRANI\n" +" ŠIRINO STRANI nastavimo na dano število znakov (privz. " +"72);\n" +" predolge vrstice porežemo razen z izbiro -J; ne vpliva " +"na\n" +" izbiri -s in -S\n" + +#: src/pr.c:2852 +msgid "" +"\n" +"-t is implied if PAGE_LENGTH <= 10. With no FILE, or when FILE is -, read\n" +"standard input.\n" +msgstr "" +"\n" +"Če je DOLŽINA_STRANI <= 10, se privzame izbira -t. Kadar DATOTEKA ni podana\n" +"ali je enaka -, se bere standardni vhod.\n" + +#: src/printenv.c:62 +#, c-format +msgid "" +"Usage: %s [OPTION]... [VARIABLE]...\n" +"Print the values of the specified environment VARIABLE(s).\n" +"If no VARIABLE is specified, print name and value pairs for them all.\n" +"\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [SPREMENLJIVKA]...\n" +"Izpiše vrednosti navedenih SPREMENLJIVK okolja.\n" +"Če SPREMENLJIVKA ni podana, izpiše imena in vrednosti vseh spremenljivk.\n" +"\n" + +#: src/printenv.c:69 +msgid "" +" -0, --null end each output line with 0 byte rather than newline\n" +msgstr " -0, --null vrstice naj se zaključijo z znakom NUL, ne LF\n" + +#: src/printf.c:79 +#, c-format +msgid "" +"warning: %s: character(s) following character constant have been ignored" +msgstr "" +"opozorilo: %s: znak(i), sledeči znakovni konstanti, niso bili upoštevani" + +#: src/printf.c:88 +#, c-format +msgid "" +"Usage: %s FORMAT [ARGUMENT]...\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s OBLIKA [ARGUMENT]...\n" +" ali: %s IZBIRA\n" + +#: src/printf.c:93 +msgid "" +"Print ARGUMENT(s) according to FORMAT, or execute according to OPTION:\n" +"\n" +msgstr "" +"Izpišemo ARGUMENT(E) v navedeni OBLIKI, ali izvedemo glede na IZBIRO:\n" +"\n" + +#: src/printf.c:99 +msgid "" +"\n" +"FORMAT controls the output as in C printf. Interpreted sequences are:\n" +"\n" +" \\\" double quote\n" +msgstr "" +"\n" +"OBLIKA nazdira izpis enako kot pri funkciji printf v C. Tolmačena zaporedja " +"so:\n" +"\n" +" \\\" dvojni narekovaj\n" + +#: src/printf.c:117 +msgid "" +" \\NNN byte with octal value NNN (1 to 3 digits)\n" +" \\xHH byte with hexadecimal value HH (1 to 2 digits)\n" +" \\uHHHH Unicode (ISO/IEC 10646) character with hex value HHHH (4 digits)\n" +" \\UHHHHHHHH Unicode character with hex value HHHHHHHH (8 digits)\n" +msgstr "" +" \\NNN bajt z osmiško kodo NNN (1 do 3 števke)\n" +" \\xHH bajt s šestnajstiško kodo HH (1 ali 2 števki)\n" +" \\uHHHH znak Unicode (ISO/IEC 10646) s šestnajstiško kodo HHHH (4 " +"števke)\n" +" \\UHHHHHHHH znak Unicode s šestnajstiško kodo HHHHHHHH (8 števk)\n" + +#: src/printf.c:123 +msgid "" +" %% a single %\n" +" %b ARGUMENT as a string with '\\' escapes interpreted,\n" +" except that octal escapes are of the form \\0 or \\0NNN\n" +"\n" +"and all C format specifications ending with one of diouxXfeEgGcs, with\n" +"ARGUMENTs converted to proper type first. Variable widths are handled.\n" +msgstr "" +" %% znak za odstotek\n" +" %b ARGUMENT kot niz z raztolmačenimi znaki, ki jih uvajajo obratne\n" +" poševnice; osmiška zaporedja so v obliki \\O ali \\ONNN\n" +"\n" +"Vsa oblikovna določila iz C, ki se končajo na diouxXfeEgGcs so\n" +"raztolmačena, če je ARGUMENT prej pretvorjen v pravilen podatkovni\n" +"tip. Spremenljive širine se obravnavajo pravilno.\n" + +#: src/printf.c:148 +#, c-format +msgid "%s: expected a numeric value" +msgstr "%s: pričakovana je številčna vrednost" + +#: src/printf.c:150 +#, c-format +msgid "%s: value not completely converted" +msgstr "%s: vrednost nepopolno pretvorjena" + +#: src/printf.c:247 src/printf.c:274 +#, c-format +msgid "missing hexadecimal number in escape" +msgstr "v ubežnem zaporedju manjka šestnajstiško število" + +#: src/printf.c:286 +#, c-format +msgid "invalid universal character name \\%c%0*x" +msgstr "neveljavno univerzalno ime znaka \\%c%0*x" + +#: src/printf.c:547 +#, c-format +msgid "invalid field width: %s" +msgstr "neveljavna širina polja: %s" + +#: src/printf.c:582 +#, c-format +msgid "invalid precision: %s" +msgstr "neveljavna natančnost: %s" + +#: src/printf.c:609 +#, c-format +msgid "%.*s: invalid conversion specification" +msgstr "%.*s: neveljavna določitev pretvorbe" + +#: src/printf.c:692 +#, c-format +msgid "warning: ignoring excess arguments, starting with %s" +msgstr "opozorilo: odvečni argumenti začenši s %s niso bili upoštevani" + +#. TRANSLATORS: Please translate "F. Pinard" to "François Pinard" +#. if "ç" (c-with-cedilla) is available in the translation's character +#. set and encoding. +#. This is a proper name. See the gettext manual, section Names. +#: src/ptx.c:42 +msgid "F. Pinard" +msgstr "François Pinard" + +#: src/ptx.c:419 +#, c-format +msgid "%s (for regexp %s)" +msgstr "%s (za regularni izraz %s)" + +#: src/ptx.c:1817 +#, c-format +msgid "" +"Usage: %s [OPTION]... [INPUT]... (without -G)\n" +" or: %s -G [OPTION]... [INPUT [OUTPUT]]\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [VHOD]... (brez -G)\n" +" ali: %s -G [IZBIRA]... [VHOD [IZHOD]]\n" + +#: src/ptx.c:1821 +msgid "" +"Output a permuted index, including context, of the words in the input " +"files.\n" +msgstr "" + +#: src/ptx.c:1827 +msgid "" +" -A, --auto-reference output automatically generated references\n" +" -G, --traditional behave more like System V 'ptx'\n" +" -F, --flag-truncation=STRING use STRING for flagging line truncations\n" +msgstr "" +" -A, --auto-reference izpis samodejno generiranih vnosov\n" +" -G, --traditional obnašanje kot »ptx« v sistemu System V\n" +" -F, --flag-truncation=NIZ za označevanje okrajšanih vrstic uporabi " +"NIZ\n" + +#: src/ptx.c:1832 +msgid "" +" -M, --macro-name=STRING macro name to use instead of 'xx'\n" +" -O, --format=roff generate output as roff directives\n" +" -R, --right-side-refs put references at right, not counted in -w\n" +" -S, --sentence-regexp=REGEXP for end of lines or end of sentences\n" +" -T, --format=tex generate output as TeX directives\n" +msgstr "" +" -M, --macro-name=NIZ uporabi podano ime makroukaza (privzeto " +"»xx«)\n" +" -O, --format=roff izpis v obliki stavnega jezika roff\n" +" -R, --right-side-refs sklici ob desnem robu (niso všteti v -w)\n" +" -S, --sentence-regexp=REGIZR za konce vrstic ali konce stavkov\n" +" -T, --format=tex izpis v obliki stavnega jezika tex\n" + +#: src/ptx.c:1839 +msgid "" +" -W, --word-regexp=REGEXP use REGEXP to match each keyword\n" +" -b, --break-file=FILE word break characters in this FILE\n" +" -f, --ignore-case fold lower case to upper case for sorting\n" +" -g, --gap-size=NUMBER gap size in columns between output fields\n" +" -i, --ignore-file=FILE read ignore word list from FILE\n" +" -o, --only-file=FILE read only word list from this FILE\n" +msgstr "" +" -W, --word-regexp=REGIZR uporabi REGIZR za lovljenje besed\n" +" -b, --break-file=DATOTEKA znake v podani DATOTEKI razlomi po besedah\n" +" -f, --ignore-case pri urejanju obravnavaj male in velike črke " +"\n" +" enako\n" +" -g, --gap-size=ŠTEVILO širina razmaka v znakih med polji v izpisu\n" +" -i, --ignore-file=DATOTEKA seznam neupoštevanih besed preberi iz " +"DATOTEKE\n" +" -o, --only-file=FILE preberi le seznam besed iz navedene " +"DATOTEKE\n" + +#: src/ptx.c:1847 +msgid "" +" -r, --references first field of each line is a reference\n" +" -t, --typeset-mode - not implemented -\n" +" -w, --width=NUMBER output width in columns, reference " +"excluded\n" +msgstr "" +" -r, --references prvo polje v vsaki vrstici je sklic\n" +" -t, --typeset-mode - ni izvedeno -\n" +" -w, --width=ŠTEVILO širina izhoda v znakih, brez sklicev\n" + +#: src/ptx.c:1854 +msgid "" +"\n" +"With no FILE or if FILE is -, read Standard Input. '-F /' by default.\n" +msgstr "" +"\n" +"Kadar DATOTEKA ni podana ali je enaka -, se bere standardni vhod. Privzeto\n" +"označevanje okrajšanih vrstic je »-F /«.\n" + +#: src/ptx.c:1948 +#, c-format +msgid "invalid gap width: %s" +msgstr "neveljavna širina razmaka: %s" + +#: src/pwd.c:57 +msgid "" +"Print the full filename of the current working directory.\n" +"\n" +msgstr "" +"Izpišemo celotno pot trenutnega delovnega imenika.\n" +"\n" + +#: src/pwd.c:61 +msgid "" +" -L, --logical use PWD from environment, even if it contains symlinks\n" +" -P, --physical avoid all symlinks\n" +msgstr "" +" -L, --logical uporabi se spremenljivka PWD iz okolja, četudi vsebuje " +"simbolne\n" +" povezave\n" +" -P, --physical brez vseh simbolnih povezav\n" + +#: src/pwd.c:166 +#, c-format +msgid "failed to chdir to %s" +msgstr "menjava imenika v %s ni uspela" + +#: src/pwd.c:170 src/pwd.c:277 src/split.c:373 +#, c-format +msgid "failed to stat %s" +msgstr "branje statistike %s ni uspelo" + +#: src/pwd.c:235 +#, c-format +msgid "couldn't find directory entry in %s with matching i-node" +msgstr "imeniškega vnosa z ujemajočim inodom v %s ni moč najti" + +#: src/pwd.c:362 +#, c-format +msgid "ignoring non-option arguments" +msgstr "ne-izbirnih argumentov ne upoštevamo" + +#. This is a proper name. See the gettext manual, section Names. +#: src/readlink.c:32 +msgid "Dmitry V. Levin" +msgstr "Dmitry V. Levin" + +#: src/readlink.c:62 src/realpath.c:71 src/rm.c:135 src/shred.c:147 +#: src/stat.c:1349 src/touch.c:212 +#, c-format +msgid "Usage: %s [OPTION]... FILE...\n" +msgstr "Uporaba: %s [IZBIRA]... DATOTEKA...\n" + +#: src/readlink.c:63 +msgid "" +"Print value of a symbolic link or canonical file name\n" +"\n" +msgstr "" +"Izpiši vrednost simbolne povezave ali kanonično ime datoteke\n" +"\n" + +#: src/readlink.c:65 +msgid "" +" -f, --canonicalize canonicalize by following every symlink in\n" +" every component of the given name " +"recursively;\n" +" all but the last component must exist\n" +" -e, --canonicalize-existing canonicalize by following every symlink in\n" +" every component of the given name " +"recursively,\n" +" all components must exist\n" +msgstr "" +" -f, --canonicalize kanoniziran izpis vsake komponente vsake " +"simbolne\n" +" povezave z rekurzivnim sledenjem povezav; " +"vse\n" +" komponente poti razen zadnje morajo " +"obstajati\n" +" -e, --canonicalize-existing kanoniziran izpis vsake komponente vsake " +"simbolne\n" +" povezave z rekurzivnim sledenjem povezav; " +"vse\n" +" komponente poti morajo obstajati\n" + +#: src/readlink.c:75 +msgid "" +" -m, --canonicalize-missing canonicalize by following every symlink in\n" +" every component of the given name " +"recursively,\n" +" without requirements on components " +"existence\n" +" -n, --no-newline do not output the trailing delimiter\n" +" -q, --quiet,\n" +" -s, --silent suppress most error messages\n" +" -v, --verbose report error messages\n" +" -z, --zero separate output with NUL rather than " +"newline\n" +msgstr "" + +#: src/readlink.c:152 +#, c-format +msgid "ignoring --no-newline with multiple arguments" +msgstr "" + +#: src/realpath.c:72 +msgid "" +"Print the resolved absolute file name;\n" +"all but the last component must exist\n" +"\n" +msgstr "" +"Izpiši razrešeno absolutno ime datoteke:\n" +"vse komponente poti razen zadnje morajo obstajati\n" +"\n" + +#: src/realpath.c:77 +msgid "" +" -e, --canonicalize-existing all components of the path must exist\n" +" -m, --canonicalize-missing no components of the path need exist\n" +" -L, --logical resolve '..' components before symlinks\n" +" -P, --physical resolve symlinks as encountered (default)\n" +" -q, --quiet suppress most error messages\n" +" --relative-to=FILE print the resolved path relative to FILE\n" +" --relative-base=FILE print absolute paths unless paths below FILE\n" +" -s, --strip, --no-symlinks don't expand symlinks\n" +" -z, --zero separate output with NUL rather than newline\n" +"\n" +msgstr "" +" -e, --canonicalize-existing vse komponente poti morajo obstajati\n" +" -m, --canonicalize-missing katerakoli komponenta poti lahko manjka\n" +" -L, --logical razreši .. pred simbolnimi povezavami\n" +" -P, --physical razreši simbolne povezave, kot so (privzeto)\n" +" -q, --quiet brez izpisa večine obvestil o napakah\n" +" --relative-to=DATOTEKA izpiši razrešeno pot relativno glede na " +"DATOTEKO\n" +" --relative-base=DATOTEKA izpiši absolutne poti, razen za poti pod \n" +" DATOTEKO\n" +" -s, --strip, --no-symlinks ne razrešuj simbolnih povezav\n" +" -z, --zero izpis loči z znakom NUL namesto z novo " +"vrstico\n" +"\n" + +#: src/relpath.c:130 +msgid "generating relative path" +msgstr "ustvarjamo relativno pot" + +#: src/remove.c:273 +#, c-format +msgid "%s: descend into write-protected directory %s? " +msgstr "%s: naj se spustimo v imenik %s, ki je zavarovan proti pisanju? " + +# POZOR!!! Razisci, kaj je misljeno! +#: src/remove.c:274 +#, c-format +msgid "%s: descend into directory %s? " +msgstr "%s: naj se spustimo v podimenik %s? " + +#. TRANSLATORS: You may find it more convenient to +#. translate "%s: remove %s (write-protected) %s? " +#. instead. It should avoid grammatical problems +#. with the output of file_type. +#: src/remove.c:290 +#, c-format +msgid "%s: remove write-protected %s %s? " +msgstr "%s: naj se odstrani %s %s, ki je zavarovana proti pisanju? " + +#: src/remove.c:291 +#, c-format +msgid "%s: remove %s %s? " +msgstr "%s: naj se odstrani %s %s? " + +#: src/remove.c:374 +#, c-format +msgid "removed directory: %s\n" +msgstr "odstranjen imenik: %s\n" + +#: src/remove.c:444 +#, c-format +msgid "cannot remove directory: %s" +msgstr "imenika ni mogoče odstraniti: %s" + +#: src/remove.c:500 +#, c-format +msgid "skipping %s, since it's on a different device" +msgstr "preskakujemo %s, ker je na drugi napravi" + +#: src/remove.c:520 +#, c-format +msgid "traversal failed: %s" +msgstr "prečenje ni uspelo: %s" + +#: src/remove.c:526 +#, c-format +msgid "" +"unexpected failure: fts_info=%d: %s\n" +"please report to %s" +msgstr "" +"nepričakovan neuspeh: fts_info=%d: %s\n" +"prosimo, javite na %s" + +#: src/rm.c:119 +#, c-format +msgid "Try '%s ./%s' to remove the file %s.\n" +msgstr "Poskusite »%s ./%s«, da bi odstranili datoteko %s.\n" + +#: src/rm.c:136 +msgid "" +"Remove (unlink) the FILE(s).\n" +"\n" +" -f, --force ignore nonexistent files and arguments, never " +"prompt\n" +" -i prompt before every removal\n" +msgstr "" +"Odstranimo navedene DATOTEKE.\n" +"\n" +" -f, --force brez opozoril o neobstoječih datotekah ali izbirah,\n" +" brez zahteve po potrditvi pred vsakim brisanjem\n" +" -i zahtevamo potrditev pred vsakim brisanjem\n" + +#: src/rm.c:142 +msgid "" +" -I prompt once before removing more than three files, " +"or\n" +" when removing recursively. Less intrusive than -" +"i,\n" +" while still giving protection against most " +"mistakes\n" +" --interactive[=WHEN] prompt according to WHEN: never, once (-I), or\n" +" always (-i). Without WHEN, prompt always\n" +msgstr "" +" -I zahtevamo potrditev pred brisanjem treh ali več " +"datotek,\n" +" ali pri rekurzivnem brisanju. Manj moteče kot -i, " +"vseeno\n" +" pa varuje pred večino napak.\n" +" --interactive[=KDAJ] potrditev glede na KDAJ: never (nikoli), once \n" +" (enkrat, isto kot -I), always (vedno, isto kot -i,\n" +" privzeto)\n" + +#: src/rm.c:149 +msgid "" +" --one-file-system when removing a hierarchy recursively, skip any\n" +" directory that is on a file system different from\n" +" that of the corresponding command line argument\n" +msgstr "" +" --one-file-system pri hierarhičnem odstranjevanju imenikov preskoči\n" +" vse imenike na datotečnem sistemu, drugem od " +"tistega,\n" +" ki pripada argumentu ukazne vrstice\n" + +#: src/rm.c:154 +msgid "" +" --no-preserve-root do not treat '/' specially\n" +" --preserve-root do not remove '/' (default)\n" +" -r, -R, --recursive remove directories and their contents recursively\n" +" -d, --dir remove empty directories\n" +" -v, --verbose explain what is being done\n" +msgstr "" +" --no-preserve-root imenika »/« ne obravnavamo kot izjeme \n" +" --preserve-root ne odstrani »/« (privzeto)\n" +" -r, -R, --recursive rekurzivno brisanje vsebine imenikov s podimeniki " +"vred\n" +" -d, --dir odstrani prazne imenike\n" +" -v, --verbose z razlago poteka\n" + +#: src/rm.c:163 +msgid "" +"\n" +"By default, rm does not remove directories. Use the --recursive (-r or -R)\n" +"option to remove each listed directory, too, along with all of its " +"contents.\n" +msgstr "" +"\n" +"Privzeto ukaz »rm« ne odstrani imenikov. Z izbiro --recursive (-r ali -R)\n" +"pa odstrani tudi vse navedene imenike z njihovo vsebino vred.\n" + +#: src/rm.c:168 +#, c-format +msgid "" +"\n" +"To remove a file whose name starts with a '-', for example '-foo',\n" +"use one of these commands:\n" +" %s -- -foo\n" +"\n" +" %s ./-foo\n" +msgstr "" +"\n" +"Datoteko, katere ime se začne z minusom (npr. »-bla«) lahko odstranimo z " +"enim\n" +"od naslednjih dveh ukazov:\n" +" %s -- -bla\n" +"\n" +" %s ./-bla\n" + +#: src/rm.c:177 +msgid "" +"\n" +"Note that if you use rm to remove a file, it might be possible to recover\n" +"some of its contents, given sufficient expertise and/or time. For greater\n" +"assurance that the contents are truly unrecoverable, consider using shred.\n" +msgstr "" +"\n" +"Vsebino datotek, izbrisanih z ukazom rm, je z dovolj znanja in časa včasih\n" +"mogoče rekonstruirati. Če bi bili radi bolj gotovi, da je vsebina zares\n" +"nepovratno izbrisana, razmislite o uporabi ukaza shred.\n" + +#: src/rm.c:342 +#, c-format +msgid "%s: remove all arguments recursively? " +msgstr "%s: naj vse argumente rekurzivno odstranimo? " + +#: src/rm.c:343 +#, c-format +msgid "%s: remove all arguments? " +msgstr "%s: naj se odstranijo vsi argumenti? " + +#: src/rmdir.c:134 src/rmdir.c:233 +#, c-format +msgid "removing directory, %s" +msgstr "odstranjujemo imenik, %s" + +#: src/rmdir.c:148 +#, c-format +msgid "failed to remove directory %s" +msgstr "odstranitev imenika %s ni uspela" + +#: src/rmdir.c:165 +msgid "" +"Remove the DIRECTORY(ies), if they are empty.\n" +"\n" +" --ignore-fail-on-non-empty\n" +" ignore each failure that is solely because a directory\n" +" is non-empty\n" +msgstr "" +"Odstrani IMENIK ali IMENIKE, če so prazni.\n" +"\n" +" --ignore-fail-on-non-empty\n" +" nadaljuj kljub napaki, če je do te prišlo zgolj zato,\n" +" ker kateri od navedenih imenikov ni prazen\n" + +#: src/rmdir.c:172 +msgid "" +" -p, --parents remove DIRECTORY and its ancestors; e.g., 'rmdir -p a/b/c' " +"is\n" +" similar to 'rmdir a/b/c a/b a'\n" +" -v, --verbose output a diagnostic for every directory processed\n" +msgstr "" +" -p, --parents odstrani IMENIK in njegove nadimenike, če so prazni;\n" +" npr.: »rmdir -p a/b/c« naredi isto kot »rmdir a/b/c a/b " +"a«\n" +" -v, --verbose z diagnostičnim sporočilom za vsak obdelan imenik\n" + +#: src/rmdir.c:242 +#, c-format +msgid "failed to remove %s" +msgstr "odstranitev %s ni uspela" + +#: src/runcon.c:83 +#, c-format +msgid "" +"Usage: %s CONTEXT COMMAND [args]\n" +" or: %s [ -c ] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [args]\n" +msgstr "" +"Uporaba: %s KONTEKST UKAZ [argumenti]\n" +" ali: %s [ -c ] [-u UPORABNIK] [-r VLOGA] [-t TIP] [-l OBSEG] UKAZ " +"[argumenti]\n" + +#: src/runcon.c:87 +msgid "" +"Run a program in a different security context.\n" +"With neither CONTEXT nor COMMAND, print the current security context.\n" +msgstr "" + +#: src/runcon.c:94 +msgid "" +" CONTEXT Complete security context\n" +" -c, --compute compute process transition context before modifying\n" +" -t, --type=TYPE type (for same role as parent)\n" +" -u, --user=USER user identity\n" +" -r, --role=ROLE role\n" +" -l, --range=RANGE levelrange\n" +"\n" +msgstr "" + +#: src/runcon.c:144 +#, c-format +msgid "multiple roles" +msgstr "več vlog" + +#: src/runcon.c:149 +#, c-format +msgid "multiple types" +msgstr "več tipov" + +#: src/runcon.c:154 +#, c-format +msgid "multiple users" +msgstr "več uporabnikov" + +#: src/runcon.c:159 +#, c-format +msgid "multiple levelranges" +msgstr "več obsegov" + +#: src/runcon.c:177 src/runcon.c:213 +#, c-format +msgid "failed to get current context" +msgstr "branje trenutnega konteksta ni uspelo" + +#: src/runcon.c:187 +#, c-format +msgid "you must specify -c, -t, -u, -l, -r, or context" +msgstr "podati morate -c, -t, -u, -l, -r ali kontekst" + +#: src/runcon.c:195 +#, c-format +msgid "no command specified" +msgstr "ukaz ni določen" + +#: src/runcon.c:201 +#, c-format +msgid "%s may be used only on a SELinux kernel" +msgstr "%s lahko uporabite le z jedrom SELinux" + +#: src/runcon.c:227 +#, c-format +msgid "failed to compute a new context" +msgstr "izračun novega konteksta ni uspel" + +#: src/runcon.c:241 +#, c-format +msgid "failed to set new user %s" +msgstr "nastavitev novega uporabnika %s ni uspela" + +#: src/runcon.c:243 +#, c-format +msgid "failed to set new type %s" +msgstr "nastavitev novega tipa %s ni uspela" + +#: src/runcon.c:245 +#, c-format +msgid "failed to set new range %s" +msgstr "nastavitev novega obsega %s ni uspela" + +#: src/runcon.c:247 +#, c-format +msgid "failed to set new role %s" +msgstr "nastavitev nove vloge %s ni uspela" + +#: src/runcon.c:255 +#, c-format +msgid "unable to set security context %s" +msgstr "varnostnega konteksta %s ni mogoče nastaviti" + +#: src/seq.c:68 +#, c-format +msgid "" +"Usage: %s [OPTION]... LAST\n" +" or: %s [OPTION]... FIRST LAST\n" +" or: %s [OPTION]... FIRST INCREMENT LAST\n" +msgstr "" +"Uporaba: %s [IZBIRA]... ZADNJE\n" +" ali: %s [IZBIRA]... PRVO ZADNJE\n" +" ali: %s [IZBIRA]... PRVO KORAK ZADNJE\n" + +#: src/seq.c:73 +msgid "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" +msgstr "" + +#: src/seq.c:79 +msgid "" +" -f, --format=FORMAT use printf style floating-point FORMAT\n" +" -s, --separator=STRING use STRING to separate numbers (default: \\n)\n" +" -w, --equal-width equalize width by padding with leading zeroes\n" +msgstr "" + +#: src/seq.c:86 +msgid "" +"\n" +"If FIRST or INCREMENT is omitted, it defaults to 1. That is, an\n" +"omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST.\n" +"FIRST, INCREMENT, and LAST are interpreted as floating point values.\n" +"INCREMENT is usually positive if FIRST is smaller than LAST, and\n" +"INCREMENT is usually negative if FIRST is greater than LAST.\n" +msgstr "" +"\n" +"Če sta bodisi PRVO bodisi KORAK izpuščena, se zanju uporabi privzeta\n" +"vrednost 1; izpuščeni KORAK zavzame vrednost 1 celo takrat, kot je\n" +"ZADNJE manjše od PRVEGA. PRVO, KORAK in ZADNJE so tolmačena kot\n" +"števila s plavajočo vejico. KORAK je navadno pozitiven, če je PRVO\n" +"število manjše od ZADNJEGA, sicer pa negativen.\n" + +#: src/seq.c:94 +msgid "" +"FORMAT must be suitable for printing one argument of type 'double';\n" +"it defaults to %.PRECf if FIRST, INCREMENT, and LAST are all fixed point\n" +"decimal numbers with maximum precision PREC, and to %g otherwise.\n" +msgstr "" +"Podano oblikovno DOLOČILO mora biti primerno za izpis enega argumenta tipa\n" +"»double«; privzeto je %.PRECf, če so PRVO, KORAK in ZADNJE decimalna " +"števila\n" +"predstavljena v fiksni natančnosti PREC, sicer pa %g.\n" + +#: src/seq.c:140 +#, c-format +msgid "invalid floating point argument: %s" +msgstr "argument ni neveljavno število v plavajoči vejici: %s" + +#: src/seq.c:232 +#, c-format +msgid "format %s has unknown %%%c directive" +msgstr "določilo %s vsebuje neznano direktivo %%%c" + +#: src/seq.c:555 +#, c-format +msgid "format string may not be specified when printing equal width strings" +msgstr "" +"pri izpisu polj enake širine ni dovoljeno podati oblikovnega določila" + +#: src/setuidgid.c:49 +#, c-format +msgid "" +"Usage: %s [SHORT-OPTION]... USER COMMAND [ARGUMENT]...\n" +" or: %s LONG-OPTION\n" +msgstr "" +"Uporaba: %s [KRATKA_IZBIRA]... UPORABNIK UKAZ [ARGUMENT]...\n" +" ali: %s [DOLGA_IZBIRA]\n" + +#: src/setuidgid.c:55 +msgid "" +"Drop any supplemental groups, assume the user-ID and group-ID of the " +"specified\n" +"USER (numeric ID or user name), and run COMMAND with any specified " +"ARGUMENTs.\n" +"Exit with status 111 if unable to assume the required user and group ID.\n" +"Otherwise, exit with the exit status of COMMAND.\n" +"This program is useful only when run by root (user ID zero).\n" +"\n" +msgstr "" +"Izpusti vse dodatne skupine, privzame številki uporabnika in skupine (UID \n" +"in GID) navedenega UPORABNIKA ter zažene UKAZ z vsemi podanimi ARGUMENTI.\n" +"Ob izhodu vrne statusno kodo 111, če ni bilo mogoče privzeti zahtevanih UID\n" +"in GID, sicer pa vrne izhodno statusno kodo UKAZA.\n" +"Program je uporaben le, kadar ga poganja superuporabnik (UID=0).\n" +"\n" + +#: src/setuidgid.c:64 +msgid "" +" -g GID[,GID1...] also set the primary group-ID to the numeric GID, and\n" +" (if specified) supplemental group IDs to GID1, ...\n" +msgstr "" +" -g GID[,GID1...] nastavi tudi primarni ID skupine na številčni GID, ter\n" +" (če je podano) dodatni ID skupine na GID1...\n" + +#: src/setuidgid.c:162 +#, c-format +msgid "unknown user-ID: %s" +msgstr "neznana številka uporabnika (UID): %s" + +#: src/setuidgid.c:173 +#, c-format +msgid "to use user-ID %s you need to use -g too" +msgstr "za uporabo user-ID %s morate uporabiti tudi -g" + +#: src/setuidgid.c:190 +#, c-format +msgid "failed to set supplemental group(s)" +msgstr "dodatne skupine ni mogoče nastaviti" + +#: src/setuidgid.c:200 +#, c-format +msgid "cannot set group-ID to %lu" +msgstr "nastavitev GID na %lu ni mogoča" + +#: src/setuidgid.c:204 +#, c-format +msgid "cannot set user-ID to %lu" +msgstr "nastavitev UID na %lu ni mogoča" + +#. This is a proper name. See the gettext manual, section Names. +#: src/shred.c:74 +msgid "Colin Plumb" +msgstr "Colin Plumb" + +#: src/shred.c:148 +msgid "" +"Overwrite the specified FILE(s) repeatedly, in order to make it harder\n" +"for even very expensive hardware probing to recover the data.\n" +msgstr "" + +#: src/shred.c:155 +#, c-format +msgid "" +" -f, --force change permissions to allow writing if necessary\n" +" -n, --iterations=N overwrite N times instead of the default (%d)\n" +" --random-source=FILE get random bytes from FILE\n" +" -s, --size=N shred this many bytes (suffixes like K, M, G accepted)\n" +msgstr "" +" -f, --force po potrebi dovolimo pisanje na datoteko/enoto\n" +" -n, --iterations=N prek datoteke pišeno N-krat namesto privzetega (%d)\n" +" --random-source=DATOTEKA preberi naključne bajte iz DATOTEKE\n" +" -s, --size=N uničimo podano število bajtov (dovoljene pripone K, M, " +"G...)\n" + +#: src/shred.c:161 +msgid "" +" -u, --remove truncate and remove file after overwriting\n" +" -v, --verbose show progress\n" +" -x, --exact do not round file sizes up to the next full block;\n" +" this is the default for non-regular files\n" +" -z, --zero add a final overwrite with zeros to hide shredding\n" +msgstr "" +" -u, --remove datoteko po uničenju vsebine skrajšaj in odstrani\n" +" -v, --verbose s prikazom napredka med delom\n" +" -x, --exact brez zaokroževanja velikosti datotek do polnega bloka\n" +" (privzeto za predmete, ki niso navadne datoteke)\n" +" -z, --zero na koncu zapiši prek datoteke ničle, da se prikrije " +"uničenje\n" + +#: src/shred.c:170 +msgid "" +"\n" +"If FILE is -, shred standard output.\n" +"\n" +"Delete FILE(s) if --remove (-u) is specified. The default is not to remove\n" +"the files because it is common to operate on device files like /dev/hda,\n" +"and those files usually should not be removed. When operating on regular\n" +"files, most people use the --remove option.\n" +"\n" +msgstr "" +"\n" +"Če je DATOTEKA »-«, uniči vsebino, prebrano s standardnega vhoda.\n" +"\n" +"DATOTEKE odstranimo le, če je podana izbira --remove (-u). Privzeto " +"datoteke\n" +"ne odstranimo, kar je primerneje za delo z napravami (npr. /dev/hda). Pri " +"delu \n" +"z navadnimi datotekami večina uporablja izbiro --remove.\n" +"\n" + +#: src/shred.c:180 +msgid "" +"CAUTION: Note that shred relies on a very important assumption:\n" +"that the file system overwrites data in place. This is the traditional\n" +"way to do things, but many modern file system designs do not satisfy this\n" +"assumption. The following are examples of file systems on which shred is\n" +"not effective, or is not guaranteed to be effective in all file system " +"modes:\n" +"\n" +msgstr "" +"OPOZORILO: Delovanje programa »shred« temelji na zelo pomembni " +"predpostavki,\n" +"da datotečni sistem piše prek starih podatkov. Vsi tradicionalni datotečni\n" +"sistemi so res taki, številne sodobne zasnove datotečnih sistemov pa ne.\n" +"Navedeni so zgledi datotečnih sistemov, na katerih program »shred« ne bo\n" +"učinkovit, ali pa njegova učinkovitost ni zajamčena v vseh načinih " +"delovanja\n" +"datotečnega sistema:\n" +"\n" + +#: src/shred.c:188 +msgid "" +"* log-structured or journaled file systems, such as those supplied with\n" +"AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)\n" +"\n" +"* file systems that write redundant data and carry on even if some writes\n" +"fail, such as RAID-based file systems\n" +"\n" +"* file systems that make snapshots, such as Network Appliance's NFS server\n" +"\n" +msgstr "" +"* datotečni sistemi s strukturiranim dnevnikom ali z dnevnikom sprememb, " +"kot\n" +" jih uporabljata AIX in Solaris (tudi JFS, ReiserFS, XFS, Ext3 itn.)\n" +"\n" +"* datotečni sistemi, ki podatke zapisujejo redundantno in lahko nadaljujejo\n" +" z delom, čeprav vsa pisanja niso bila uspešna (npr. RAID)\n" +"\n" +"* datotečni sistemi, ki shranjujejo trenutne slike stanja diska, npr.\n" +" strežnik NFS podjetja Network Appliace\n" +"\n" + +#: src/shred.c:198 +msgid "" +"* file systems that cache in temporary locations, such as NFS\n" +"version 3 clients\n" +"\n" +"* compressed file systems\n" +"\n" +msgstr "" +"* datotečni sistemi, ki hranijo medpomnilnik na začasnih lokacijah, npr.\n" +" odjemniki NFS verzije 3\n" +"\n" +"* stisnjeni datotečni sistemi\n" +"\n" + +#: src/shred.c:205 +msgid "" +"In the case of ext3 file systems, the above disclaimer applies\n" +"(and shred is thus of limited effectiveness) only in data=journal mode,\n" +"which journals file data in addition to just metadata. In both the\n" +"data=ordered (default) and data=writeback modes, shred works as usual.\n" +"Ext3 journaling modes can be changed by adding the data=something option\n" +"to the mount options for a particular file system in the /etc/fstab file,\n" +"as documented in the mount man page (man mount).\n" +"\n" +msgstr "" +"V primeru datotečnih sistemov ext3 velja gornje opozorilo o neučinkovitosti\n" +"programa shred le v načinu »data=journal«, ki zapisuje dnevnik sprememb\n" +"podatkov v datotekah, ne le podatkov o datotekah. V načinih »data=ordered«\n" +"(kar je privzeti način) ter »data=writeback« deluje shred kot običajno.\n" +"Načine dnevniškega beleženja sprememb pri ext3 določimo z izbiro " +"»data=nekaj«\n" +"pri priklopu določenega datotečnega sistema v datoteki /etc/fstab,\n" +"kot je opisano v priročniku ukaza »mount« (glejte »man mount«).\n" +"\n" +"Poleg tega lahko izvodi datoteke obstajajo tudi na varnostnih kopijah\n" +"in oddaljenih zrcalih. Teh izvodov ne moremo odstraniti in iz njih je\n" +"mogoče rekonstruirati uničeno datoteko.\n" +"\n" + +#: src/shred.c:215 +msgid "" +"In addition, file system backups and remote mirrors may contain copies\n" +"of the file that cannot be removed, and that will allow a shredded file\n" +"to be recovered later.\n" +msgstr "" +"Poleg tega lahko izvodi datoteke obstajajo tudi na varnostnih kopijah\n" +"in oddaljenih zrcalih. Teh izvodov ne moremo odstraniti in iz njih je\n" +"mogoče rekonstruirati uničeno datoteko.\n" + +#: src/shred.c:295 +#, c-format +msgid "%s: fdatasync failed" +msgstr "%s: klic fdatasync ni uspel" + +#: src/shred.c:306 +#, c-format +msgid "%s: fsync failed" +msgstr "%s: fsync ni uspel" + +#: src/shred.c:383 +#, c-format +msgid "%s: cannot rewind" +msgstr "%s: ni mogoče previti na začetek" + +#: src/shred.c:402 +#, c-format +msgid "%s: pass %lu/%lu (%s)..." +msgstr "%s: prehod %lu/%lu (%s)..." + +#: src/shred.c:452 +#, c-format +msgid "%s: error writing at offset %s" +msgstr "%s: napaka med pisanjem pri odmiku %s" + +#: src/shred.c:470 +#, c-format +msgid "%s: lseek failed" +msgstr "%s: klic lseek ni uspel" + +#: src/shred.c:481 +#, c-format +msgid "%s: file too large" +msgstr "%s: datoteka prevelika" + +#: src/shred.c:504 +#, c-format +msgid "%s: pass %lu/%lu (%s)...%s" +msgstr "%s: prehod %lu/%lu (%s)...%s" + +#: src/shred.c:520 +#, c-format +msgid "%s: pass %lu/%lu (%s)...%s/%s %d%%" +msgstr "%s: prehod %lu/%lu (%s)...%s/%s %d%%" + +#: src/shred.c:767 +#, c-format +msgid "%s: fstat failed" +msgstr "%s: klic fstat ni uspel" + +#: src/shred.c:778 +#, c-format +msgid "%s: invalid file type" +msgstr "%s: neveljavni tip datoteke" + +#: src/shred.c:797 +#, c-format +msgid "%s: file has negative size" +msgstr "%s: velikost datoteke negativna" + +#: src/shred.c:864 src/sort.c:932 src/split.c:378 +#, c-format +msgid "%s: error truncating" +msgstr "%s: napaka pri krajšanju" + +#: src/shred.c:880 +#, c-format +msgid "%s: fcntl failed" +msgstr "%s: klic fcntl ni uspel" + +#: src/shred.c:885 +#, c-format +msgid "%s: cannot shred append-only file descriptor" +msgstr "%s: ni mogoče uničiti datoteke, v katero smemo le dodajati" + +#: src/shred.c:967 +#, c-format +msgid "%s: removing" +msgstr "%s: odstranjujemo" + +#: src/shred.c:991 +#, c-format +msgid "%s: renamed to %s" +msgstr "%s: preimenovano v %s" + +#: src/shred.c:1013 +#, c-format +msgid "%s: failed to remove" +msgstr "%s: ni mogoče odstraniti" + +#: src/shred.c:1017 +#, c-format +msgid "%s: removed" +msgstr "%s: odstranjeno" + +#: src/shred.c:1024 src/shred.c:1067 +#, c-format +msgid "%s: failed to close" +msgstr "%s: ni mogoče zapreti" + +#: src/shred.c:1060 +#, c-format +msgid "%s: failed to open for writing" +msgstr "%s: ni mogoče odpreti za pisanje" + +#: src/shred.c:1125 +#, c-format +msgid "%s: invalid number of passes" +msgstr "%s: neveljavno število prehodov" + +#: src/shred.c:1134 src/shuf.c:290 src/sort.c:4441 +#, c-format +msgid "multiple random sources specified" +msgstr "naveden je več kot en izvor naključnih števil" + +#: src/shred.c:1148 +#, c-format +msgid "%s: invalid file size" +msgstr "%s: neveljavna velikost datoteke" + +#: src/shuf.c:48 +#, c-format +msgid "" +"Usage: %s [OPTION]... [FILE]\n" +" or: %s -e [OPTION]... [ARG]...\n" +" or: %s -i LO-HI [OPTION]...\n" +msgstr "" +"Uporaba: %s [IZBIRA]... [DATOTEKA]\n" +" ali: %s [IZBIRA]... [ARGUMENT]...\n" +" ali: %s -i SP-ZG [IZBIRA]...\n" + +#: src/shuf.c:54 +msgid "Write a random permutation of the input lines to standard output.\n" +msgstr "" + +#: src/shuf.c:60 +msgid "" +" -e, --echo treat each ARG as an input line\n" +" -i, --input-range=LO-HI treat each number LO through HI as an input " +"line\n" +" -n, --head-count=COUNT output at most COUNT lines\n" +" -o, --output=FILE write result to FILE instead of standard output\n" +" --random-source=FILE get random bytes from FILE\n" +" -z, --zero-terminated end lines with 0 byte, not newline\n" +msgstr "" +" -e, --echo obravnavaj vsak ARG kot vhodno vrstico\n" +" -i, --input-range=SP-ZG obravnavaj vsako število SP..ZG kot vhodno " +"vrstico\n" +" -n, --head-lines=VRSTICE izpiši največ navedeno število VRSTIC\n" +" -o, --output=DATOTEKA zapiši rezultat na DATOTEKO namesto na std. " +"izhod\n" +" --random-source=DATOTEKA preberi naključne bajte iz datoteke\n" +" -z, --zero-terminated zaključi vrstice z \\0, ne z znakom za novo " +"vrstico\n" + +#: src/shuf.c:244 +#, c-format +msgid "multiple -i options specified" +msgstr "podanih je več izbir -i" + +#: src/shuf.c:264 +#, c-format +msgid "invalid input range %s" +msgstr "neveljavni vhodni razpon %s" + +#: src/shuf.c:277 +#, c-format +msgid "invalid line count %s" +msgstr "neveljavno število vrstic %s" + +#: src/shuf.c:284 src/sort.c:4435 +#, c-format +msgid "multiple output files specified" +msgstr "podana je več kot ena izhodna datoteka" + +#: src/shuf.c:310 +#, c-format +msgid "cannot combine -e and -i options" +msgstr "izbir -e in -i ni mogoče kombinirati" + +#: src/sleep.c:44 +#, c-format +msgid "" +"Usage: %s NUMBER[SUFFIX]...\n" +" or: %s OPTION\n" +"Pause for NUMBER seconds. SUFFIX may be 's' for seconds (the default),\n" +"'m' for minutes, 'h' for hours or 'd' for days. Unlike most " +"implementations\n" +"that require NUMBER be an integer, here NUMBER may be an arbitrary floating\n" +"point number. Given two or more arguments, pause for the amount of time\n" +"specified by the sum of their values.\n" +"\n" +msgstr "" +"Uporaba: %s ŠTEVILO[PRIPONA]\n" +" ali: %s IZBIRA\n" +"Premor za ŠTEVILO sekund. PRIPONA je lahko »s« za sekunde (privzeto),\n" +"»m« za minute, »h« za ure ali »d« za dneve. Za razliko od večine\n" +"drugih izvedb, ki zahtevajo, da je ŠTEVILO celo število, je tu lahko\n" +"poljubno število v zapisu s plavajočo vejico. Če je podanih več argumentov,\n" +"velja premor za vsoto njihovih vrednosti.\n" +"\n" + +#: src/sleep.c:135 src/timeout.c:320 +#, c-format +msgid "invalid time interval %s" +msgstr "neveljavni časovni interval %s" + +#: src/sleep.c:146 src/tail.c:1219 +#, c-format +msgid "cannot read realtime clock" +msgstr "ure s stvarnim časom ni moč prebrati" + +#: src/sort.c:399 +msgid "Write sorted concatenation of all FILE(s) to standard output.\n" +msgstr "" + +#: src/sort.c:405 +msgid "" +"Ordering options:\n" +"\n" +msgstr "" +"Izbire pri urejanju:\n" +"\n" + +#: src/sort.c:409 +msgid "" +" -b, --ignore-leading-blanks ignore leading blanks\n" +" -d, --dictionary-order consider only blanks and alphanumeric " +"characters\n" +" -f, --ignore-case fold lower case to upper case characters\n" +msgstr "" +" -b, --ignore-leading-blanks ne upoštevaj vodilnih presledkov\n" +" -d, --dictionary-order upoštevaj samo črke, števke in presledke\n" +" -f, --ignore-case male in velike črke so enakovredne\n" + +#: src/sort.c:415 +msgid "" +" -g, --general-numeric-sort compare according to general numerical value\n" +" -i, --ignore-nonprinting consider only printable characters\n" +" -M, --month-sort compare (unknown) < 'JAN' < ... < 'DEC'\n" +msgstr "" +" -g, --general-numeric-sort primerjaj po splošni številski vrednosti\n" +" -i, --ignore-nonprinting v ključih upoštevaj samo izpisljive znake\n" +" -M, --month-sort ključe uredi: (neznano) < »jan« < ... < »dec«\n" + +#: src/sort.c:420 +msgid "" +" -h, --human-numeric-sort compare human readable numbers (e.g., 2K 1G)\n" +msgstr "" +" -h, --human-numeric-sort primerjaj človeku umljiv zapis (npr. 2K, 1G)\n" + +#: src/sort.c:423 +msgid "" +" -n, --numeric-sort compare according to string numerical value\n" +" -R, --random-sort sort by random hash of keys\n" +" --random-source=FILE get random bytes from FILE\n" +" -r, --reverse reverse the result of comparisons\n" +msgstr "" +" -n, --numeric-sort primerjaj po številski vrednosti nizov\n" +" -R, --random-sort uredi po naključnem ključu\n" +" --random-source=DATOTEKA beri naključne bajte iz DATOTEKE\n" +" -r, --reverse izpis v obrnjenem vrstnem redu\n" + +#: src/sort.c:429 +msgid "" +" --sort=WORD sort according to WORD:\n" +" general-numeric -g, human-numeric -h, month -" +"M,\n" +" numeric -n, random -R, version -V\n" +" -V, --version-sort natural sort of (version) numbers within text\n" +"\n" +msgstr "" +" --sort=BESEDA uredi glede na BESEDO: splošno številčno -g,\n" +" človeku umljivo številčno -h, mesec -M, \n" +" številčno -n, naključno -R, različica -V\n" +" -V, --version-sort uredi po številki različice v besedilu\n" +"\n" + +#: src/sort.c:437 +msgid "" +"Other options:\n" +"\n" +msgstr "" +"Druge izbire:\n" +"\n" + +#: src/sort.c:441 +msgid "" +" --batch-size=NMERGE merge at most NMERGE inputs at once;\n" +" for more use temp files\n" +msgstr "" +" --batch-size=N združuj največ N vhodov naenkrat; pri večjem\n" +" številu uporabi začasne datoteke\n" + +#: src/sort.c:445 +msgid "" +" -c, --check, --check=diagnose-first check for sorted input; do not sort\n" +" -C, --check=quiet, --check=silent like -c, but do not report first bad " +"line\n" +" --compress-program=PROG compress temporaries with PROG;\n" +" decompress them with PROG -d\n" +msgstr "" +" -c, --check, --check=diagnose-first če je datoteka urejena, je ne urejaj " +"znova\n" +" -C, --check=quiet, --check=silent kot -c, le brez poročila o prvi slabi " +"vrstici\n" +" --compress-program=PROGRAM začasne datoteke stisni s PROGRAMOM; pri\n" +" dekomprimiranju uporabi »PROGRAM -d«\n" + +#: src/sort.c:452 +msgid "" +" --debug annotate the part of the line used to sort,\n" +" and warn about questionable usage to stderr\n" +" --files0-from=F read input from the files specified by\n" +" NUL-terminated names in file F;\n" +" If F is - then read names from standard input\n" +msgstr "" +" --debug označi del vrstice, uporabljen pri urejanju\n" +" in izpiši opozorilo o vprašljivi rabi na stderr\n" +" --files0-from=DATOTEKA beri vhod s seznama imen datotek v DATOTEKI;\n" +" imena so zaključena z NUL; če je DATOTEKA »-« ,\n" +" se bere standardni vhod\n" + +#: src/sort.c:459 +msgid "" +" -k, --key=KEYDEF sort via a key; KEYDEF gives location and type\n" +" -m, --merge merge already sorted files; do not sort\n" +msgstr "" +" -k, --key=KLJUČ urejaj glede na KLJUČ, ki podaja položaj in tip\n" +" -m, --merge že urejene datoteke združi brez ponovnega " +"urejanja\n" + +#: src/sort.c:463 +msgid "" +" -o, --output=FILE write result to FILE instead of standard output\n" +" -s, --stable stabilize sort by disabling last-resort " +"comparison\n" +" -S, --buffer-size=SIZE use SIZE for main memory buffer\n" +msgstr "" +" -o, --output=DATOTEKA izhod zapiši na DATOTEKO namesto na standardni " +"izhod\n" +" -s, --stable urejanje stabiliziraj z onemogočenjem skrajnih\n" +" primerjav\n" +" -S, --buffer-size=VELIKOST določi VELIKOST izravnalnika\n" + +#: src/sort.c:469 +#, c-format +msgid "" +" -t, --field-separator=SEP use SEP instead of non-blank to blank " +"transition\n" +" -T, --temporary-directory=DIR use DIR for temporaries, not $TMPDIR or " +"%s;\n" +" multiple options specify multiple directories\n" +" --parallel=N change the number of sorts run concurrently to " +"N\n" +" -u, --unique with -c, check for strict ordering;\n" +" without -c, output only the first of an equal " +"run\n" +msgstr "" +" -t, --field-separator=LOČILO LOČILO namesto prehodov med znaki in " +"presledki\n" +" -T, --temporary-directory=IMENIK \n" +" uporabi IMENIK za začasne datoteke namesto " +"$TMPDIR\n" +" ali %s; večtere izbire določajo več imenikov\n" +" --parallel=N nastavi število hkratnih urejanj na N\n" +" -u, --unique skupaj z -c: preveri za strogo urejenost;\n" +" sicer izpiši samo prve od zaporednih enakih " +"vrstic\n" + +#: src/sort.c:478 +msgid " -z, --zero-terminated end lines with 0 byte, not newline\n" +msgstr "" +" -z, --zero-terminated vrstice naj se zaključijo z znakom NUL, ne LF\n" + +#: src/sort.c:483 +msgid "" +"\n" +"KEYDEF is F[.C][OPTS][,F[.C][OPTS]] for start and stop position, where F is " +"a\n" +"field number and C a character position in the field; both are origin 1, " +"and\n" +"the stop position defaults to the line's end. If neither -t nor -b is in\n" +"effect, characters in a field are counted from the beginning of the " +"preceding\n" +"whitespace. OPTS is one or more single-letter ordering options " +"[bdfgiMhnRrV],\n" +"which override global ordering options for that key. If no key is given, " +"use\n" +"the entire line as the key.\n" +"\n" +"SIZE may be followed by the following multiplicative suffixes:\n" +msgstr "" +"\n" +"KLJUČ ima obliko P[.Z][IZBIRE],[P[.Z][IZBIRE]], kjer je P številka\n" +"polja in Z položaj znaka znotraj polja, oboje šteto od 1 dalje do\n" +"konca vrstice. Če ni podana nobena od izbir -t ali -b, se znaki v\n" +"polju štejejo od začetka predhodnega presledka. IZBIRE so lahko ena\n" +"ali več od enočrkovnih izbir urejanja [bdfgiMhnRrV], kar prevlada nad\n" +"globalnimi nastavitvami za ta ključ. Če KLJUČ ni podan, se kot ključ\n" +"uporabi celotna vrstica.\n" +"\n" +"VELIKOSTI lahko sledi ena od naslednji multiplikativnih pripon:\n" + +#: src/sort.c:496 +msgid "" +"% 1% of memory, b 1, K 1024 (default), and so on for M, G, T, P, E, Z, Y.\n" +"\n" +"With no FILE, or when FILE is -, read standard input.\n" +"\n" +"*** WARNING ***\n" +"The locale specified by the environment affects sort order.\n" +"Set LC_ALL=C to get the traditional sort order that uses\n" +"native byte values.\n" +msgstr "" +"% 1% pomnilnika, b 1, k 1024 (privzeto), itn. za M, G, T, P, E, Z, Y.\n" +"\n" +"Če DATOTEKA ni podana ali je enaka -, beremo s standardnega vhoda.\n" +"\n" +"***OPOZORILO***\n" +"Krajevne prilagoditve vplivajo na urejanje. Če želite tradicionalno " +"obnašanje\n" +"(urejanje po številski vrednosti bajtov), uporabite LC_ALL=C.\n" + +#: src/sort.c:697 +#, c-format +msgid "waiting for %s [-d]" +msgstr "čakamo na %s [-d]" + +#: src/sort.c:702 +#, c-format +msgid "%s [-d] terminated abnormally" +msgstr "%s [-d] se je zaključil nenormalno" + +#: src/sort.c:856 +#, c-format +msgid "cannot create temporary file in %s" +msgstr "začasne datoteke v %s ni mogoče ustvariti" + +#: src/sort.c:950 src/sort.c:2025 src/sort.c:3071 src/sort.c:3713 +#: src/sort.c:3804 src/sort.c:3807 +msgid "open failed" +msgstr "odpiranje ni uspelo" + +#: src/sort.c:970 +msgid "fflush failed" +msgstr "klic fflush ni uspel" + +#: src/sort.c:975 src/sort.c:2028 src/sort.c:4706 +msgid "close failed" +msgstr "zapiranje ni uspelo" + +#: src/sort.c:986 +#, c-format +msgid "dup2 failed" +msgstr "klic dup2 ni uspel" + +#: src/sort.c:1103 +#, c-format +msgid "couldn't execute %s" +msgstr "ni mogoče izvesti %s" + +#: src/sort.c:1110 +msgid "couldn't create temporary file" +msgstr "začasne datoteke ni mogoče ustvariti" + +#: src/sort.c:1149 +#, c-format +msgid "couldn't create process for %s -d" +msgstr "ni mogoče ustvariti procesa za %s -d" + +#: src/sort.c:1161 +#, c-format +msgid "couldn't execute %s -d" +msgstr "ni mogoče izvesti %s -d" + +#: src/sort.c:1220 +#, c-format +msgid "warning: cannot remove: %s" +msgstr "opozorilo: ni moč odstraniti %s" + +#: src/sort.c:1306 +#, c-format +msgid "invalid --%s argument %s" +msgstr "neveljavni --%s argument %s" + +#: src/sort.c:1309 +#, c-format +msgid "minimum --%s argument is %s" +msgstr "najmanjši --%s argument je %s" + +#: src/sort.c:1324 +#, c-format +msgid "--%s argument %s too large" +msgstr "--%s argument %s je prevelik" + +#: src/sort.c:1327 +#, c-format +msgid "maximum --%s argument with current rlimit is %s" +msgstr "največji dovoljeni argument --%s pri trenutni vrednosti rlimit je %s" + +#: src/sort.c:1409 +#, c-format +msgid "number in parallel must be nonzero" +msgstr "število vzporednih stolpcev mora biti večje od nič" + +#: src/sort.c:1494 +msgid "stat failed" +msgstr "poizvedba po statusu ni uspela" + +#: src/sort.c:1755 +msgid "read failed" +msgstr "branje ni uspelo" + +#: src/sort.c:2043 +#, c-format +msgid "string transformation failed" +msgstr "pretvorba niza ni uspela" + +#: src/sort.c:2046 +#, c-format +msgid "the untransformed string was %s" +msgstr "nepretvorjeni niz je bil %s" + +#: src/sort.c:2209 +#, c-format +msgid "^ no match for key\n" +msgstr "^ brez ujemanja za ključ\n" + +#: src/sort.c:2389 +#, c-format +msgid "obsolescent key %s used; consider %s instead" +msgstr "uporabljen opuščen ključ »%s«; nadomestite ga z »%s«" + +#: src/sort.c:2395 +#, c-format +msgid "key %lu has zero width and will be ignored" +msgstr "ključ %lu ima širino nič in ne bo upoštevan" + +#: src/sort.c:2406 +#, c-format +msgid "" +"leading blanks are significant in key %lu; consider also specifying 'b'" +msgstr "" +"vodeči presledki so pomembni pri ključu %lu; morda morate navesti tudi »b«" + +#: src/sort.c:2419 +#, c-format +msgid "key %lu is numeric and spans multiple fields" +msgstr "ključ %lu je številčen in se razteza prek več polj" + +#: src/sort.c:2451 +#, c-format +msgid "option '-%s' is ignored" +msgid_plural "options '-%s' are ignored" +msgstr[0] "izbire »-%s« niso bile upoštevane" +msgstr[1] "izbira »-%s« ni bila upoštevana" +msgstr[2] "izbiri »-%s« nista bili upoštevani" +msgstr[3] "izbire »-%s« niso bile upoštevane" + +#: src/sort.c:2457 +#, c-format +msgid "option '-r' only applies to last-resort comparison" +msgstr "izbira »-r« se nanaša le na primerjanje v skrajni sili" + +#: src/sort.c:2731 src/sort.c:2740 +msgid "write failed" +msgstr "pisanje ni uspelo" + +#: src/sort.c:2783 +#, c-format +msgid "%s: %s:%s: disorder: " +msgstr "%s: %s:%s: neurejenost: " + +#: src/sort.c:2786 +msgid "standard error" +msgstr "standardna napaka" + +#: src/sort.c:3698 +msgid "cannot read" +msgstr "branje ni mogoče" + +#: src/sort.c:3976 +#, c-format +msgid "%s: invalid field specification %s" +msgstr "%s: neveljavno določilo polja: %s" + +#: src/sort.c:3987 +#, c-format +msgid "options '-%s' are incompatible" +msgstr "izbire »-%s« so nezdružljive" + +#: src/sort.c:4038 +#, c-format +msgid "%s: invalid count at start of %s" +msgstr "%s: neveljavni števec na začetku %s" + +#: src/sort.c:4295 +msgid "invalid number after '-'" +msgstr "neveljavno število za »-«" + +#: src/sort.c:4302 src/sort.c:4388 src/sort.c:4416 +msgid "invalid number after '.'" +msgstr "neveljavno število za ».«" + +#: src/sort.c:4315 src/sort.c:4421 +msgid "stray character in field spec" +msgstr "zablodeli znak v določilu polja" + +#: src/sort.c:4362 +#, c-format +msgid "multiple compress programs specified" +msgstr "podan je več kot en program za stiskanje" + +#: src/sort.c:4379 +msgid "invalid number at field start" +msgstr "neveljavno število začetka polja" + +#: src/sort.c:4383 src/sort.c:4411 +msgid "field number is zero" +msgstr "številka polja je nič" + +#: src/sort.c:4392 +msgid "character offset is zero" +msgstr "znakovni zamik je nič" + +#: src/sort.c:4407 +msgid "invalid number after ','" +msgstr "neveljavno število za »,«" + +#: src/sort.c:4457 +#, c-format +msgid "empty tab" +msgstr "prazen tabulator" + +# POZOR!!! Razisci, kaj program res tu pocne! +# ! INEXACT +#: src/sort.c:4550 src/wc.c:692 +#, c-format +msgid "cannot read file names from %s" +msgstr "ni mogoče prebrati imen datotek iz %s" + +# ! INEXACT +#: src/sort.c:4572 +#, c-format +msgid "%s:%lu: invalid zero-length file name" +msgstr "%s:%lu: neveljavno ime datoteke (dolžina nič)" + +#: src/sort.c:4578 +#, c-format +msgid "no input from %s" +msgstr "ni vhoda iz %s" + +#: src/sort.c:4624 +#, c-format +msgid "using %s sorting rules" +msgstr "z uporabo %s pravil za urejanje" + +#: src/sort.c:4627 +#, c-format +msgid "using simple byte comparison" +msgstr "z uporabo preproste primerjave bajtov" + +#: src/sort.c:4658 +#, c-format +msgid "extra operand %s not allowed with -%c" +msgstr "dodatni operand %s pri izbiri -%c ni dovoljen" + +#: src/split.c:187 +#, c-format +msgid "the suffix length needs to be at least %zu" +msgstr "dolžina pripone mora biti najmanj %zu" + +#: src/split.c:204 +#, c-format +msgid "Usage: %s [OPTION]... [INPUT [PREFIX]]\n" +msgstr "Uporaba: %s [IZBIRA]... [VHOD [PREDPONA]]\n" + +#: src/split.c:208 +msgid "" +"Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default\n" +"size is 1000 lines, and default PREFIX is 'x'. With no INPUT, or when " +"INPUT\n" +"is -, read standard input.\n" +msgstr "" + +#: src/split.c:216 +#, c-format +msgid "" +" -a, --suffix-length=N generate suffixes of length N (default %d)\n" +" --additional-suffix=SUFFIX append an additional SUFFIX to file " +"names.\n" +" -b, --bytes=SIZE put SIZE bytes per output file\n" +" -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file\n" +" -d, --numeric-suffixes[=FROM] use numeric suffixes instead of " +"alphabetic.\n" +" FROM changes the start value (default " +"0).\n" +" -e, --elide-empty-files do not generate empty output files with '-n'\n" +" --filter=COMMAND write to shell COMMAND; file name is $FILE\n" +" -l, --lines=NUMBER put NUMBER lines per output file\n" +" -n, --number=CHUNKS generate CHUNKS output files. See below\n" +" -u, --unbuffered immediately copy input to output with '-n r/...'\n" +msgstr "" +" -a, --suffix-length=N uporabi pripone dolžine N (privzeto %d)\n" +" -b, --bytes=VELIKOST določimo VELIKOST (v bajtih) izhodnih datotek\n" +" -C, --line-bytes=VELIKOST velikost izhodnih datotek je navzgor omejena " +"na\n" +" VELIKOST (v bajtih)\n" +" -d, --numeric-suffixes uporabi številčne pripone namesto črkovnih\n" +" -e, --elide-empty-files ne ustvari praznih datotek z »-n«\n" +" --filter=SKRIPT izhod podamo SKRIPTU ukazne lupine; ime datoteke\n" +" je podano s $FILE\n" +" -l, --lines=ŠTEVILO določimo ŠTEVILO vrstic v izhodni datoteki\n" +" -n, --number=KOSOV ustvari KOSOV izhodnih datotek. Glejte nižje.\n" +" -u, --unbuffered takoj prepiši vhod na izhod z »-n r/...«\n" + +#: src/split.c:229 +msgid "" +" --verbose print a diagnostic just before each\n" +" output file is opened\n" +msgstr "" +" --verbose z izpisom diagnostike tik\n" +" preden odpremo posamično datoteko\n" + +#: src/split.c:236 +msgid "" +"\n" +"CHUNKS may be:\n" +"N split into N files based on size of input\n" +"K/N output Kth of N to stdout\n" +"l/N split into N files without splitting lines\n" +"l/K/N output Kth of N to stdout without splitting lines\n" +"r/N like 'l' but use round robin distribution\n" +"r/K/N likewise but only output Kth of N to stdout\n" +msgstr "" +"\n" +"KOSI so lahko:\n" +"N razdeli na N datotek, glede na velikost vhoda\n" +"K/N izpiši K-ti kos od N-tih na standardni izhod\n" +"l/N razdeli na N datotek brez deljenja vrstic\n" +"l/K/N izpiši K-ti kos od N-tih na standardni izhod brez deljenja vrstic\n" +"r/N kot »l«, vendar ob uporabi krožne porazdelitve\n" +"r/K/N podobno, vendar izpiši le vsak izpiši K-ti kos od N-tih \n" +" na standardni izhod\n" + +#: src/split.c:354 +#, c-format +msgid "output file suffixes exhausted" +msgstr "pripone izhodnih datotek so izčrpane" + +#: src/split.c:366 +#, c-format +msgid "creating file %s\n" +msgstr "ustvarjanje datoteke %s\n" + +#: src/split.c:375 +#, c-format +msgid "%s would overwrite input; aborting" +msgstr "%s bi pisal prek vhoda; prekinjamo" + +#: src/split.c:391 +#, c-format +msgid "failed to set FILE environment variable" +msgstr "nastavitev spremenljivke FILE ni uspela" + +#: src/split.c:393 +#, c-format +msgid "executing with FILE=%s\n" +msgstr "izvajamo s FILE=%s\n" + +#: src/split.c:395 +#, c-format +msgid "failed to create pipe" +msgstr "ni mogoče ustvariti cevovoda" + +#: src/split.c:409 +#, c-format +msgid "closing prior pipe" +msgstr "zapiramo prejšnji cevovod" + +#: src/split.c:411 +#, c-format +msgid "closing output pipe" +msgstr "zapiramo izhodni cevovod" + +#: src/split.c:415 +#, c-format +msgid "moving input pipe" +msgstr "prestavljamo vhodni cevovod" + +#: src/split.c:417 +#, c-format +msgid "closing input pipe" +msgstr "zapiramo vhodni cevovod" + +#: src/split.c:422 +#, c-format +msgid "failed to run command: \"%s -c %s\"" +msgstr "ukaz ni bil uspešno izveden: \"%s -c %s\"" + +#: src/split.c:428 +#, c-format +msgid "failed to close input pipe" +msgstr "zapiranje vhodnega cevovoda ni uspelo" + +#: src/split.c:464 +#, c-format +msgid "waiting for child process" +msgstr "čakamo na nasledniški proces" + +#: src/split.c:474 +#, c-format +msgid "with FILE=%s, signal %s from command: %s" +msgstr "pri FILE=%s prejeli signal %s od ukaza: %s" + +#: src/split.c:482 +#, c-format +msgid "with FILE=%s, exit %d from command: %s" +msgstr "pri FILE=%s prejeli izhodno kodo %d od ukaza: %s" + +#: src/split.c:489 src/timeout.c:494 +#, c-format +msgid "unknown status from command (0x%X)" +msgstr "neznani status ukaza (0x%X)" + +#: src/split.c:1052 +#, c-format +msgid "cannot split in more than one way" +msgstr "razcep na več kot en način ni mogoč" + +#: src/split.c:1065 src/split.c:1205 src/split.c:1376 +#, c-format +msgid "%s: invalid number of chunks" +msgstr "%s: neveljavno število kosov" + +#: src/split.c:1069 +#, c-format +msgid "%s: invalid chunk number" +msgstr "%s: neveljavno število kosa" + +#: src/split.c:1119 +#, c-format +msgid "%s: invalid suffix length" +msgstr "%s: neveljavno dolžina pripone" + +#: src/split.c:1144 src/split.c:1152 src/split.c:1175 src/split.c:1180 +#, c-format +msgid "%s: invalid number of bytes" +msgstr "%s: neveljavno število bajtov" + +#: src/split.c:1163 src/split.c:1310 +#, c-format +msgid "%s: invalid number of lines" +msgstr "%s: neveljavno število vrstic" + +#: src/split.c:1236 +#, c-format +msgid "line count option -%s%c... is too large" +msgstr "števec vrstic -%s%c... je prevelik" + +#: src/split.c:1248 +#, c-format +msgid "%s: invalid start value for numerical suffix" +msgstr "%s: neveljavna začetna vrednost za številčno pripono" + +#: src/split.c:1276 +#, c-format +msgid "%s: invalid IO block size" +msgstr "%s: neveljavna velikost V/I bloka" + +#: src/split.c:1297 +#, c-format +msgid "--filter does not process a chunk extracted to stdout" +msgstr "--filter ne obdeluje kosa, zapisanega na standardni izhod" + +#: src/split.c:1334 +#, c-format +msgid "numerical suffix start value is too large for the suffix length" +msgstr "" +"začetna vrednost številčne pripone je prevelika glede na dolžino pripone" + +#: src/split.c:1369 +#, c-format +msgid "%s: cannot determine file size" +msgstr "%s: velikosti datoteke ni mogoče ugotoviti" + +#. This is a proper name. See the gettext manual, section Names. +#: src/stat.c:173 +msgid "Michael Meskes" +msgstr "Michael Meskes" + +#: src/stat.c:857 +#, c-format +msgid "failed to canonicalize %s" +msgstr "kanoniziranje %s ni uspelo" + +#: src/stat.c:1069 +#, c-format +msgid "warning: unrecognized escape '\\%c'" +msgstr "opozorilo: neprepoznana izbira »\\%c«" + +#: src/stat.c:1124 +#, c-format +msgid "%s: invalid directive" +msgstr "%s: neveljavna direktiva" + +#: src/stat.c:1170 +#, c-format +msgid "warning: backslash at end of format" +msgstr "opozorilo: obratna poševnica na koncu formatnega določila" + +#: src/stat.c:1201 +#, c-format +msgid "using %s to denote standard input does not work in file system mode" +msgstr "" +"uporaba %s za oznako standardnega vhoda ne deluje v datotečnem načinu" + +#: src/stat.c:1208 +#, c-format +msgid "cannot read file system information for %s" +msgstr "ni mogoče prebrati datotečnega sistema %s" + +#: src/stat.c:1228 +#, c-format +msgid "cannot stat standard input" +msgstr "statusa standardnega vhoda ni mogoče ugotoviti" + +#. TRANSLATORS: This string uses format specifiers from +#. 'stat --help' with --file-system, and NOT from printf. +#: src/stat.c:1264 +msgid "" +" File: \"%n\"\n" +" ID: %-8i Namelen: %-7l Type: %T\n" +"Block size: %-10s Fundamental block size: %S\n" +"Blocks: Total: %-10b Free: %-10f Available: %a\n" +"Inodes: Total: %-10c Free: %d\n" +msgstr "" +" Datoteka: \"%n\"\n" +" ID: %-8i Dol.im.: %-7l Tip: %T\n" +"Velikost bloka: %-10s Osnovna velikost bloka: %S\n" +"Bloki: Skupaj: %-10b Prosto: %-10f Na voljo: %a\n" +"Inodi: Skupaj: %-10c Prosto: %d\n" + +#. TRANSLATORS: This string uses format specifiers from +#. 'stat --help' without --file-system, and NOT from printf. +#: src/stat.c:1287 +msgid "" +" File: %N\n" +" Size: %-10s\tBlocks: %-10b IO Block: %-6o %F\n" +msgstr "" +" Datoteka: %N\n" +"Velikost: %-10s\tBlokov: %-10b V/I Blok: %-6o %F\n" + +#. TRANSLATORS: This string uses format specifiers from +#. 'stat --help' without --file-system, and NOT from printf. +#: src/stat.c:1297 +msgid "Device: %Dh/%dd\tInode: %-10i Links: %-5h Device type: %t,%T\n" +msgstr "Naprava: %Dh/%dd\tInod: %-10i Povezave: %-5h Tip naprave: %t,%T\n" + +#. TRANSLATORS: This string uses format specifiers from +#. 'stat --help' without --file-system, and NOT from printf. +#: src/stat.c:1305 +msgid "Device: %Dh/%dd\tInode: %-10i Links: %h\n" +msgstr "Naprava: %Dh/%dd\tInod: %-10i Povezave: %h\n" + +#. TRANSLATORS: This string uses format specifiers from +#. 'stat --help' without --file-system, and NOT from printf. +#: src/stat.c:1314 +msgid "Access: (%04a/%10.10A) Uid: (%5u/%8U) Gid: (%5g/%8G)\n" +msgstr "Dostop: (%04a/%10.10A) UID: (%5u/%8U) GID: (%5g/%8G)\n" + +#. TRANSLATORS: This string uses format specifiers from +#. 'stat --help' without --file-system, and NOT from printf. +#: src/stat.c:1324 +#, c-format +msgid "Context: %C\n" +msgstr "Kontekst: %C\n" + +#: src/stat.c:1332 +msgid "" +"Access: %x\n" +"Modify: %y\n" +"Change: %z\n" +" Birth: %w\n" +msgstr "" +"Dostop: %x\n" +"Modifik.: %y\n" +"Spremem.: %z\n" +" Rojstvo: %w\n" + +#: src/stat.c:1350 +msgid "Display file or file system status.\n" +msgstr "" + +#: src/stat.c:1356 +msgid "" +" -L, --dereference follow links\n" +" -f, --file-system display file system status instead of file status\n" +msgstr "" + +#: src/stat.c:1360 +msgid "" +" -c --format=FORMAT use the specified FORMAT instead of the default;\n" +" output a newline after each use of FORMAT\n" +" --printf=FORMAT like --format, but interpret backslash escapes,\n" +" and do not output a mandatory trailing newline.\n" +" If you want a newline, include \\n in FORMAT\n" +" -t, --terse print the information in terse form\n" +msgstr "" +" -c, --format=OBLIKA namesto privzete uporabi podano OBLIKO;\n" +" nova vrstica za vsako uporabo OBLIKE\n" +" --printf=OBLIKA podobno kot --format, vendar s tolmačenjem ubežnih\n" +" zaporedij in brez izpisa obvezne zaključne nove \n" +" verstice; če jo želite, dodajte \\n v OBLIKO.\n" +" -t, --terse izpis podatkov v zgoščeni obliki\n" + +#: src/stat.c:1371 +msgid "" +"\n" +"The valid format sequences for files (without --file-system):\n" +"\n" +" %a access rights in octal\n" +" %A access rights in human readable form\n" +" %b number of blocks allocated (see %B)\n" +" %B the size in bytes of each block reported by %b\n" +" %C SELinux security context string\n" +msgstr "" +"\n" +"Veljavna oblikovna zaporedja za datoteke (brez --file-system):\n" +"\n" +" %a - osmiški zapis pravic do dostopa\n" +" %A - pravice do dostopa zapisane v človeku umljivi obliki\n" +" %b - število dodeljenih blokov (glej %B)\n" +" %B - velikost v bajtih za vsak blok, ki ga javi »%b«\n" +" %C - niz z varnostnim kontekstom SELinux\n" + +#: src/stat.c:1380 +msgid "" +" %d device number in decimal\n" +" %D device number in hex\n" +" %f raw mode in hex\n" +" %F file type\n" +" %g group ID of owner\n" +" %G group name of owner\n" +msgstr "" +" %d - številka naprave v desetiškem zapisu\n" +" %D - številka naprave v šestnajstiškem zapisu\n" +" %f - surov šestnajstiški način\n" +" %F - zvrst datoteke\n" +" %g - številka skupine (GID) lastnika\n" +" %G - ime skupine lastnika\n" + +#: src/stat.c:1388 +msgid "" +" %h number of hard links\n" +" %i inode number\n" +" %m mount point\n" +" %n file name\n" +" %N quoted file name with dereference if symbolic link\n" +" %o optimal I/O transfer size hint\n" +" %s total size, in bytes\n" +" %t major device type in hex\n" +" %T minor device type in hex\n" +msgstr "" +" %h - število trdih povezav\n" +" %i - številka inoda\n" +" %m - točka priklopa\n" +" %n - ime datoteke\n" +" %N - ime datoteke (ciljne datoteke, če gre za simbolno povezavo)\n" +" %o - namig o optimalni velikosti V/I bloka\n" +" %s - skupna velikost v bajtih\n" +" %t - glavna številka zvrsti enote, šestnajstiško\n" +" %T - pomožna številka zvrsti enote, šestnajstiško\n" + +#: src/stat.c:1399 +msgid "" +" %u user ID of owner\n" +" %U user name of owner\n" +" %w time of file birth, human-readable; - if unknown\n" +" %W time of file birth, seconds since Epoch; 0 if unknown\n" +" %x time of last access, human-readable\n" +" %X time of last access, seconds since Epoch\n" +" %y time of last modification, human-readable\n" +" %Y time of last modification, seconds since Epoch\n" +" %z time of last change, human-readable\n" +" %Z time of last change, seconds since Epoch\n" +"\n" +msgstr "" +" %u - uporabniška številka (UID) lastnika\n" +" %U - uporabniško ime lastnika\n" +" %w - čas rojstva datoteke, človeku berljiv zapis; - če ni znan\n" +" %W - čas rojstva datoteke, v sekundah od 1970-01-01; 0 če ni znan\n" +" %x - čas zadnjega dostopa, človeku berljiv zapis\n" +" %X - čas zadnjega dostopa, v sekundah od 1970-01-01\n" +" %y - čas zadnje spremembe, človeku berljiv zapis\n" +" %Y - čas zadnje spremembe, v sekundah od 1970-01-01\n" +" %z - čas zadnje spremembe inoda, človeku berljiv zapis\n" +" %Z - čas zadnje spremembe inoda, v sekundah od 1970-01-01\n" +"\n" + +#: src/stat.c:1413 +msgid "" +"Valid format sequences for file systems:\n" +"\n" +" %a free blocks available to non-superuser\n" +" %b total data blocks in file system\n" +" %c total file nodes in file system\n" +" %d free file nodes in file system\n" +" %f free blocks in file system\n" +msgstr "" +"Veljavna formatna zaporedja za datotečne sisteme:\n" +"\n" +" %a - število prostih blokov, dostopnih za uporabnike\n" +" %b - skupno število blokov v datotečnem sistemu\n" +" %c - skupno število inodov v datotečnem sistemu\n" +" %d - število prostih inodov v datotečnem sistemu\n" +" %f - število prostih blokov v datotečnem sistemu\n" + +#: src/stat.c:1422 +msgid "" +" %i file system ID in hex\n" +" %l maximum length of filenames\n" +" %n file name\n" +" %s block size (for faster transfers)\n" +" %S fundamental block size (for block counts)\n" +" %t file system type in hex\n" +" %T file system type in human readable form\n" +msgstr "" +" %i - identifikacijska številka datotečnega sistema, šestnajstiško\n" +" %l - največja dovoljena dolžina imen datotek\n" +" %n - ime datoteke\n" +" %s - optimalna velikost bloka za prenos\n" +" %S - osnovna velikost bloka (za štetje blokov)\n" +" %t - zvrst v šestnajstiškem zapisu\n" +" %T - zvrst v človeku umljivi obliki\n" + +#: src/stdbuf.c:90 +#, c-format +msgid "Usage: %s OPTION... COMMAND\n" +msgstr "Uporaba: %s IZBIRA... UKAZ\n" + +#: src/stdbuf.c:91 +msgid "" +"Run COMMAND, with modified buffering operations for its standard streams.\n" +msgstr "" + +#: src/stdbuf.c:97 +msgid "" +" -i, --input=MODE adjust standard input stream buffering\n" +" -o, --output=MODE adjust standard output stream buffering\n" +" -e, --error=MODE adjust standard error stream buffering\n" +msgstr "" +" -i, --input=NAČIN Prilagodi izravnavanje toka standardnega vhoda\n" +" -o, --output=NAČIN Prilagodi izravnavanje toka standardnega izhoda\n" +" -e, --error=NAČIN Prilagodi izravnavanje toka standardnega izhoda napak\n" + +#: src/stdbuf.c:104 +msgid "" +"\n" +"If MODE is 'L' the corresponding stream will be line buffered.\n" +"This option is invalid with standard input.\n" +msgstr "" +"\n" +"Če je NAČIN enak »L«, se za tok uporablja izravnavanje na ravni vrstic.\n" +"Na izbira ni veljavna, če je izbran standardni vhod.\n" + +#: src/stdbuf.c:107 +msgid "" +"\n" +"If MODE is '0' the corresponding stream will be unbuffered.\n" +msgstr "" +"\n" +"Če je NAČIN enak »0« (ničla), se za tok ne uporablja izravnavanje.\n" + +#: src/stdbuf.c:110 +msgid "" +"\n" +"Otherwise MODE is a number which may be followed by one of the following:\n" +"KB 1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y.\n" +"In this case the corresponding stream will be fully buffered with the " +"buffer\n" +"size set to MODE bytes.\n" +msgstr "" +"\n" +"Sicer je NAČIN številka, ki ji lahko sledi ena od naslednjih oznak: \n" +"KB 1000, K 1024, MB 1000×1000, M 1024×1024 in tako dalje za G, T, P, E, Z in " +"Y.\n" +"V tem primeru bo izbrani tok izravnavan, velikost izravnalnika pa NAČIN " +"bajtov.\n" + +#: src/stdbuf.c:116 +msgid "" +"\n" +"NOTE: If COMMAND adjusts the buffering of its standard streams ('tee' does\n" +"for e.g.) then that will override corresponding settings changed by " +"'stdbuf'.\n" +"Also some filters (like 'dd' and 'cat' etc.) don't use streams for I/O,\n" +"and are thus unaffected by 'stdbuf' settings.\n" +msgstr "" +"\n" +"OPOMBA: Če UKAZ sam prilagodi izravnavanje svojih standardnih tokov (tak je " +"npr.\n" +"»tee«), bo ta nastavitev prevladala nad nastavitvami, nastavljenimi v " +"»stdbuf«.\n" +"Nekateri filtri (npr. »dd« in »cat«) ne uporabljajo standardnih tokov za " +"vhod \n" +"in izhod, zato nastavitve »stdbuf« nanje nimajo učinka.\n" + +#: src/stdbuf.c:226 +#, c-format +msgid "failed to find %s" +msgstr "neuspelo iskanje %s" + +#: src/stdbuf.c:246 src/stdbuf.c:278 +#, c-format +msgid "failed to update the environment with %s" +msgstr "posodobitev okolja z %s ni uspela" + +#: src/stdbuf.c:320 +#, c-format +msgid "line buffering stdin is meaningless" +msgstr "vrstično izravnavanje standardnega vhoda ni smiselno" + +#: src/stty.c:513 +#, c-format +msgid "" +"Usage: %s [-F DEVICE | --file=DEVICE] [SETTING]...\n" +" or: %s [-F DEVICE | --file=DEVICE] [-a|--all]\n" +" or: %s [-F DEVICE | --file=DEVICE] [-g|--save]\n" +msgstr "" +"Uporaba: %s [-F ENOTA] [--file=ENOTA] [NASTAVITEV]...\n" +" ali: %s [-F ENOTA] [--file=ENOTA] [-a|-all]\n" +" ali: %s [-F ENOTA] [--file=ENOTA] [-g|--save]\n" + +#: src/stty.c:519 +msgid "Print or change terminal characteristics.\n" +msgstr "" + +#: src/stty.c:525 +msgid "" +" -a, --all print all current settings in human-readable form\n" +" -g, --save print all current settings in a stty-readable form\n" +" -F, --file=DEVICE open and use the specified DEVICE instead of stdin\n" +msgstr "" + +#: src/stty.c:532 +msgid "" +"\n" +"Optional - before SETTING indicates negation. An * marks non-POSIX\n" +"settings. The underlying system defines which settings are available.\n" +msgstr "" +"\n" +"Neobvezni minus (-) pred NASTAVITVIJO pomeni njen izklop. Zvezdica (*)\n" +"označuje nastavitve, ki so razširitve standarda POSIX. Dejansko\n" +"dostopne nastavitve so odvisne od sistema.\n" + +#: src/stty.c:537 +msgid "" +"\n" +"Special characters:\n" +" * dsusp CHAR CHAR will send a terminal stop signal once input flushed\n" +" eof CHAR CHAR will send an end of file (terminate the input)\n" +" eol CHAR CHAR will end the line\n" +msgstr "" +"\n" +"Posebni znaki:\n" +" * dsusp ZNAK ZNAK bo, ko počisti vhodni medpomnilnik, poslal signal za\n" +" ustavitev terminala\n" +" eof ZNAK ZNAK bo zaključil datoteko (končal vhod)\n" +" eol ZNAK ZNAK bo zaključil vrstico\n" + +#: src/stty.c:544 +msgid "" +" * eol2 CHAR alternate CHAR for ending the line\n" +" erase CHAR CHAR will erase the last character typed\n" +" intr CHAR CHAR will send an interrupt signal\n" +" kill CHAR CHAR will erase the current line\n" +msgstr "" +" * eol2 ZNAK alternativni ZNAK za zaključek vrstice\n" +" erase ZNAK ZNAK bo pobrisal nazadnje vneseni znak\n" +" intr ZNAK ZNAK bo poslal signal za prekinitev\n" +" kill ZNAK ZNAK bo pobrisal trenutno vrstico\n" + +#: src/stty.c:550 +msgid "" +" * lnext CHAR CHAR will enter the next character quoted\n" +" quit CHAR CHAR will send a quit signal\n" +" * rprnt CHAR CHAR will redraw the current line\n" +" start CHAR CHAR will restart the output after stopping it\n" +msgstr "" +" * lnext ZNAK ZNAK bo vnesel naslednji navedeni znak\n" +" quit ZNAK ZNAK bo poslal signal za končanje\n" +" * rprnt ZNAK ZNAK bo obnovil (ponovno izrisal) trenutno vrstico\n" +" start ZNAK ZNAK bo ponovno pognal ustavljeni izhod\n" + +#: src/stty.c:556 +msgid "" +" stop CHAR CHAR will stop the output\n" +" susp CHAR CHAR will send a terminal stop signal\n" +" * swtch CHAR CHAR will switch to a different shell layer\n" +" * werase CHAR CHAR will erase the last word typed\n" +msgstr "" +" stop ZNAK ZNAK bo ustavil izhod\n" +" susp ZNAK ZNAK bo poslal signal za ustavitev terminala\n" +" * swtch ZNAK ZNAK bo preklopil v drugo plast lupine\n" +" * werase ZNAK ZNAK bo pobrisal nazadnje vneseno besedo\n" + +#: src/stty.c:562 +msgid "" +"\n" +"Special settings:\n" +" N set the input and output speeds to N bauds\n" +" * cols N tell the kernel that the terminal has N columns\n" +" * columns N same as cols N\n" +msgstr "" +"\n" +"Posebne nastavitve:\n" +"\n" +" N hitrosti vhoda in izhoda nastavi na N bitov/s\n" +" * cols N sporoči jedru, da uporabljamo terminal z N stolpci\n" +" * columns N isto kot cols N\n" + +#: src/stty.c:569 +msgid "" +" ispeed N set the input speed to N\n" +" * line N use line discipline N\n" +" min N with -icanon, set N characters minimum for a completed " +"read\n" +" ospeed N set the output speed to N\n" +msgstr "" +" ispeed N vhodno hitrost nastavimo na N bitov/s\n" +" * line N uporabi komunikacijski protokol N\n" +" min N z -icanon; naj bo N znakov minimum pri branju\n" +" ospeed N izhodno hitrost nastavimo na N bitov/s\n" + +#: src/stty.c:575 +msgid "" +" * rows N tell the kernel that the terminal has N rows\n" +" * size print the number of rows and columns according to the " +"kernel\n" +" speed print the terminal speed\n" +" time N with -icanon, set read timeout of N tenths of a second\n" +msgstr "" +" * rows N sporoči jedru, da uporabljamo terminal z N vrsticami\n" +" * size izpiši podatke iz jedra o številu stolpcev in vrstic\n" +" speed izpiši hitrost terminala\n" +" time N z -icanon, nastavi iztek časa pri branju na N desetink " +"sekunde\n" + +#: src/stty.c:581 +msgid "" +"\n" +"Control settings:\n" +" [-]clocal disable modem control signals\n" +" [-]cread allow input to be received\n" +" * [-]crtscts enable RTS/CTS handshaking\n" +" * [-]cdtrdsr enable DTR/DSR handshaking\n" +" csN set character size to N bits, N in [5..8]\n" +msgstr "" + +#: src/stty.c:590 +msgid "" +" [-]cstopb use two stop bits per character (one with '-')\n" +" [-]hup send a hangup signal when the last process closes the tty\n" +" [-]hupcl same as [-]hup\n" +" [-]parenb generate parity bit in output and expect parity bit in " +"input\n" +" [-]parodd set odd parity (or even parity with '-')\n" +msgstr "" +" [-]cstopb dva končna bita za znak (pri »-« je en sam)\n" +" [-]hup pošlji signal za odložitev, ko zadnji proces zapre " +"terminal\n" +" [-]hupcl isto kot [-]hup\n" +" [-]parenb pošiljaj paritetni bit na izhodu in ga pričakuj na vhodu\n" +" [-]parodd izberi liho pariteto (oziroma sodo pri »-«)\n" + +#: src/stty.c:597 +msgid "" +"\n" +"Input settings:\n" +" [-]brkint breaks cause an interrupt signal\n" +" [-]icrnl translate carriage return to newline\n" +" [-]ignbrk ignore break characters\n" +" [-]igncr ignore carriage return\n" +msgstr "" +"\n" +"Vhodne nastavitve:\n" +" [-]brkint prekinitve sprožijo signal za prekinitev\n" +" [-]icrnl pretvori znak CR v NL\n" +" [-]ignbrk ne upoštevaj prekinitvenih znakov\n" +" [-]igncr ne upoštevaj znaka za pomik na levi rob\n" + +#: src/stty.c:605 +msgid "" +" [-]ignpar ignore characters with parity errors\n" +" * [-]imaxbel beep and do not flush a full input buffer on a character\n" +" [-]inlcr translate newline to carriage return\n" +" [-]inpck enable input parity checking\n" +" [-]istrip clear high (8th) bit of input characters\n" +msgstr "" +" [-]ignpar ne upoštevaj znakov z napačno pariteto\n" +" * [-]imaxbel zapiskaj in ne izprazni polnega medpomnilnika na znaku\n" +" [-]inlcr pretvori znak NL v CR\n" +" [-]inpck omogoči preverjanje paritete na vhodu\n" +" [-]istrip najvišji (osmi) bit znakov vedno postavi na nič\n" + +#: src/stty.c:612 +msgid " * [-]iutf8 assume input characters are UTF-8 encoded\n" +msgstr "" +" * [-]iutf8 privzemi, da znaki na vhodu uporabljajo kodiranje UTF-8\n" + +#: src/stty.c:615 +msgid "" +" * [-]iuclc translate uppercase characters to lowercase\n" +" * [-]ixany let any character restart output, not only start character\n" +" [-]ixoff enable sending of start/stop characters\n" +" [-]ixon enable XON/XOFF flow control\n" +" [-]parmrk mark parity errors (with a 255-0-character sequence)\n" +" [-]tandem same as [-]ixoff\n" +msgstr "" +" * [-]iuclc pretvori velike črke v male\n" +" * [-]ixany omogoči, da katerikoli znak, ne le XON, ponovno zažene izpis\n" +" [-]ixoff omogoči pošiljanje znakov XON in XOFF\n" +" [-]ixon omogoči uskladitev z znaki XON/XOFF\n" +" [-]parmrk označi napako v pariteti z zaporedjem 255-0-ZNAK\n" +" [-]tandem enako, kot [-]ixoff\n" + +#: src/stty.c:623 +msgid "" +"\n" +"Output settings:\n" +" * bsN backspace delay style, N in [0..1]\n" +" * crN carriage return delay style, N in [0..3]\n" +" * ffN form feed delay style, N in [0..1]\n" +" * nlN newline delay style, N in [0..1]\n" +msgstr "" +"\n" +"Izhodne nastavitve:\n" +" * bsN slog zakasnitve pri brisalki; N je v intervalu [0..1]\n" +" * crN slog zakasnitve pri pomiku na začetek vrste; N je v [0..3]\n" +" * ffN slog zakasnitve pri pomiku na naslednjo stran; N je v " +"[0..1]\n" +" * nlN slog zakasnitve pri skoku v naslednjo vrsto; N je v [0..1]\n" + +#: src/stty.c:631 +msgid "" +" * [-]ocrnl translate carriage return to newline\n" +" * [-]ofdel use delete characters for fill instead of null characters\n" +" * [-]ofill use fill (padding) characters instead of timing for delays\n" +" * [-]olcuc translate lowercase characters to uppercase\n" +" * [-]onlcr translate newline to carriage return-newline\n" +" * [-]onlret newline performs a carriage return\n" +msgstr "" +" * [-]ocrnl pretvori znake CR v NL\n" +" * [-]ofdel zapolnjuj z znaki za brisanje namesto z znaki NUL\n" +" * [-]ofill uporabi znake za zapolnjevanje namesto časovnih zakasnitev\n" +" * [-]olcuc pretvori male črke v velike\n" +" * [-]onlcr pretvori znake NL v CR\n" +" * [-]onlret znak NL opravi še pomik na začetek vrste\n" + +#: src/stty.c:639 +msgid "" +" * [-]onocr do not print carriage returns in the first column\n" +" [-]opost postprocess output\n" +" * tabN horizontal tab delay style, N in [0..3]\n" +" * tabs same as tab0\n" +" * -tabs same as tab3\n" +" * vtN vertical tab delay style, N in [0..1]\n" +msgstr "" +" * [-]onocr ne izpisuj znakov CR v prvem stolpcu\n" +" [-]opost dodatna obdelava izhoda\n" +" * tabN slog zakasnitve pri tabulatorju; N je v intervalu [0..1]\n" +" * tabs isto kot tab0\n" +" * -tabs isto kot tab3\n" +" * vtN slog zakasnitve pri vertikalnem tabulatorju; N je v [0..1]\n" + +#: src/stty.c:647 +msgid "" +"\n" +"Local settings:\n" +" [-]crterase echo erase characters as backspace-space-backspace\n" +" * crtkill kill all line by obeying the echoprt and echoe settings\n" +" * -crtkill kill all line by obeying the echoctl and echok settings\n" +msgstr "" +"\n" +"Lokalne nastavitve:\n" +" [-]crterase izpisuj znak za brisanje kot brisanje-presledek-brisanje\n" +" * crtkill pobriši celotno vrstico ob upoštevanju echoprt in echoe\n" +" * -crtkill pobriši celotno vrstico ob upoštevanju echoctl in echok\n" + +#: src/stty.c:654 +msgid "" +" * [-]ctlecho echo control characters in hat notation ('^c')\n" +" [-]echo echo input characters\n" +" * [-]echoctl same as [-]ctlecho\n" +" [-]echoe same as [-]crterase\n" +" [-]echok echo a newline after a kill character\n" +msgstr "" +" * [-]ctlecho krmilne znake izpisuj v zapisu s strešico (npr. »^C«)\n" +" [-]echo izpisuj vnesene znake\n" +" * [-]echoctl isto kot [-]ctlecho\n" +" [-]echoe isti kot [-]crterase\n" +" [-]echok izpiši znak za novo vrstico po brisanju vrstice\n" + +#: src/stty.c:661 +msgid "" +" * [-]echoke same as [-]crtkill\n" +" [-]echonl echo newline even if not echoing other characters\n" +" * [-]echoprt echo erased characters backward, between '\\' and '/'\n" +" [-]icanon enable erase, kill, werase, and rprnt special characters\n" +" [-]iexten enable non-POSIX special characters\n" +msgstr "" +" * [-]echoke isto kot [-]crtkill\n" +" [-]echonl izpisuj znak za novo vrstico, četudi ostalih ne\n" +" * [-]echoprt izpisuj pobrisane znake nazaj, med »\\« in »/«\n" +" [-]icanon omogoči posebne znake erase, kill, werase in rprnt\n" +" [-]iexten omogoči posebne znake, ki niso del priporočila POSIX\n" + +#: src/stty.c:668 +msgid "" +" [-]isig enable interrupt, quit, and suspend special characters\n" +" [-]noflsh disable flushing after interrupt and quit special " +"characters\n" +" * [-]prterase same as [-]echoprt\n" +" * [-]tostop stop background jobs that try to write to the terminal\n" +" * [-]xcase with icanon, escape with '\\' for uppercase characters\n" +msgstr "" +" [-]isig omogoči posebne znake interrupt, quit in suspend\n" +" [-]noflsh onemogoči izpraznitev medpomnilnika po znakih interrupt in " +"quit\n" +" * [-]prterase isto kot [-]echoprt\n" +" * [-]tostop ustavi vsa opravila v ozadju, ki poskušajo pisati na " +"terminal\n" +" * [-]xcase skupaj z icanon, predhodi vse velike črke z obratno\n" +" poševnico »\\«\n" + +#: src/stty.c:675 +msgid "" +"\n" +"Combination settings:\n" +" * [-]LCASE same as [-]lcase\n" +" cbreak same as -icanon\n" +" -cbreak same as icanon\n" +msgstr "" +"\n" +"Kombinacijske nastavitve:\n" +" * [-]LCASE isto kot [-]lcase\n" +" cbreak isto kot -icanon\n" +" -cbreak isto kot icanon\n" + +#: src/stty.c:682 +msgid "" +" cooked same as brkint ignpar istrip icrnl ixon opost isig\n" +" icanon, eof and eol characters to their default values\n" +" -cooked same as raw\n" +" crt same as echoe echoctl echoke\n" +msgstr "" +" cooked isto kot brkint ignpar istrip icrnl ixon opost isig\n" +" icanon, znaka eof in eol na njuni privzeti vrednosti\n" +" -cooked isto kot raw\n" +" crt isto kot echoe echoctl echoke\n" + +#: src/stty.c:688 +msgid "" +" dec same as echoe echoctl echoke -ixany intr ^c erase 0177\n" +" kill ^u\n" +" * [-]decctlq same as [-]ixany\n" +" ek erase and kill characters to their default values\n" +" evenp same as parenb -parodd cs7\n" +msgstr "" +" dec isto kot echoe echoctl echoke -ixany intr ^c erase 0177\n" +" kill ^u\n" +" * [-]decctlq isto kot [-]ixany\n" +" ek znaka erase in kill na njuni privzeti vrednosti\n" +" evenp isto kot parenb -parodd cs7\n" + +#: src/stty.c:695 +msgid "" +" -evenp same as -parenb cs8\n" +" * [-]lcase same as xcase iuclc olcuc\n" +" litout same as -parenb -istrip -opost cs8\n" +" -litout same as parenb istrip opost cs7\n" +" nl same as -icrnl -onlcr\n" +" -nl same as icrnl -inlcr -igncr onlcr -ocrnl -onlret\n" +msgstr "" +" -evenp isto kot -parenb cs8\n" +" * [-]lcase isto kot xcase iuclc olcuc\n" +" litout isto kot -parenb -istrip -opost cs8\n" +" -litout isto kot parenb istrip opost cs7\n" +" nl isto kot -icrnl -onlcr\n" +" -nl isto kot icrnl -inlcr -igncr onlcr -ocrnl -onlret\n" + +#: src/stty.c:703 +msgid "" +" oddp same as parenb parodd cs7\n" +" -oddp same as -parenb cs8\n" +" [-]parity same as [-]evenp\n" +" pass8 same as -parenb -istrip cs8\n" +" -pass8 same as parenb istrip cs7\n" +msgstr "" +" oddp isto kot parenb parodd cs7\n" +" -oddp isto kot -parenb cs8\n" +" [-]parity isto kot [-]evenp\n" +" pass8 isto kot -parenb -istrip cs8\n" +" -pass8 isto kot parenb istrip cs7\n" + +#: src/stty.c:710 +msgid "" +" raw same as -ignbrk -brkint -ignpar -parmrk -inpck -istrip\n" +" -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany\n" +" -imaxbel -opost -isig -icanon -xcase min 1 time 0\n" +" -raw same as cooked\n" +msgstr "" +" raw isto kot -ignbrk -brkint -ignpar -parmrk -inpck -istrip\n" +" -inlcr -igncr -icrnl -ixon -ixoff -iuclc -ixany\n" +" -imaxbel -opost -isig -icanon -xcase min 1 time 0\n" +" -raw isto kot cooked\n" + +#: src/stty.c:716 +msgid "" +" sane same as cread -ignbrk brkint -inlcr -igncr icrnl -iutf8\n" +" -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n" +" -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n" +" isig icanon iexten echo echoe echok -echonl -noflsh\n" +" -xcase -tostop -echoprt echoctl echoke, all special\n" +" characters to their default values\n" +msgstr "" +" sane isto kot cread -ignbrk brkint -inlcr -igncr icrnl -iutf8\n" +" -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n" +" -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n" +" isig icanon iexten echo echoe echok -echonl -noflsh\n" +" -xcase -tostop -echoprt echoctl echoke, vsi posebni znaki\n" +" na njihove privzete vrednosti\n" + +#: src/stty.c:724 +msgid "" +"\n" +"Handle the tty line connected to standard input. Without arguments,\n" +"prints baud rate, line discipline, and deviations from stty sane. In\n" +"settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n" +"127; special values ^- or undef used to disable special characters.\n" +msgstr "" +"\n" +"Upravljaj s terminalskim vodom, povezanim s standardnim vhodom. Brez\n" +"argumentov izpiše hitrost, komunikacijski protokol in vse spremembe\n" +"glede na stty sane. Pri nastavitvah je ZNAK mogoče podati dobesedno,\n" +"ali pa v notacijah ^c, 0x37, 0177 ali 127; s posebnimi vrednostmi ^-\n" +"in undef prekličemo nastavitve posebnih znakov.\n" + +#: src/stty.c:796 +#, c-format +msgid "only one device may be specified" +msgstr "navedena je lahko samo ena enota" + +#: src/stty.c:826 +#, c-format +msgid "" +"the options for verbose and stty-readable output styles are\n" +"mutually exclusive" +msgstr "" +"izbiri za izpis v človeku berljivi obliki ter obliki, ki jo lahko prebere\n" +"stty, sta si nasprotujoči" + +#: src/stty.c:832 +#, c-format +msgid "when specifying an output style, modes may not be set" +msgstr "pri določanju sloga izhoda ni mogoče nastavljati načinov" + +#: src/stty.c:847 +#, c-format +msgid "%s: couldn't reset non-blocking mode" +msgstr "%s: ne-blokirnega načina ni mogoče ponovno zagnati" + +#: src/stty.c:892 src/stty.c:1002 +#, c-format +msgid "invalid argument %s" +msgstr "neveljavni argument %s" + +#: src/stty.c:903 src/stty.c:920 src/stty.c:932 src/stty.c:945 src/stty.c:957 +#: src/stty.c:977 +#, c-format +msgid "missing argument to %s" +msgstr "izbiri %s manjka argument" + +#: src/stty.c:983 +#, c-format +msgid "invalid line discipline %s" +msgstr "neveljavni komunikacijski protokol %s" + +#: src/stty.c:1053 +#, c-format +msgid "%s: unable to perform all requested operations" +msgstr "%s: vseh zahtevanih operacij se ni dalo izvesti" + +#: src/stty.c:1399 +#, c-format +msgid "%s: no size information for this device" +msgstr "%s: ni podatka o velikosti te enote" + +#: src/stty.c:1920 +#, c-format +msgid "invalid integer argument %s" +msgstr "neveljavni celoštevilčni argument %s" + +#. This is a proper name. See the gettext manual, section Names. +#: src/sum.c:37 +msgid "Kayvan Aghaiepour" +msgstr "Kayvan Aghaiepour" + +#: src/sum.c:62 +msgid "" +"Print checksum and block counts for each FILE.\n" +"\n" +" -r use BSD sum algorithm, use 1K blocks\n" +" -s, --sysv use System V sum algorithm, use 512 bytes blocks\n" +msgstr "" +"Za vsako DATOTEKO izpiše nadzorno vsoto in število blokov.\n" +"\n" +" -r algoritem BSD za nadzorno vsoto, velikost blokov 1 KB\n" +" -s, --sysv algoritmom System V za nadzorno vsoto, velikost blokov 512 " +"B\n" + +#: src/sync.c:41 +msgid "" +"Force changed blocks to disk, update the super block.\n" +"\n" +msgstr "" +"Stanje na disku uskladimo s stanjem v diskovnem medpomnilniku.\n" +"\n" + +#: src/sync.c:69 +#, c-format +msgid "ignoring all arguments" +msgstr "ne upoštevamo nobenih argumentov" + +#: src/system.h:343 +#, c-format +msgid "" +"\n" +"NOTE: your shell may have its own version of %s, which usually supersedes\n" +"the version described here. Please refer to your shell's documentation\n" +"for details about the options it supports.\n" +msgstr "" +"\n" +"OPOZORILO: vaša ukazna lupina ima lahko vgrajeno vrednost %s, ki navadno\n" +"prevlada nad tu opisano različico. Prosimo, obrnite se na dokumentacijo\n" +"vaše ukazne lupine za podrobnosti o podprtih izbirah.\n" + +#: src/system.h:349 +msgid " --help display this help and exit\n" +msgstr " --help ta navodila\n" + +#: src/system.h:351 +msgid " --version output version information and exit\n" +msgstr " --version različica programa\n" + +#: src/system.h:544 +msgid "" +"\n" +"Mandatory arguments to long options are mandatory for short options too.\n" +msgstr "" + +#: src/system.h:552 +msgid "" +"\n" +"SIZE is an integer and optional unit (example: 10M is 10*1024*1024). Units\n" +"are K, M, G, T, P, E, Z, Y (powers of 1024) or KB, MB, ... (powers of " +"1000).\n" +msgstr "" +"\n" +"VELIKOST je celo število, ki mu lahko sledi enota (npr. 10M = " +"10×1024×1024).\n" +"Enote so K, M, G, T, P, E, Z, Y (potence 1024) ali KB, MB... (potence " +"1000).\n" + +#: src/system.h:561 +#, c-format +msgid "" +"\n" +"Display values are in units of the first available SIZE from --block-size,\n" +"and the %s_BLOCK_SIZE, BLOCK_SIZE and BLOCKSIZE environment variables.\n" +"Otherwise, units default to 1024 bytes (or 512 if POSIXLY_CORRECT is set).\n" +msgstr "" +"\n" +"Izpisane vrednosti so v enotah prve razpoložljive ENOTE, podane z izbiro\n" +"--block-size ter s spremenljivkami okolja %s_BLOCK_SIZE, BLOCK_SIZE in\n" +"BLOCKSIZE. Privzeta enota je 1024 bajtov (512 pri nastavljenem " +"POSIXLY_CORRECT).\n" + +#: src/system.h:571 +#, c-format +msgid "" +"\n" +"Report %s bugs to %s\n" +msgstr "" +"\n" +"Napake v programu %s sporočite na %s\n" + +#. TRANSLATORS: Replace LANG_CODE in this URL with your language code +#. to form one of +#. the URLs at http://translationproject.org/team/. Otherwise, replace +#. the entire URL with your translation team's email address. +#: src/system.h:585 +#, c-format +msgid "Report %s translation bugs to \n" +msgstr "" +"Napake v prevodu %s sporočite na " +"\n" + +#: src/system.h:589 +#, c-format +msgid "For complete documentation, run: info coreutils '%s invocation'\n" +msgstr "Za popolno dokumentacijo zaženite: info coreutils '%s invocation'\n" + +#: src/system.h:596 +#, c-format +msgid "Try '%s --help' for more information.\n" +msgstr "Poskusite »%s --help« za izčrpnejša navodila\n" + +#: src/system.h:628 +#, c-format +msgid "" +"WARNING: Circular directory structure.\n" +"This almost certainly means that you have a corrupted file system.\n" +"NOTIFY YOUR SYSTEM MANAGER.\n" +"The following directory is part of the cycle:\n" +" %s\n" +msgstr "" +"POZOR: Cirkularna struktura imenikov.\n" +"To skoraj gotovo pomeni resno napako v datotečnem sistemu.\n" +"OBVESTITE UPRAVITELJA SISTEMA.\n" +"Naslednja dva imenika imata isto število inode:\n" +" %s\n" + +#. This is a proper name. See the gettext manual, section Names. +#: src/tac.c:58 +msgid "Jay Lepreau" +msgstr "Jay Lepreau" + +#: src/tac.c:137 +msgid "" +"Write each FILE to standard output, last line first.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/tac.c:144 +msgid "" +" -b, --before attach the separator before instead of after\n" +" -r, --regex interpret the separator as a regular expression\n" +" -s, --separator=STRING use STRING as the separator instead of newline\n" +msgstr "" +" -b, --before ločilo dodamo pred, ne za izpisano vrstico\n" +" -r, --regex ločila obravnavamo kot regularne izraze\n" +" -s, --separator=NIZ vrstice naj ločuje NIZ, ne znak za novo vrstico\n" + +#: src/tac.c:234 src/tac.c:335 +#, c-format +msgid "%s: seek failed" +msgstr "%s: klic seek ni uspel" + +#: src/tac.c:263 +#, c-format +msgid "record too large" +msgstr "zapis je prevelik" + +#: src/tac.c:450 +#, c-format +msgid "failed to create temporary file in %s" +msgstr "začasne datoteke v %s ni mogoče ustvariti" + +#: src/tac.c:458 +#, c-format +msgid "failed to open %s for writing" +msgstr "%s ni mogoče odpreti za pisanje" + +#: src/tac.c:475 +#, c-format +msgid "failed to rewind stream for %s" +msgstr "toka za %s ni mogoče previti na začetek" + +#: src/tac.c:511 src/tac.c:518 +#, c-format +msgid "%s: write error" +msgstr "%s: napaka pri pisanju" + +#: src/tac.c:571 +#, c-format +msgid "failed to open %s for reading" +msgstr "datoteke %s ni mogoče odpreti za branje" + +#: src/tac.c:629 +#, c-format +msgid "separator cannot be empty" +msgstr "ločilo ne more biti prazno" + +#. This is a proper name. See the gettext manual, section Names. +#: src/tail.c:71 +msgid "Ian Lance Taylor" +msgstr "Ian Lance Taylor" + +#: src/tail.c:262 +#, c-format +msgid "" +"Print the last %d lines of each FILE to standard output.\n" +"With more than one FILE, precede each with a header giving the file name.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/tail.c:270 +msgid "" +" -c, --bytes=K output the last K bytes; alternatively, use -c " +"+K\n" +" to output bytes starting with the Kth of each " +"file\n" +msgstr "" +" -c, --bytes=K izpiši zadnjih K bajtov datoteke; uporabite -c " +"+K\n" +" za izpis bajtov od K-tega dalje v vsaki datoteki\n" + +#: src/tail.c:274 +msgid "" +" -f, --follow[={name|descriptor}]\n" +" output appended data as the file grows;\n" +" -f, --follow, and --follow=descriptor are\n" +" equivalent\n" +" -F same as --follow=name --retry\n" +msgstr "" +" -f, --follow[={name|descriptor}] pri datotekah, ki rastejo, sledimo\n" +" trenutnemu koncu datoteke; -f, --follow in\n" +" --follow=descriptor so sopomenke\n" +" -F isto kot --follow=name --retry\n" + +#: src/tail.c:281 +#, c-format +msgid "" +" -n, --lines=K output the last K lines, instead of the last %d;\n" +" or use -n +K to output lines starting with the " +"Kth\n" +" --max-unchanged-stats=N\n" +" with --follow=name, reopen a FILE which has not\n" +" changed size after N (default %d) iterations\n" +" to see if it has been unlinked or renamed\n" +" (this is the usual case of rotated log files).\n" +" With inotify, this option is rarely useful.\n" +msgstr "" +" -n, --lines=K izpiši zadnjih K vrstic namesto privzetih %d;\n" +" uporabite -n +K za izpis vrstic začenši z K-to\n" +" --max-unchanged-stats=N\n" +" skupaj z --follow=name, ponovno odpri DATOTEKO, " +"ki\n" +" se ni spremenila v zadnjih N (privzeto %d) " +"branjih;\n" +" s tem preverimo, ali vmes ni bila izbrisana ali\n" +" preimenovana (uporabno pri dnevniških " +"datotekah).\n" +" Z inotify je ta izbira redkokdaj uporabna.\n" + +#: src/tail.c:294 +msgid "" +" --pid=PID with -f, terminate after process ID, PID dies\n" +" -q, --quiet, --silent never output headers giving file names\n" +" --retry keep trying to open a file even when it is or\n" +" becomes inaccessible; useful when following by\n" +" name, i.e., with --follow=name\n" +msgstr "" +" --pid=PID z -f, uniči opravilo po opravilu ID, PID se konča\n" +" -q, --quiet, --silent nikoli ne izpiši glave z imeni datoteke\n" +" --retry poskušaj odpreti datoteko, četudi ni ali pa \n" +" postane nedostopna; uporabno, ko sledi ime,\n" +" npr. z --follow=ime\n" + +#: src/tail.c:301 +msgid "" +" -s, --sleep-interval=N with -f, sleep for approximately N seconds\n" +" (default 1.0) between iterations.\n" +" With inotify and --pid=P, check process P at\n" +" least once every N seconds.\n" +" -v, --verbose always output headers giving file names\n" +msgstr "" +" -s, --sleep-interval=N skupaj z -f, premor približno N sekund\n" +" (privzeto 1,0 sekunda) med ponovitvami.\n" +" Z inotify in --pid=P, preveri proces P najmanj\n" +" vsakih N sekund.\n" +" -v, --verbose vedno z izpisom glave z imenom datoteke\n" + +#: src/tail.c:310 +msgid "" +"\n" +"If the first character of K (the number of bytes or lines) is a '+',\n" +"print beginning with the Kth item from the start of each file, otherwise,\n" +"print the last K items in the file. K may have a multiplier suffix:\n" +"b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024,\n" +"GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y.\n" +"\n" +msgstr "" +"\n" +"Če je število K (število vrstic ali bajtov) predznačeno z znakom »+« " +"(plus),\n" +"pričnemo izpis od K-te vrstice (K-tega bajta) naprej namesto zadnjih K\n" +"vrstic (bajtov) v vsaki datoteki. K ima lahko množiteljsko pripono:\n" +"b za množenje s 512, kB = 1000, K = 1024, MB = 1000×1000, M = 1024×1024,\n" +"GB = 1000×1000×1000, G = 1024×1024×1024, in tako dalje za T, P, E, Z, Y.\n" +"\n" + +#: src/tail.c:319 +msgid "" +"With --follow (-f), tail defaults to following the file descriptor, which\n" +"means that even if a tail'ed file is renamed, tail will continue to track\n" +"its end. This default behavior is not desirable when you really want to\n" +"track the actual name of the file, not the file descriptor (e.g., log\n" +"rotation). Use --follow=name in that case. That causes tail to track the\n" +"named file in a way that accommodates renaming, removal and creation.\n" +msgstr "" +"Ob podani izbiri --follow (-f) »tail« sledi opisniku datoteke, kar pomeni, " +"da\n" +"»tail« nadaljuje s spremnljanjem konca datoteke, četudi je ta preimenovana.\n" +"Privzeti način ni uporaben, če želimo spremljati datoteko z danim imenom \n" +"(npr. dnevniški zapisi). V tem primeru uporabimo --follow=name. V tem " +"načinu\n" +"»tail« periodično poskusi odpreti datoteko in tako preverja, ali ta še\n" +"obstaja, ali pa je bila vmes zbrisana ter ponovno ustvarjena.\n" + +#: src/tail.c:378 +#, c-format +msgid "closing %s (fd=%d)" +msgstr "zapiramo %s (fd=%d)" + +#: src/tail.c:453 +#, c-format +msgid "%s: cannot seek to relative offset %s" +msgstr "%s: premik na relativni odmik %s ni mogoč" + +#: src/tail.c:457 +#, c-format +msgid "%s: cannot seek to end-relative offset %s" +msgstr "%s: premik na odmik %s (relativno od konca) ni mogoč" + +#: src/tail.c:894 +#, c-format +msgid "cannot determine location of %s. reverting to polling" +msgstr "ni moč ugotoviti lokacije %s, uporabljamo programsko izpraševanje" + +#: src/tail.c:906 +#, c-format +msgid "" +"unrecognized file system type 0x%08lx for %s. please report this to %s. " +"reverting to polling" +msgstr "" +"neprepoznan tip datotečnega sistema 0x%08lx za %s. Prosimo, javite to " +"napako na %s. namesto tega uporabljamo programsko izpraševanje" + +#: src/tail.c:963 +#, c-format +msgid "%s has become inaccessible" +msgstr "%s je postala nedostopna" + +#: src/tail.c:980 +#, c-format +msgid "%s has been replaced with an untailable file; giving up on this name" +msgstr "" +"%s je bila nadomeščena z datoteko, kateri ni moč slediti konca; opuščamo" + +#: src/tail.c:989 +#, c-format +msgid "%s has been replaced with a remote file. giving up on this name" +msgstr "%s je bila nadomeščena z datoteko na oddaljeni lokaciji; opuščamo" + +#: src/tail.c:1010 +#, c-format +msgid "%s has become accessible" +msgstr "%s je postala dostopna" + +#: src/tail.c:1018 +#, c-format +msgid "%s has appeared; following end of new file" +msgstr "%s se je pojavila; sledimo konec nove datoteka" + +#: src/tail.c:1029 +#, c-format +msgid "%s has been replaced; following end of new file" +msgstr "%s je bila zamenjana; sledimo konec nove datoteke" + +#: src/tail.c:1130 +#, c-format +msgid "%s: cannot change nonblocking mode" +msgstr "%s: ne-blokirnega načina ni mogoče spremeniti" + +#: src/tail.c:1172 src/tail.c:1287 +#, c-format +msgid "%s: file truncated" +msgstr "%s: datoteka je porezana" + +#: src/tail.c:1196 src/tail.c:1442 +#, c-format +msgid "no files remaining" +msgstr "nobene datoteke ni več" + +#: src/tail.c:1369 +#, c-format +msgid "cannot watch parent directory of %s" +msgstr "opazovanje nadimenika %s ni mogoče" + +#: src/tail.c:1372 src/tail.c:1387 +#, c-format +msgid "inotify resources exhausted" +msgstr "viri za inotify so izčrpani" + +#: src/tail.c:1390 src/tail.c:1519 +#, c-format +msgid "cannot watch %s" +msgstr "opazovanje %s ni mogoče" + +#: src/tail.c:1473 +#, c-format +msgid "error monitoring inotify event" +msgstr "napaka pri nadzoru dogodka inotify" + +#: src/tail.c:1493 +#, c-format +msgid "error reading inotify event" +msgstr "napaka pri branju dogodka inotify" + +#: src/tail.c:1786 +#, c-format +msgid "%s: cannot follow end of this type of file; giving up on this name" +msgstr "" +"%s: koncu te zvrsti datoteke ni mogoče slediti; s tem imenom odnehamo" + +#: src/tail.c:1903 +#, c-format +msgid "number in %s is too large" +msgstr "število v %s je preveliko" + +#: src/tail.c:1975 +#, c-format +msgid "%s: invalid maximum number of unchanged stats between opens" +msgstr "" +"%s: neveljavno največje število nespremenjenih statusov med odpiranji" + +#: src/tail.c:1991 +#, c-format +msgid "%s: invalid PID" +msgstr "%s: neveljavna številka procesa (PID)" + +#: src/tail.c:2010 +#, c-format +msgid "%s: invalid number of seconds" +msgstr "%s: neveljavno število sekund" + +#: src/tail.c:2026 +#, c-format +msgid "option used in invalid context -- %c" +msgstr "izbira je uporabljena v neveljavnem kontekstu -- %c" + +#: src/tail.c:2034 +#, c-format +msgid "warning: --retry is useful mainly when following by name" +msgstr "" +"opozorilo: izbira --retry je večinoma uporabna le, kadar ji sledi ime" + +#: src/tail.c:2038 +#, c-format +msgid "warning: PID ignored; --pid=PID is useful only when following" +msgstr "opozorilo: PID ni upoštevan; --pid=PID je uporabno samo pri sledenju" + +#: src/tail.c:2041 +#, c-format +msgid "warning: --pid=PID is not supported on this system" +msgstr "opozorilo: izbira --pid=PID na tem sistemu ni podprta" + +#: src/tail.c:2142 +#, c-format +msgid "cannot follow %s by name" +msgstr "sledenje %s po imenu ni mogoče" + +#: src/tail.c:2148 +#, c-format +msgid "warning: following standard input indefinitely is ineffective" +msgstr "opozorilo: sledenje standardnemu vhodu za vekomaj ni učinkovito" + +#: src/tail.c:2209 +#, c-format +msgid "inotify cannot be used, reverting to polling" +msgstr "ni moč uporabiti inotify, uporabljamo programsko izpraševanje" + +#: src/tee.c:63 +msgid "" +"Copy standard input to each FILE, and also to standard output.\n" +"\n" +" -a, --append append to the given FILEs, do not overwrite\n" +" -i, --ignore-interrupts ignore interrupt signals\n" +msgstr "" +"Standarni vhod prepišemo na standardni izhod in še na vse navedene " +"DATOTEKE.\n" +"\n" +" -a, --append dodajaj na konec datoteke, namesto da pišeš " +"prek\n" +" -i, --ignore-interrupts ne upoštevaj signalov za prekinitev\n" + +#: src/tee.c:71 +msgid "" +"\n" +"If a FILE is -, copy again to standard output.\n" +msgstr "" +"\n" +"Če je DATOTEKA enaka -, prepišemo nazaj na standardni izhod.\n" + +#: src/test.c:123 +#, c-format +msgid "missing argument after %s" +msgstr "manjkajoč argument za %s" + +#: src/test.c:159 +#, c-format +msgid "invalid integer %s" +msgstr "neveljavno celo število %s" + +#: src/test.c:241 +msgid "')' expected" +msgstr "pričakuje se »)«" + +#: src/test.c:244 +#, c-format +msgid "')' expected, found %s" +msgstr "pričakuje se »)«, naleteli na %s" + +#: src/test.c:260 src/test.c:618 +#, c-format +msgid "%s: unary operator expected" +msgstr "%s: pričakuje se unarni operator" + +#: src/test.c:329 +msgid "-nt does not accept -l" +msgstr "-nt ne sprejema -l" + +#: src/test.c:342 +msgid "-ef does not accept -l" +msgstr "-ef ne sprejema -l" + +#: src/test.c:358 +msgid "-ot does not accept -l" +msgstr "-ot ne sprejema -l" + +#: src/test.c:367 +msgid "unknown binary operator" +msgstr "neznan binarni operator" + +#: src/test.c:646 +#, c-format +msgid "%s: binary operator expected" +msgstr "%s: pričakuje se binarni operator" + +#: src/test.c:704 +msgid "" +"Usage: test EXPRESSION\n" +" or: test\n" +" or: [ EXPRESSION ]\n" +" or: [ ]\n" +" or: [ OPTION\n" +msgstr "" +"Uporaba: test IZRAZ\n" +" ali: test\n" +" ali: [ IZRAZ ]\n" +" ali: [ ]\n" +" ali: [ IZBIRA\n" + +#: src/test.c:711 +msgid "" +"Exit with the status determined by EXPRESSION.\n" +"\n" +msgstr "" +"Ovrednoti IZRAZ in rezultat vrne kot izhodno kodo.\n" +"\n" + +#: src/test.c:717 +msgid "" +"\n" +"An omitted EXPRESSION defaults to false. Otherwise,\n" +"EXPRESSION is true or false and sets exit status. It is one of:\n" +msgstr "" +"\n" +"Rezultat ovrednotenja IZRAZA je lahko resnično (true) ali neresnično " +"(false).\n" +"Izpuščen IZRAZ se privzeto ovrednoti kot neresnično. IZRAZ je eden od:\n" + +#: src/test.c:722 +msgid "" +"\n" +" ( EXPRESSION ) EXPRESSION is true\n" +" ! EXPRESSION EXPRESSION is false\n" +" EXPRESSION1 -a EXPRESSION2 both EXPRESSION1 and EXPRESSION2 are true\n" +" EXPRESSION1 -o EXPRESSION2 either EXPRESSION1 or EXPRESSION2 is true\n" +msgstr "" +"\n" +" ( IZRAZ ) IZRAZ je pravilen\n" +" ! IZRAZ IZRAZ ni pravilen\n" +" IZRAZ1 -a IZRAZ2 IZRAZ1 in IZRAZ2 sta oba pravilna\n" +" IZRAZ1 -o IZRAZ2 IZRAZ1 ali IZRAZ2 sta pravilna\n" + +#: src/test.c:729 +msgid "" +"\n" +" -n STRING the length of STRING is nonzero\n" +" STRING equivalent to -n STRING\n" +" -z STRING the length of STRING is zero\n" +" STRING1 = STRING2 the strings are equal\n" +" STRING1 != STRING2 the strings are not equal\n" +msgstr "" +"\n" +" [-n] NIZ dolžina NIZA je večja od nič\n" +" NIZ isto kot -n NIZ\n" +" -z NIZ dolžina NIZA je enaka nič\n" +" NIZ1 = NIZ2 niza sta enaka\n" +" NIZ1 != NIZ2 niza se razlikujeta\n" + +#: src/test.c:737 +msgid "" +"\n" +" INTEGER1 -eq INTEGER2 INTEGER1 is equal to INTEGER2\n" +" INTEGER1 -ge INTEGER2 INTEGER1 is greater than or equal to INTEGER2\n" +" INTEGER1 -gt INTEGER2 INTEGER1 is greater than INTEGER2\n" +" INTEGER1 -le INTEGER2 INTEGER1 is less than or equal to INTEGER2\n" +" INTEGER1 -lt INTEGER2 INTEGER1 is less than INTEGER2\n" +" INTEGER1 -ne INTEGER2 INTEGER1 is not equal to INTEGER2\n" +msgstr "" +"\n" +" ŠTEVILO1 -eq ŠTEVILO2 celo ŠTEVILO1 je enako celemu ŠTEVILU2\n" +" ŠTEVILO1 -ge ŠTEVILO2 celo ŠTEVILO1 je večje ali enako od celega " +"ŠTEVILU2\n" +" ŠTEVILO1 -gt ŠTEVILO2 celo ŠTEVILO1 je večje od celega ŠTEVILU2\n" +" ŠTEVILO1 -le ŠTEVILO2 celo ŠTEVILO1 je manjše ali enako od celega " +"ŠTEVILU2\n" +" ŠTEVILO1 -lt ŠTEVILO2 celo ŠTEVILO1 je manjše od celega ŠTEVILU2\n" +" ŠTEVILO1 -ne ŠTEVILO2 celo ŠTEVILO1 ni enako celemu ŠTEVILU2\n" + +#: src/test.c:746 +msgid "" +"\n" +" FILE1 -ef FILE2 FILE1 and FILE2 have the same device and inode numbers\n" +" FILE1 -nt FILE2 FILE1 is newer (modification date) than FILE2\n" +" FILE1 -ot FILE2 FILE1 is older than FILE2\n" +msgstr "" +"\n" +" DATOTEKA1 -ef DATOTEKA2 datoteki imata isto številko naprave in inoda\n" +" DATOTEKA1 -nt DATOTEKA2 DATOTEKA1 je bila spremenjena kasneje kot " +"DATOTEKA2\n" +" DATOTEKA1 -ot DATOTEKA2 DATOTEKA1 je bila spremenjena prej kot DATOTEKA2\n" + +#: src/test.c:752 +msgid "" +"\n" +" -b FILE FILE exists and is block special\n" +" -c FILE FILE exists and is character special\n" +" -d FILE FILE exists and is a directory\n" +" -e FILE FILE exists\n" +msgstr "" +"\n" +" -b DATOTEKA DATOTEKA obstaja in je bločna posebna enota\n" +" -c DATOTEKA DATOTEKA obstaja in je znakovna posebna enota\n" +" -d DATOTEKA DATOTEKA obstaja in je imenik\n" +" -e DATOTEKA DATOTEKA obstaja\n" + +#: src/test.c:759 +msgid "" +" -f FILE FILE exists and is a regular file\n" +" -g FILE FILE exists and is set-group-ID\n" +" -G FILE FILE exists and is owned by the effective group ID\n" +" -h FILE FILE exists and is a symbolic link (same as -L)\n" +" -k FILE FILE exists and has its sticky bit set\n" +msgstr "" +" -f DATOTEKA DATOTEKA obstaja in je navadna datoteka\n" +" -g DATOTEKA DATOTEKA obstaja in ima postavljen bit SGID\n" +" -G DATOTEKA DATOTEKA obstaja in pripada isti skupini\n" +" -h DATOTEKA DATOTEKA obstaja in je simbolna povezava (isto kot -L)\n" +" -k DATOTEKA DATOTEKA obstaja in ima postavljen lepljivi bit\n" + +#: src/test.c:766 +msgid "" +" -L FILE FILE exists and is a symbolic link (same as -h)\n" +" -O FILE FILE exists and is owned by the effective user ID\n" +" -p FILE FILE exists and is a named pipe\n" +" -r FILE FILE exists and read permission is granted\n" +" -s FILE FILE exists and has a size greater than zero\n" +msgstr "" +" -L DATOTEKA DATOTEKA obstaja in je simbolna povezava (isto kot -h)\n" +" -O DATOTEKA DATOTEKA obstaja in pripada istemu uporabniku\n" +" -p DATOTEKA DATOTEKA obstaja in je poimenovana cev\n" +" -r DATOTEKA DATOTEKA obstaja in jo smemo brati\n" +" -s DATOTEKA DATOTEKA obstaja in ni prazna (dolžina > 0)\n" + +#: src/test.c:773 +msgid "" +" -S FILE FILE exists and is a socket\n" +" -t FD file descriptor FD is opened on a terminal\n" +" -u FILE FILE exists and its set-user-ID bit is set\n" +" -w FILE FILE exists and write permission is granted\n" +" -x FILE FILE exists and execute (or search) permission is granted\n" +msgstr "" +" -S DATOTEKA DATOTEKA obstaja in je vtičnica\n" +" -t DATOTEKA deskriptor DATOTEKE (navadno standarni izhod) je odprt na " +"terminalu\n" +" -u DATOTEKA DATOTEKA obstaja in ima postavljen bit SUID\n" +" -w DATOTEKA DATOTEKA obstaja in nanjo smemo pisati\n" +" -x DATOTEKA DATOTEKA obstaja in jo smemo izvajati ali iskati\n" + +#: src/test.c:780 +msgid "" +"\n" +"Except for -h and -L, all FILE-related tests dereference symbolic links.\n" +"Beware that parentheses need to be escaped (e.g., by backslashes) for " +"shells.\n" +"INTEGER may also be -l STRING, which evaluates to the length of STRING.\n" +msgstr "" +"\n" +"Razen pri izbirah -h in -L se pri vseh testih v zvezi z DATOTEKAMI sledi\n" +"simbolnim povezavam. Pazite na to, da je potrebno oklepaje opremiti z\n" +"obratnimi poševnicami, da jih ne tolmači ukazna lupina. Celo ŠTEVILO je\n" +"lahko tudi -l NIZ, ki se ovrednoti na dolžino NIZA.\n" + +#: src/test.c:786 +msgid "" +"\n" +"NOTE: [ honors the --help and --version options, but test does not.\n" +"test treats each of those as it treats any other nonempty STRING.\n" +msgstr "" +"\n" +"Pomnite: [ upošteva izbiri --help in --version, »test« pa ne.\n" +"»test« tudi ta niza obravnava enako kot druge neprazne NIZE.\n" + +#: src/test.c:791 +msgid "test and/or [" +msgstr "test in/ali [" + +#. This is a proper name. See the gettext manual, section Names. +#: src/test.c:803 +msgid "Kevin Braunsdorf" +msgstr "Kevin Braunsdorf" + +#. This is a proper name. See the gettext manual, section Names. +#: src/test.c:804 +msgid "Matthew Bradburn" +msgstr "Matthew Bradburn" + +#: src/test.c:858 +msgid "missing ']'" +msgstr "manjkajoč »]«" + +#: src/test.c:872 +#, c-format +msgid "extra argument %s" +msgstr "odvečen argument %s" + +#: src/timeout.c:112 +#, c-format +msgid "warning: sigprocmask" +msgstr "" + +#: src/timeout.c:145 +#, c-format +msgid "warning: timer_settime" +msgstr "opozorilo: timer_settime" + +#: src/timeout.c:150 +#, c-format +msgid "warning: timer_create" +msgstr "opozorilo: timer_create" + +#: src/timeout.c:225 +#, c-format +msgid "" +"Usage: %s [OPTION] DURATION COMMAND [ARG]...\n" +" or: %s [OPTION]\n" +msgstr "" +"Uporaba: %s [IZBIRA] TRAJANJE UKAZ [ARGUMENT] ...\n" +" ali: %s [IZBIRA]\n" + +#: src/timeout.c:229 +msgid "Start COMMAND, and kill it if still running after DURATION.\n" +msgstr "" + +#: src/timeout.c:235 +msgid "" +" --preserve-status\n" +" exit with the same status as COMMAND, even when the\n" +" command times out\n" +" --foreground\n" +" When not running timeout directly from a shell prompt,\n" +" allow COMMAND to read from the TTY and receive TTY " +"signals.\n" +" In this mode, children of COMMAND will not be timed out.\n" +" -k, --kill-after=DURATION\n" +" also send a KILL signal if COMMAND is still running\n" +" this long after the initial signal was sent.\n" +" -s, --signal=SIGNAL\n" +" specify the signal to be sent on timeout.\n" +" SIGNAL may be a name like 'HUP' or a number.\n" +" See 'kill -l' for a list of signals\n" +msgstr "" + +#: src/timeout.c:254 +msgid "" +"\n" +"DURATION is a floating point number with an optional suffix:\n" +"'s' for seconds (the default), 'm' for minutes, 'h' for hours or 'd' for " +"days.\n" +msgstr "" +"\n" +"TRAJANJE je realno število z neobvezno pripono:\n" +"»s« za sekunde (privzeto), »m« za minute, »h« za ure in »d« za dneve.\n" + +#: src/timeout.c:259 +msgid "" +"\n" +"If the command times out, and --preserve-status is not set, then exit with\n" +"status 124. Otherwise, exit with the status of COMMAND. If no signal\n" +"is specified, send the TERM signal upon timeout. The TERM signal kills\n" +"any process that does not block or catch that signal. It may be necessary\n" +"to use the KILL (9) signal, since this signal cannot be caught, in which\n" +"case the exit status is 128+9 rather than 124.\n" +msgstr "" + +#: src/timeout.c:363 +#, c-format +msgid "warning: disabling core dumps failed" +msgstr "opozorilo: pomnilniških izmetov ni mogoče onemogočiti" + +#: src/timeout.c:471 +#, c-format +msgid "error waiting for command" +msgstr "napaka med čakanjem na ukaz" + +#: src/timeout.c:482 +#, c-format +msgid "the monitored command dumped core" +msgstr "nadzorovani ukaz je izvrgel pomnilniško sliko" + +#. This is a proper name. See the gettext manual, section Names. +#: src/touch.c:43 +msgid "Jim Kingdon" +msgstr "Jim Kingdon" + +#. This is a proper name. See the gettext manual, section Names. +#: src/touch.c:45 +msgid "Randy Smith" +msgstr "Randy Smith" + +#: src/touch.c:115 src/touch.c:309 +#, c-format +msgid "invalid date format %s" +msgstr "neveljavna oblika datuma %s" + +#: src/touch.c:191 +#, c-format +msgid "cannot touch %s" +msgstr "%s ni dosegljiv" + +#: src/touch.c:197 +#, c-format +msgid "setting times of %s" +msgstr "nastavljanje časov %s" + +#: src/touch.c:213 +msgid "" +"Update the access and modification times of each FILE to the current time.\n" +"\n" +"A FILE argument that does not exist is created empty, unless -c or -h\n" +"is supplied.\n" +"\n" +"A FILE argument string of - is handled specially and causes touch to\n" +"change the times of the file associated with standard output.\n" +msgstr "" + +#: src/touch.c:225 +msgid "" +" -a change only the access time\n" +" -c, --no-create do not create any files\n" +" -d, --date=STRING parse STRING and use it instead of current time\n" +" -f (ignored)\n" +msgstr "" +" -a spremeni samo čas zadnjega dostopa\n" +" -c, --no-create brez ustvarjanja novih datotek\n" +" -d, --date=NIZ razčleni NIZ in uporabi ta čas namesto trenutnega\n" +" -f (se ne upošteva)\n" + +#: src/touch.c:231 +msgid "" +" -h, --no-dereference affect each symbolic link instead of any " +"referenced\n" +" file (useful only on systems that can change the\n" +" timestamps of a symlink)\n" +" -m change only the modification time\n" +msgstr "" +" -h, --no-dereference deluje na simbolne povezave, ne na ciljne datoteke\n" +" (uporabno samo na sistemih, ki dovoljujejo " +"spremembo\n" +" lastništva simbolne povezave)\n" +" -m spremeni samo čas zadnje spremembe\n" + +#: src/touch.c:237 +msgid "" +" -r, --reference=FILE use this file's times instead of current time\n" +" -t STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time\n" +" --time=WORD change the specified time:\n" +" WORD is access, atime, or use: equivalent to -a\n" +" WORD is modify or mtime: equivalent to -m\n" +msgstr "" +" -r, --reference=DATOTEKA uporabi čas podane DATOTEKE namesto trenutnega\n" +" -t ŽIG uporabi [[CC]YY]MMDDhhmm[.ss] namesto trenutnega " +"časa\n" +" --time=BESEDA nastavimo čas, podan z BESEDO: \n" +" čas dostopa: access, atime, use (isto kot -a)\n" +" čas spremembe: mtime, modify (isto kot -m)\n" + +#: src/touch.c:246 +msgid "" +"\n" +"Note that the -d and -t options accept different time-date formats.\n" +msgstr "" +"\n" +"Bodite pozorni na to, da izbiri -d in -t sprejemata različna zapisa datuma\n" +"in časa.\n" + +#: src/touch.c:335 +#, c-format +msgid "cannot specify times from more than one source" +msgstr "hkrati lahko navedemo samo en vir" + +#: src/touch.c:409 +#, c-format +msgid "" +"warning: 'touch %s' is obsolete; use 'touch -t %04ld%02d%02d%02d%02d.%02d'" +msgstr "" +"opozorilo: »touch %s« je opuščeno; uporabite »touch -t " +"%04ld%02d%02d%02d%02d.%02d«" + +#: src/tr.c:286 +#, c-format +msgid "Usage: %s [OPTION]... SET1 [SET2]\n" +msgstr "Uporaba: %s [IZBIRA]... MNOŽICA1 [MNOŽICA2]\n" + +#: src/tr.c:290 +msgid "" +"Translate, squeeze, and/or delete characters from standard input,\n" +"writing to standard output.\n" +"\n" +" -c, -C, --complement use the complement of SET1\n" +" -d, --delete delete characters in SET1, do not translate\n" +" -s, --squeeze-repeats replace each input sequence of a repeated " +"character\n" +" that is listed in SET1 with a single occurrence\n" +" of that character\n" +" -t, --truncate-set1 first truncate SET1 to length of SET2\n" +msgstr "" +"Prevedemo, stisnemo ali pobrišemo znake iz toka podatkov na standardnem \n" +"vhodu ter rezultat pišemo na standardni izhod.\n" +"\n" +" -c, -C, --complement komplement MNOŽICE 1.\n" +" -d, --delete pobrišemo znake, navedene v MNOŽICI 1.\n" +" -s, --squeeze-repeats sosledje enakih znakov, navedeno v MNOŽICI 1,\n" +" nadomestimo z enim samim znakom\n" +" -t, --truncate-set1 MNOŽICO 1 najprej skrčimo na velikost MNOŽICE 2.\n" + +#: src/tr.c:303 +msgid "" +"\n" +"SETs are specified as strings of characters. Most represent themselves.\n" +"Interpreted sequences are:\n" +"\n" +" \\NNN character with octal value NNN (1 to 3 octal digits)\n" +" \\\\ backslash\n" +" \\a audible BEL\n" +" \\b backspace\n" +" \\f form feed\n" +" \\n new line\n" +" \\r return\n" +" \\t horizontal tab\n" +msgstr "" +"\n" +"MNOŽICE določajo nizi znakov. Večinoma predstavljajo sebe, posebej pa se\n" +"tolmačijo naslednja zaporedja:\n" +"\n" +" \\\\NNN znak z osmiško kodo NNN (dolžina 1, 2 ali 3 osmiške " +"števke)\n" +" \\\\\\\\ obratna poševnica\n" +" \\\\a zvonček\n" +" \\\\b pomik za en znak v levo\n" +" \\\\f skok na novo stran\n" +" \\\\n skok v novo vrstico\n" +" \\\\r pomik na levi rob\n" +" \\\\t vodoravni tabulator\n" + +#: src/tr.c:317 +msgid "" +" \\v vertical tab\n" +" CHAR1-CHAR2 all characters from CHAR1 to CHAR2 in ascending order\n" +" [CHAR*] in SET2, copies of CHAR until length of SET1\n" +" [CHAR*REPEAT] REPEAT copies of CHAR, REPEAT octal if starting with 0\n" +" [:alnum:] all letters and digits\n" +" [:alpha:] all letters\n" +" [:blank:] all horizontal whitespace\n" +" [:cntrl:] all control characters\n" +" [:digit:] all digits\n" +msgstr "" +" \\\\v navpični tabulator\n" +" ZNAK1-ZNAK2 naraščajoče zaporedje znakov od ZNAKA1 do ZNAKA2\n" +" [ZNAK1-ZNAK2] isto kot ZNAK1-ZNAK2, če to uporabljata obe množici\n" +" [ZNAK*] v MNOŽICI 2; toliko ponovitev ZNAKA kot v MNOŽICI 1\n" +" [ZNAK*N] N ponovitev znaka; osmiška vrednost, če se N začne z " +"ničlo\n" +" [:alnum:] vse črke in števke\n" +" [:alpha:] vse črke\n" +" [:blank:] vsi vodoravni prazni znaki\n" +" [:cntrl:] vsi krmilni znaki\n" +" [:digit:] vse števke\n" + +#: src/tr.c:328 +msgid "" +" [:graph:] all printable characters, not including space\n" +" [:lower:] all lower case letters\n" +" [:print:] all printable characters, including space\n" +" [:punct:] all punctuation characters\n" +" [:space:] all horizontal or vertical whitespace\n" +" [:upper:] all upper case letters\n" +" [:xdigit:] all hexadecimal digits\n" +" [=CHAR=] all characters which are equivalent to CHAR\n" +msgstr "" +" [:graph:] vsi izpisljivi znaki razen presledka\n" +" [:lower:] vse male črke\n" +" [:print:] vsi izpisljivi znaki s presledkom vred\n" +" [:punct:] vsa ločila\n" +" [:space:] vsi prazni znaki, vodoravni in navpični\n" +" [:upper:] vse velike črke\n" +" [:xdigit:] vse šestnajstiške števke\n" +" [=ZNAK=] vsi znaki, ki so enakovredni navedenemu ZNAKU\n" + +#: src/tr.c:338 +msgid "" +"\n" +"Translation occurs if -d is not given and both SET1 and SET2 appear.\n" +"-t may be used only when translating. SET2 is extended to length of\n" +"SET1 by repeating its last character as necessary. Excess characters\n" +"of SET2 are ignored. Only [:lower:] and [:upper:] are guaranteed to\n" +"expand in ascending order; used in SET2 while translating, they may\n" +"only be used in pairs to specify case conversion. -s uses SET1 if not\n" +"translating nor deleting; else squeezing uses SET2 and occurs after\n" +"translation or deletion.\n" +msgstr "" +"\n" +"Če izbira -d ni podana in sta navedeni tako MNOŽICA1 kot MNOŽICA2, se " +"izvede\n" +"prevedba. Izbira -t se sme uporabiti samo ob prevedbi. Če je MNOŽICA 2 " +"krajša\n" +"od MNOŽICE 1, se privzame ponovitev zadnjega znaka v MNOŽICI 2 do dolžine\n" +"MNOŽICE 1. Znaki, ki v MNOŽICI 2 segajo prek dolžine MNOŽICE 1, se ne \n" +"upoštevajo. Edino razreda [:lower:] in [:upper:] se zajamčeno razširita v\n" +"naraščajočem vrstnem redu. Če je kateri od njiju naveden v MNOŽICI 2, ju \n" +"lahko uporabimo le za pretvorbo med velikimi in malimi črkami. Izbira -s\n" +"uporablja MNOŽICO 1, kadar ne prevajamo ali brišemo, sicer pa stiskanje \n" +"uporablja MNOŽICO 2 in se izvede po prevajanju in brisanju.\n" + +#: src/tr.c:509 +#, c-format +msgid "" +"warning: the ambiguous octal escape \\%c%c%c is being\n" +"\tinterpreted as the 2-byte sequence \\0%c%c, %c" +msgstr "" +"opozorilo: dvoumno osmiško ubežno zaporedje \\%c%c%c \n" +"\ttolmačimo kot dvobajtno zaporedje \\0%c%c, %c" + +#: src/tr.c:518 +#, c-format +msgid "warning: an unescaped backslash at end of string is not portable" +msgstr "" +"opozorilo: nezavarovana obratna poševnica na koncu niza ni prenosljiva" + +#: src/tr.c:673 +#, c-format +msgid "range-endpoints of '%s-%s' are in reverse collating sequence order" +msgstr "meji razpona »%s-%s« nista navedeni v naraščajočem abecednem redu" + +#: src/tr.c:829 +#, c-format +msgid "invalid repeat count %s in [c*n] construct" +msgstr "neveljavno število ponavljanj %s v konstruktu [c*n]" + +#: src/tr.c:910 +#, c-format +msgid "missing character class name '[::]'" +msgstr "manjkajoče ime razreda znakov »[::]«" + +#: src/tr.c:913 +#, c-format +msgid "missing equivalence class character '[==]'" +msgstr "manjkajoč znak za ekvivalenco razredov »[==]«" + +#: src/tr.c:928 +#, c-format +msgid "invalid character class %s" +msgstr "neveljavni razred znakov %s" + +#: src/tr.c:947 +#, c-format +msgid "%s: equivalence class operand must be a single character" +msgstr "%s: operand ekvivalentnih razredov sme biti en sam znak" + +#: src/tr.c:1229 +#, c-format +msgid "misaligned [:upper:] and/or [:lower:] construct" +msgstr "neporavnana konstrukta [:upper:] in/ali [:lower:]" + +#: src/tr.c:1335 +#, c-format +msgid "too many characters in set" +msgstr "preveč znakov v množici" + +#: src/tr.c:1420 +#, c-format +msgid "" +"when translating with string1 longer than string2,\n" +"the latter string must not end with a character class" +msgstr "" +"če je pri prevedbi niz 1 daljši od niza 2,\n" +"se slednji ne sme zaključiti z znakovnim razredom" + +#: src/tr.c:1480 +#, c-format +msgid "the [c*] repeat construct may not appear in string1" +msgstr "konstrukt ponovitev znaka [c*] se ne sme pojaviti v nizu 1" + +#: src/tr.c:1490 +#, c-format +msgid "only one [c*] repeat construct may appear in string2" +msgstr "kvečjemu en konstrukt ponovitev znaka [c*] se sme pojaviti v nizu 2" + +#: src/tr.c:1498 +#, c-format +msgid "[=c=] expressions may not appear in string2 when translating" +msgstr "izrazi [=c=] se pri prevedbi ne smejo pojavljati v nizu 2" + +#: src/tr.c:1505 +#, c-format +msgid "" +"when translating, the only character classes that may appear in\n" +"string2 are 'upper' and 'lower'" +msgstr "" +"edina razreda znakov, ki se smeta pri prevedbi pojaviti v nizu 2,\n" +"sta »upper« in »lower«" + +#: src/tr.c:1520 +#, c-format +msgid "when not truncating set1, string2 must be non-empty" +msgstr "kadar ne krajšamo niza 1, mora biti niz 2 neprazen" + +#: src/tr.c:1529 +#, c-format +msgid "" +"when translating with complemented character classes,\n" +"string2 must map all characters in the domain to one" +msgstr "" +"pri prevedbi s komplementi znakovnih razredov mora\n" +"niz 2 preslikati vse znake iz domene v enega" + +#: src/tr.c:1538 +#, c-format +msgid "the [c*] construct may appear in string2 only when translating" +msgstr "konstrukt [c*] se sme pojaviti v nizu 2 le pri prevedbi" + +#: src/tr.c:1788 +msgid "Two strings must be given when both deleting and squeezing repeats." +msgstr "" +"Ob hkratnem večkratnem brisanju in stiskanju morata biti podana dva niza." + +#: src/tr.c:1790 +msgid "Two strings must be given when translating." +msgstr "Pri prevedbi morata biti podana dva niza." + +#: src/tr.c:1800 +msgid "Only one string may be given when deleting without squeezing repeats." +msgstr "" +"Kadar brišemo brez večkratnega stiskanja, sme biti podan samo en niz." + +#: src/true.c:38 +#, c-format +msgid "" +"Usage: %s [ignored command line arguments]\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s [neupoštevani argumenti ukazne vrstice]\n" +" ali: %s IZBIRA\n" + +#: src/true.c:45 +msgid "Exit with a status code indicating success." +msgstr "Zaključi s statusno kodo, ki kaže uspeh." + +#: src/true.c:46 +msgid "Exit with a status code indicating failure." +msgstr "Zaključi s statusno kodo, ki kaže neuspeh." + +#: src/truncate.c:96 +#, c-format +msgid "Usage: %s OPTION... FILE...\n" +msgstr "Uporaba: %s IZBIRA... DATOTEKA...\n" + +#: src/truncate.c:97 +msgid "" +"Shrink or extend the size of each FILE to the specified size\n" +"\n" +"A FILE argument that does not exist is created.\n" +"\n" +"If a FILE is larger than the specified size, the extra data is lost.\n" +"If a FILE is shorter, it is extended and the extended part (hole)\n" +"reads as zero bytes.\n" +msgstr "" + +#: src/truncate.c:109 +msgid " -c, --no-create do not create any files\n" +msgstr " -c, --no-create ne ustvari nobene datoteke\n" + +#: src/truncate.c:112 +msgid "" +" -o, --io-blocks treat SIZE as number of IO blocks instead of bytes\n" +msgstr "" +" -o, --io-blocks obravnavaj VELIKOST podano v V/I blokih, ne v " +"bajtih\n" + +#: src/truncate.c:115 +msgid "" +" -r, --reference=RFILE base size on RFILE\n" +" -s, --size=SIZE set or adjust the file size by SIZE\n" +msgstr "" +" -r, --reference=DATOTEKA uporabi velikost navedene DATOTEKE\n" +" -s, --size=VELIKOST nastavi ali spremeni datoteko na navedeno VELIKOST\n" + +#: src/truncate.c:121 +msgid "" +"\n" +"SIZE may also be prefixed by one of the following modifying characters:\n" +"'+' extend by, '-' reduce by, '<' at most, '>' at least,\n" +"'/' round down to multiple of, '%' round up to multiple of.\n" +msgstr "" +"\n" +"VELIKOST ima lahko predpono, ki je lahko eden od naslednjih modifikatorjev:\n" +"»+«: povečaj za, »-«: zmanjšaj za, »<«: največ toliko, »>«: najmanj toliko,\n" +"»/« zaokroži navzdol na večkratnik od, »%« zaokroži navzgor na večkratnik " +"od.\n" + +#: src/truncate.c:149 +#, c-format +msgid "overflow in % * % byte blocks for file %s" +msgstr "" +"prekoračitev obsega pri dolžini %×% bajtov datoteke %s" + +#: src/truncate.c:173 +#, c-format +msgid "%s has unusable, apparently negative size" +msgstr "%s ima neuporabno, navidezno negativno velikost" + +#: src/truncate.c:183 src/truncate.c:384 +#, c-format +msgid "cannot get the size of %s" +msgstr "ni mogoče prebrati velikosti %s" + +#: src/truncate.c:205 +#, c-format +msgid "overflow rounding up size of file %s" +msgstr "prekoračitev obsega pri zaokrožitvi navzgor velikosti datoteke %s" + +#: src/truncate.c:215 +#, c-format +msgid "overflow extending size of file %s" +msgstr "prekoračitev obsega pri povečevanju dolžine datoteke %s" + +#: src/truncate.c:230 +#, c-format +msgid "failed to truncate %s at % bytes" +msgstr "ni mogoče odrezati datoteke %s pri dolžini % bajtov" + +#: src/truncate.c:303 +#, c-format +msgid "multiple relative modifiers specified" +msgstr "podanih je več relativnih modifikatorjev" + +#: src/truncate.c:333 +#, c-format +msgid "you must specify either %s or %s" +msgstr "navesti morate bodisi %s bodisi %s" + +#: src/truncate.c:340 +#, c-format +msgid "you must specify a relative %s with %s" +msgstr "navesti morate relativni %s z %s" + +#: src/truncate.c:347 +#, c-format +msgid "%s was specified but %s was not" +msgstr "%s je bil določen, %s pa ne" + +#: src/truncate.c:404 +#, c-format +msgid "cannot open %s for writing" +msgstr "%s ni mogoče odpreti za pisanje" + +#. This is a proper name. See the gettext manual, section Names. +#: src/tsort.c:40 +msgid "Mark Kettenis" +msgstr "Mark Kettenis" + +#: src/tsort.c:82 +#, c-format +msgid "" +"Usage: %s [OPTION] [FILE]\n" +"Write totally ordered list consistent with the partial ordering in FILE.\n" +"With no FILE, or when FILE is -, read standard input.\n" +"\n" +msgstr "" +"Uporaba: %s [IZBIRA] [DATOTEKA]\n" +"Zapišemo povsem urejen seznam, usklajen z delno ureditvijo v DATOTEKI.\n" +"Če DATOTEKA ni podana ali je enaka -, beremo s standardnega vhoda.\n" +"\n" + +#: src/tsort.c:472 +#, c-format +msgid "%s: input contains an odd number of tokens" +msgstr "%s: liho število vnosov na vhodu" + +#: src/tsort.c:518 +#, c-format +msgid "%s: input contains a loop:" +msgstr "%s: zanka na vhodu:" + +#: src/tty.c:65 +msgid "" +"Print the file name of the terminal connected to standard input.\n" +"\n" +" -s, --silent, --quiet print nothing, only return an exit status\n" +msgstr "" +"Izpišemo ime enote terminala, s katere beremo standardni vhod.\n" +"\n" +" -s, --silent, --quiet ničesar ne izpiši, samo vrni izhodni status\n" + +#: src/tty.c:120 +msgid "not a tty" +msgstr "ni terminal" + +#: src/uname.c:124 +msgid "" +"Print certain system information. With no OPTION, same as -s.\n" +"\n" +" -a, --all print all information, in the following order,\n" +" except omit -p and -i if unknown:\n" +" -s, --kernel-name print the kernel name\n" +" -n, --nodename print the network node hostname\n" +" -r, --kernel-release print the kernel release\n" +msgstr "" +"Izpišemo različne sistemske podatke. Brez IZBIRE je isto kot -s.\n" +"\n" +" -a, --all izpiši vse podatke v naslednjem vrstnem redu;\n" +" z izjemo -p in -i, če nista znana\n" +" -r, --kernel-name izpiši ime jedra operacijskega sistema\n" +" -n, --nodename izpiši omrežno ime računalnika\n" +" -r, --kernel-release izpiši izdajo jedra operacijskega sistema\n" + +#: src/uname.c:133 +msgid "" +" -v, --kernel-version print the kernel version\n" +" -m, --machine print the machine hardware name\n" +" -p, --processor print the processor type or \"unknown\"\n" +" -i, --hardware-platform print the hardware platform or \"unknown\"\n" +" -o, --operating-system print the operating system\n" +msgstr "" +" -v, --kernel-version izpiši različico jedra operacijskega sistema\n" +" -m, --machine izpiši podatke o strojni opremi\n" +" -p, --processor izpiši vrsto procesorja ali »unknown«\n" +" -i, --hardware-platform izpiši podatke o strojnem okolju ali »unknown«\n" +" -o, --operating-system izpiši ime operacijskega sistema\n" + +#: src/uname.c:143 +msgid "" +"Print machine architecture.\n" +"\n" +msgstr "" +"Izpiši arhitekturo sistema.\n" +"\n" + +#: src/uname.c:286 +#, c-format +msgid "cannot get system name" +msgstr "ime sistema ni ugotovljivo" + +#: src/unexpand.c:117 +msgid "" +"Convert blanks in each FILE to tabs, writing to standard output.\n" +"With no FILE, or when FILE is -, read standard input.\n" +msgstr "" + +#: src/unexpand.c:124 +msgid "" +" -a, --all convert all blanks, instead of just initial blanks\n" +" --first-only convert only leading sequences of blanks (overrides -a)\n" +" -t, --tabs=N have tabs N characters apart instead of 8 (enables -a)\n" +" -t, --tabs=LIST use comma separated LIST of tab positions (enables -a)\n" +msgstr "" +" -a, --all pretvorimo vse prazne prostore, ne le vodilnih\n" +" --first-only navzlic izbiri -a pretvorimo samo vodilne presledke\n" +" -t, --tabs=ŠTEVILO tabulatorji naj bodo ŠTEVILO znakov narazen namesto\n" +" privzetih 8 (omogoči -a)\n" +" -t, --tabs=SEZNAM z vejicami ločen seznam eksplicitnih položajev " +"tabulatorja\n" +" (omogoči -a)\n" + +#: src/unexpand.c:152 +#, c-format +msgid "tabs are too far apart" +msgstr "razmik med tabulatorji je prevelik" + +#: src/unexpand.c:504 +#, c-format +msgid "tab stop value is too large" +msgstr "vrednost tabulatorja je prevelika" + +#: src/uniq.c:134 +#, c-format +msgid "Usage: %s [OPTION]... [INPUT [OUTPUT]]\n" +msgstr "Uporaba: %s [IZBIRA]... [VHOD [IZHOD]]\n" + +#: src/uniq.c:138 +msgid "" +"Filter adjacent matching lines from INPUT (or standard input),\n" +"writing to OUTPUT (or standard output).\n" +"\n" +"With no options, matching lines are merged to the first occurrence.\n" +msgstr "" + +#: src/uniq.c:147 +msgid "" +" -c, --count prefix lines by the number of occurrences\n" +" -d, --repeated only print duplicate lines\n" +msgstr "" +" -c, --count na začetku vsake vrstice izpišemo tudi število " +"ponovitev\n" +" -d, --repeated izpišemo samo podvojene vrstice\n" + +#: src/uniq.c:151 +msgid "" +" -D, --all-repeated[=delimit-method] print all duplicate lines\n" +" delimit-method={none(default),prepend,separate}\n" +" Delimiting is done with blank lines\n" +" -f, --skip-fields=N avoid comparing the first N fields\n" +" -i, --ignore-case ignore differences in case when comparing\n" +" -s, --skip-chars=N avoid comparing the first N characters\n" +" -u, --unique only print unique lines\n" +" -z, --zero-terminated end lines with 0 byte, not newline\n" +msgstr "" +" -D, --all-repeated[=RAZMEJITEV] izpiši vse podvojene vrstice\n" +" RAZMEJITEV={none (privzeto), prepend, separate}\n" +" Posamezne izpise razmejujejo prazne vrstice.\n" +" -f, --skip-fields=N pri primerjanju izpusti prvih N polj\n" +" -i, --ignore-case male in velike črke obravnavaj enakovredno\n" +" -s, --skip-chars=N pri primerjanju izpusti prvih N znakov\n" +" -u, --unique izpiši samo nepodvojene vrstice\n" +" -z, --zero-terminated vrstice zaključi z znakom NUL, ne LF\n" + +#: src/uniq.c:161 +msgid " -w, --check-chars=N compare no more than N characters in lines\n" +msgstr " -w, --check-chars=N primerjamo prvih N znakov v vrstici\n" + +#: src/uniq.c:166 +msgid "" +"\n" +"A field is a run of blanks (usually spaces and/or TABs), then non-blank\n" +"characters. Fields are skipped before chars.\n" +msgstr "" +"\n" +"Polje je zaporedje praznih znakov (navadno presledkov ali tabulatorjev), ki\n" +"mu sledi zaporedje nepraznih znakov. Polja se preskočijo pred znaki.\n" + +#: src/uniq.c:171 +msgid "" +"\n" +"Note: 'uniq' does not detect repeated lines unless they are adjacent.\n" +"You may want to sort the input first, or use 'sort -u' without 'uniq'.\n" +"Also, comparisons honor the rules specified by 'LC_COLLATE'.\n" +msgstr "" +"\n" +"Pomnite: »uniq« ne zazna ponovljenih vrstic, če te niso v sosledju.\n" +"Vhod je treba najprej urediti, ali uporabiti »sort -u« brez »uniq«.\n" +"Primerjava upošteva lokalizirana pravila, navedena v »LC_COLLATE«.\n" + +#: src/uniq.c:358 +#, c-format +msgid "too many repeated lines" +msgstr "preveč ponovljenih vrstic" + +#: src/uniq.c:521 +msgid "invalid number of fields to skip" +msgstr "neveljavno število preskočenih polj" + +#: src/uniq.c:530 +msgid "invalid number of bytes to skip" +msgstr "neveljavno število preskočenih bajtov" + +#: src/uniq.c:539 +msgid "invalid number of bytes to compare" +msgstr "neveljavno število primerjanih bajtov" + +#: src/uniq.c:558 +#, c-format +msgid "printing all duplicated lines and repeat counts is meaningless" +msgstr "izpis vseh podvojenih vrstic skupaj s številom ponovitev ni smiseln" + +#: src/unlink.c:45 +#, c-format +msgid "" +"Usage: %s FILE\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s DATOTEKA\n" +" ali: %s IZBIRA\n" + +#: src/unlink.c:48 +msgid "" +"Call the unlink function to remove the specified FILE.\n" +"\n" +msgstr "" +"Odstranitev navedene DATOTEKE s klicem funkcije unlink(2).\n" +"\n" + +#: src/unlink.c:86 +#, c-format +msgid "cannot unlink %s" +msgstr "s klicem unlink ni mogoče odstraniti %s" + +#: src/uptime.c:125 +#, c-format +msgid "couldn't get boot time" +msgstr "čas od zagona ni ugotovljiv" + +#. TRANSLATORS: This prints the current clock time. +#: src/uptime.c:136 +msgid " %H:%M%P " +msgstr " %H:%M%P " + +#: src/uptime.c:138 +#, c-format +msgid " ??:???? " +msgstr " ??:???? " + +#: src/uptime.c:140 +#, c-format +msgid "up ???? days ??:??, " +msgstr "pokonci ???? dni ??:??, " + +#: src/uptime.c:144 +#, c-format +msgid "up %ld day %2d:%02d, " +msgid_plural "up %ld days %2d:%02d, " +msgstr[0] "pokonci %ld dni %2d:%02d, " +msgstr[1] "pokonci %ld dan %2d:%02d, " +msgstr[2] "pokonci %ld dni %2d:%02d, " +msgstr[3] "pokonci %ld dni %2d:%02d, " + +#: src/uptime.c:149 +#, c-format +msgid "up %2d:%02d, " +msgstr "" + +#: src/uptime.c:151 +#, c-format +msgid "%lu user" +msgid_plural "%lu users" +msgstr[0] "%lu uporabnikov" +msgstr[1] "%lu uporabnik" +msgstr[2] "%lu uporabnika" +msgstr[3] "%lu uporabniki" + +#: src/uptime.c:161 +#, c-format +msgid ", load average: %.2f" +msgstr ", povpr. obremenitev %.2f" + +#: src/uptime.c:197 +#, c-format +msgid "" +"Print the current time, the length of time the system has been up,\n" +"the number of users on the system, and the average number of jobs\n" +"in the run queue over the last 1, 5 and 15 minutes." +msgstr "" +"Izpiše trenutni čas, čas, ki je pretekel od zagona računalnika, število\n" +"trenutno prijavljenih uporabnikov in povprečno število opravil v čakalni\n" +"vrsti v zadnji minuti, petih minutah in 15 minutah." + +#: src/uptime.c:206 +#, c-format +msgid "" +" Processes in\n" +"an uninterruptible sleep state also contribute to the load average.\n" +msgstr "" +" Speči procesi, ki\n" +"jih ni mogoče prekiniti, tudi prispevajo k prikazu obremenitve.\n" + +#: src/uptime.c:210 +#, c-format +msgid "\n" +msgstr "\n" + +#: src/uptime.c:212 +#, c-format +msgid "" +"If FILE is not specified, use %s. %s as FILE is common.\n" +"\n" +msgstr "" +"Če DATOTEKA ni navedena, uporabimo %s. Običajno je DATOTEKA %s.\n" +"\n" + +#: src/users.c:106 +#, c-format +msgid "" +"Output who is currently logged in according to FILE.\n" +"If FILE is not specified, use %s. %s as FILE is common.\n" +"\n" +msgstr "" +"Seznam trenutno prijavljenih uporabnikov zapišemo na DATOTEKO.\n" +"Če DATOTEKA ni navedena, uporabimo %s. Običajno je DATOTEKA %s.\n" +"\n" + +#: src/wc.c:117 +msgid "" +"Print newline, word, and byte counts for each FILE, and a total line if\n" +"more than one FILE is specified. With no FILE, or when FILE is -,\n" +"read standard input. A word is a non-zero-length sequence of characters\n" +"delimited by white space.\n" +"The options below may be used to select which counts are printed, always in\n" +"the following order: newline, word, character, byte, maximum line length.\n" +" -c, --bytes print the byte counts\n" +" -m, --chars print the character counts\n" +" -l, --lines print the newline counts\n" +msgstr "" +"Izpiše število bajtov, besed in vrstic v vsaki od podanih DATOTEK, ter\n" +"skupne vrednosti, če je bila podana več kot ena DATOTEKA. Če DATOTEKA ni \n" +"podana ali je enaka -, se bere s standardnega vhoda. Beseda je definirana\n" +"kot neprazno zaporedje znakov, razmejeno s presledki.\n" +"\n" +"S spodnjimi izbirami določimo, kateri števci bodo izpisani. Izpisani so\n" +"vedno v istem vrstnem redu: nova vrstica, besede, znaki, bajti, dolžina\n" +"najdaljše vrstice.\n" +" -c, --bytes izpis števila bajtov\n" +" -m, --chars izpis števila znakov\n" +" -l, --lines izpis števila vrstic\n" + +#: src/wc.c:128 +msgid "" +" --files0-from=F read input from the files specified by\n" +" NUL-terminated names in file F;\n" +" If F is - then read names from standard input\n" +" -L, --max-line-length print the length of the longest line\n" +" -w, --words print the word counts\n" +msgstr "" +" --files0-from=DATOTEKA preberi imena datotek s seznama\n" +" z \\0 zaključenih imen v navedeni DATOTEKI;\n" +" Če je DATOTEKA »-«, se bere standardni vhod.\n" +" -L, --max-line-length izpiši dolžino najdaljše vrstice\n" +" -w, --words izpiši število besed\n" + +#: src/who.c:210 +msgid " old " +msgstr " staro " + +#: src/who.c:440 +msgid "system boot" +msgstr "sistemski zagon" + +#: src/who.c:447 src/who.c:449 +msgid "id=" +msgstr "id=" + +#: src/who.c:462 src/who.c:467 +msgid "term=" +msgstr "term=" + +#: src/who.c:464 src/who.c:468 +msgid "exit=" +msgstr "exit=" + +#: src/who.c:485 +msgid "LOGIN" +msgstr "PRIJAVA" + +#: src/who.c:505 +msgid "clock change" +msgstr "sprem. ure" + +#: src/who.c:517 src/who.c:518 +msgid "run-level" +msgstr "run-level" + +#: src/who.c:521 src/who.c:522 +msgid "last=" +msgstr "last=" + +#: src/who.c:553 +#, c-format +msgid "" +"\n" +"# users=%lu\n" +msgstr "" +"\n" +"Št. up.=%lu\n" + +#: src/who.c:559 +msgid "NAME" +msgstr "IME" + +#: src/who.c:559 +msgid "LINE" +msgstr "LINIJA" + +#: src/who.c:559 +msgid "TIME" +msgstr "ČAS" + +#: src/who.c:559 +msgid "IDLE" +msgstr "NEAKT." + +#: src/who.c:560 +msgid "PID" +msgstr "PID" + +#: src/who.c:560 +msgid "COMMENT" +msgstr "KOMENTAR" + +#: src/who.c:560 +msgid "EXIT" +msgstr "IZH." + +#: src/who.c:640 +#, c-format +msgid "Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ]\n" +msgstr "Uporaba: %s [IZBIRA]... [ DATOTEKA | ARGUMENT1 ARGUMENT2 ]\n" + +#: src/who.c:641 +msgid "Print information about users who are currently logged in.\n" +msgstr "Izpis podatkov o trenutno prijavljenih uporabnikih.\n" + +#: src/who.c:644 +msgid "" +"\n" +" -a, --all same as -b -d --login -p -r -t -T -u\n" +" -b, --boot time of last system boot\n" +" -d, --dead print dead processes\n" +" -H, --heading print line of column headings\n" +msgstr "" +"\n" +" -a, --all isto kot -b -d --login -p -r -t -T -u\n" +" -b, --boot čas zadnjega zagona\n" +" -d, --dead izpis mrtvih procesov\n" +" -H, --heading izpiši vrstico z legendo\n" + +#: src/who.c:651 +msgid " -l, --login print system login processes\n" +msgstr " -l, --login izpiši prijavne procese sistema\n" + +#: src/who.c:654 +msgid "" +" --lookup attempt to canonicalize hostnames via DNS\n" +" -m only hostname and user associated with stdin\n" +" -p, --process print active processes spawned by init\n" +msgstr "" +" --lookup uporabi DNS za poizvedbo o kanoničnih imenih " +"računalnikov\n" +" -m samo imena računalnikov ter uporabnik, povezan s\n" +" standardnim vhodom\n" +" -p, --process izpišemo aktivne procese, ki jih je zagnal init\n" + +#: src/who.c:659 +msgid "" +" -q, --count all login names and number of users logged on\n" +" -r, --runlevel print current runlevel\n" +" -s, --short print only name, line, and time (default)\n" +" -t, --time print last system clock change\n" +msgstr "" +" -q, --count vsi uporabniki in število vseh prijavljenih uporabnikov\n" +" -r, --runlevel izpišemo trenutni nivo teka sistema\n" +" -s, --short izpišemo le uporabniško ime, linijo in čas prijave " +"(privzeto)\n" +" -t, --time izpišemo zadnjo spremembo sistemske ure\n" + +#: src/who.c:665 +msgid "" +" -T, -w, --mesg add user's message status as +, - or ?\n" +" -u, --users list users logged in\n" +" --message same as -T\n" +" --writable same as -T\n" +msgstr "" +" -T, -w, --mesg navedi možnost pošiljanja sporočil kot +, - ali ?\n" +" -u, --users seznam vseh prijavljenih uporabnikov\n" +" --message isto kot -T\n" +" --writable isto kot -T\n" + +#: src/who.c:673 +#, c-format +msgid "" +"\n" +"If FILE is not specified, use %s. %s as FILE is common.\n" +"If ARG1 ARG2 given, -m presumed: 'am i' or 'mom likes' are usual.\n" +msgstr "" +"\n" +"Če DATOTEKA ni navedena, pišemo na %s. Običajno je DATOTEKA %s.\n" +"Če sta podana ARGUMENT1 in ARGUMENT2, uporabi -m; običajno sta argumenta\n" +"»am i« ali »mom likes«.\n" + +#: src/whoami.c:45 +msgid "" +"Print the user name associated with the current effective user ID.\n" +"Same as id -un.\n" +"\n" +msgstr "" +"Izpiše ime uporabnika, povezanega s trenutno dejavno uporabniško " +"identiteto.\n" +"Isto kot »id -un«.\n" +"\n" + +#: src/whoami.c:91 +#, c-format +msgid "%s: cannot find name for user ID %lu\n" +msgstr "%s: uporabniško ime za UID %lu ni ugotovljivo\n" + +#: src/yes.c:41 +#, c-format +msgid "" +"Usage: %s [STRING]...\n" +" or: %s OPTION\n" +msgstr "" +"Uporaba: %s [NIZ]...\n" +" ali: %s IZBIRA\n" + +#: src/yes.c:47 +msgid "" +"Repeatedly output a line with all specified STRING(s), or 'y'.\n" +"\n" +msgstr "" +"Ponavljaje izpisujemo vrstico s podanim NIZOM (privzeto »y«).\n" +"\n" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/gutenprint.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/gutenprint.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/gutenprint.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/gutenprint.po 2014-04-02 10:34:34.000000000 +0000 @@ -0,0 +1,15862 @@ +# Slovenian translation for parted +# Copyright (c) 2010 Free Software Foundation, Inc. +# This file is distributed under the same license as the gutenprint package. +# Andrej Žnidaršič , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: gutenprint 20110308\n" +"Report-Msgid-Bugs-To: gimp-print-devel@lists.sourceforge.net\n" +"POT-Creation-Date: 2014-03-07 07:49-0500\n" +"PO-Revision-Date: 2014-03-28 16:07+0000\n" +"Last-Translator: Andrej Znidarsic \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 10:56+0000\n" +"X-Generator: Launchpad (build 16967)\n" +"X-Poedit-Country: SLOVENIA\n" +"Language: sl\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: src/main/dither-main.c:44 src/main/print-color.c:49 +#: src/main/print-escp2.c:2363 src/main/print-pcl.c:1872 +msgid "Default" +msgstr "Privzeto" + +#. TRANSLATORS: "EvenTone" is the proper name, rather than a +#. descriptive name, of this algorithm. +#: src/main/dither-main.c:47 +msgid "EvenTone" +msgstr "EvenTone" + +#: src/main/dither-main.c:48 +msgid "Hybrid EvenTone" +msgstr "Hibridni EvenTone" + +#. TRANSLATORS: EvenTone, EvenBetter, and UniTone are proper +#. * names, not descriptive. +#. +#: src/main/dither-main.c:53 +msgid "EvenBetter" +msgstr "EvenBetter" + +#: src/main/dither-main.c:54 +msgid "Hybrid EvenBetter" +msgstr "Hibridni EvenBetter" + +#: src/main/dither-main.c:60 +msgid "UniTone" +msgstr "UniTone" + +#: src/main/dither-main.c:61 +msgid "Hybrid UniTone" +msgstr "Hibridni UniTone" + +#: src/main/dither-main.c:63 +msgid "Adaptive Hybrid" +msgstr "Prilagodljivi hibridni" + +#: src/main/dither-main.c:64 +msgid "Ordered" +msgstr "Urejeno" + +#: src/main/dither-main.c:65 +msgid "Ordered New" +msgstr "Naročeno novo" + +#: src/main/dither-main.c:66 +msgid "Fast" +msgstr "Hitro" + +#: src/main/dither-main.c:67 +msgid "Very Fast" +msgstr "Zelo hitro" + +#: src/main/dither-main.c:68 +msgid "Hybrid Floyd-Steinberg" +msgstr "Hibridni Floyd-Steinbergov" + +#: src/main/dither-main.c:69 +msgid "Predithered Input" +msgstr "Predhodno razpršen vhod" + +#: src/main/dither-main.c:70 +msgid "Drop Size Segmented" +msgstr "Razčlenjena velikost kapljice" + +#: src/main/dither-main.c:71 +msgid "Drop Size Segmented New" +msgstr "Nova razčlenjena velikost kapljice" + +#: src/main/dither-main.c:91 src/main/print-color.c:56 +msgid "Density" +msgstr "Gostota" + +#: src/main/dither-main.c:92 +msgid "" +"Adjust the density (amount of ink) of the print. Reduce the density if the " +"ink bleeds through the paper or smears; increase the density if black " +"regions are not solid." +msgstr "" +"Prilagodi gostoto (količino črnila) tiskanja. Zmanjšajte gostoto, če črnilo " +"teče skozi papir in jo povečajte, če črna področja niso zapolnjena." + +#: src/main/dither-main.c:100 +msgid "Dither Algorithm" +msgstr "Algoritem razprševanja" + +#: src/main/dither-main.c:101 +msgid "" +"Choose the dither algorithm to be used.\n" +"Adaptive Hybrid usually produces the best all-around quality.\n" +"EvenTone is a new, experimental algorithm that often produces excellent " +"results.\n" +"Ordered is faster and produces almost as good quality on photographs.\n" +"Fast and Very Fast are considerably faster, and work well for text and line " +"art.\n" +"Hybrid Floyd-Steinberg generally produces inferior output." +msgstr "" +"Izberite algoritem razprševanja za uporabo.\n" +"Prilagodljivi hibrid običajno proizvede najboljšo skupno kakovost.\n" +"Enak ton je nov, preizkusni algoritem, ki pogosto proizvede odlične " +"rezultate.\n" +"Urejeno je hitrejši in proizvede skoraj enako kakovost na fotografijah.\n" +"Hitro in Zelo hitro sta občutno hitrejša in deluje dobro za besedilo in " +"umetnost s črticami.\n" +"Hibridni Floyd-Steinberg v splošnem proizvede slabši izhod." + +#: src/main/module.c:52 +msgid "Miscellaneous (unclassified)" +msgstr "Razno (nerazvrščeno)" + +#: src/main/module.c:53 +msgid "Family driver" +msgstr "Gonilnik družine" + +#: src/main/module.c:54 +msgid "Color conversion module" +msgstr "Modul pretvorbe barve" + +#: src/main/module.c:55 +msgid "Dither algorithm" +msgstr "Algoritem razprševanja" + +#: src/main/print-canon.c:282 src/main/print-escp2.c:176 +#: src/main/print-lexmark.c:266 src/main/print-olympus.c:3831 +#: src/main/print-pcl.c:1346 src/main/print-ps.c:74 src/main/print-raw.c:92 +msgid "Page Size" +msgstr "Velikost strani" + +#: src/main/print-canon.c:283 src/main/print-escp2.c:177 +#: src/main/print-lexmark.c:267 src/main/print-olympus.c:3832 +#: src/main/print-pcl.c:1347 src/main/print-ps.c:75 src/main/print-raw.c:93 +msgid "Size of the paper being printed to" +msgstr "Velikost papirja na katerga želite tiskati" + +#: src/main/print-canon.c:288 src/main/print-escp2.c:182 +#: src/main/print-lexmark.c:272 src/main/print-olympus.c:3837 +#: src/main/print-pcl.c:1352 src/cups/genppd.c:2058 src/cups/genppd.c:2526 +msgid "Media Type" +msgstr "Vrsta večpredstavnostne datoteke" + +#: src/main/print-canon.c:289 src/main/print-escp2.c:183 +#: src/main/print-lexmark.c:273 src/main/print-olympus.c:3838 +#: src/main/print-pcl.c:1353 +msgid "Type of media (plain paper, photo paper, etc.)" +msgstr "Vrsta nosilca (navaden papir, foto papir, itd.)" + +#: src/main/print-canon.c:294 src/main/print-escp2.c:188 +#: src/main/print-lexmark.c:278 src/main/print-olympus.c:3843 +#: src/main/print-pcl.c:1358 src/cups/genppd.c:2094 src/cups/genppd.c:2546 +msgid "Media Source" +msgstr "Vir medija" + +#: src/main/print-canon.c:295 src/main/print-escp2.c:189 +#: src/main/print-lexmark.c:279 src/main/print-olympus.c:3844 +#: src/main/print-pcl.c:1359 +msgid "Source (input slot) of the media" +msgstr "Vir (vhodna reža) medija" + +#: src/main/print-canon.c:300 src/main/print-escp2.c:200 +msgid "CD Hub Size" +msgstr "Velikost CD gumba" + +#: src/main/print-canon.c:301 src/main/print-escp2.c:201 +msgid "Print only outside of the hub of the CD, or all the way to the hole" +msgstr "Tiskanje le izven gumba CD-ja ali vse do luknje" + +#: src/main/print-canon.c:306 src/main/print-escp2.c:206 +msgid "CD Size (Custom)" +msgstr "Velikost CD (po meri)" + +#: src/main/print-canon.c:307 src/main/print-escp2.c:207 +msgid "Variable adjustment for the outer diameter of CD" +msgstr "Spremenljiva prilagoditev zunanjega premera CD-ja" + +#: src/main/print-canon.c:312 src/main/print-escp2.c:212 +msgid "CD Hub Size (Custom)" +msgstr "Velikost CD gumba (po meri)" + +#: src/main/print-canon.c:313 src/main/print-escp2.c:213 +msgid "Variable adjustment to the inner hub of the CD" +msgstr "Spremenljiva prilagoditev notranjega gumba CD-ja" + +#: src/main/print-canon.c:318 src/main/print-escp2.c:218 +msgid "CD Horizontal Fine Adjustment" +msgstr "Vodoravna fina prilagoditev CD-ja" + +#: src/main/print-canon.c:319 src/main/print-canon.c:325 +#: src/main/print-escp2.c:219 src/main/print-escp2.c:225 +msgid "Fine adjustment to horizontal position for CD printing" +msgstr "Fina prilagoditev vodoravnega položaja za tiskanje CD-jev" + +#: src/main/print-canon.c:324 src/main/print-escp2.c:224 +msgid "CD Vertical Fine Adjustment" +msgstr "Navpična fina prilagoditev CD-ja" + +#: src/main/print-canon.c:330 src/main/print-escp2.c:236 +#: src/main/print-lexmark.c:284 src/main/print-olympus.c:3849 +#: src/main/print-pcl.c:1370 src/cups/genppd.c:2186 src/cups/genppd.c:2581 +msgid "Resolution" +msgstr "Ločljivost" + +#: src/main/print-canon.c:331 src/main/print-lexmark.c:285 +#: src/main/print-olympus.c:3850 +msgid "Resolution and quality of the print" +msgstr "Ločljivost in kakovost tiskanja" + +#: src/main/print-canon.c:341 src/main/print-escp2.c:247 +#: src/main/print-lexmark.c:290 src/main/print-olympus.c:3855 +#: src/main/print-pcl.c:1376 src/main/print-raw.c:80 +msgid "Ink Type" +msgstr "Vrsta črnila" + +#: src/main/print-canon.c:342 src/main/print-escp2.c:248 +#: src/main/print-escp2.c:260 src/main/print-lexmark.c:291 +#: src/main/print-olympus.c:3856 src/main/print-pcl.c:1377 +#: src/main/print-raw.c:81 +msgid "Type of ink in the printer" +msgstr "Vrsta črnila v tiskalniku" + +#: src/main/print-canon.c:347 src/main/print-canon.c:348 +#: src/main/print-escp2.c:331 src/main/print-escp2.c:332 +#: src/main/print-lexmark.c:296 src/main/print-lexmark.c:297 +#: src/main/print-pcl.c:1382 src/main/print-pcl.c:1383 +msgid "Ink Channels" +msgstr "Kanali črnila" + +#: src/main/print-canon.c:358 src/main/print-escp2.c:349 +#: src/main/print-lexmark.c:302 src/main/print-olympus.c:3877 +#: src/main/print-pcl.c:1388 src/main/print-ps.c:86 src/main/print-raw.c:86 +msgid "Printing Mode" +msgstr "Način tiskanja" + +#: src/main/print-canon.c:359 src/main/print-escp2.c:350 +#: src/main/print-lexmark.c:303 src/main/print-olympus.c:3878 +#: src/main/print-pcl.c:1389 src/main/print-ps.c:87 src/main/print-raw.c:87 +msgid "Printing Output Mode" +msgstr "Izhodni modul tiskanja" + +#: src/main/print-canon.c:369 src/main/print-escp2.c:259 +msgid "Ink Set" +msgstr "Nastavljeno črnilo" + +#: src/main/print-canon.c:370 +msgid "Type of inkset in the printer" +msgstr "Vrsta črnila v tiskalniku" + +#: src/main/print-canon.c:375 src/main/print-escp2.c:271 +#: src/main/print-olympus.c:3871 +msgid "Borderless" +msgstr "Brez roba" + +#: src/main/print-canon.c:376 src/main/print-escp2.c:272 +#: src/main/print-olympus.c:3872 +msgid "Print without borders" +msgstr "Tiskaj brez robov" + +#: src/main/print-canon.c:381 src/main/print-escp2.c:194 +#: src/main/print-pcl.c:1394 +msgid "Double-Sided Printing" +msgstr "Obojestransko tiskanje" + +#: src/main/print-canon.c:382 src/main/print-escp2.c:195 +#: src/main/print-pcl.c:1395 +msgid "Duplex/Tumble Setting" +msgstr "Nastavitev dvostranskega tiskanja/obračanja" + +#: src/main/print-canon.c:387 src/main/print-canon.c:388 +#: src/main/print-escp2.c:170 src/main/print-escp2.c:171 +#: src/main/print-pcl.c:1364 src/main/print-pcl.c:1365 +#: src/main/generic-options.c:62 src/main/generic-options.c:63 +msgid "Print Quality" +msgstr "Kakovost tiska" + +#: src/main/print-canon.c:410 src/main/print-escp2.c:468 +#: src/main/print-lexmark.c:325 src/main/print-pcl.c:1417 +msgid "Cyan Density" +msgstr "Gostota sinje barve" + +#: src/main/print-canon.c:411 src/main/print-escp2.c:469 +#: src/main/print-lexmark.c:326 src/main/print-pcl.c:1418 +msgid "Adjust the cyan density" +msgstr "Prilagodi gostoto sinje barve" + +#: src/main/print-canon.c:418 src/main/print-escp2.c:476 +#: src/main/print-lexmark.c:333 src/main/print-pcl.c:1425 +msgid "Magenta Density" +msgstr "Gostota barve magenta" + +#: src/main/print-canon.c:419 src/main/print-escp2.c:477 +#: src/main/print-lexmark.c:334 src/main/print-pcl.c:1426 +msgid "Adjust the magenta density" +msgstr "Prilagodi gostoto magenta barve" + +#: src/main/print-canon.c:426 src/main/print-escp2.c:484 +#: src/main/print-lexmark.c:341 src/main/print-pcl.c:1433 +msgid "Yellow Density" +msgstr "Gostota rumene barve" + +#: src/main/print-canon.c:427 src/main/print-escp2.c:485 +#: src/main/print-lexmark.c:342 src/main/print-pcl.c:1434 +msgid "Adjust the yellow density" +msgstr "Prilagodi gostoto rumene barve" + +#: src/main/print-canon.c:434 src/main/print-escp2.c:492 +#: src/main/print-lexmark.c:349 src/main/print-pcl.c:1441 +msgid "Black Density" +msgstr "Gostota črne barve" + +#: src/main/print-canon.c:435 src/main/print-escp2.c:493 +#: src/main/print-lexmark.c:350 src/main/print-pcl.c:1442 +msgid "Adjust the black density" +msgstr "Prilagodi gostoto črne barve" + +#: src/main/print-canon.c:442 src/main/print-canon.c:443 +#: src/main/print-escp2.c:572 src/main/print-escp2.c:573 +#: src/main/print-lexmark.c:357 src/main/print-lexmark.c:358 +#: src/main/print-pcl.c:1449 src/main/print-pcl.c:1450 +msgid "Light Cyan Transition" +msgstr "Prehod svetle sinje barve" + +#: src/main/print-canon.c:450 src/main/print-canon.c:451 +#: src/main/print-escp2.c:604 src/main/print-escp2.c:605 +#: src/main/print-lexmark.c:365 src/main/print-lexmark.c:366 +#: src/main/print-pcl.c:1457 src/main/print-pcl.c:1458 +msgid "Light Magenta Transition" +msgstr "Svetlo šrklaten prehod" + +#: src/main/print-canon.c:458 src/main/print-canon.c:459 +msgid "Light Yellow Transition" +msgstr "Svetlo rumen prehod" + +#: src/main/print-canon.c:477 src/main/print-escp2.c:2534 +#: src/main/print-pcl.c:1683 src/xml/xmli18n-tmp.h:3278 +#: src/xml/xmli18n-tmp.h:3283 src/xml/xmli18n-tmp.h:3289 +#: src/xml/xmli18n-tmp.h:3296 +msgid "Off" +msgstr "Izključeno" + +#: src/main/print-canon.c:478 src/main/print-escp2.c:2536 +#: src/main/print-pcl.c:1684 +msgid "Long Edge (Standard)" +msgstr "Dolga stranica (običajno)" + +#: src/main/print-canon.c:479 src/main/print-pcl.c:1685 +msgid "Short Edge (Flip)" +msgstr "Kratka stranica (vodoravno zrcaljenje)" + +#: src/main/print-canon.c:2718 src/main/print-escp2.c:2250 +#: src/xml/xmli18n-tmp.h:3354 +msgid "CD - 5 inch" +msgstr "CD - 5 palčni" + +#: src/main/print-canon.c:2720 src/main/print-escp2.c:2252 +#: src/xml/xmli18n-tmp.h:3355 +msgid "CD - 3 inch" +msgstr "CD - 3 palčni" + +#: src/main/print-canon.c:2722 src/main/print-escp2.c:2254 +#: src/xml/xmli18n-tmp.h:3356 +msgid "CD - Custom" +msgstr "CD - Po meri" + +#: src/main/print-canon.c:2760 src/main/print-escp2.c:2288 +#: src/cups/genppd.c:1454 src/cups/genppd.c:2315 src/cups/genppd.c:2513 +#: src/cups/genppd.c:2605 +msgid "Normal" +msgstr "Običajno" + +#: src/main/print-canon.c:2762 src/main/print-escp2.c:2290 +msgid "Print To Hub" +msgstr "Tiskaj na gumb" + +#: src/main/print-canon.c:2929 src/main/print-canon.c:2943 +#: src/main/print-canon.c:2958 src/main/print-canon.c:2986 +#: src/main/print-canon.c:3018 src/main/print-canon.c:3022 +#: src/main/print-canon.c:3098 src/main/print-escp2.c:2702 +#: src/main/print-lexmark.c:1283 src/main/print-olympus.c:4164 +#: src/main/print-pcl.c:1997 src/main/print-ps.c:329 src/main/print-raw.c:141 +#: src/gutenprintui2/panel.c:291 +msgid "Color" +msgstr "Barva" + +#: src/main/print-canon.c:2934 src/main/print-canon.c:2972 +#: src/main/print-canon.c:2991 src/main/print-canon.c:2998 +#: src/main/print-escp2.c:2704 src/main/print-lexmark.c:1285 +#: src/main/print-pcl.c:1999 src/main/print-ps.c:331 src/main/print-raw.c:143 +msgid "Black and White" +msgstr "Črno in belo" + +#: src/main/print-canon.c:3012 src/main/print-canon.c:3096 +#: src/gutenprintui2/panel.c:1717 +msgid "Both" +msgstr "Oboje" + +#: src/main/print-canon.c:3015 src/main/print-canon.c:3024 +#: src/main/print-canon.c:3100 src/main/print-color.c:346 +#: src/main/print-lexmark.c:613 src/gutenprintui2/panel.c:2377 +#: src/escputil/escputil.c:1057 src/escputil/escputil.c:1079 +#: src/escputil/escputil.c:1347 src/xml/xmli18n-tmp.h:888 +#: src/xml/xmli18n-tmp.h:899 src/xml/xmli18n-tmp.h:912 +#: src/xml/xmli18n-tmp.h:925 src/xml/xmli18n-tmp.h:939 +#: src/xml/xmli18n-tmp.h:952 src/xml/xmli18n-tmp.h:965 +#: src/xml/xmli18n-tmp.h:978 src/xml/xmli18n-tmp.h:994 +#: src/xml/xmli18n-tmp.h:1010 src/xml/xmli18n-tmp.h:1025 +#: src/xml/xmli18n-tmp.h:1038 src/xml/xmli18n-tmp.h:1051 +#: src/xml/xmli18n-tmp.h:1063 src/xml/xmli18n-tmp.h:1075 +#: src/xml/xmli18n-tmp.h:1089 src/xml/xmli18n-tmp.h:1103 +#: src/xml/xmli18n-tmp.h:1115 src/xml/xmli18n-tmp.h:1127 +#: src/xml/xmli18n-tmp.h:1140 src/xml/xmli18n-tmp.h:1152 +#: src/xml/xmli18n-tmp.h:1167 src/xml/xmli18n-tmp.h:1178 +#: src/xml/xmli18n-tmp.h:1192 src/xml/xmli18n-tmp.h:1206 +#: src/xml/xmli18n-tmp.h:1219 src/xml/xmli18n-tmp.h:1232 +#: src/xml/xmli18n-tmp.h:1246 src/xml/xmli18n-tmp.h:1260 +#: src/xml/xmli18n-tmp.h:1273 src/xml/xmli18n-tmp.h:1286 +#: src/xml/xmli18n-tmp.h:1299 src/xml/xmli18n-tmp.h:1312 +#: src/xml/xmli18n-tmp.h:1325 src/xml/xmli18n-tmp.h:1338 +#: src/xml/xmli18n-tmp.h:1351 src/xml/xmli18n-tmp.h:1366 +#: src/xml/xmli18n-tmp.h:1381 src/xml/xmli18n-tmp.h:1396 +#: src/xml/xmli18n-tmp.h:1408 src/xml/xmli18n-tmp.h:1419 +#: src/xml/xmli18n-tmp.h:1432 src/xml/xmli18n-tmp.h:1445 +#: src/xml/xmli18n-tmp.h:1456 src/xml/xmli18n-tmp.h:1468 +#: src/xml/xmli18n-tmp.h:1480 src/xml/xmli18n-tmp.h:1491 +#: src/xml/xmli18n-tmp.h:1503 src/xml/xmli18n-tmp.h:1517 +#: src/xml/xmli18n-tmp.h:1529 src/xml/xmli18n-tmp.h:1541 +#: src/xml/xmli18n-tmp.h:1556 src/xml/xmli18n-tmp.h:1571 +#: src/xml/xmli18n-tmp.h:1584 src/xml/xmli18n-tmp.h:1597 +#: src/xml/xmli18n-tmp.h:1612 src/xml/xmli18n-tmp.h:1624 +#: src/xml/xmli18n-tmp.h:1636 src/xml/xmli18n-tmp.h:1649 +#: src/xml/xmli18n-tmp.h:1661 src/xml/xmli18n-tmp.h:1673 +#: src/xml/xmli18n-tmp.h:1685 src/xml/xmli18n-tmp.h:1698 +#: src/xml/xmli18n-tmp.h:1713 src/xml/xmli18n-tmp.h:1748 +#: src/xml/xmli18n-tmp.h:1758 src/xml/xmli18n-tmp.h:1807 +#: src/xml/xmli18n-tmp.h:1820 src/xml/xmli18n-tmp.h:1840 +#: src/xml/xmli18n-tmp.h:1857 src/xml/xmli18n-tmp.h:1870 +#: src/xml/xmli18n-tmp.h:1878 src/xml/xmli18n-tmp.h:1891 +#: src/xml/xmli18n-tmp.h:1903 src/xml/xmli18n-tmp.h:1915 +#: src/xml/xmli18n-tmp.h:1928 src/xml/xmli18n-tmp.h:1943 +#: src/xml/xmli18n-tmp.h:1955 src/xml/xmli18n-tmp.h:1969 +#: src/xml/xmli18n-tmp.h:1986 src/xml/xmli18n-tmp.h:2004 +#: src/xml/xmli18n-tmp.h:2017 src/xml/xmli18n-tmp.h:2052 +#: src/xml/xmli18n-tmp.h:2058 src/xml/xmli18n-tmp.h:2116 +#: src/xml/xmli18n-tmp.h:2136 src/xml/xmli18n-tmp.h:2153 +#: src/xml/xmli18n-tmp.h:2167 src/xml/xmli18n-tmp.h:2180 +#: src/xml/xmli18n-tmp.h:2194 src/xml/xmli18n-tmp.h:2214 +#: src/xml/xmli18n-tmp.h:2267 src/xml/xmli18n-tmp.h:2330 +#: src/xml/xmli18n-tmp.h:2358 src/xml/xmli18n-tmp.h:2368 +#: src/xml/xmli18n-tmp.h:2380 src/xml/xmli18n-tmp.h:2392 +#: src/xml/xmli18n-tmp.h:2428 src/xml/xmli18n-tmp.h:2445 +#: src/xml/xmli18n-tmp.h:2462 src/xml/xmli18n-tmp.h:2482 +#: src/xml/xmli18n-tmp.h:2555 src/xml/xmli18n-tmp.h:2571 +#: src/xml/xmli18n-tmp.h:2581 src/xml/xmli18n-tmp.h:2591 +#: src/xml/xmli18n-tmp.h:2606 src/xml/xmli18n-tmp.h:2621 +#: src/xml/xmli18n-tmp.h:2636 src/xml/xmli18n-tmp.h:2666 +#: src/xml/xmli18n-tmp.h:2688 src/xml/xmli18n-tmp.h:2711 +#: src/xml/xmli18n-tmp.h:2726 src/xml/xmli18n-tmp.h:2729 +#: src/xml/xmli18n-tmp.h:2744 src/xml/xmli18n-tmp.h:2760 +#: src/xml/xmli18n-tmp.h:2780 src/xml/xmli18n-tmp.h:2802 +#: src/xml/xmli18n-tmp.h:2819 src/xml/xmli18n-tmp.h:2836 +#: src/xml/xmli18n-tmp.h:2853 src/xml/xmli18n-tmp.h:2863 +#: src/xml/xmli18n-tmp.h:2888 src/xml/xmli18n-tmp.h:2913 +#: src/xml/xmli18n-tmp.h:2938 src/xml/xmli18n-tmp.h:2963 +#: src/xml/xmli18n-tmp.h:2978 src/xml/xmli18n-tmp.h:2994 +#: src/xml/xmli18n-tmp.h:3010 src/xml/xmli18n-tmp.h:3017 +#: src/xml/xmli18n-tmp.h:3028 src/xml/xmli18n-tmp.h:3053 +#: src/xml/xmli18n-tmp.h:3078 src/xml/xmli18n-tmp.h:3094 +#: src/xml/xmli18n-tmp.h:3116 src/xml/xmli18n-tmp.h:3133 +#: src/xml/xmli18n-tmp.h:3142 src/xml/xmli18n-tmp.h:3159 +#: src/xml/xmli18n-tmp.h:3168 src/xml/xmli18n-tmp.h:3188 +#: src/xml/xmli18n-tmp.h:3203 src/xml/xmli18n-tmp.h:3218 +#: src/xml/xmli18n-tmp.h:3228 src/xml/xmli18n-tmp.h:3250 +#: src/xml/xmli18n-tmp.h:3260 src/xml/xmli18n-tmp.h:3270 +msgid "Black" +msgstr "Črna" + +#: src/main/print-canon.c:3026 src/main/print-pcl.c:284 +#: src/main/print-pcl.c:285 src/main/generic-options.c:38 +#: src/xml/xmli18n-tmp.h:3303 src/xml/xmli18n-tmp.h:3309 +#: src/xml/xmli18n-tmp.h:3319 src/xml/xmli18n-tmp.h:3328 +#: src/xml/xmli18n-tmp.h:3337 src/xml/xmli18n-tmp.h:3345 +msgid "Photo" +msgstr "Fotografije" + +#: src/main/print-canon.c:3030 src/main/print-olympus.c:313 +#: src/main/print-olympus.c:1524 src/main/print-olympus.c:1597 +#: src/main/print-olympus.c:1732 src/main/print-olympus.c:1948 +#: src/main/print-olympus.c:2349 src/main/print-olympus.c:2481 +#: src/cups/genppd.c:1578 src/cups/genppd.c:1612 src/cups/genppd.c:1645 +#: src/cups/genppd.c:1700 src/cups/genppd.c:1746 src/cups/genppd.c:1792 +#: src/cups/genppd.c:1805 src/cups/genppd.c:1825 src/cups/genppd.c:1847 +#: src/cups/genppd.c:1864 +msgid "None" +msgstr "Brez" + +#: src/main/print-canon.c:3083 src/main/print-escp2.c:2343 +#: src/main/print-pcl.c:1890 src/main/generic-options.c:213 +#: src/main/generic-options.c:230 +msgid "Manual Control" +msgstr "Ročno upravljanje" + +#: src/main/print-canon.c:3085 src/main/print-escp2.c:2385 +#: src/main/print-escp2.c:2480 src/main/print-escp2.c:2492 +#: src/main/print-pcl.c:237 src/main/print-pcl.c:281 src/main/print-pcl.c:283 +#: src/main/generic-options.c:36 src/gutenprintui2/panel.c:2850 +#: src/xml/xmli18n-tmp.h:577 src/xml/xmli18n-tmp.h:580 +#: src/xml/xmli18n-tmp.h:2498 src/xml/xmli18n-tmp.h:2500 +#: src/xml/xmli18n-tmp.h:2505 src/xml/xmli18n-tmp.h:2509 +#: src/xml/xmli18n-tmp.h:2513 src/xml/xmli18n-tmp.h:2516 +#: src/xml/xmli18n-tmp.h:2518 src/xml/xmli18n-tmp.h:2524 +#: src/xml/xmli18n-tmp.h:2529 src/xml/xmli18n-tmp.h:2533 +#: src/xml/xmli18n-tmp.h:2549 src/xml/xmli18n-tmp.h:3008 +#: src/xml/xmli18n-tmp.h:3015 src/xml/xmli18n-tmp.h:3301 +#: src/xml/xmli18n-tmp.h:3308 src/xml/xmli18n-tmp.h:3317 +#: src/xml/xmli18n-tmp.h:3326 src/xml/xmli18n-tmp.h:3335 +#: src/xml/xmli18n-tmp.h:3343 +msgid "Standard" +msgstr "Običajno" + +#: src/main/print-color.c:50 +msgid "High Accuracy" +msgstr "Visoka natančnost" + +#: src/main/print-color.c:51 +msgid "Bright Colors" +msgstr "Svetle barve" + +#: src/main/print-color.c:52 +msgid "Correct Hue Only" +msgstr "Popravi le odtenek" + +#: src/main/print-color.c:53 +msgid "Uncorrected" +msgstr "Nepopravljeno" + +#: src/main/print-color.c:54 +msgid "Desaturated" +msgstr "Nenasičeno" + +#: src/main/print-color.c:55 +msgid "Threshold" +msgstr "Prag" + +#: src/main/print-color.c:57 src/main/print-color.c:165 +msgid "Raw" +msgstr "Surovo" + +#: src/main/print-color.c:58 +msgid "Pre-Dithered" +msgstr "Predhodno razpršeno" + +#: src/main/print-color.c:153 src/gutenprintui2/panel.c:292 +#: src/cups/genppd.c:1399 src/cups/genppd.c:2496 +msgid "Grayscale" +msgstr "Sivine" + +#: src/main/print-color.c:155 +msgid "Whitescale" +msgstr "Beline" + +#: src/main/print-color.c:157 +msgid "RGB" +msgstr "RGB" + +#: src/main/print-color.c:159 +msgid "CMY" +msgstr "CMY" + +#: src/main/print-color.c:161 src/cups/genppd.c:1430 src/cups/genppd.c:2503 +msgid "CMYK" +msgstr "CMYK" + +#: src/main/print-color.c:163 src/cups/genppd.c:1437 src/cups/genppd.c:2504 +msgid "KCMY" +msgstr "KCMY" + +#: src/main/print-color.c:197 src/main/print-color.c:518 +msgid "Channel " +msgstr "Kanal " + +#: src/main/print-color.c:198 +msgid "Gamma for raw channel " +msgstr "Gama za surovi kanal " + +#: src/main/print-color.c:208 +msgid "Color Correction" +msgstr "Popravki barv" + +#: src/main/print-color.c:209 +msgid "Color correction to be applied" +msgstr "Popravek barve za uveljavitev" + +#: src/main/print-color.c:216 +msgid "Channel Bit Depth" +msgstr "Bitna globina kanala" + +#: src/main/print-color.c:217 +msgid "Bit depth per channel" +msgstr "Bitna globina na kanal" + +#: src/main/print-color.c:224 +msgid "Input Image Type" +msgstr "Vrsta vhodne slike" + +#: src/main/print-color.c:225 +msgid "Input image type" +msgstr "Vhodna vrsta slike" + +#: src/main/print-color.c:232 +msgid "Output Image Type" +msgstr "Izhodna vrsta slike" + +#: src/main/print-color.c:233 +msgid "Output image type" +msgstr "Vrsta izhodne slike" + +#: src/main/print-color.c:240 src/main/print-color.c:241 +#: src/main/print-escp2.c:355 +msgid "Raw Channels" +msgstr "Surovi kanali" + +#: src/main/print-color.c:248 +msgid "SimpleGamma" +msgstr "Enostavna gama" + +#: src/main/print-color.c:249 +msgid "Do not correct for screen gamma" +msgstr "Ne popravi za zaslonsko gamo" + +#: src/main/print-color.c:256 +msgid "Brightness" +msgstr "Svetlost" + +#: src/main/print-color.c:257 +msgid "Brightness of the print" +msgstr "Svetlost tiskanja" + +#: src/main/print-color.c:264 +msgid "Contrast" +msgstr "Kontrast" + +#: src/main/print-color.c:265 +msgid "Contrast of the print (0 is solid gray)" +msgstr "Kontrast tiskanja (0 je polna siva)" + +#: src/main/print-color.c:272 +msgid "Linear Contrast Adjustment" +msgstr "Premosorazmerna nastavitev kontrasta" + +#: src/main/print-color.c:273 +msgid "Use linear vs. fixed end point contrast adjustment" +msgstr "Uporabi prilagoditev kontrasta sorazmerno proti nespremenljivi točki" + +#: src/main/print-color.c:280 +msgid "Composite Gamma" +msgstr "Sestavljena gama" + +#: src/main/print-color.c:281 +msgid "" +"Adjust the gamma of the print. Larger values will produce a generally " +"brighter print, while smaller values will produce a generally darker print. " +msgstr "" +"Prilagodi gamo tiskanja. Večje vrednosti v splošnem proizvedejo svetlejše, " +"manjše pa temnejše tiskanje. " + +#: src/main/print-color.c:290 +msgid "AppGamma" +msgstr "ProgGama" + +#: src/main/print-color.c:291 +msgid "Gamma value assumed by application" +msgstr "Vrednost game, ki jo predpostavi program" + +#: src/main/print-color.c:298 src/gutenprintui2/panel.c:2356 +#: src/escputil/escputil.c:1060 src/escputil/escputil.c:1080 +#: src/escputil/escputil.c:1348 src/xml/xmli18n-tmp.h:889 +#: src/xml/xmli18n-tmp.h:900 src/xml/xmli18n-tmp.h:913 +#: src/xml/xmli18n-tmp.h:926 src/xml/xmli18n-tmp.h:940 +#: src/xml/xmli18n-tmp.h:953 src/xml/xmli18n-tmp.h:966 +#: src/xml/xmli18n-tmp.h:979 src/xml/xmli18n-tmp.h:995 +#: src/xml/xmli18n-tmp.h:1011 src/xml/xmli18n-tmp.h:1026 +#: src/xml/xmli18n-tmp.h:1039 src/xml/xmli18n-tmp.h:1052 +#: src/xml/xmli18n-tmp.h:1064 src/xml/xmli18n-tmp.h:1076 +#: src/xml/xmli18n-tmp.h:1090 src/xml/xmli18n-tmp.h:1104 +#: src/xml/xmli18n-tmp.h:1116 src/xml/xmli18n-tmp.h:1128 +#: src/xml/xmli18n-tmp.h:1141 src/xml/xmli18n-tmp.h:1153 +#: src/xml/xmli18n-tmp.h:1168 src/xml/xmli18n-tmp.h:1179 +#: src/xml/xmli18n-tmp.h:1193 src/xml/xmli18n-tmp.h:1207 +#: src/xml/xmli18n-tmp.h:1220 src/xml/xmli18n-tmp.h:1233 +#: src/xml/xmli18n-tmp.h:1247 src/xml/xmli18n-tmp.h:1261 +#: src/xml/xmli18n-tmp.h:1274 src/xml/xmli18n-tmp.h:1287 +#: src/xml/xmli18n-tmp.h:1300 src/xml/xmli18n-tmp.h:1313 +#: src/xml/xmli18n-tmp.h:1326 src/xml/xmli18n-tmp.h:1339 +#: src/xml/xmli18n-tmp.h:1352 src/xml/xmli18n-tmp.h:1367 +#: src/xml/xmli18n-tmp.h:1382 src/xml/xmli18n-tmp.h:1397 +#: src/xml/xmli18n-tmp.h:1409 src/xml/xmli18n-tmp.h:1420 +#: src/xml/xmli18n-tmp.h:1433 src/xml/xmli18n-tmp.h:1446 +#: src/xml/xmli18n-tmp.h:1457 src/xml/xmli18n-tmp.h:1469 +#: src/xml/xmli18n-tmp.h:1481 src/xml/xmli18n-tmp.h:1492 +#: src/xml/xmli18n-tmp.h:1504 src/xml/xmli18n-tmp.h:1518 +#: src/xml/xmli18n-tmp.h:1530 src/xml/xmli18n-tmp.h:1542 +#: src/xml/xmli18n-tmp.h:1557 src/xml/xmli18n-tmp.h:1572 +#: src/xml/xmli18n-tmp.h:1585 src/xml/xmli18n-tmp.h:1598 +#: src/xml/xmli18n-tmp.h:1613 src/xml/xmli18n-tmp.h:1625 +#: src/xml/xmli18n-tmp.h:1637 src/xml/xmli18n-tmp.h:1650 +#: src/xml/xmli18n-tmp.h:1662 src/xml/xmli18n-tmp.h:1674 +#: src/xml/xmli18n-tmp.h:1686 src/xml/xmli18n-tmp.h:1699 +#: src/xml/xmli18n-tmp.h:1714 src/xml/xmli18n-tmp.h:1729 +#: src/xml/xmli18n-tmp.h:1745 src/xml/xmli18n-tmp.h:1759 +#: src/xml/xmli18n-tmp.h:1773 src/xml/xmli18n-tmp.h:1791 +#: src/xml/xmli18n-tmp.h:1808 src/xml/xmli18n-tmp.h:1821 +#: src/xml/xmli18n-tmp.h:1841 src/xml/xmli18n-tmp.h:1854 +#: src/xml/xmli18n-tmp.h:1869 src/xml/xmli18n-tmp.h:1879 +#: src/xml/xmli18n-tmp.h:1892 src/xml/xmli18n-tmp.h:1904 +#: src/xml/xmli18n-tmp.h:1916 src/xml/xmli18n-tmp.h:1929 +#: src/xml/xmli18n-tmp.h:1944 src/xml/xmli18n-tmp.h:1956 +#: src/xml/xmli18n-tmp.h:1973 src/xml/xmli18n-tmp.h:1990 +#: src/xml/xmli18n-tmp.h:2005 src/xml/xmli18n-tmp.h:2018 +#: src/xml/xmli18n-tmp.h:2034 src/xml/xmli18n-tmp.h:2051 +#: src/xml/xmli18n-tmp.h:2059 src/xml/xmli18n-tmp.h:2100 +#: src/xml/xmli18n-tmp.h:2119 src/xml/xmli18n-tmp.h:2133 +#: src/xml/xmli18n-tmp.h:2150 src/xml/xmli18n-tmp.h:2164 +#: src/xml/xmli18n-tmp.h:2177 src/xml/xmli18n-tmp.h:2198 +#: src/xml/xmli18n-tmp.h:2215 src/xml/xmli18n-tmp.h:2231 +#: src/xml/xmli18n-tmp.h:2249 src/xml/xmli18n-tmp.h:2264 +#: src/xml/xmli18n-tmp.h:2331 src/xml/xmli18n-tmp.h:2359 +#: src/xml/xmli18n-tmp.h:2369 src/xml/xmli18n-tmp.h:2381 +#: src/xml/xmli18n-tmp.h:2393 src/xml/xmli18n-tmp.h:2431 +#: src/xml/xmli18n-tmp.h:2448 src/xml/xmli18n-tmp.h:2465 +#: src/xml/xmli18n-tmp.h:2479 src/xml/xmli18n-tmp.h:2556 +#: src/xml/xmli18n-tmp.h:2572 src/xml/xmli18n-tmp.h:2582 +#: src/xml/xmli18n-tmp.h:2592 src/xml/xmli18n-tmp.h:2607 +#: src/xml/xmli18n-tmp.h:2622 src/xml/xmli18n-tmp.h:2637 +#: src/xml/xmli18n-tmp.h:2661 src/xml/xmli18n-tmp.h:2667 +#: src/xml/xmli18n-tmp.h:2689 src/xml/xmli18n-tmp.h:2712 +#: src/xml/xmli18n-tmp.h:2730 src/xml/xmli18n-tmp.h:2745 +#: src/xml/xmli18n-tmp.h:2761 src/xml/xmli18n-tmp.h:2782 +#: src/xml/xmli18n-tmp.h:2805 src/xml/xmli18n-tmp.h:2822 +#: src/xml/xmli18n-tmp.h:2839 src/xml/xmli18n-tmp.h:2854 +#: src/xml/xmli18n-tmp.h:2864 src/xml/xmli18n-tmp.h:2889 +#: src/xml/xmli18n-tmp.h:2914 src/xml/xmli18n-tmp.h:2939 +#: src/xml/xmli18n-tmp.h:2964 src/xml/xmli18n-tmp.h:2979 +#: src/xml/xmli18n-tmp.h:2995 src/xml/xmli18n-tmp.h:3011 +#: src/xml/xmli18n-tmp.h:3018 src/xml/xmli18n-tmp.h:3029 +#: src/xml/xmli18n-tmp.h:3054 src/xml/xmli18n-tmp.h:3079 +#: src/xml/xmli18n-tmp.h:3096 src/xml/xmli18n-tmp.h:3119 +#: src/xml/xmli18n-tmp.h:3134 src/xml/xmli18n-tmp.h:3145 +#: src/xml/xmli18n-tmp.h:3160 src/xml/xmli18n-tmp.h:3171 +#: src/xml/xmli18n-tmp.h:3189 src/xml/xmli18n-tmp.h:3204 +#: src/xml/xmli18n-tmp.h:3219 src/xml/xmli18n-tmp.h:3230 +#: src/xml/xmli18n-tmp.h:3251 src/xml/xmli18n-tmp.h:3261 +#: src/xml/xmli18n-tmp.h:3271 +msgid "Cyan" +msgstr "Sinja" + +#: src/main/print-color.c:299 +msgid "Adjust the cyan gamma" +msgstr "Prilagodi sinjo gamo" + +#: src/main/print-color.c:306 src/gutenprintui2/panel.c:2363 +#: src/escputil/escputil.c:1061 src/escputil/escputil.c:1081 +#: src/escputil/escputil.c:1349 src/xml/xmli18n-tmp.h:890 +#: src/xml/xmli18n-tmp.h:901 src/xml/xmli18n-tmp.h:914 +#: src/xml/xmli18n-tmp.h:927 src/xml/xmli18n-tmp.h:941 +#: src/xml/xmli18n-tmp.h:954 src/xml/xmli18n-tmp.h:967 +#: src/xml/xmli18n-tmp.h:980 src/xml/xmli18n-tmp.h:996 +#: src/xml/xmli18n-tmp.h:1012 src/xml/xmli18n-tmp.h:1027 +#: src/xml/xmli18n-tmp.h:1040 src/xml/xmli18n-tmp.h:1053 +#: src/xml/xmli18n-tmp.h:1065 src/xml/xmli18n-tmp.h:1077 +#: src/xml/xmli18n-tmp.h:1091 src/xml/xmli18n-tmp.h:1105 +#: src/xml/xmli18n-tmp.h:1117 src/xml/xmli18n-tmp.h:1129 +#: src/xml/xmli18n-tmp.h:1142 src/xml/xmli18n-tmp.h:1154 +#: src/xml/xmli18n-tmp.h:1169 src/xml/xmli18n-tmp.h:1180 +#: src/xml/xmli18n-tmp.h:1194 src/xml/xmli18n-tmp.h:1208 +#: src/xml/xmli18n-tmp.h:1221 src/xml/xmli18n-tmp.h:1234 +#: src/xml/xmli18n-tmp.h:1248 src/xml/xmli18n-tmp.h:1262 +#: src/xml/xmli18n-tmp.h:1275 src/xml/xmli18n-tmp.h:1288 +#: src/xml/xmli18n-tmp.h:1301 src/xml/xmli18n-tmp.h:1314 +#: src/xml/xmli18n-tmp.h:1327 src/xml/xmli18n-tmp.h:1340 +#: src/xml/xmli18n-tmp.h:1353 src/xml/xmli18n-tmp.h:1368 +#: src/xml/xmli18n-tmp.h:1383 src/xml/xmli18n-tmp.h:1398 +#: src/xml/xmli18n-tmp.h:1410 src/xml/xmli18n-tmp.h:1421 +#: src/xml/xmli18n-tmp.h:1434 src/xml/xmli18n-tmp.h:1447 +#: src/xml/xmli18n-tmp.h:1458 src/xml/xmli18n-tmp.h:1470 +#: src/xml/xmli18n-tmp.h:1482 src/xml/xmli18n-tmp.h:1493 +#: src/xml/xmli18n-tmp.h:1505 src/xml/xmli18n-tmp.h:1519 +#: src/xml/xmli18n-tmp.h:1531 src/xml/xmli18n-tmp.h:1543 +#: src/xml/xmli18n-tmp.h:1558 src/xml/xmli18n-tmp.h:1573 +#: src/xml/xmli18n-tmp.h:1586 src/xml/xmli18n-tmp.h:1599 +#: src/xml/xmli18n-tmp.h:1614 src/xml/xmli18n-tmp.h:1626 +#: src/xml/xmli18n-tmp.h:1638 src/xml/xmli18n-tmp.h:1651 +#: src/xml/xmli18n-tmp.h:1663 src/xml/xmli18n-tmp.h:1675 +#: src/xml/xmli18n-tmp.h:1687 src/xml/xmli18n-tmp.h:1700 +#: src/xml/xmli18n-tmp.h:1716 src/xml/xmli18n-tmp.h:1728 +#: src/xml/xmli18n-tmp.h:1746 src/xml/xmli18n-tmp.h:1760 +#: src/xml/xmli18n-tmp.h:1772 src/xml/xmli18n-tmp.h:1790 +#: src/xml/xmli18n-tmp.h:1809 src/xml/xmli18n-tmp.h:1823 +#: src/xml/xmli18n-tmp.h:1842 src/xml/xmli18n-tmp.h:1856 +#: src/xml/xmli18n-tmp.h:1868 src/xml/xmli18n-tmp.h:1880 +#: src/xml/xmli18n-tmp.h:1893 src/xml/xmli18n-tmp.h:1905 +#: src/xml/xmli18n-tmp.h:1917 src/xml/xmli18n-tmp.h:1930 +#: src/xml/xmli18n-tmp.h:1945 src/xml/xmli18n-tmp.h:1957 +#: src/xml/xmli18n-tmp.h:1972 src/xml/xmli18n-tmp.h:1989 +#: src/xml/xmli18n-tmp.h:2006 src/xml/xmli18n-tmp.h:2020 +#: src/xml/xmli18n-tmp.h:2033 src/xml/xmli18n-tmp.h:2050 +#: src/xml/xmli18n-tmp.h:2060 src/xml/xmli18n-tmp.h:2099 +#: src/xml/xmli18n-tmp.h:2117 src/xml/xmli18n-tmp.h:2134 +#: src/xml/xmli18n-tmp.h:2151 src/xml/xmli18n-tmp.h:2165 +#: src/xml/xmli18n-tmp.h:2181 src/xml/xmli18n-tmp.h:2197 +#: src/xml/xmli18n-tmp.h:2230 src/xml/xmli18n-tmp.h:2248 +#: src/xml/xmli18n-tmp.h:2265 src/xml/xmli18n-tmp.h:2332 +#: src/xml/xmli18n-tmp.h:2360 src/xml/xmli18n-tmp.h:2370 +#: src/xml/xmli18n-tmp.h:2382 src/xml/xmli18n-tmp.h:2394 +#: src/xml/xmli18n-tmp.h:2429 src/xml/xmli18n-tmp.h:2446 +#: src/xml/xmli18n-tmp.h:2463 src/xml/xmli18n-tmp.h:2480 +#: src/xml/xmli18n-tmp.h:2558 src/xml/xmli18n-tmp.h:2573 +#: src/xml/xmli18n-tmp.h:2583 src/xml/xmli18n-tmp.h:2593 +#: src/xml/xmli18n-tmp.h:2608 src/xml/xmli18n-tmp.h:2623 +#: src/xml/xmli18n-tmp.h:2639 src/xml/xmli18n-tmp.h:2662 +#: src/xml/xmli18n-tmp.h:2668 src/xml/xmli18n-tmp.h:2690 +#: src/xml/xmli18n-tmp.h:2713 src/xml/xmli18n-tmp.h:2731 +#: src/xml/xmli18n-tmp.h:2747 src/xml/xmli18n-tmp.h:2763 +#: src/xml/xmli18n-tmp.h:2784 src/xml/xmli18n-tmp.h:2807 +#: src/xml/xmli18n-tmp.h:2824 src/xml/xmli18n-tmp.h:2841 +#: src/xml/xmli18n-tmp.h:2855 src/xml/xmli18n-tmp.h:2866 +#: src/xml/xmli18n-tmp.h:2891 src/xml/xmli18n-tmp.h:2916 +#: src/xml/xmli18n-tmp.h:2941 src/xml/xmli18n-tmp.h:2965 +#: src/xml/xmli18n-tmp.h:2981 src/xml/xmli18n-tmp.h:2997 +#: src/xml/xmli18n-tmp.h:3012 src/xml/xmli18n-tmp.h:3019 +#: src/xml/xmli18n-tmp.h:3031 src/xml/xmli18n-tmp.h:3056 +#: src/xml/xmli18n-tmp.h:3081 src/xml/xmli18n-tmp.h:3098 +#: src/xml/xmli18n-tmp.h:3121 src/xml/xmli18n-tmp.h:3135 +#: src/xml/xmli18n-tmp.h:3147 src/xml/xmli18n-tmp.h:3161 +#: src/xml/xmli18n-tmp.h:3173 src/xml/xmli18n-tmp.h:3190 +#: src/xml/xmli18n-tmp.h:3205 src/xml/xmli18n-tmp.h:3220 +#: src/xml/xmli18n-tmp.h:3232 src/xml/xmli18n-tmp.h:3252 +#: src/xml/xmli18n-tmp.h:3262 src/xml/xmli18n-tmp.h:3272 +msgid "Magenta" +msgstr "Škrlatna" + +#: src/main/print-color.c:307 +msgid "Adjust the magenta gamma" +msgstr "Prilagodi škrlatno gamo" + +#: src/main/print-color.c:314 src/gutenprintui2/panel.c:2370 +#: src/escputil/escputil.c:1062 src/escputil/escputil.c:1082 +#: src/escputil/escputil.c:1350 src/xml/xmli18n-tmp.h:891 +#: src/xml/xmli18n-tmp.h:902 src/xml/xmli18n-tmp.h:915 +#: src/xml/xmli18n-tmp.h:928 src/xml/xmli18n-tmp.h:942 +#: src/xml/xmli18n-tmp.h:955 src/xml/xmli18n-tmp.h:968 +#: src/xml/xmli18n-tmp.h:981 src/xml/xmli18n-tmp.h:997 +#: src/xml/xmli18n-tmp.h:1013 src/xml/xmli18n-tmp.h:1028 +#: src/xml/xmli18n-tmp.h:1041 src/xml/xmli18n-tmp.h:1054 +#: src/xml/xmli18n-tmp.h:1066 src/xml/xmli18n-tmp.h:1078 +#: src/xml/xmli18n-tmp.h:1092 src/xml/xmli18n-tmp.h:1106 +#: src/xml/xmli18n-tmp.h:1118 src/xml/xmli18n-tmp.h:1130 +#: src/xml/xmli18n-tmp.h:1143 src/xml/xmli18n-tmp.h:1155 +#: src/xml/xmli18n-tmp.h:1170 src/xml/xmli18n-tmp.h:1181 +#: src/xml/xmli18n-tmp.h:1195 src/xml/xmli18n-tmp.h:1209 +#: src/xml/xmli18n-tmp.h:1222 src/xml/xmli18n-tmp.h:1235 +#: src/xml/xmli18n-tmp.h:1249 src/xml/xmli18n-tmp.h:1263 +#: src/xml/xmli18n-tmp.h:1276 src/xml/xmli18n-tmp.h:1289 +#: src/xml/xmli18n-tmp.h:1302 src/xml/xmli18n-tmp.h:1315 +#: src/xml/xmli18n-tmp.h:1328 src/xml/xmli18n-tmp.h:1341 +#: src/xml/xmli18n-tmp.h:1354 src/xml/xmli18n-tmp.h:1369 +#: src/xml/xmli18n-tmp.h:1384 src/xml/xmli18n-tmp.h:1399 +#: src/xml/xmli18n-tmp.h:1411 src/xml/xmli18n-tmp.h:1422 +#: src/xml/xmli18n-tmp.h:1435 src/xml/xmli18n-tmp.h:1448 +#: src/xml/xmli18n-tmp.h:1459 src/xml/xmli18n-tmp.h:1471 +#: src/xml/xmli18n-tmp.h:1483 src/xml/xmli18n-tmp.h:1494 +#: src/xml/xmli18n-tmp.h:1506 src/xml/xmli18n-tmp.h:1520 +#: src/xml/xmli18n-tmp.h:1532 src/xml/xmli18n-tmp.h:1544 +#: src/xml/xmli18n-tmp.h:1559 src/xml/xmli18n-tmp.h:1574 +#: src/xml/xmli18n-tmp.h:1587 src/xml/xmli18n-tmp.h:1600 +#: src/xml/xmli18n-tmp.h:1615 src/xml/xmli18n-tmp.h:1627 +#: src/xml/xmli18n-tmp.h:1639 src/xml/xmli18n-tmp.h:1652 +#: src/xml/xmli18n-tmp.h:1664 src/xml/xmli18n-tmp.h:1676 +#: src/xml/xmli18n-tmp.h:1688 src/xml/xmli18n-tmp.h:1701 +#: src/xml/xmli18n-tmp.h:1718 src/xml/xmli18n-tmp.h:1727 +#: src/xml/xmli18n-tmp.h:1747 src/xml/xmli18n-tmp.h:1761 +#: src/xml/xmli18n-tmp.h:1771 src/xml/xmli18n-tmp.h:1789 +#: src/xml/xmli18n-tmp.h:1810 src/xml/xmli18n-tmp.h:1825 +#: src/xml/xmli18n-tmp.h:1843 src/xml/xmli18n-tmp.h:1855 +#: src/xml/xmli18n-tmp.h:1867 src/xml/xmli18n-tmp.h:1881 +#: src/xml/xmli18n-tmp.h:1894 src/xml/xmli18n-tmp.h:1906 +#: src/xml/xmli18n-tmp.h:1918 src/xml/xmli18n-tmp.h:1931 +#: src/xml/xmli18n-tmp.h:1946 src/xml/xmli18n-tmp.h:1958 +#: src/xml/xmli18n-tmp.h:1968 src/xml/xmli18n-tmp.h:1985 +#: src/xml/xmli18n-tmp.h:2007 src/xml/xmli18n-tmp.h:2022 +#: src/xml/xmli18n-tmp.h:2035 src/xml/xmli18n-tmp.h:2049 +#: src/xml/xmli18n-tmp.h:2061 src/xml/xmli18n-tmp.h:2098 +#: src/xml/xmli18n-tmp.h:2118 src/xml/xmli18n-tmp.h:2135 +#: src/xml/xmli18n-tmp.h:2152 src/xml/xmli18n-tmp.h:2166 +#: src/xml/xmli18n-tmp.h:2178 src/xml/xmli18n-tmp.h:2193 +#: src/xml/xmli18n-tmp.h:2217 src/xml/xmli18n-tmp.h:2232 +#: src/xml/xmli18n-tmp.h:2250 src/xml/xmli18n-tmp.h:2266 +#: src/xml/xmli18n-tmp.h:2333 src/xml/xmli18n-tmp.h:2361 +#: src/xml/xmli18n-tmp.h:2371 src/xml/xmli18n-tmp.h:2383 +#: src/xml/xmli18n-tmp.h:2395 src/xml/xmli18n-tmp.h:2430 +#: src/xml/xmli18n-tmp.h:2447 src/xml/xmli18n-tmp.h:2464 +#: src/xml/xmli18n-tmp.h:2481 src/xml/xmli18n-tmp.h:2560 +#: src/xml/xmli18n-tmp.h:2574 src/xml/xmli18n-tmp.h:2584 +#: src/xml/xmli18n-tmp.h:2594 src/xml/xmli18n-tmp.h:2609 +#: src/xml/xmli18n-tmp.h:2624 src/xml/xmli18n-tmp.h:2641 +#: src/xml/xmli18n-tmp.h:2663 src/xml/xmli18n-tmp.h:2669 +#: src/xml/xmli18n-tmp.h:2691 src/xml/xmli18n-tmp.h:2714 +#: src/xml/xmli18n-tmp.h:2732 src/xml/xmli18n-tmp.h:2749 +#: src/xml/xmli18n-tmp.h:2766 src/xml/xmli18n-tmp.h:2786 +#: src/xml/xmli18n-tmp.h:2809 src/xml/xmli18n-tmp.h:2826 +#: src/xml/xmli18n-tmp.h:2843 src/xml/xmli18n-tmp.h:2856 +#: src/xml/xmli18n-tmp.h:2868 src/xml/xmli18n-tmp.h:2893 +#: src/xml/xmli18n-tmp.h:2918 src/xml/xmli18n-tmp.h:2943 +#: src/xml/xmli18n-tmp.h:2966 src/xml/xmli18n-tmp.h:2983 +#: src/xml/xmli18n-tmp.h:2999 src/xml/xmli18n-tmp.h:3013 +#: src/xml/xmli18n-tmp.h:3020 src/xml/xmli18n-tmp.h:3033 +#: src/xml/xmli18n-tmp.h:3058 src/xml/xmli18n-tmp.h:3083 +#: src/xml/xmli18n-tmp.h:3100 src/xml/xmli18n-tmp.h:3123 +#: src/xml/xmli18n-tmp.h:3136 src/xml/xmli18n-tmp.h:3149 +#: src/xml/xmli18n-tmp.h:3162 src/xml/xmli18n-tmp.h:3175 +#: src/xml/xmli18n-tmp.h:3191 src/xml/xmli18n-tmp.h:3206 +#: src/xml/xmli18n-tmp.h:3221 src/xml/xmli18n-tmp.h:3234 +#: src/xml/xmli18n-tmp.h:3253 src/xml/xmli18n-tmp.h:3263 +#: src/xml/xmli18n-tmp.h:3273 +msgid "Yellow" +msgstr "Rumena" + +#: src/main/print-color.c:315 +msgid "Adjust the yellow gamma" +msgstr "Prilagodi rumeno gamo" + +#: src/main/print-color.c:322 src/gutenprintui2/panel.c:2384 +#: src/escputil/escputil.c:1069 src/escputil/escputil.c:1088 +#: src/xml/xmli18n-tmp.h:1732 src/xml/xmli18n-tmp.h:1776 +#: src/xml/xmli18n-tmp.h:1794 src/xml/xmli18n-tmp.h:1871 +#: src/xml/xmli18n-tmp.h:2103 src/xml/xmli18n-tmp.h:2670 +#: src/xml/xmli18n-tmp.h:2692 src/xml/xmli18n-tmp.h:3021 +msgid "Red" +msgstr "Rdeča" + +#: src/main/print-color.c:323 +msgid "Adjust the red gamma" +msgstr "Prilagodi rdečo gamo" + +#: src/main/print-color.c:330 src/gutenprintui2/panel.c:2391 +#: src/xml/xmli18n-tmp.h:3184 +msgid "Green" +msgstr "Zelena" + +#: src/main/print-color.c:331 +msgid "Adjust the green gamma" +msgstr "Prilagodi zeleno gamo" + +#: src/main/print-color.c:338 src/gutenprintui2/panel.c:2398 +#: src/escputil/escputil.c:1070 src/escputil/escputil.c:1089 +#: src/xml/xmli18n-tmp.h:1733 src/xml/xmli18n-tmp.h:1777 +#: src/xml/xmli18n-tmp.h:1795 src/xml/xmli18n-tmp.h:1872 +#: src/xml/xmli18n-tmp.h:2671 src/xml/xmli18n-tmp.h:3022 +msgid "Blue" +msgstr "Modra" + +#: src/main/print-color.c:339 +msgid "Adjust the blue gamma" +msgstr "Prilagodi modro gamo" + +#: src/main/print-color.c:347 +msgid "Adjust the black gamma" +msgstr "Prilagodi črno gamo" + +#: src/main/print-color.c:354 src/main/print-olympus.c:3900 +msgid "Cyan Balance" +msgstr "Ravnotežje sinje barve" + +#: src/main/print-color.c:355 +msgid "Adjust the cyan gray balance" +msgstr "Prilagodi ravnotežje sinje barve" + +#: src/main/print-color.c:362 src/main/print-olympus.c:3908 +msgid "Magenta Balance" +msgstr "Ravnotežje škrlatne" + +#: src/main/print-color.c:363 +msgid "Adjust the magenta gray balance" +msgstr "Prilagodi ravnotežje škrlatne barve" + +#: src/main/print-color.c:370 src/main/print-olympus.c:3916 +msgid "Yellow Balance" +msgstr "Ravnotežje rumene barve" + +#: src/main/print-color.c:371 +msgid "Adjust the yellow gray balance" +msgstr "Prilagodi ravnotežje rumene barve" + +#: src/main/print-color.c:378 +msgid "Saturation" +msgstr "Nasičenje" + +#: src/main/print-color.c:379 +msgid "" +"Adjust the saturation (color balance) of the print\n" +"Use zero saturation to produce grayscale output using color and black inks" +msgstr "" +"Prilagodi nasičenje (barvno ravnotežje) tiskanja.\n" +"Uporabite nasičenje nič za proizvodnjo sivinskega izhoda z uporabo barvnega " +"in črnega črnila" + +#: src/main/print-color.c:389 +msgid "Ink Limit" +msgstr "Omejitev črnila" + +#: src/main/print-color.c:390 +msgid "Limit the total ink printed to the page" +msgstr "Omeji celotno količino črnila natisnjeno na stran" + +#: src/main/print-color.c:397 src/main/print-escp2.c:900 +msgid "GCR Transition" +msgstr "Prehod GCR" + +#: src/main/print-color.c:398 src/main/print-escp2.c:901 +msgid "Adjust the gray component transition rate" +msgstr "Prilagodi hitrost prehoda sivega sestavnega dela" + +#: src/main/print-color.c:405 src/main/print-escp2.c:908 +msgid "GCR Lower Bound" +msgstr "Spodnja meja GCR" + +#: src/main/print-color.c:406 src/main/print-escp2.c:909 +msgid "Lower bound of gray component reduction" +msgstr "Spodnja meja zmanjšanja sivine" + +#: src/main/print-color.c:413 src/main/print-escp2.c:916 +msgid "GCR Upper Bound" +msgstr "Zgornja meja GCR" + +#: src/main/print-color.c:414 src/main/print-escp2.c:917 +msgid "Upper bound of gray component reduction" +msgstr "Zgornja meja zmanjšanja sivine" + +#: src/main/print-color.c:485 +msgid "LUT dump file" +msgstr "LUT izpis datoteke" + +#: src/main/print-color.c:485 +msgid "Advanced Output Control" +msgstr "Napreden nadzor izhoda" + +#: src/main/print-color.c:486 +msgid "Dump file for LUT for external color adjustment" +msgstr "Izpiši datoteko za LUT za zunanjo prilagoditev barve" + +#: src/main/print-color.c:520 +msgid "Curve for raw channel " +msgstr "Krivulja za surov kanal " + +#: src/main/print-color.c:530 +msgid "Cyan Curve" +msgstr "Sinja krivulja" + +#: src/main/print-color.c:531 +msgid "Cyan curve" +msgstr "Sinja krivulja" + +#: src/main/print-color.c:538 +msgid "Magenta Curve" +msgstr "Škrlatna krivulja" + +#: src/main/print-color.c:539 +msgid "Magenta curve" +msgstr "Škrlatna" + +#: src/main/print-color.c:546 +msgid "Yellow Curve" +msgstr "Rumena krivulja" + +#: src/main/print-color.c:547 +msgid "Yellow curve" +msgstr "Rumena krivulja" + +#: src/main/print-color.c:554 +msgid "Black Curve" +msgstr "Črna krivulja" + +#: src/main/print-color.c:555 +msgid "Black curve" +msgstr "Črna krivulja" + +#: src/main/print-color.c:562 +msgid "Red Curve" +msgstr "Rdeča krivulja" + +#: src/main/print-color.c:563 +msgid "Red curve" +msgstr "Rdeča krivulja" + +#: src/main/print-color.c:570 +msgid "Green Curve" +msgstr "Zelena krivulja" + +#: src/main/print-color.c:571 +msgid "Green curve" +msgstr "Zelena krivulja" + +#: src/main/print-color.c:578 +msgid "Blue Curve" +msgstr "Morda krivulja" + +#: src/main/print-color.c:579 +msgid "Blue curve" +msgstr "Modra krivulja" + +#: src/main/print-color.c:586 +msgid "White Curve" +msgstr "Bela krivulja" + +#: src/main/print-color.c:587 +msgid "White curve" +msgstr "Bela krivulja" + +#: src/main/print-color.c:594 +msgid "Hue Map" +msgstr "Zemljevid odtenka" + +#: src/main/print-color.c:595 +msgid "Hue adjustment curve" +msgstr "Krivulja prilagoditve odtenka" + +#: src/main/print-color.c:602 +msgid "Saturation Map" +msgstr "Zemljevid nasičenja" + +#: src/main/print-color.c:603 +msgid "Saturation adjustment curve" +msgstr "Krivulja prilagoditve nasičenosti" + +#: src/main/print-color.c:610 +msgid "Luminosity Map" +msgstr "Zemljevid svetilnosti" + +#: src/main/print-color.c:611 +msgid "Luminosity adjustment curve" +msgstr "Krivulja prilagoditve svetilnosti" + +#: src/main/print-color.c:618 +msgid "Gray Component Reduction" +msgstr "Zmanjšanje sestavnega dela sivine" + +#: src/main/print-color.c:619 +msgid "Gray component reduction curve" +msgstr "Krivulja zmanjšanja sivega sestavnega dela" + +#: src/main/print-color.c:1836 +msgid "Traditional Gutenprint color conversion" +msgstr "Običajna pretvorba barve Gutenprint" + +#: src/main/printers.c:597 +#, c-format +msgid "Value must be set for %s\n" +msgstr "Vrednost mora biti nastavljena za %s\n" + +#: src/main/printers.c:610 src/main/printers.c:615 +#, c-format +msgid "`%s' is not a valid %s\n" +msgstr "`%s' ni veljaven %s\n" + +#: src/main/printers.c:634 +#, c-format +msgid "%s must be between %f and %f (is %f)\n" +msgstr "%s mora biti med %f in %f (je %f)\n" + +#: src/main/printers.c:656 src/main/printers.c:680 +#, c-format +msgid "%s must be between %d and %d (is %d)\n" +msgstr "%s mora biti med %d in %d (je %d)\n" + +#: src/main/printers.c:711 +#, c-format +msgid "%s bounds must be between %f and %f\n" +msgstr "meje %s morajo biti med %f in %f\n" + +#: src/main/printers.c:719 +#, c-format +msgid "%s wrap mode must be %s\n" +msgstr "način ovijalnika %s mora biti %s\n" + +#: src/main/printers.c:723 +msgid "no wrap" +msgstr "brez preloma" + +#: src/main/printers.c:723 +msgid "wrap around" +msgstr "prelomi naokoli" + +#: src/main/printers.c:767 +#, c-format +msgid "Unknown type parameter %s (%d)\n" +msgstr "Neznana vrsta parametra %s (%d)\n" + +#: src/main/printers.c:780 src/main/printers.c:791 +#, c-format +msgid "%s out of range (value %d, min %d, max %d)\n" +msgstr "%s je izven obsega (vrednost %d, najmanj %d, največ %d)\n" + +#: src/main/printers.c:851 +msgid "Page size is not valid\n" +msgstr "Velikost strani ni veljavna\n" + +#: src/main/printers.c:872 +#, c-format +msgid "Top margin must not be less than %d\n" +msgstr "Zgornji odmik ne sme biti manj kot %d\n" + +#: src/main/printers.c:878 +#, c-format +msgid "Left margin must not be less than %d\n" +msgstr "Levi odmik ne sme biti manj kot %d\n" + +#: src/main/printers.c:884 +msgid "Height must be greater than zero\n" +msgstr "Višina mora biti večja od nič\n" + +#: src/main/printers.c:890 +msgid "Width must be greater than zero\n" +msgstr "Širina mora biti večja od nič\n" + +#: src/main/printers.c:896 +#, c-format +msgid "" +"Image is too wide for the page: left margin is %d, width %d, right edge is " +"%d\n" +msgstr "" +"Slike je preširoka za stran: levi odmik je %d, širina je %d, desni rob je " +"%d\n" + +#: src/main/printers.c:903 +#, c-format +msgid "" +"Image is too long for the page: top margin is %d, height %d, bottom edge is " +"%d\n" +msgstr "" +"Slika je predolga za stran: zgornji odmik je %d, višina je %d, spodnji odmik " +"je %d\n" + +#: src/main/print-escp2.c:158 +msgid "Automatic Printing Mode" +msgstr "Samodejni način tiskanja" + +#: src/main/print-escp2.c:159 +msgid "Automatic printing mode" +msgstr "Samodejni način tiskanja" + +#: src/main/print-escp2.c:230 +msgid "CD Allow Other Media Sizes" +msgstr "CD dovoli druge velikosti medija" + +#: src/main/print-escp2.c:231 +msgid "Allow non-CD media sizes when printing to CD" +msgstr "Dovoli velikosti medija, ki niso velikosti CD-ja pri tiskanju na CD" + +#: src/main/print-escp2.c:237 src/main/print-pcl.c:1371 +msgid "Resolution of the print" +msgstr "Ločljivost tiskanja" + +#: src/main/print-escp2.c:253 +msgid "Enhanced Gloss" +msgstr "Izboljšan lesk" + +#: src/main/print-escp2.c:254 +msgid "Add gloss enhancement" +msgstr "Doda izboljšavo leska" + +#: src/main/print-escp2.c:265 +msgid "Printing Direction" +msgstr "Smer tiskanja" + +#: src/main/print-escp2.c:266 +msgid "Printing direction (unidirectional is higher quality, but slower)" +msgstr "Smer tiskanja (enosmerno je boljše kakovosti vendar počasnejše)" + +#: src/main/print-escp2.c:277 +msgid "Interleave Method" +msgstr "Način prepletanja" + +#: src/main/print-escp2.c:278 +msgid "Interleave pattern to use" +msgstr "Vzorec prepletanja za uporabo" + +#: src/main/print-escp2.c:283 src/main/print-escp2.c:284 +#: src/cups/genppd.c:2310 src/cups/genppd.c:2604 +msgid "Output Order" +msgstr "Red izhoda" + +#: src/main/print-escp2.c:289 src/main/print-escp2.c:290 +msgid "Alignment Passes" +msgstr "Prehodi poravnave" + +#: src/main/print-escp2.c:295 src/main/print-escp2.c:296 +msgid "Alignment Choices" +msgstr "Izbire poravnave" + +#: src/main/print-escp2.c:301 src/main/print-escp2.c:302 +msgid "Ink change command" +msgstr "Ukaz zamenjave črnila" + +#: src/main/print-escp2.c:307 src/main/print-escp2.c:308 +msgid "Alternate Alignment Passes" +msgstr "Nadomestni prehodi poravnave" + +#: src/main/print-escp2.c:313 src/main/print-escp2.c:314 +msgid "Alternate Alignment Choices" +msgstr "Nadomestne izbire poravnave" + +#: src/main/print-escp2.c:319 +msgid "Supports Packet Mode" +msgstr "Podpira paketni način" + +#: src/main/print-escp2.c:320 +msgid "Supports D4 Packet Mode" +msgstr "Podpira način paketov D4" + +#: src/main/print-escp2.c:325 +msgid "Has Interchangeable Ink Cartridges" +msgstr "Ima izmenljive kartuše črnila" + +#: src/main/print-escp2.c:326 +msgid "Has multiple choices of ink cartridges" +msgstr "Ima več izbir kartuše črnila" + +#: src/main/print-escp2.c:337 src/main/print-escp2.c:338 +msgid "Raw Channel Names" +msgstr "Imena surovih kanalov" + +#: src/main/print-escp2.c:343 src/main/print-escp2.c:344 +msgid "Channel Names" +msgstr "Imena kanalov" + +#: src/main/print-escp2.c:356 +msgid "Raw Channel Count" +msgstr "Števec surovih kanalov" + +#: src/main/print-escp2.c:361 +msgid "Cyan Map" +msgstr "Zemljevid sinje barve" + +#: src/main/print-escp2.c:362 +msgid "Adjust the cyan map" +msgstr "Prilagodi zemljevid sinje barve" + +#: src/main/print-escp2.c:367 +msgid "Magenta Map" +msgstr "Zemljevid škrlatne barve" + +#: src/main/print-escp2.c:368 +msgid "Adjust the magenta map" +msgstr "Prilagodi zemljevid škrletne barve" + +#: src/main/print-escp2.c:373 +msgid "Yellow Map" +msgstr "Zemljevid rumene barve" + +#: src/main/print-escp2.c:374 +msgid "Adjust the yellow map" +msgstr "Prilagodi zemljevid rumene barve" + +#: src/main/print-escp2.c:379 +msgid "Blue Map" +msgstr "Zemljevid modre barve" + +#: src/main/print-escp2.c:380 +msgid "Adjust the blue map" +msgstr "Prilagodi zemljevid modre barve" + +#: src/main/print-escp2.c:385 +msgid "Orange Map" +msgstr "Zemljevid oranžne barve" + +#: src/main/print-escp2.c:386 +msgid "Adjust the orange map" +msgstr "Prilagodi zemljevid oranžne barve" + +#: src/main/print-escp2.c:391 +msgid "Red Map" +msgstr "Zemljevid rdeče barve" + +#: src/main/print-escp2.c:392 +msgid "Adjust the red map" +msgstr "Prilagodi zemljevid rdeče barve" + +#: src/main/print-escp2.c:397 +msgid "Green Map" +msgstr "Zemljevid zelene barve" + +#: src/main/print-escp2.c:398 +msgid "Adjust the green map" +msgstr "Prilagodi zemljevid zelene barve" + +#: src/main/print-escp2.c:500 +msgid "Blue Density" +msgstr "Gostota modre barve" + +#: src/main/print-escp2.c:501 +msgid "Adjust the blue density" +msgstr "Prilagodi gostoto modre barve" + +#: src/main/print-escp2.c:508 +msgid "Orange Density" +msgstr "Gostota oranžne barve" + +#: src/main/print-escp2.c:509 +msgid "Adjust the orange density" +msgstr "Prilagodi gostoto oranžne barve" + +#: src/main/print-escp2.c:516 +msgid "Red Density" +msgstr "Gostota rdeče barve" + +#: src/main/print-escp2.c:517 +msgid "Adjust the red density" +msgstr "Prilagodi gostoto rdeče barve" + +#: src/main/print-escp2.c:524 +msgid "Green Density" +msgstr "Gostota zelene barve" + +#: src/main/print-escp2.c:525 +msgid "Adjust the green density" +msgstr "Prilagodi gostoto zelene barve" + +#: src/main/print-escp2.c:532 +msgid "Gloss Level" +msgstr "Raven blestenja" + +#: src/main/print-escp2.c:533 +msgid "Adjust the gloss level" +msgstr "Prilagodi raven blestenja" + +#: src/main/print-escp2.c:540 +msgid "Drop Size Small" +msgstr "Majhna velikost kapljice" + +#: src/main/print-escp2.c:541 +msgid "Drop Size 1 (small)" +msgstr "Velikost kapljice 1 (majhna)" + +#: src/main/print-escp2.c:548 +msgid "Drop Size Medium" +msgstr "Srednja velikost kapljice" + +#: src/main/print-escp2.c:549 +msgid "Drop Size 2 (medium)" +msgstr "Velikost kapljice 2 (srednja)" + +#: src/main/print-escp2.c:556 +msgid "Drop Size Large" +msgstr "Velika velikost kapljice" + +#: src/main/print-escp2.c:557 +msgid "Drop Size 3 (large)" +msgstr "Velikost kapljice 3 (velika)" + +#: src/main/print-escp2.c:564 src/main/print-escp2.c:565 +msgid "Light Cyan Value" +msgstr "Vrednost svetle sinje" + +#: src/main/print-escp2.c:580 src/main/print-escp2.c:581 +msgid "Light Cyan Density Scale" +msgstr "Merilo gostote svetlo sinja" + +#: src/main/print-escp2.c:588 src/main/print-escp2.c:589 +msgid "Light Magenta Value" +msgstr "Vrednost svetlo škrlatne" + +#: src/main/print-escp2.c:596 src/main/print-escp2.c:597 +msgid "Light Magenta Density Scale" +msgstr "Merilo gostote svetlo škrlatna" + +#: src/main/print-escp2.c:612 src/main/print-escp2.c:613 +msgid "Dark Yellow Value" +msgstr "Vrednost temno rumena" + +#: src/main/print-escp2.c:620 src/main/print-escp2.c:621 +msgid "Dark Yellow Transition" +msgstr "Prehod temno rumene" + +#: src/main/print-escp2.c:628 src/main/print-escp2.c:629 +msgid "Dark Yellow Density Scale" +msgstr "Merilo gostote temno rumena" + +#: src/main/print-escp2.c:636 src/main/print-escp2.c:637 +#: src/main/print-escp2.c:660 src/main/print-escp2.c:661 +msgid "Gray Value" +msgstr "Vrednost siva" + +#: src/main/print-escp2.c:644 src/main/print-escp2.c:645 +#: src/main/print-escp2.c:668 src/main/print-escp2.c:669 +msgid "Gray Transition" +msgstr "Prehod sive barve" + +#: src/main/print-escp2.c:652 src/main/print-escp2.c:653 +#: src/main/print-escp2.c:676 src/main/print-escp2.c:677 +msgid "Gray Density Scale" +msgstr "Merilo gostote sive barve" + +#: src/main/print-escp2.c:684 src/main/print-escp2.c:685 +#: src/main/print-escp2.c:756 src/main/print-escp2.c:757 +msgid "Light Gray Value" +msgstr "Vrednost svetlo siva" + +#: src/main/print-escp2.c:692 src/main/print-escp2.c:693 +#: src/main/print-escp2.c:764 src/main/print-escp2.c:765 +msgid "Light Gray Transition" +msgstr "Prehod svetlo sive" + +#: src/main/print-escp2.c:700 src/main/print-escp2.c:701 +#: src/main/print-escp2.c:772 src/main/print-escp2.c:773 +msgid "Light Gray Density Scale" +msgstr "Merilo gostote svetlo siva" + +#: src/main/print-escp2.c:708 src/main/print-escp2.c:709 +msgid "Dark Gray Value" +msgstr "Vrednost temno siva" + +#: src/main/print-escp2.c:716 src/main/print-escp2.c:717 +msgid "Dark Gray Transition" +msgstr "Prehod temno sive" + +#: src/main/print-escp2.c:724 src/main/print-escp2.c:725 +msgid "Dark Gray Density Scale" +msgstr "M erilo gostote temno siva" + +#: src/main/print-escp2.c:732 +msgid "Mid Gray Value" +msgstr "Vrednost srednje siva" + +#: src/main/print-escp2.c:733 +msgid "Medium Gray Value" +msgstr "Vrednost srednje siva" + +#: src/main/print-escp2.c:740 +msgid "Mid Gray Transition" +msgstr "Prehod srednje sive" + +#: src/main/print-escp2.c:741 +msgid "Medium Gray Transition" +msgstr "Prehod srednje sive" + +#: src/main/print-escp2.c:748 +msgid "Mid Gray Density Scale" +msgstr "Merilo gostote Srednje sivo" + +#: src/main/print-escp2.c:749 +msgid "Medium Gray Density Scale" +msgstr "Merilo gostote srednje siva" + +#: src/main/print-escp2.c:780 +msgid "Hextone Gray 5 Value" +msgstr "Vrednost šesttonske sive 5" + +#: src/main/print-escp2.c:781 +msgid "Hextone Gray 5 (Darkest) Value" +msgstr "Vrednost šesttonska siva 5 (najtemnejša)" + +#: src/main/print-escp2.c:788 +msgid "Hextone Gray 5 Transition" +msgstr "Prehod šesttonske sive 5" + +#: src/main/print-escp2.c:789 +msgid "Hextone Gray 5 (Darkest) Transition" +msgstr "Prehod šesttonska siva 5 (najtemnejši)" + +#: src/main/print-escp2.c:796 +msgid "Hextone Gray 5 Density Scale" +msgstr "Merilo gostote šesttonska siva 5" + +#: src/main/print-escp2.c:797 +msgid "Hextone Gray 5 (Darkest) Density Scale" +msgstr "Merilo gostote šesttonska siva 5 (najtemnejše)" + +#: src/main/print-escp2.c:804 src/main/print-escp2.c:805 +msgid "Hextone Gray 4 Value" +msgstr "Vrednost šesttonske sive 4" + +#: src/main/print-escp2.c:812 src/main/print-escp2.c:813 +msgid "Hextone Gray 4 Transition" +msgstr "Prehod šesttonske sive 4" + +#: src/main/print-escp2.c:820 src/main/print-escp2.c:821 +msgid "Hextone Gray 4 Density Scale" +msgstr "Merilo gostote šesttonska siva 4" + +#: src/main/print-escp2.c:828 src/main/print-escp2.c:829 +msgid "Hextone Gray 3 Value" +msgstr "Vrednost šesttonske sive 3" + +#: src/main/print-escp2.c:836 src/main/print-escp2.c:837 +msgid "Hextone Gray 3 Transition" +msgstr "Prehod šesttonske sive 3" + +#: src/main/print-escp2.c:844 src/main/print-escp2.c:845 +msgid "Hextone Gray 3 Density Scale" +msgstr "Merilo gostote šesttonska siva 3" + +#: src/main/print-escp2.c:852 src/main/print-escp2.c:853 +msgid "Hextone Gray 2 Value" +msgstr "Vrednost šesttonske sive 2" + +#: src/main/print-escp2.c:860 src/main/print-escp2.c:861 +msgid "Hextone Gray 2 Transition" +msgstr "Prehod šesttonske sive 2" + +#: src/main/print-escp2.c:868 src/main/print-escp2.c:869 +msgid "Hextone Gray 2 Density Scale" +msgstr "Merilo gostote šesttonska siva 2" + +#: src/main/print-escp2.c:876 +msgid "Hextone Gray 1 Value" +msgstr "Vrednost šesttonske sive 1" + +#: src/main/print-escp2.c:877 +msgid "Hextone Gray 1 (Lightest) Value" +msgstr "Vrednost šesttonska siva 1 (najsvetlejša)" + +#: src/main/print-escp2.c:884 +msgid "Hextone Gray 1 Transition" +msgstr "Prehod šesttonske sive 1" + +#: src/main/print-escp2.c:885 +msgid "Hextone Gray 1 (Lightest) Transition" +msgstr "Prehod Šesttonska siva 1 (najsvetlejši)" + +#: src/main/print-escp2.c:892 +msgid "Hextone Gray 1 Density Scale" +msgstr "Merilo gostote šesttonska siva 1" + +#: src/main/print-escp2.c:893 +msgid "Hextone Gray 1 (Lightest) Density Scale" +msgstr "Merilo gostote šesttonska siva 1 (najsvetlejše)" + +#: src/main/print-escp2.c:924 +msgid "Subchannel Cutoff" +msgstr "Odrez podkanala" + +#: src/main/print-escp2.c:925 +msgid "Upper limit for using light ink" +msgstr "Zgornja omejitev za uporabo črnila" + +#: src/main/print-escp2.c:932 +msgid "Drying Time Per Page" +msgstr "Čas sušenja na stran" + +#: src/main/print-escp2.c:933 +msgid "Set drying time per page" +msgstr "Nastavi čas sušenja na stran" + +#: src/main/print-escp2.c:940 +msgid "Drying Time Per Scan" +msgstr "Čas sušenja na optično branje" + +#: src/main/print-escp2.c:941 +msgid "Set drying time per scan" +msgstr "Nastavi čas sušenja na optično branje" + +#: src/main/print-escp2.c:948 +msgid "Minimum Drying Time Per Scan" +msgstr "Najmanjši čas sušenja za optično branje" + +#: src/main/print-escp2.c:949 +msgid "Set minimum drying time per scan" +msgstr "Nastavi najmanjši čas sušenja za optično branje" + +#: src/main/print-escp2.c:964 +msgid "Quality Enhancement" +msgstr "Izboljšava kakovosti" + +#: src/main/print-escp2.c:965 +msgid "Enhance print quality by additional passes" +msgstr "Izboljšaj kakovost tiskanja z dodatnimi prehodi" + +#: src/main/print-escp2.c:972 +msgid "Paper Thickness" +msgstr "Debelina papirja" + +#: src/main/print-escp2.c:973 +msgid "Set printer paper thickness" +msgstr "Nastavi debelino papirja tiskalnika" + +#: src/main/print-escp2.c:980 +msgid "Vacuum Intensity" +msgstr "Moč vakuuma" + +#: src/main/print-escp2.c:981 +msgid "Set vacuum intensity (printer-specific)" +msgstr "Nastavi intenziteto vakuuma (določeno za tiskalnik)" + +#: src/main/print-escp2.c:988 +msgid "Feed Sequence" +msgstr "Zaporedje virov" + +#: src/main/print-escp2.c:989 +msgid "Set paper feed sequence (printer-specific)" +msgstr "Nastavi zaporedje virov papirja (določeno za tiskalnik)" + +#: src/main/print-escp2.c:996 +msgid "Print Method" +msgstr "Način tiskanja" + +#: src/main/print-escp2.c:997 +msgid "Set print method (printer-specific)" +msgstr "Nastavi način tiskanja (določeno za tiskalnik)" + +#: src/main/print-escp2.c:1004 +msgid "Platen Gap" +msgstr "Odmik valja" + +#: src/main/print-escp2.c:1005 +msgid "Set platen gap (printer-specific)" +msgstr "Nastavi odmik valja (odvisno od tiskalnika)" + +#: src/main/print-escp2.c:1012 +msgid "Feed Adjustment" +msgstr "Prilagoditev virov" + +#: src/main/print-escp2.c:1014 +#, no-c-format +msgid "Set paper feed adjustment (0.01% units)" +msgstr "Nastavi prilagoditev vira papirja (enote 0,01%)" + +#: src/main/print-escp2.c:2236 +msgid "Full Manual Control" +msgstr "Polen ročen nadzor" + +#: src/main/print-escp2.c:2238 +msgid "Automatic Setting Control" +msgstr "Samodejen nadzor nastavitev" + +#: src/main/print-escp2.c:2459 src/cups/genppd.c:2224 src/cups/genppd.c:2584 +msgid "Automatic" +msgstr "Samodejno" + +#: src/main/print-escp2.c:2461 +msgid "Bidirectional" +msgstr "Dvosmerno" + +#: src/main/print-escp2.c:2463 +msgid "Unidirectional" +msgstr "Enosmerno" + +#: src/main/print-escp2.c:2494 +msgid "Alternate Fill" +msgstr "Nadomestna zapolnitev" + +#: src/main/print-escp2.c:2496 +msgid "Ascending Fill" +msgstr "Naraščajoča zapolnitev" + +#: src/main/print-escp2.c:2498 +msgid "Descending Fill" +msgstr "Padajoča zapolnitev" + +#: src/main/print-escp2.c:2500 +msgid "Ascending Double" +msgstr "Naraščajoče dvojno" + +#: src/main/print-escp2.c:2502 +msgid "Nearest Neighbor Avoidance" +msgstr "Izogibanje najbližjim sosedom" + +#: src/main/print-escp2.c:2538 +msgid "Short Edge(Flip)" +msgstr "Kratka stranica (zrcali)" + +#: src/main/print-escp2.c:3158 +#, c-format +msgid "This printer does not support raw printer output at depth %d\n" +msgstr "Ta tiskalnik ne podpira izhoda surovega tiskalnika pri globini %d\n" + +#: src/main/print-escp2.c:4413 src/main/print-olympus.c:4668 +#: src/main/print-raw.c:237 +msgid "Print options not verified; cannot print.\n" +msgstr "Možnosti tiskanja niso preverjene. Ni mogoče tiskati.\n" + +#: src/main/print-lexmark.c:577 src/main/print-lexmark.c:653 +msgid "300 DPI x 600 DPI" +msgstr "300 DPI x 600 DPI" + +#: src/main/print-lexmark.c:578 src/main/print-lexmark.c:654 +msgid "600 DPI" +msgstr "600 DPI" + +#: src/main/print-lexmark.c:579 src/main/print-lexmark.c:655 +msgid "600 DPI high quality" +msgstr "600 DPI visoke kakovosti" + +#: src/main/print-lexmark.c:580 src/main/print-lexmark.c:656 +msgid "600 DPI Unidirectional" +msgstr "600 DPI enosmerno" + +#: src/main/print-lexmark.c:581 src/main/print-lexmark.c:657 +msgid "1200 DPI" +msgstr "1200 DPI" + +#: src/main/print-lexmark.c:582 src/main/print-lexmark.c:658 +msgid "1200 DPI high quality" +msgstr "1200 DPI visoke kakovosti" + +#: src/main/print-lexmark.c:583 src/main/print-lexmark.c:659 +msgid "1200 DPI highest quality" +msgstr "1200 DPI najvišja kakovost" + +#: src/main/print-lexmark.c:584 src/main/print-lexmark.c:660 +msgid "1200 DPI Unidirectional" +msgstr "1200 DPI enosmerno" + +#: src/main/print-lexmark.c:585 +msgid "2400 DPI x 1200 DPI" +msgstr "2400 DPI x 1200 DPI" + +#: src/main/print-lexmark.c:586 +msgid "2400 DPI x 1200 DPI high quality" +msgstr "2400 DPI x 1200 DPI visoka kakovost" + +#: src/main/print-lexmark.c:587 +msgid "2400 DPI x 1200 DPI highest quality" +msgstr "2400 DPI x 1200 DPI najvišja kakovost" + +#: src/main/print-lexmark.c:589 +msgid "test print" +msgstr "preizkusno tiskanje" + +#: src/main/print-lexmark.c:601 src/main/print-lexmark.c:671 +#: src/xml/xmli18n-tmp.h:2562 src/xml/xmli18n-tmp.h:2570 +#: src/xml/xmli18n-tmp.h:2580 src/xml/xmli18n-tmp.h:2590 +#: src/xml/xmli18n-tmp.h:2605 src/xml/xmli18n-tmp.h:2620 +#: src/xml/xmli18n-tmp.h:2643 src/xml/xmli18n-tmp.h:2674 +#: src/xml/xmli18n-tmp.h:2696 src/xml/xmli18n-tmp.h:2710 +#: src/xml/xmli18n-tmp.h:2728 src/xml/xmli18n-tmp.h:2751 +#: src/xml/xmli18n-tmp.h:2770 src/xml/xmli18n-tmp.h:2789 +#: src/xml/xmli18n-tmp.h:2813 src/xml/xmli18n-tmp.h:2830 +#: src/xml/xmli18n-tmp.h:2847 src/xml/xmli18n-tmp.h:2852 +#: src/xml/xmli18n-tmp.h:2870 src/xml/xmli18n-tmp.h:2895 +#: src/xml/xmli18n-tmp.h:2920 src/xml/xmli18n-tmp.h:2945 +#: src/xml/xmli18n-tmp.h:2962 src/xml/xmli18n-tmp.h:2985 +#: src/xml/xmli18n-tmp.h:3001 src/xml/xmli18n-tmp.h:3035 +#: src/xml/xmli18n-tmp.h:3060 src/xml/xmli18n-tmp.h:3085 +#: src/xml/xmli18n-tmp.h:3103 src/xml/xmli18n-tmp.h:3127 +#: src/xml/xmli18n-tmp.h:3132 src/xml/xmli18n-tmp.h:3153 +#: src/xml/xmli18n-tmp.h:3158 src/xml/xmli18n-tmp.h:3179 +#: src/xml/xmli18n-tmp.h:3187 src/xml/xmli18n-tmp.h:3202 +#: src/xml/xmli18n-tmp.h:3217 src/xml/xmli18n-tmp.h:3237 +#: src/xml/xmli18n-tmp.h:3249 src/xml/xmli18n-tmp.h:3259 +#: src/xml/xmli18n-tmp.h:3269 +msgid "Four Color Standard" +msgstr "Običajne štiri barve" + +#: src/main/print-lexmark.c:604 src/main/print-lexmark.c:674 +#: src/xml/xmli18n-tmp.h:2563 src/xml/xmli18n-tmp.h:2575 +#: src/xml/xmli18n-tmp.h:2585 src/xml/xmli18n-tmp.h:2595 +#: src/xml/xmli18n-tmp.h:2610 src/xml/xmli18n-tmp.h:2625 +#: src/xml/xmli18n-tmp.h:2644 src/xml/xmli18n-tmp.h:2660 +#: src/xml/xmli18n-tmp.h:2675 src/xml/xmli18n-tmp.h:2697 +#: src/xml/xmli18n-tmp.h:2715 src/xml/xmli18n-tmp.h:2733 +#: src/xml/xmli18n-tmp.h:2752 src/xml/xmli18n-tmp.h:2771 +#: src/xml/xmli18n-tmp.h:2790 src/xml/xmli18n-tmp.h:2814 +#: src/xml/xmli18n-tmp.h:2831 src/xml/xmli18n-tmp.h:2848 +#: src/xml/xmli18n-tmp.h:2857 src/xml/xmli18n-tmp.h:2871 +#: src/xml/xmli18n-tmp.h:2896 src/xml/xmli18n-tmp.h:2921 +#: src/xml/xmli18n-tmp.h:2946 src/xml/xmli18n-tmp.h:2967 +#: src/xml/xmli18n-tmp.h:2986 src/xml/xmli18n-tmp.h:3002 +#: src/xml/xmli18n-tmp.h:3036 src/xml/xmli18n-tmp.h:3061 +#: src/xml/xmli18n-tmp.h:3086 src/xml/xmli18n-tmp.h:3104 +#: src/xml/xmli18n-tmp.h:3128 src/xml/xmli18n-tmp.h:3137 +#: src/xml/xmli18n-tmp.h:3154 src/xml/xmli18n-tmp.h:3163 +#: src/xml/xmli18n-tmp.h:3180 src/xml/xmli18n-tmp.h:3192 +#: src/xml/xmli18n-tmp.h:3207 src/xml/xmli18n-tmp.h:3222 +#: src/xml/xmli18n-tmp.h:3238 src/xml/xmli18n-tmp.h:3254 +#: src/xml/xmli18n-tmp.h:3264 src/xml/xmli18n-tmp.h:3274 +msgid "Three Color Composite" +msgstr "Sestavljeno iz treh barv" + +#: src/main/print-lexmark.c:607 src/main/print-lexmark.c:677 +#: src/xml/xmli18n-tmp.h:2554 src/xml/xmli18n-tmp.h:2635 +#: src/xml/xmli18n-tmp.h:2665 src/xml/xmli18n-tmp.h:2687 +#: src/xml/xmli18n-tmp.h:2743 src/xml/xmli18n-tmp.h:2768 +#: src/xml/xmli18n-tmp.h:2787 src/xml/xmli18n-tmp.h:2811 +#: src/xml/xmli18n-tmp.h:2828 src/xml/xmli18n-tmp.h:2845 +#: src/xml/xmli18n-tmp.h:2862 src/xml/xmli18n-tmp.h:2887 +#: src/xml/xmli18n-tmp.h:2912 src/xml/xmli18n-tmp.h:2937 +#: src/xml/xmli18n-tmp.h:2977 src/xml/xmli18n-tmp.h:2993 +#: src/xml/xmli18n-tmp.h:3016 src/xml/xmli18n-tmp.h:3027 +#: src/xml/xmli18n-tmp.h:3052 src/xml/xmli18n-tmp.h:3077 +#: src/xml/xmli18n-tmp.h:3101 src/xml/xmli18n-tmp.h:3125 +#: src/xml/xmli18n-tmp.h:3151 src/xml/xmli18n-tmp.h:3177 +#: src/xml/xmli18n-tmp.h:3235 +msgid "Six Color Photo" +msgstr "Šest barvna fotografija" + +#: src/main/print-lexmark.c:610 src/main/print-lexmark.c:680 +#: src/xml/xmli18n-tmp.h:2561 src/xml/xmli18n-tmp.h:2642 +#: src/xml/xmli18n-tmp.h:2673 src/xml/xmli18n-tmp.h:2695 +#: src/xml/xmli18n-tmp.h:2750 src/xml/xmli18n-tmp.h:2769 +#: src/xml/xmli18n-tmp.h:2788 src/xml/xmli18n-tmp.h:2812 +#: src/xml/xmli18n-tmp.h:2829 src/xml/xmli18n-tmp.h:2846 +#: src/xml/xmli18n-tmp.h:2869 src/xml/xmli18n-tmp.h:2894 +#: src/xml/xmli18n-tmp.h:2919 src/xml/xmli18n-tmp.h:2944 +#: src/xml/xmli18n-tmp.h:2984 src/xml/xmli18n-tmp.h:3000 +#: src/xml/xmli18n-tmp.h:3034 src/xml/xmli18n-tmp.h:3059 +#: src/xml/xmli18n-tmp.h:3084 src/xml/xmli18n-tmp.h:3102 +#: src/xml/xmli18n-tmp.h:3126 src/xml/xmli18n-tmp.h:3152 +#: src/xml/xmli18n-tmp.h:3178 src/xml/xmli18n-tmp.h:3236 +msgid "Five Color Photo Composite" +msgstr "Fotografija sestavljena iz petih barv" + +#: src/main/print-lexmark.c:856 src/xml/xmli18n-tmp.h:1 +#: src/xml/xmli18n-tmp.h:25 src/xml/xmli18n-tmp.h:51 src/xml/xmli18n-tmp.h:69 +#: src/xml/xmli18n-tmp.h:91 src/xml/xmli18n-tmp.h:113 +#: src/xml/xmli18n-tmp.h:135 src/xml/xmli18n-tmp.h:161 +#: src/xml/xmli18n-tmp.h:187 src/xml/xmli18n-tmp.h:207 +#: src/xml/xmli18n-tmp.h:229 src/xml/xmli18n-tmp.h:251 +#: src/xml/xmli18n-tmp.h:273 src/xml/xmli18n-tmp.h:295 +#: src/xml/xmli18n-tmp.h:315 src/xml/xmli18n-tmp.h:335 +#: src/xml/xmli18n-tmp.h:358 src/xml/xmli18n-tmp.h:380 +#: src/xml/xmli18n-tmp.h:402 src/xml/xmli18n-tmp.h:420 +#: src/xml/xmli18n-tmp.h:443 src/xml/xmli18n-tmp.h:466 +#: src/xml/xmli18n-tmp.h:489 src/xml/xmli18n-tmp.h:512 +#: src/xml/xmli18n-tmp.h:535 src/xml/xmli18n-tmp.h:554 +#: src/xml/xmli18n-tmp.h:582 src/xml/xmli18n-tmp.h:604 +#: src/xml/xmli18n-tmp.h:627 src/xml/xmli18n-tmp.h:650 +#: src/xml/xmli18n-tmp.h:672 src/xml/xmli18n-tmp.h:695 +#: src/xml/xmli18n-tmp.h:717 src/xml/xmli18n-tmp.h:739 +#: src/xml/xmli18n-tmp.h:761 src/xml/xmli18n-tmp.h:783 +#: src/xml/xmli18n-tmp.h:805 src/xml/xmli18n-tmp.h:827 +#: src/xml/xmli18n-tmp.h:850 src/xml/xmli18n-tmp.h:868 +msgid "Plain Paper" +msgstr "Običajen papir" + +#: src/main/print-lexmark.c:860 src/xml/xmli18n-tmp.h:5 +#: src/xml/xmli18n-tmp.h:54 src/xml/xmli18n-tmp.h:75 src/xml/xmli18n-tmp.h:97 +#: src/xml/xmli18n-tmp.h:119 src/xml/xmli18n-tmp.h:142 +#: src/xml/xmli18n-tmp.h:168 src/xml/xmli18n-tmp.h:191 +#: src/xml/xmli18n-tmp.h:211 src/xml/xmli18n-tmp.h:233 +#: src/xml/xmli18n-tmp.h:257 src/xml/xmli18n-tmp.h:279 +#: src/xml/xmli18n-tmp.h:299 src/xml/xmli18n-tmp.h:319 +#: src/xml/xmli18n-tmp.h:340 src/xml/xmli18n-tmp.h:362 +#: src/xml/xmli18n-tmp.h:384 src/xml/xmli18n-tmp.h:405 +#: src/xml/xmli18n-tmp.h:427 src/xml/xmli18n-tmp.h:450 +#: src/xml/xmli18n-tmp.h:473 src/xml/xmli18n-tmp.h:496 +#: src/xml/xmli18n-tmp.h:519 src/xml/xmli18n-tmp.h:538 +#: src/xml/xmli18n-tmp.h:558 src/xml/xmli18n-tmp.h:586 +#: src/xml/xmli18n-tmp.h:611 src/xml/xmli18n-tmp.h:634 +#: src/xml/xmli18n-tmp.h:654 src/xml/xmli18n-tmp.h:677 +#: src/xml/xmli18n-tmp.h:699 src/xml/xmli18n-tmp.h:721 +#: src/xml/xmli18n-tmp.h:743 src/xml/xmli18n-tmp.h:765 +#: src/xml/xmli18n-tmp.h:789 src/xml/xmli18n-tmp.h:811 +#: src/xml/xmli18n-tmp.h:832 src/xml/xmli18n-tmp.h:853 +#: src/xml/xmli18n-tmp.h:872 +msgid "Glossy Film" +msgstr "Blesteči film" + +#: src/main/print-lexmark.c:864 src/xml/xmli18n-tmp.h:6 +#: src/xml/xmli18n-tmp.h:29 src/xml/xmli18n-tmp.h:55 src/xml/xmli18n-tmp.h:76 +#: src/xml/xmli18n-tmp.h:98 src/xml/xmli18n-tmp.h:120 +#: src/xml/xmli18n-tmp.h:143 src/xml/xmli18n-tmp.h:169 +#: src/xml/xmli18n-tmp.h:192 src/xml/xmli18n-tmp.h:212 +#: src/xml/xmli18n-tmp.h:234 src/xml/xmli18n-tmp.h:258 +#: src/xml/xmli18n-tmp.h:280 src/xml/xmli18n-tmp.h:300 +#: src/xml/xmli18n-tmp.h:320 src/xml/xmli18n-tmp.h:341 +#: src/xml/xmli18n-tmp.h:363 src/xml/xmli18n-tmp.h:385 +#: src/xml/xmli18n-tmp.h:406 src/xml/xmli18n-tmp.h:428 +#: src/xml/xmli18n-tmp.h:451 src/xml/xmli18n-tmp.h:474 +#: src/xml/xmli18n-tmp.h:497 src/xml/xmli18n-tmp.h:520 +#: src/xml/xmli18n-tmp.h:539 src/xml/xmli18n-tmp.h:559 +#: src/xml/xmli18n-tmp.h:587 src/xml/xmli18n-tmp.h:612 +#: src/xml/xmli18n-tmp.h:635 src/xml/xmli18n-tmp.h:655 +#: src/xml/xmli18n-tmp.h:678 src/xml/xmli18n-tmp.h:700 +#: src/xml/xmli18n-tmp.h:722 src/xml/xmli18n-tmp.h:744 +#: src/xml/xmli18n-tmp.h:766 src/xml/xmli18n-tmp.h:790 +#: src/xml/xmli18n-tmp.h:812 src/xml/xmli18n-tmp.h:833 +#: src/xml/xmli18n-tmp.h:854 src/xml/xmli18n-tmp.h:873 +msgid "Transparencies" +msgstr "Prosojnice" + +#: src/main/print-lexmark.c:868 src/xml/xmli18n-tmp.h:7 +#: src/xml/xmli18n-tmp.h:30 src/xml/xmli18n-tmp.h:56 src/xml/xmli18n-tmp.h:77 +#: src/xml/xmli18n-tmp.h:99 src/xml/xmli18n-tmp.h:121 +#: src/xml/xmli18n-tmp.h:144 src/xml/xmli18n-tmp.h:170 +#: src/xml/xmli18n-tmp.h:193 src/xml/xmli18n-tmp.h:213 +#: src/xml/xmli18n-tmp.h:235 src/xml/xmli18n-tmp.h:259 +#: src/xml/xmli18n-tmp.h:281 src/xml/xmli18n-tmp.h:301 +#: src/xml/xmli18n-tmp.h:321 src/xml/xmli18n-tmp.h:342 +#: src/xml/xmli18n-tmp.h:364 src/xml/xmli18n-tmp.h:386 +#: src/xml/xmli18n-tmp.h:407 src/xml/xmli18n-tmp.h:429 +#: src/xml/xmli18n-tmp.h:452 src/xml/xmli18n-tmp.h:475 +#: src/xml/xmli18n-tmp.h:498 src/xml/xmli18n-tmp.h:521 +#: src/xml/xmli18n-tmp.h:540 src/xml/xmli18n-tmp.h:560 +#: src/xml/xmli18n-tmp.h:588 src/xml/xmli18n-tmp.h:613 +#: src/xml/xmli18n-tmp.h:636 src/xml/xmli18n-tmp.h:656 +#: src/xml/xmli18n-tmp.h:679 src/xml/xmli18n-tmp.h:701 +#: src/xml/xmli18n-tmp.h:723 src/xml/xmli18n-tmp.h:745 +#: src/xml/xmli18n-tmp.h:767 src/xml/xmli18n-tmp.h:791 +#: src/xml/xmli18n-tmp.h:813 src/xml/xmli18n-tmp.h:834 +#: src/xml/xmli18n-tmp.h:855 src/xml/xmli18n-tmp.h:874 +msgid "Envelopes" +msgstr "Ovojnice" + +#: src/main/print-lexmark.c:872 src/xml/xmli18n-tmp.h:9 +#: src/xml/xmli18n-tmp.h:32 src/xml/xmli18n-tmp.h:58 src/xml/xmli18n-tmp.h:79 +#: src/xml/xmli18n-tmp.h:101 src/xml/xmli18n-tmp.h:123 +#: src/xml/xmli18n-tmp.h:146 src/xml/xmli18n-tmp.h:172 +#: src/xml/xmli18n-tmp.h:195 src/xml/xmli18n-tmp.h:215 +#: src/xml/xmli18n-tmp.h:237 src/xml/xmli18n-tmp.h:261 +#: src/xml/xmli18n-tmp.h:283 src/xml/xmli18n-tmp.h:303 +#: src/xml/xmli18n-tmp.h:323 src/xml/xmli18n-tmp.h:344 +#: src/xml/xmli18n-tmp.h:366 src/xml/xmli18n-tmp.h:388 +#: src/xml/xmli18n-tmp.h:409 src/xml/xmli18n-tmp.h:431 +#: src/xml/xmli18n-tmp.h:454 src/xml/xmli18n-tmp.h:477 +#: src/xml/xmli18n-tmp.h:500 src/xml/xmli18n-tmp.h:523 +#: src/xml/xmli18n-tmp.h:542 src/xml/xmli18n-tmp.h:562 +#: src/xml/xmli18n-tmp.h:590 src/xml/xmli18n-tmp.h:615 +#: src/xml/xmli18n-tmp.h:638 src/xml/xmli18n-tmp.h:658 +#: src/xml/xmli18n-tmp.h:681 src/xml/xmli18n-tmp.h:703 +#: src/xml/xmli18n-tmp.h:725 src/xml/xmli18n-tmp.h:747 +#: src/xml/xmli18n-tmp.h:769 src/xml/xmli18n-tmp.h:793 +#: src/xml/xmli18n-tmp.h:815 src/xml/xmli18n-tmp.h:836 +#: src/xml/xmli18n-tmp.h:857 src/xml/xmli18n-tmp.h:876 +msgid "Matte Paper" +msgstr "Mat papir" + +#: src/main/print-lexmark.c:876 src/xml/xmli18n-tmp.h:12 +#: src/xml/xmli18n-tmp.h:35 src/xml/xmli18n-tmp.h:60 src/xml/xmli18n-tmp.h:81 +#: src/xml/xmli18n-tmp.h:103 src/xml/xmli18n-tmp.h:125 +#: src/xml/xmli18n-tmp.h:149 src/xml/xmli18n-tmp.h:175 +#: src/xml/xmli18n-tmp.h:197 src/xml/xmli18n-tmp.h:217 +#: src/xml/xmli18n-tmp.h:239 src/xml/xmli18n-tmp.h:263 +#: src/xml/xmli18n-tmp.h:285 src/xml/xmli18n-tmp.h:305 +#: src/xml/xmli18n-tmp.h:325 src/xml/xmli18n-tmp.h:346 +#: src/xml/xmli18n-tmp.h:368 src/xml/xmli18n-tmp.h:390 +#: src/xml/xmli18n-tmp.h:411 src/xml/xmli18n-tmp.h:433 +#: src/xml/xmli18n-tmp.h:456 src/xml/xmli18n-tmp.h:479 +#: src/xml/xmli18n-tmp.h:502 src/xml/xmli18n-tmp.h:525 +#: src/xml/xmli18n-tmp.h:544 src/xml/xmli18n-tmp.h:564 +#: src/xml/xmli18n-tmp.h:592 src/xml/xmli18n-tmp.h:617 +#: src/xml/xmli18n-tmp.h:640 src/xml/xmli18n-tmp.h:660 +#: src/xml/xmli18n-tmp.h:683 src/xml/xmli18n-tmp.h:705 +#: src/xml/xmli18n-tmp.h:727 src/xml/xmli18n-tmp.h:749 +#: src/xml/xmli18n-tmp.h:771 src/xml/xmli18n-tmp.h:795 +#: src/xml/xmli18n-tmp.h:817 src/xml/xmli18n-tmp.h:838 +#: src/xml/xmli18n-tmp.h:859 src/xml/xmli18n-tmp.h:878 +msgid "Inkjet Paper" +msgstr "Brizgalni papir" + +#: src/main/print-lexmark.c:880 src/xml/xmli18n-tmp.h:13 +#: src/xml/xmli18n-tmp.h:36 src/xml/xmli18n-tmp.h:61 src/xml/xmli18n-tmp.h:82 +#: src/xml/xmli18n-tmp.h:104 src/xml/xmli18n-tmp.h:126 +#: src/xml/xmli18n-tmp.h:150 src/xml/xmli18n-tmp.h:176 +#: src/xml/xmli18n-tmp.h:198 src/xml/xmli18n-tmp.h:218 +#: src/xml/xmli18n-tmp.h:240 src/xml/xmli18n-tmp.h:264 +#: src/xml/xmli18n-tmp.h:286 src/xml/xmli18n-tmp.h:306 +#: src/xml/xmli18n-tmp.h:326 src/xml/xmli18n-tmp.h:347 +#: src/xml/xmli18n-tmp.h:369 src/xml/xmli18n-tmp.h:391 +#: src/xml/xmli18n-tmp.h:412 src/xml/xmli18n-tmp.h:434 +#: src/xml/xmli18n-tmp.h:457 src/xml/xmli18n-tmp.h:480 +#: src/xml/xmli18n-tmp.h:503 src/xml/xmli18n-tmp.h:526 +#: src/xml/xmli18n-tmp.h:545 src/xml/xmli18n-tmp.h:565 +#: src/xml/xmli18n-tmp.h:593 src/xml/xmli18n-tmp.h:618 +#: src/xml/xmli18n-tmp.h:641 src/xml/xmli18n-tmp.h:661 +#: src/xml/xmli18n-tmp.h:684 src/xml/xmli18n-tmp.h:706 +#: src/xml/xmli18n-tmp.h:728 src/xml/xmli18n-tmp.h:750 +#: src/xml/xmli18n-tmp.h:772 src/xml/xmli18n-tmp.h:796 +#: src/xml/xmli18n-tmp.h:818 src/xml/xmli18n-tmp.h:839 +#: src/xml/xmli18n-tmp.h:860 src/xml/xmli18n-tmp.h:879 +msgid "Photo Quality Inkjet Paper" +msgstr "Brizgalni papir foto kakovosti" + +#: src/main/print-lexmark.c:884 src/xml/xmli18n-tmp.h:14 +#: src/xml/xmli18n-tmp.h:37 src/xml/xmli18n-tmp.h:62 src/xml/xmli18n-tmp.h:83 +#: src/xml/xmli18n-tmp.h:105 src/xml/xmli18n-tmp.h:127 +#: src/xml/xmli18n-tmp.h:151 src/xml/xmli18n-tmp.h:177 +#: src/xml/xmli18n-tmp.h:199 src/xml/xmli18n-tmp.h:219 +#: src/xml/xmli18n-tmp.h:241 src/xml/xmli18n-tmp.h:265 +#: src/xml/xmli18n-tmp.h:287 src/xml/xmli18n-tmp.h:307 +#: src/xml/xmli18n-tmp.h:327 src/xml/xmli18n-tmp.h:348 +#: src/xml/xmli18n-tmp.h:370 src/xml/xmli18n-tmp.h:392 +#: src/xml/xmli18n-tmp.h:413 src/xml/xmli18n-tmp.h:435 +#: src/xml/xmli18n-tmp.h:458 src/xml/xmli18n-tmp.h:481 +#: src/xml/xmli18n-tmp.h:504 src/xml/xmli18n-tmp.h:527 +#: src/xml/xmli18n-tmp.h:546 src/xml/xmli18n-tmp.h:566 +#: src/xml/xmli18n-tmp.h:594 src/xml/xmli18n-tmp.h:619 +#: src/xml/xmli18n-tmp.h:642 src/xml/xmli18n-tmp.h:662 +#: src/xml/xmli18n-tmp.h:685 src/xml/xmli18n-tmp.h:707 +#: src/xml/xmli18n-tmp.h:729 src/xml/xmli18n-tmp.h:751 +#: src/xml/xmli18n-tmp.h:773 src/xml/xmli18n-tmp.h:797 +#: src/xml/xmli18n-tmp.h:819 src/xml/xmli18n-tmp.h:840 +#: src/xml/xmli18n-tmp.h:861 src/xml/xmli18n-tmp.h:880 +msgid "Photo Paper" +msgstr "Foto papir" + +#: src/main/print-lexmark.c:888 src/xml/xmli18n-tmp.h:15 +#: src/xml/xmli18n-tmp.h:38 src/xml/xmli18n-tmp.h:63 src/xml/xmli18n-tmp.h:84 +#: src/xml/xmli18n-tmp.h:106 src/xml/xmli18n-tmp.h:128 +#: src/xml/xmli18n-tmp.h:152 src/xml/xmli18n-tmp.h:178 +#: src/xml/xmli18n-tmp.h:200 src/xml/xmli18n-tmp.h:220 +#: src/xml/xmli18n-tmp.h:242 src/xml/xmli18n-tmp.h:266 +#: src/xml/xmli18n-tmp.h:288 src/xml/xmli18n-tmp.h:308 +#: src/xml/xmli18n-tmp.h:328 src/xml/xmli18n-tmp.h:349 +#: src/xml/xmli18n-tmp.h:371 src/xml/xmli18n-tmp.h:393 +#: src/xml/xmli18n-tmp.h:414 src/xml/xmli18n-tmp.h:436 +#: src/xml/xmli18n-tmp.h:459 src/xml/xmli18n-tmp.h:482 +#: src/xml/xmli18n-tmp.h:505 src/xml/xmli18n-tmp.h:528 +#: src/xml/xmli18n-tmp.h:547 src/xml/xmli18n-tmp.h:567 +#: src/xml/xmli18n-tmp.h:576 src/xml/xmli18n-tmp.h:579 +#: src/xml/xmli18n-tmp.h:595 src/xml/xmli18n-tmp.h:620 +#: src/xml/xmli18n-tmp.h:643 src/xml/xmli18n-tmp.h:663 +#: src/xml/xmli18n-tmp.h:686 src/xml/xmli18n-tmp.h:708 +#: src/xml/xmli18n-tmp.h:730 src/xml/xmli18n-tmp.h:752 +#: src/xml/xmli18n-tmp.h:774 src/xml/xmli18n-tmp.h:798 +#: src/xml/xmli18n-tmp.h:820 src/xml/xmli18n-tmp.h:841 +#: src/xml/xmli18n-tmp.h:862 src/xml/xmli18n-tmp.h:881 +msgid "Premium Glossy Photo Paper" +msgstr "Premium blesteči foto papir" + +#: src/main/print-lexmark.c:892 src/xml/xmli18n-tmp.h:18 +#: src/xml/xmli18n-tmp.h:45 src/xml/xmli18n-tmp.h:65 src/xml/xmli18n-tmp.h:86 +#: src/xml/xmli18n-tmp.h:108 src/xml/xmli18n-tmp.h:130 +#: src/xml/xmli18n-tmp.h:155 src/xml/xmli18n-tmp.h:181 +#: src/xml/xmli18n-tmp.h:202 src/xml/xmli18n-tmp.h:222 +#: src/xml/xmli18n-tmp.h:244 src/xml/xmli18n-tmp.h:268 +#: src/xml/xmli18n-tmp.h:290 src/xml/xmli18n-tmp.h:310 +#: src/xml/xmli18n-tmp.h:330 src/xml/xmli18n-tmp.h:351 +#: src/xml/xmli18n-tmp.h:373 src/xml/xmli18n-tmp.h:395 +#: src/xml/xmli18n-tmp.h:416 src/xml/xmli18n-tmp.h:438 +#: src/xml/xmli18n-tmp.h:461 src/xml/xmli18n-tmp.h:484 +#: src/xml/xmli18n-tmp.h:507 src/xml/xmli18n-tmp.h:530 +#: src/xml/xmli18n-tmp.h:549 src/xml/xmli18n-tmp.h:569 +#: src/xml/xmli18n-tmp.h:597 src/xml/xmli18n-tmp.h:622 +#: src/xml/xmli18n-tmp.h:645 src/xml/xmli18n-tmp.h:665 +#: src/xml/xmli18n-tmp.h:688 src/xml/xmli18n-tmp.h:710 +#: src/xml/xmli18n-tmp.h:732 src/xml/xmli18n-tmp.h:754 +#: src/xml/xmli18n-tmp.h:776 src/xml/xmli18n-tmp.h:800 +#: src/xml/xmli18n-tmp.h:822 src/xml/xmli18n-tmp.h:843 +#: src/xml/xmli18n-tmp.h:864 src/xml/xmli18n-tmp.h:883 +msgid "Premium Luster Photo Paper" +msgstr "Premium luster foto papir" + +#: src/main/print-lexmark.c:896 src/xml/xmli18n-tmp.h:21 +#: src/xml/xmli18n-tmp.h:48 src/xml/xmli18n-tmp.h:66 src/xml/xmli18n-tmp.h:87 +#: src/xml/xmli18n-tmp.h:109 src/xml/xmli18n-tmp.h:131 +#: src/xml/xmli18n-tmp.h:157 src/xml/xmli18n-tmp.h:183 +#: src/xml/xmli18n-tmp.h:203 src/xml/xmli18n-tmp.h:225 +#: src/xml/xmli18n-tmp.h:247 src/xml/xmli18n-tmp.h:269 +#: src/xml/xmli18n-tmp.h:291 src/xml/xmli18n-tmp.h:311 +#: src/xml/xmli18n-tmp.h:331 src/xml/xmli18n-tmp.h:354 +#: src/xml/xmli18n-tmp.h:376 src/xml/xmli18n-tmp.h:398 +#: src/xml/xmli18n-tmp.h:417 src/xml/xmli18n-tmp.h:439 +#: src/xml/xmli18n-tmp.h:462 src/xml/xmli18n-tmp.h:485 +#: src/xml/xmli18n-tmp.h:508 src/xml/xmli18n-tmp.h:531 +#: src/xml/xmli18n-tmp.h:550 src/xml/xmli18n-tmp.h:572 +#: src/xml/xmli18n-tmp.h:600 src/xml/xmli18n-tmp.h:623 +#: src/xml/xmli18n-tmp.h:646 src/xml/xmli18n-tmp.h:668 +#: src/xml/xmli18n-tmp.h:691 src/xml/xmli18n-tmp.h:713 +#: src/xml/xmli18n-tmp.h:735 src/xml/xmli18n-tmp.h:757 +#: src/xml/xmli18n-tmp.h:779 src/xml/xmli18n-tmp.h:801 +#: src/xml/xmli18n-tmp.h:823 src/xml/xmli18n-tmp.h:846 +#: src/xml/xmli18n-tmp.h:865 src/xml/xmli18n-tmp.h:884 +msgid "Photo Quality Glossy Paper" +msgstr "Blesteči papir foto kakovosti" + +#: src/main/print-lexmark.c:900 src/xml/xmli18n-tmp.h:22 +#: src/xml/xmli18n-tmp.h:88 src/xml/xmli18n-tmp.h:110 +#: src/xml/xmli18n-tmp.h:132 src/xml/xmli18n-tmp.h:158 +#: src/xml/xmli18n-tmp.h:184 src/xml/xmli18n-tmp.h:204 +#: src/xml/xmli18n-tmp.h:226 src/xml/xmli18n-tmp.h:248 +#: src/xml/xmli18n-tmp.h:270 src/xml/xmli18n-tmp.h:292 +#: src/xml/xmli18n-tmp.h:312 src/xml/xmli18n-tmp.h:332 +#: src/xml/xmli18n-tmp.h:355 src/xml/xmli18n-tmp.h:377 +#: src/xml/xmli18n-tmp.h:399 src/xml/xmli18n-tmp.h:440 +#: src/xml/xmli18n-tmp.h:463 src/xml/xmli18n-tmp.h:486 +#: src/xml/xmli18n-tmp.h:509 src/xml/xmli18n-tmp.h:532 +#: src/xml/xmli18n-tmp.h:551 src/xml/xmli18n-tmp.h:573 +#: src/xml/xmli18n-tmp.h:601 src/xml/xmli18n-tmp.h:624 +#: src/xml/xmli18n-tmp.h:647 src/xml/xmli18n-tmp.h:669 +#: src/xml/xmli18n-tmp.h:692 src/xml/xmli18n-tmp.h:714 +#: src/xml/xmli18n-tmp.h:736 src/xml/xmli18n-tmp.h:758 +#: src/xml/xmli18n-tmp.h:780 src/xml/xmli18n-tmp.h:802 +#: src/xml/xmli18n-tmp.h:824 src/xml/xmli18n-tmp.h:847 +#: src/xml/xmli18n-tmp.h:885 +msgid "Ilford Heavy Paper" +msgstr "Težkak papir Ilford" + +#: src/main/print-lexmark.c:904 src/xml/xmli18n-tmp.h:24 +#: src/xml/xmli18n-tmp.h:50 src/xml/xmli18n-tmp.h:68 src/xml/xmli18n-tmp.h:90 +#: src/xml/xmli18n-tmp.h:112 src/xml/xmli18n-tmp.h:134 +#: src/xml/xmli18n-tmp.h:160 src/xml/xmli18n-tmp.h:186 +#: src/xml/xmli18n-tmp.h:206 src/xml/xmli18n-tmp.h:228 +#: src/xml/xmli18n-tmp.h:250 src/xml/xmli18n-tmp.h:272 +#: src/xml/xmli18n-tmp.h:294 src/xml/xmli18n-tmp.h:314 +#: src/xml/xmli18n-tmp.h:334 src/xml/xmli18n-tmp.h:357 +#: src/xml/xmli18n-tmp.h:379 src/xml/xmli18n-tmp.h:401 +#: src/xml/xmli18n-tmp.h:419 src/xml/xmli18n-tmp.h:442 +#: src/xml/xmli18n-tmp.h:465 src/xml/xmli18n-tmp.h:488 +#: src/xml/xmli18n-tmp.h:511 src/xml/xmli18n-tmp.h:534 +#: src/xml/xmli18n-tmp.h:553 src/xml/xmli18n-tmp.h:575 +#: src/xml/xmli18n-tmp.h:578 src/xml/xmli18n-tmp.h:581 +#: src/xml/xmli18n-tmp.h:603 src/xml/xmli18n-tmp.h:626 +#: src/xml/xmli18n-tmp.h:649 src/xml/xmli18n-tmp.h:671 +#: src/xml/xmli18n-tmp.h:694 src/xml/xmli18n-tmp.h:716 +#: src/xml/xmli18n-tmp.h:738 src/xml/xmli18n-tmp.h:760 +#: src/xml/xmli18n-tmp.h:782 src/xml/xmli18n-tmp.h:804 +#: src/xml/xmli18n-tmp.h:826 src/xml/xmli18n-tmp.h:849 +#: src/xml/xmli18n-tmp.h:867 src/xml/xmli18n-tmp.h:887 +msgid "Other" +msgstr "Drugo" + +#: src/main/print-lexmark.c:1117 +msgid "Auto Sheet Feeder" +msgstr "Samodejni podajalnik listov" + +#: src/main/print-lexmark.c:1118 +msgid "Manual with Pause" +msgstr "Ročno s premorom" + +#: src/main/print-lexmark.c:1119 +msgid "Manual without Pause" +msgstr "Ročno brez premora" + +#: src/main/print-olympus.c:312 src/main/print-olympus.c:1523 +#: src/main/print-olympus.c:1596 src/main/print-olympus.c:1731 +#: src/main/print-olympus.c:1947 +msgid "Coated" +msgstr "Pokrito" + +#: src/main/print-olympus.c:1086 src/main/print-olympus.c:1149 +#: src/main/print-olympus.c:1247 src/main/print-olympus.c:1363 +#: src/main/print-olympus.c:1632 src/main/print-olympus.c:1930 +#: src/main/print-olympus.c:2739 src/main/print-olympus.c:2878 +msgid "Glossy" +msgstr "Bleščeče" + +#: src/main/print-olympus.c:1087 src/main/print-olympus.c:1150 +#: src/main/print-olympus.c:1248 +msgid "Texture" +msgstr "Tekstura." + +#: src/main/print-olympus.c:1151 src/main/print-olympus.c:1249 +#: src/main/print-olympus.c:1364 src/main/print-olympus.c:1638 +#: src/main/print-olympus.c:1936 src/main/print-olympus.c:2348 +#: src/main/print-olympus.c:2480 src/main/print-olympus.c:2741 +#: src/main/print-olympus.c:2879 +msgid "Matte" +msgstr "Mat" + +#: src/main/print-olympus.c:1633 src/main/print-olympus.c:1931 +msgid "Matte +5" +msgstr "Mat +5" + +#: src/main/print-olympus.c:1634 src/main/print-olympus.c:1932 +msgid "Matte +4" +msgstr "Mat +4" + +#: src/main/print-olympus.c:1635 src/main/print-olympus.c:1933 +msgid "Matte +3" +msgstr "Mat +3" + +#: src/main/print-olympus.c:1636 src/main/print-olympus.c:1934 +msgid "Matte +2" +msgstr "Mat +2" + +#: src/main/print-olympus.c:1637 src/main/print-olympus.c:1935 +msgid "Matte +1" +msgstr "Mat +1" + +#: src/main/print-olympus.c:1639 src/main/print-olympus.c:1937 +msgid "Matte -1" +msgstr "Mat -1" + +#: src/main/print-olympus.c:1640 src/main/print-olympus.c:1938 +msgid "Matte -2" +msgstr "Mat -2" + +#: src/main/print-olympus.c:1641 src/main/print-olympus.c:1939 +msgid "Matte -3" +msgstr "Mat -3" + +#: src/main/print-olympus.c:1642 src/main/print-olympus.c:1940 +msgid "Matte -4" +msgstr "Mat -4" + +#: src/main/print-olympus.c:1643 src/main/print-olympus.c:1941 +msgid "Matte -5" +msgstr "Mat -5" + +#: src/main/print-olympus.c:2738 +msgid "Printer Default" +msgstr "Privzeto za tiskalnik" + +#: src/main/print-olympus.c:2740 +msgid "Glossy Fine" +msgstr "Fino bleščeče" + +#: src/main/print-olympus.c:2742 +msgid "Matte Fine" +msgstr "Fino matirano" + +#: src/main/print-olympus.c:2743 +msgid "Extra Glossy" +msgstr "Dodatno bleščeče" + +#: src/main/print-olympus.c:2744 +msgid "Extra Glossy Fine" +msgstr "Dodatno fino bleščeče" + +#. TRANSLATORS: Some dye sublimation printers are able to achieve +#. better durability of output by covering it with transparent +#. laminate surface. This surface can be of different patterns: +#. common are matte, glossy or texture. +#: src/main/print-olympus.c:3865 src/main/print-olympus.c:3866 +msgid "Laminate Pattern" +msgstr "Vzorec laminata" + +#: src/main/print-olympus.c:3900 src/main/print-olympus.c:3908 +#: src/main/print-olympus.c:3916 src/main/print-olympus.c:3924 +msgid "Output Level Adjustment" +msgstr "Prilagoditev izhodne ravni" + +#: src/main/print-olympus.c:3901 +msgid "Adjust the cyan balance" +msgstr "Prilagodi ravnotežje sinje barve" + +#: src/main/print-olympus.c:3909 +msgid "Adjust the magenta balance" +msgstr "Prilagodi ravnotežje škrlatne barve" + +#: src/main/print-olympus.c:3917 +msgid "Adjust the yellow balance" +msgstr "Prilagodi ravnotežje rumene barve" + +#: src/main/print-olympus.c:3924 +msgid "Black Balance" +msgstr "Ravnotežje beline" + +#: src/main/print-olympus.c:3925 +msgid "Adjust the black balance" +msgstr "Prilagodi ravnotežje črne barve" + +#: src/main/print-pcl.c:184 +msgid "Plain" +msgstr "Običajno" + +#: src/main/print-pcl.c:185 +msgid "Bond" +msgstr "Vezava" + +#: src/main/print-pcl.c:186 +msgid "Premium" +msgstr "Premium" + +#: src/main/print-pcl.c:187 +msgid "Glossy Photo" +msgstr "Blesteča fotografija" + +#: src/main/print-pcl.c:188 +msgid "Transparency" +msgstr "Prozornost" + +#: src/main/print-pcl.c:189 +msgid "Quick-dry Photo" +msgstr "Hitro sušeča fotografija" + +#: src/main/print-pcl.c:190 +msgid "Quick-dry Transparency" +msgstr "Hitro sušeča prozornost" + +#: src/main/print-pcl.c:238 src/xml/xmli18n-tmp.h:3375 +msgid "Manual" +msgstr "Ročno" + +#: src/main/print-pcl.c:239 +msgid "Manual - Movable Guides" +msgstr "Ročno - premična vodila" + +#: src/main/print-pcl.c:241 +msgid "Tray 1 - Movable Guides" +msgstr "Podajalnik 1 - premična vodila" + +#: src/main/print-pcl.c:242 src/xml/xmli18n-tmp.h:2551 +msgid "Tray 1" +msgstr "Podajalnik 1" + +#: src/main/print-pcl.c:243 +msgid "Tray 2 - Movable Guides" +msgstr "Podajalnik 2 - premična vodila" + +#: src/main/print-pcl.c:244 src/main/print-pcl.c:252 +#: src/xml/xmli18n-tmp.h:2552 +msgid "Tray 2" +msgstr "Podajalnik 2" + +#: src/main/print-pcl.c:245 +msgid "Tray 3 - Movable Guides" +msgstr "Podajalnik 3 - premična vodila" + +#: src/main/print-pcl.c:246 +msgid "Tray 3" +msgstr "Podajalnik 3" + +#: src/main/print-pcl.c:247 +msgid "Tray 4 - Movable Guides" +msgstr "Podajalnik 4 - premična vodila" + +#: src/main/print-pcl.c:248 +msgid "Tray 4" +msgstr "Podajalnik 4" + +#: src/main/print-pcl.c:249 +msgid "Portable Sheet Feeder" +msgstr "Prenosljivi podajalnik listov" + +#: src/main/print-pcl.c:250 +msgid "Desktop Sheet Feeder" +msgstr "Namizni podajalnik listov" + +#: src/main/print-pcl.c:251 +msgid "Tray" +msgstr "Podajalnik" + +#: src/main/print-pcl.c:253 +msgid "Optional Source" +msgstr "Izbirni vir" + +#: src/main/print-pcl.c:254 +msgid "Autoselect" +msgstr "Samodejno izberi" + +#: src/main/print-pcl.c:268 +msgid "150x150 DPI" +msgstr "150x150 DPI" + +#: src/main/print-pcl.c:269 +msgid "300x300 DPI" +msgstr "300x300 DPI" + +#: src/main/print-pcl.c:270 +msgid "600x300 DPI" +msgstr "600x300 DPI" + +#: src/main/print-pcl.c:271 +msgid "600x600 DPI monochrome" +msgstr "600x600 DPI enobarvno" + +#: src/main/print-pcl.c:272 +msgid "600x600 DPI" +msgstr "600x600 DPI" + +#: src/main/print-pcl.c:273 +msgid "1200x600 DPI" +msgstr "1200x600 DPI" + +#: src/main/print-pcl.c:274 +msgid "2400x600 DPI" +msgstr "2400x600 DPI" + +#: src/main/print-pcl.c:280 src/main/generic-options.c:35 +#: src/xml/xmli18n-tmp.h:3300 src/xml/xmli18n-tmp.h:3307 +#: src/xml/xmli18n-tmp.h:3316 src/xml/xmli18n-tmp.h:3325 +#: src/xml/xmli18n-tmp.h:3334 src/xml/xmli18n-tmp.h:3342 +msgid "Draft" +msgstr "Osnutek" + +#: src/main/print-pcl.c:282 src/main/generic-options.c:37 +#: src/xml/xmli18n-tmp.h:3302 src/xml/xmli18n-tmp.h:3310 +#: src/xml/xmli18n-tmp.h:3318 src/xml/xmli18n-tmp.h:3327 +#: src/xml/xmli18n-tmp.h:3336 src/xml/xmli18n-tmp.h:3344 +msgid "High" +msgstr "Visoka" + +#: src/main/print-pcl.c:1671 +msgid "Color + Black Cartridges" +msgstr "Barvne in črne kartuše" + +#: src/main/print-pcl.c:1672 +msgid "Color + Photo Cartridges" +msgstr "Barvne in fotografijske kartuše" + +#: src/main/print-ps.c:68 +msgid "PPDFile" +msgstr "DatotekaPPD" + +#: src/main/print-ps.c:69 src/gutenprintui2/panel.c:1971 +msgid "PPD File" +msgstr "Datoteka PPD" + +#: src/main/print-ps.c:80 +msgid "Model Name" +msgstr "Ime modela" + +#: src/main/print-ps.c:81 +msgid "PPD File Model Name" +msgstr "Ime modela datoteke PPD" + +#: src/main/print-ps.c:316 +msgid "None; please provide a PPD file" +msgstr "Brez, zagotovite datoteko PPD" + +#: src/main/print-ps.c:352 src/xml/xmli18n-tmp.h:3349 +msgid "Letter" +msgstr "Pismo" + +#: src/main/print-ps.c:354 src/xml/xmli18n-tmp.h:3400 +msgid "A4" +msgstr "A4" + +#: src/main/print-ps.c:356 src/xml/xmli18n-tmp.h:3524 +msgid "Custom" +msgstr "Po meri" + +#: src/main/print-raw.c:244 +msgid "Image dimensions must match paper dimensions" +msgstr "Mere slike se morajo ujemati z merami tiskalnika" + +#: src/main/print-weave.c:1492 src/main/print-weave.c:1543 +msgid "Fatal error!" +msgstr "Usodna napaka!" + +#: src/main/print-weave.c:1528 +msgid "" +"Please report the above information to gimp-print-devel@lists.sourceforge.net" +msgstr "Poročajte zgornje podatke na gimp-print-devel@lists.sourceforge.net" + +#: src/main/generic-options.c:33 src/xml/xmli18n-tmp.h:3298 +#: src/xml/xmli18n-tmp.h:3314 src/xml/xmli18n-tmp.h:3323 +#: src/xml/xmli18n-tmp.h:3332 +msgid "Fast Economy" +msgstr "Hitro ekonomično" + +#: src/main/generic-options.c:34 src/xml/xmli18n-tmp.h:3299 +#: src/xml/xmli18n-tmp.h:3315 src/xml/xmli18n-tmp.h:3324 +#: src/xml/xmli18n-tmp.h:3333 src/xml/xmli18n-tmp.h:3341 +msgid "Economy" +msgstr "Ekonomično" + +#: src/main/generic-options.c:39 src/xml/xmli18n-tmp.h:3304 +#: src/xml/xmli18n-tmp.h:3311 src/xml/xmli18n-tmp.h:3320 +#: src/xml/xmli18n-tmp.h:3329 src/xml/xmli18n-tmp.h:3338 +#: src/xml/xmli18n-tmp.h:3346 +msgid "Super Photo" +msgstr "Super fotografija" + +#: src/main/generic-options.c:40 src/xml/xmli18n-tmp.h:3305 +#: src/xml/xmli18n-tmp.h:3312 src/xml/xmli18n-tmp.h:3321 +#: src/xml/xmli18n-tmp.h:3330 src/xml/xmli18n-tmp.h:3339 +#: src/xml/xmli18n-tmp.h:3347 +msgid "Ultra Photo" +msgstr "Ultra fotografija" + +#: src/main/generic-options.c:41 src/cups/genppd.c:1457 src/cups/genppd.c:2514 +#: src/xml/xmli18n-tmp.h:3306 src/xml/xmli18n-tmp.h:3313 +#: src/xml/xmli18n-tmp.h:3322 src/xml/xmli18n-tmp.h:3331 +#: src/xml/xmli18n-tmp.h:3340 src/xml/xmli18n-tmp.h:3348 +msgid "Best" +msgstr "Najboljše" + +#: src/main/generic-options.c:46 +msgid "Text" +msgstr "Besedilo" + +#: src/main/generic-options.c:47 +msgid "Graphics" +msgstr "Grafika" + +#: src/main/generic-options.c:48 +msgid "Mixed Text and Graphics" +msgstr "Mešano besedilo in grafika" + +#: src/main/generic-options.c:49 +msgid "Photograph" +msgstr "Fotografija" + +#: src/main/generic-options.c:50 +msgid "Line Art" +msgstr "Umetnost s črtami" + +#: src/main/generic-options.c:55 +msgid "Page" +msgstr "Stran" + +#: src/main/generic-options.c:56 +msgid "Job" +msgstr "Posel" + +#: src/main/generic-options.c:68 +msgid "Image Type" +msgstr "Vrsta slike" + +#: src/main/generic-options.c:69 +msgid "Type of image being printed" +msgstr "Vrsta natisnjene slike" + +#: src/main/generic-options.c:74 +msgid "Job Mode" +msgstr "Način posla" + +#: src/main/generic-options.c:75 +msgid "Job vs. page mode" +msgstr "Način posla ali strani" + +#: src/main/generic-options.c:80 +msgid "Page Number" +msgstr "Številka strani" + +#: src/main/generic-options.c:81 +msgid "Page number" +msgstr "Številka strani" + +#: src/gutenprintui2/curve.c:128 +msgid "Curve type" +msgstr "Vrsta krivulje" + +#: src/gutenprintui2/curve.c:129 +msgid "Is this curve linear, spline interpolated, or free-form" +msgstr "Je ta krivulja linearna, interpoliran zlepek ali proste oblike" + +#: src/gutenprintui2/curve.c:137 +msgid "Minimum X" +msgstr "Najmanjši X" + +#: src/gutenprintui2/curve.c:138 +msgid "Minimum possible value for X" +msgstr "Najmanjša mogoča vrednost X" + +#: src/gutenprintui2/curve.c:147 +msgid "Maximum X" +msgstr "Največji X" + +#: src/gutenprintui2/curve.c:148 +msgid "Maximum possible X value" +msgstr "Največja mogoča vrednost X" + +#: src/gutenprintui2/curve.c:157 +msgid "Minimum Y" +msgstr "Najmanjši Y" + +#: src/gutenprintui2/curve.c:158 +msgid "Minimum possible value for Y" +msgstr "Najmanjša mogoča vrednost za Y" + +#: src/gutenprintui2/curve.c:167 +msgid "Maximum Y" +msgstr "Največji Y" + +#: src/gutenprintui2/curve.c:168 +msgid "Maximum possible value for Y" +msgstr "Največja možna vrednost za Y" + +#: src/gutenprintui2/gammacurve.c:395 +msgid "Gamma" +msgstr "Gama" + +#: src/gutenprintui2/gammacurve.c:405 +msgid "_Gamma value" +msgstr "_Gama vrednost" + +#: src/gutenprintui2/panel.c:276 +msgid "Inch" +msgstr "palec" + +#: src/gutenprintui2/panel.c:276 +msgid "Set the base unit of measurement to inches" +msgstr "Nastavi osnovno enoto merjenja v palce" + +#: src/gutenprintui2/panel.c:278 +msgid "cm" +msgstr "cm" + +#: src/gutenprintui2/panel.c:278 +msgid "Set the base unit of measurement to centimetres" +msgstr "Nastavi osnovno enoto merjenja v centimetre" + +#: src/gutenprintui2/panel.c:280 +msgid "Points" +msgstr "Točke" + +#: src/gutenprintui2/panel.c:280 +msgid "Set the base unit of measurement to points (1/72\")" +msgstr "Nastavi osnovno enoto merjenja v točke (1/72 palca)" + +#: src/gutenprintui2/panel.c:282 +msgid "mm" +msgstr "mm" + +#: src/gutenprintui2/panel.c:282 +msgid "Set the base unit of measurement to millimetres" +msgstr "Nastavi osnovno enoto merjenja v milimetre" + +#: src/gutenprintui2/panel.c:284 +msgid "Pica" +msgstr "Pica" + +#: src/gutenprintui2/panel.c:284 +msgid "Set the base unit of measurement to picas (1/12\")" +msgstr "Nastavi osnovno enoto merjenja pice (1/12 palca)" + +#: src/gutenprintui2/panel.c:291 +msgid "Color output" +msgstr "Barvni izhod" + +#: src/gutenprintui2/panel.c:293 +msgid "Print in shades of gray using black ink" +msgstr "Natisni v sencah sive z uporabo črnega črnila" + +#: src/gutenprintui2/panel.c:305 +msgid "Standard Command" +msgstr "Običajni ukaz" + +#: src/gutenprintui2/panel.c:305 +msgid "Use standard print command" +msgstr "Uporabi običajen ukaz tiskanja" + +#: src/gutenprintui2/panel.c:306 +msgid "Custom Command" +msgstr "Ukaz po meri" + +#: src/gutenprintui2/panel.c:306 +msgid "Use custom print command" +msgstr "Uporabi ukaz tiskanja po meri" + +#: src/gutenprintui2/panel.c:307 src/gutenprintui2/plist.c:704 +#: src/gutenprintui2/plist.c:787 +msgid "File" +msgstr "Datoteka" + +#: src/gutenprintui2/panel.c:307 +msgid "Print to a file" +msgstr "Natisni v datoteko" + +#: src/gutenprintui2/panel.c:523 +msgid "Edit Curve..." +msgstr "Ustvari krivuljo ..." + +#: src/gutenprintui2/panel.c:534 +msgid "Set Default" +msgstr "Nastavi kot privzeto" + +#: src/gutenprintui2/panel.c:536 +msgid "Restore Previous" +msgstr "Obnovi predhodno" + +#: src/gutenprintui2/panel.c:538 src/gutenprintui2/panel.c:1736 +#: src/gutenprintui2/panel.c:1990 src/gutenprintui2/panel.c:2022 +msgid "OK" +msgstr "V redu" + +#: src/gutenprintui2/panel.c:540 src/gutenprintui2/panel.c:1400 +#: src/gutenprintui2/panel.c:1738 src/gutenprintui2/panel.c:1992 +msgid "Cancel" +msgstr "Prekliči" + +#: src/gutenprintui2/panel.c:642 +msgid "Select File..." +msgstr "Izbor datoteke ..." + +#: src/gutenprintui2/panel.c:1028 +msgid "Reset" +msgstr "Ponastavi" + +#: src/gutenprintui2/panel.c:1383 +#, c-format +msgid "%s -- Print v%s" +msgstr "%s -- Natisni v%s" + +#: src/gutenprintui2/panel.c:1392 +msgid "About" +msgstr "O programu" + +#: src/gutenprintui2/panel.c:1394 +msgid "" +"Print and\n" +"Save Settings" +msgstr "" +"Natisni\n" +"in shrani nastavitve" + +#: src/gutenprintui2/panel.c:1396 +msgid "" +"Save\n" +"Settings" +msgstr "" +"Shrani\n" +"nastavitve" + +#: src/gutenprintui2/panel.c:1398 +msgid "Print" +msgstr "Natisni" + +#: src/gutenprintui2/panel.c:1451 +msgid "Preview" +msgstr "Predogled" + +#: src/gutenprintui2/panel.c:1476 +msgid "" +"Position the image on the page.\n" +"Click and drag with the primary button to position the image.\n" +"Click and drag with the second button to move the image with finer " +"precision; each unit of motion moves the image one point (1/72\")\n" +"Click and drag with the third (middle) button to move the image in units of " +"the image size.\n" +"Holding down the shift key while clicking and dragging constrains the image " +"to only horizontal or vertical motion.\n" +"If you click another button while dragging the mouse, the image will return " +"to its original position." +msgstr "" +"Položaj slike na strani.\n" +"Kliknite in vlecite osnovni gumb za določanje položaja slike.\n" +"Kliknite in vlecite drugotni gumb za premik slike z večjo natančnostjo. " +"Vsaka enota premika premakne sliko za eno točko (1/72 palca)\n" +"Kliknite in vlecite tretji (srednji) gumb za premik slike v enotah velikosti " +"slike.\n" +"Držanje tipke shift med klikanjem in vlečenjem omeji gibanje slike samo na " +"vodoravno ali navpično gibanje.\n" +"V primeru da med vlečenjem miške kliknete na drug gumb, se bo slika vrnila v " +"izvirni položaj." + +#: src/gutenprintui2/panel.c:1523 +msgid "Paper Size" +msgstr "Velikost papirja" + +#: src/gutenprintui2/panel.c:1546 +msgid "Show All Paper Sizes" +msgstr "Pokaži vse velikosti papirja" + +#: src/gutenprintui2/panel.c:1562 +msgid "Dimensions:" +msgstr "Mere:" + +#: src/gutenprintui2/panel.c:1567 src/gutenprintui2/panel.c:2266 +msgid "Width:" +msgstr "Širina:" + +#: src/gutenprintui2/panel.c:1568 +msgid "Width of the paper that you wish to print to" +msgstr "Širina papirja na katerem želite tiskati" + +#: src/gutenprintui2/panel.c:1572 src/gutenprintui2/panel.c:2268 +msgid "Height:" +msgstr "Višina:" + +#: src/gutenprintui2/panel.c:1573 +msgid "Height of the paper that you wish to print to" +msgstr "Višina papirja na katerem želite tiskati" + +#: src/gutenprintui2/panel.c:1578 +msgid "Automatic Paper Size" +msgstr "Samodejna velikost papirja" + +#: src/gutenprintui2/panel.c:1595 +msgid "Number of Copies" +msgstr "Število kopij" + +#: src/gutenprintui2/panel.c:1607 +msgid "Select the number of copies to print; a value between 1 and 100" +msgstr "Izberite število kopij za tiskanje, vrednost med 1 in 100" + +#: src/gutenprintui2/panel.c:1639 +msgid "Image Position" +msgstr "Položaj slike" + +#: src/gutenprintui2/panel.c:1656 +msgid "Auto" +msgstr "Samodejno" + +#: src/gutenprintui2/panel.c:1658 +msgid "Portrait" +msgstr "Pokončno" + +#: src/gutenprintui2/panel.c:1660 +msgid "Landscape" +msgstr "Ležeče" + +#: src/gutenprintui2/panel.c:1662 +msgid "Upside down" +msgstr "Od zgoraj navzdol" + +#: src/gutenprintui2/panel.c:1664 +msgid "Seascape" +msgstr "Obrnjeno na glavo ležeče" + +#: src/gutenprintui2/panel.c:1668 +msgid "" +"Select the orientation: portrait, landscape, upside down, or seascape " +"(upside down landscape)" +msgstr "" +"Izberite usmeritev: pokončno, ležeče, obrnjeno na glavo ali obrnjeno na " +"glavo ležeče" + +#: src/gutenprintui2/panel.c:1670 +msgid "Orientation:" +msgstr "Usmerjenost:" + +#: src/gutenprintui2/panel.c:1681 +msgid "Left:" +msgstr "Levo:" + +#: src/gutenprintui2/panel.c:1682 +msgid "Distance from the left of the paper to the image" +msgstr "Razdalja od leve strani papirja do slike" + +#: src/gutenprintui2/panel.c:1685 src/gutenprintui2/panel.c:1689 +msgid "Right:" +msgstr "Desno:" + +#: src/gutenprintui2/panel.c:1686 +msgid "Distance from the left of the paper to the right of the image" +msgstr "Razdalja od levega robu papirja do desne strani slike" + +#: src/gutenprintui2/panel.c:1690 +msgid "Distance from the right of the paper to the image" +msgstr "Razdalja od desne strani papirja do slike" + +#: src/gutenprintui2/panel.c:1692 +msgid "Top:" +msgstr "Zgoraj:" + +#: src/gutenprintui2/panel.c:1693 +msgid "Distance from the top of the paper to the image" +msgstr "Razdalja od vrha papirja do slike" + +#: src/gutenprintui2/panel.c:1696 src/gutenprintui2/panel.c:1700 +msgid "Bottom:" +msgstr "Dno:" + +#: src/gutenprintui2/panel.c:1697 +msgid "Distance from the top of the paper to bottom of the image" +msgstr "Razdalja od vrha papirja do dna slike" + +#: src/gutenprintui2/panel.c:1701 +msgid "Distance from the bottom of the paper to the image" +msgstr "Razdalja od dna papirja do slike" + +#: src/gutenprintui2/panel.c:1711 +msgid "Center:" +msgstr "Sredinsko:" + +#: src/gutenprintui2/panel.c:1714 +msgid "Horizontal" +msgstr "Vodoravno" + +#: src/gutenprintui2/panel.c:1715 +msgid "Center the image horizontally on the paper" +msgstr "Sredini sliko vodoravno na papirju" + +#: src/gutenprintui2/panel.c:1718 +msgid "Center the image on the paper" +msgstr "Sredini sliko na papirju" + +#: src/gutenprintui2/panel.c:1720 +msgid "Vertical" +msgstr "Navpično" + +#: src/gutenprintui2/panel.c:1721 +msgid "Center the image vertically on the paper" +msgstr "Sredini sliko navpično na papirju" + +#: src/gutenprintui2/panel.c:1734 +msgid "Setup Printer" +msgstr "Nastavi tiskalnik" + +#: src/gutenprintui2/panel.c:1758 +msgid "Printer Make:" +msgstr "Proizvajalec tiskalnika:" + +#: src/gutenprintui2/panel.c:1769 +msgid "Select the make of your printer" +msgstr "Izberite proizvajalca svojega tiskalnika" + +#: src/gutenprintui2/panel.c:1787 src/gutenprintui2/panel.c:1875 +#: src/gutenprintui2/panel.c:2093 +msgid "Printer Model:" +msgstr "Model tiskalnika:" + +#: src/gutenprintui2/panel.c:1798 +msgid "Select your printer model" +msgstr "Izberite svoj model tiskalnika" + +#: src/gutenprintui2/panel.c:1846 +msgid "PPD File:" +msgstr "Datoteka PPD:" + +#: src/gutenprintui2/panel.c:1862 +msgid "Enter the correct PPD filename for your printer" +msgstr "Vnesite pravilno ime datoteke PPD za svoj tiskalnik" + +#: src/gutenprintui2/panel.c:1864 src/gutenprintui2/panel.c:1944 +msgid "Browse" +msgstr "Prebrskaj" + +#: src/gutenprintui2/panel.c:1871 +msgid "Choose the correct PPD filename for your printer" +msgstr "Izberite pravilno ime datoteke PPD za svoj tiskalnik" + +#: src/gutenprintui2/panel.c:1913 +msgid "" +"Select the name of the output queue (not the type, or model, of printer) " +"that you wish to print to" +msgstr "" +"Izberite ime izhodne vrste (ne vrsto ali model tiskalnika) na katerem želite " +"tiskati" + +#: src/gutenprintui2/panel.c:1915 +msgid "Printer Queue:" +msgstr "Vrsta tiskalnika:" + +#: src/gutenprintui2/panel.c:1931 +msgid "Enter the correct command to print to your printer. " +msgstr "Vnesite pravilen ukaz za tiskanje na svojemu tiskalniku. " + +#: src/gutenprintui2/panel.c:1942 +msgid "Enter the file to print to. " +msgstr "Vnesite datoteko v katero želite tiskati. " + +#: src/gutenprintui2/panel.c:1950 +msgid "File to print to" +msgstr "Datoteka za tiskanje" + +#: src/gutenprintui2/panel.c:1958 +msgid "Print To File" +msgstr "Natisni v datoteko" + +#: src/gutenprintui2/panel.c:1988 +msgid "Define New Printer" +msgstr "Določi nov tiskalnik" + +#: src/gutenprintui2/panel.c:2006 src/gutenprintui2/panel.c:2090 +msgid "Printer Name:" +msgstr "Ime tiskalnika:" + +#: src/gutenprintui2/panel.c:2010 +msgid "Enter the name you wish to give this logical printer" +msgstr "Vnesite ime, ki ga želite dati temu logičnemu tiskalniku" + +#: src/gutenprintui2/panel.c:2020 +msgid "About Gutenprint " +msgstr "O programu " + +#: src/gutenprintui2/panel.c:2027 +msgid "Gutenprint Version " +msgstr "Različica Gutenprint " + +#: src/gutenprintui2/panel.c:2075 +msgid "Printer Settings" +msgstr "Nastavitve tiskalnika" + +#: src/gutenprintui2/panel.c:2088 +msgid "" +"Select the name of the printer (not the type, or model, of printer) that you " +"wish to print to" +msgstr "" +"Izberite ime tiskalnika (ne vrsto ali model tiskalnika) na katerem želite " +"tiskati" + +#: src/gutenprintui2/panel.c:2105 +msgid "Setup Printer..." +msgstr "Nastavitev tiskalnika ..." + +#: src/gutenprintui2/panel.c:2107 +msgid "" +"Choose the printer model, PPD file, and command that is used to print to " +"this printer" +msgstr "" +"Izberite model tiskalnika, datoteko PPD in ukaz, ki se uporablja za tiskanje " +"na tem tiskalniku" + +#: src/gutenprintui2/panel.c:2120 +msgid "New Printer..." +msgstr "Nov tiskalnik ..." + +#: src/gutenprintui2/panel.c:2121 +msgid "" +"Define a new logical printer. This can be used to name a collection of " +"settings that you wish to remember for future use." +msgstr "" +"Določi nov logičen tiskalnik. To lahko uporabite za poimenovanje zbirke " +"nastavitev, ki si jo želite zapomniti za prihodnjo uporabo." + +#: src/gutenprintui2/panel.c:2151 +msgid "Set Printer Option Defaults" +msgstr "Nastavi privzete možnosti tiskalnika" + +#: src/gutenprintui2/panel.c:2152 +msgid "Set all printer options to their defaults" +msgstr "Nastavi vse možnosti tiskalnika na njegove privzete" + +#: src/gutenprintui2/panel.c:2175 +msgid "Image Size" +msgstr "Velikost slike" + +#: src/gutenprintui2/panel.c:2200 +msgid "Scaling:" +msgstr "Merilo:" + +#: src/gutenprintui2/panel.c:2204 +msgid "Set the scale (size) of the image" +msgstr "Nastavi velikost slike" + +#: src/gutenprintui2/panel.c:2226 +msgid "Scale by:" +msgstr "Spremeni velikost za:" + +#: src/gutenprintui2/panel.c:2231 +msgid "" +"Select whether scaling is measured as percent of available page size or " +"number of output dots per inch" +msgstr "" +"Izbere ali je umerjanje izmerjeno kot odstotek razpoložljive velikosti " +"strani ali število izhodnih točk na palec" + +#: src/gutenprintui2/panel.c:2234 +msgid "Percent" +msgstr "Odstotek" + +#: src/gutenprintui2/panel.c:2239 +msgid "Scale the print to the size of the page" +msgstr "Spremeni velikost tiska na velikost strani" + +#: src/gutenprintui2/panel.c:2243 +msgid "PPI" +msgstr "TNP" + +#: src/gutenprintui2/panel.c:2248 +msgid "Scale the print to the number of dots per inch" +msgstr "Umeri tiskanje na število točk na palec" + +#: src/gutenprintui2/panel.c:2266 +msgid "Set the width of the print" +msgstr "Nastavi širino tiskanja" + +#: src/gutenprintui2/panel.c:2268 +msgid "Set the height of the print" +msgstr "Nastavi višino tiskanja" + +#: src/gutenprintui2/panel.c:2274 +msgid "" +"Use Original\n" +"Image Size" +msgstr "" +"Uporabi izvirno\n" +"velikost slike" + +#: src/gutenprintui2/panel.c:2280 +msgid "Set the print size to the size of the image" +msgstr "Nastavi velikost tiskanja na velikost slike" + +#: src/gutenprintui2/panel.c:2304 +msgid "Print Color Adjust" +msgstr "Prilagodi barvo tiskanja" + +#: src/gutenprintui2/panel.c:2307 +msgid "Set Defaults" +msgstr "Nastavi privzete" + +#: src/gutenprintui2/panel.c:2309 +msgid "Close" +msgstr "Zapri" + +#: src/gutenprintui2/panel.c:2338 +msgid "Image preview" +msgstr "Predogled slike" + +#: src/gutenprintui2/panel.c:2352 +msgid "View Output Channels:" +msgstr "Ogled izhodnih kanalov:" + +#: src/gutenprintui2/panel.c:2443 +msgid "Output" +msgstr "Izhod" + +#: src/gutenprintui2/panel.c:2471 +msgid "Output Type:" +msgstr "Vrsta izhoda:" + +#: src/gutenprintui2/panel.c:2475 +msgid "Select the desired output type" +msgstr "Izberite želeno vrsto izhoda" + +#: src/gutenprintui2/panel.c:2496 +msgid "Adjust Output..." +msgstr "Prilagodi izhod ..." + +#: src/gutenprintui2/panel.c:2505 +msgid "" +"Adjust color balance, brightness, contrast, saturation, and dither algorithm" +msgstr "" +"Prilagodi ravnotežje barve, svetlost, kontrast, nasičenost in algoritem " +"razprševanja" + +#: src/gutenprintui2/panel.c:2524 +msgid "Size Units:" +msgstr "Enote velikosti:" + +#: src/gutenprintui2/panel.c:2527 +msgid " " +msgstr " " + +#: src/gutenprintui2/panel.c:2551 +msgid "Units:" +msgstr "Enote:" + +#: src/gutenprintui2/panel.c:2556 +msgid "Select the base unit of measurement for printing" +msgstr "Izberite osnovno enoto merjenja za tiskanje" + +#: src/gutenprintui2/plist.c:92 src/gutenprintui2/plist.c:101 +msgid "System V lp" +msgstr "Sistem V lp" + +#: src/gutenprintui2/plist.c:98 +msgid "CUPS" +msgstr "CUPS" + +#: src/gutenprintui2/plist.c:104 +msgid "Berkeley lpd (/etc/lpc)" +msgstr "Berkeley lpd (/etc/lpc)" + +#: src/gutenprintui2/plist.c:107 +msgid "Berkeley lpd (/usr/bsd/lpc)" +msgstr "Berkeley lpd (/usr/bsd/lpc)" + +#: src/gutenprintui2/plist.c:110 +msgid "Berkeley lpd (/usr/etc/lpc" +msgstr "Berkeley lpd (/usr/etc/lpc" + +#: src/gutenprintui2/plist.c:113 +msgid "Berkeley lpd (/usr/libexec/lpc)" +msgstr "Berkeley lpd (/usr/libexec/lpc)" + +#: src/gutenprintui2/plist.c:116 +msgid "Berkeley lpd (/usr/sbin/lpc)" +msgstr "Berkeley lpd (/usr/sbin/lpc)" + +#: src/gutenprintui2/plist.c:1053 +msgid "Printer" +msgstr "Tiskalnik" + +#: src/gutenprintui2/plist.c:1246 +msgid "(Default Printer)" +msgstr "(Privzeti tiskalnik)" + +#: src/cups/genppd.c:154 +msgid "Printer Features" +msgstr "Zmožnosti tiskalnika" + +#: src/cups/genppd.c:155 +msgid "Output Control" +msgstr "Nadzor izhoda" + +#: src/cups/genppd.c:160 +msgid "Common" +msgstr "Skupno" + +#: src/cups/genppd.c:161 +msgid "Extra 1" +msgstr "Dodatno 1" + +#: src/cups/genppd.c:162 +msgid "Extra 2" +msgstr "Dodatno 2" + +#: src/cups/genppd.c:163 +msgid "Extra 3" +msgstr "Dodatno 3" + +#: src/cups/genppd.c:164 +msgid "Extra 4" +msgstr "Dodatno 4" + +#: src/cups/genppd.c:165 +msgid "Extra 5" +msgstr "Dodatno 5" + +#. TRANSLATORS: Specify the language of the PPD translation. +#. * Use the English name of your language here, e.g. "Swedish" instead of +#. * "Svenska". +#: src/cups/genppd.c:1090 +msgid "English" +msgstr "angleščina" + +#: src/cups/genppd.c:1286 src/cups/genppd.c:1304 src/cups/genppd.c:2459 +#: src/cups/genppd.c:2460 +msgid "Media Size" +msgstr "Velikost medija" + +#: src/cups/genppd.c:1379 src/cups/genppd.c:2495 +msgid "Color Model" +msgstr "Barvni model" + +#: src/cups/genppd.c:1406 src/cups/genppd.c:2497 +msgid "Inverted Grayscale" +msgstr "Obrnjene sivine" + +#: src/cups/genppd.c:1416 src/cups/genppd.c:2501 +msgid "RGB Color" +msgstr "Barva RGB" + +#: src/cups/genppd.c:1423 src/cups/genppd.c:2502 +msgid "CMY Color" +msgstr "Barva CMY" + +#: src/cups/genppd.c:1448 src/cups/genppd.c:2512 +msgid "Color Precision" +msgstr "Barvna natančnost" + +#: src/cups/genppd.c:1606 src/cups/genppd.c:1617 src/cups/genppd.c:1807 +msgid "Yes" +msgstr "Da" + +#: src/cups/genppd.c:1606 src/cups/genppd.c:1615 src/cups/genppd.c:1806 +msgid "No" +msgstr "Ne" + +#: src/cups/genppd.c:1656 src/cups/genppd.c:1722 src/cups/genppd.c:1763 +#: src/cups/genppd.c:1827 src/cups/genppd.c:1858 src/cups/genppd.c:1874 +msgid "Value" +msgstr "Vrednost" + +#: src/cups/genppd.c:1664 src/cups/genppd.c:1832 +msgid "Fine Adjustment" +msgstr "Fina prilagoditev" + +#: src/cups/genppd.c:1707 src/cups/genppd.c:1852 +#, c-format +msgid "%.1f mm" +msgstr "%.1f mm" + +#: src/cups/genppd.c:2316 src/cups/genppd.c:2606 +msgid "Reverse" +msgstr "Obrnjeno" + +#: src/cups/genppd.c:2337 src/cups/genppd.c:2622 +msgid "2-Sided Printing" +msgstr "Dvostransko tiskanje" + +#: src/cups/genppd.c:2362 src/cups/genppd.c:2639 +msgid "Shrink Page If Necessary to Fit Borders" +msgstr "Skrči stran, če je zahtevano za prilagajanje robovom" + +#: src/cups/genppd.c:2367 src/cups/genppd.c:2640 +msgid "Shrink (print the whole page)" +msgstr "Skrči (natisni celotno stran)" + +#: src/cups/genppd.c:2368 src/cups/genppd.c:2641 +msgid "Crop (preserve dimensions)" +msgstr "Obreži (ohrani mere)" + +#: src/cups/genppd.c:2369 src/cups/genppd.c:2642 +msgid "Expand (use maximum page area)" +msgstr "Razširi (uporabi največje področje strani)" + +#: src/escputil/escputil.c:73 +msgid "Escputil version " +msgstr "Različica Escputil " + +#: src/escputil/escputil.c:79 +msgid "" +"Copyright 2000-2006 Robert Krawitz (rlk@alum.mit.edu)\n" +"\n" +"This program is free software; you can redistribute it and/or modify it\n" +"under the terms of the GNU General Public License as published by the Free\n" +"Software Foundation; either version 2 of the License, or (at your option)\n" +"any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful, but\n" +"WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\n" +"or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License\n" +"for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n" +msgstr "" +"Avtorske pravice 2000-2006 Robert Krawitz (rlk@alum.mit.edu)\n" +"\n" +" Program je opredeljen kot prosta programska oprema; lahko ga razširjate " +"in/ali spreminjate\n" +"pod pogoji Splošnega Javnega Dovoljenja GNU (angleško: GNU General Public " +"License), kot\n" +"ga je objavila ustanova Free Software Foundation; različice 3 ali (po želji) " +"katerekoli kasnejše\n" +"različice.\n" +"\n" +"Program se razširja v upanju, da bo uporabniku koristen, vendar BREZ " +"VSAKRŠNE GARANCIJE;\n" +"tudi brez posrednega zagotovila JAMSTVA CENOVNE VREDNOSTI in PRIMERNOSTI ZA " +"DOLOČENO\n" +"UPORABO. Za več podrobnosti si poglejte določila Splošnega Javnega " +"Dovoljenja GNU.\n" +"\n" +"Kopijo Splošnega Javnega Dovoljenja GNU (angleško: GNU General Public " +"License) bi morali prejeti\n" +"skupaj s programom, v kolikor pa je niste, pišite na naslov Free Software " +"Foundation, Inc.,\n" +"59 Temple Place - Suite 330, Boston, MA 02111-1307, USA in zahtevajte " +"kopijo.\n" + +#: src/escputil/escputil.c:123 +msgid "" +"Usage: escputil [-c | -n | -a | -i | -e | -s | -d | -l | -M | -X]\n" +" [-P printer | -r device] [-u] [-q] [-m model] [ -S ]\n" +" [-C choices] [-p patterns]\n" +"Perform maintenance on EPSON Stylus (R) printers.\n" +"Examples: escputil --ink-level --raw-device /dev/usb/lp0\n" +" escputil --clean-head --new --printer-name MyQueue\n" +"\n" +" Commands:\n" +" -c|--clean-head Clean the print head.\n" +" -n|--nozzle-check Print a nozzle test pattern.\n" +" Dirty or clogged nozzles will show as gaps in the\n" +" pattern. If you see any gaps, you should clean\n" +" the print head.\n" +" -a|--align-head Align the print head. CAUTION: Misuse of this\n" +" utility may result in poor print quality and/or\n" +" damage to the printer.\n" +" -s|--status Retrieve printer status.\n" +" -i|--ink-level Obtain the ink level from the printer. This " +"requires\n" +" read/write access to the raw printer device.\n" +" -e|--extended-ink-info Obtain the extended ink information from the\n" +" printer. This requires read/write access to the raw\n" +" printer device.\n" +" -d|--identify Query the printer for make and model information.\n" +" This requires read/write access to the raw printer\n" +" device.\n" +" -X|--reset-ink Reset ink levels.\n" +" This requires read/write access to the raw printer\n" +" device.\n" +" -l|--license Display the license/warranty terms of this program.\n" +" -M|--list-models List the available printer models.\n" +" -h|--help Print this help message.\n" +" Options:\n" +" -P|--printer-name Specify the name of the printer queue to operate on.\n" +" Default is the default system printer.\n" +" -r|--raw-device Specify the name of the device to write to directly\n" +" rather than going through a printer queue.\n" +" -m|--model Specify the printer model.\n" +" -u|--new The printer is a new printer (Stylus Color 740 or\n" +" newer). Only needed when not using a raw device or\n" +" when the model is not specified.\n" +" -q|--quiet Suppress the banner.\n" +" -S|--short-name Print the short name of the printer with --identify.\n" +" -C|--choices Specify the number of pattern choices for alignment\n" +" -p|--patterns Specify the number of sets of patterns for alignment\n" +msgstr "" +"Raba: escputil [-c | -n | -a | -i | -e | -s | -d | -l | -M | -X]\n" +" [-P tiskalnik | -r naprava] [-u] [-q] [-m model] [ -S ]\n" +" [-C izbire] [-p vzorci]\n" +"Izvedi vzdrževanje na tiskalnikih EPSON Stylus (R).\n" +"Primeri: escputil --ink-level --raw-device /dev/usb/lp0\n" +" escputil --clean-head --new --printer-name MyQueue\n" +"\n" +" Ukazi:\n" +" -c|--clean-head Očisti glavo tiskalnika.\n" +" -n|--nozzle-check Natisni vzorec preizkusa šobe.\n" +" Umazane ali zamašene šobe se bodo prikazali kot " +"razmiki v\n" +" vzorcu. Če vidite razmike, morate očistiti\n" +" glavo tiskalnika.\n" +" -a|--align-head Poravnaj glavo tiskalnika. OPOZORILO: Nepravilna " +"uporaba tega\n" +" pripomočka lahko povzroči slabo kakovost tiskanja " +"in/ali\n" +" škodo tiskalniku.\n" +" -s|--status Pridobi stanje tiskalnika.\n" +" -i|--ink-level Pridobi raven črnila iz tiskalnika. To zahteva\n" +" neposredni bralno/pisalni dostop do tiskalniške " +"naprave.\n" +" -e|--extended-ink-info Pridobi razširjene podrobnosti črnila iz\n" +" tiskalnika. To zahteva neposredni bralno/pisalni " +"dostop do\n" +" tiskalniške naprave.\n" +" -d|--identify Poizveduj o tiskalniku za podrobnosti o proizvajalcu " +"in modelu.\n" +" Zahteva se neposredni bralno/pisalni dostop do " +"tiskalniške\n" +" naprave.\n" +" -X|--reset-ink Ponastavi raven črnila.\n" +" Zahteva se neposredni bralno/pisalni dostop do " +"tiskalniške\n" +" naprave.\n" +" -l|--license Prikaži dovoljenje/garancijske pogoje tega programa.\n" +" -M|--list-models Izpiši tiskalnike, ki so na voljo.\n" +" -h|--help Natisni to sporočilo pomoči.\n" +" Možnosti:\n" +" -P|--printer-name Določi ime tiskalnika.\n" +" Privzeto je privzet sistemski tiskalnik.\n" +" -r|--raw-device Določi ime naprave za neposredno pisanje,\n" +" namesto da gre skozi čakalno vrsto tiskalnika.\n" +" -m|--model Določi model tiskalnika.\n" +" -u|--new Tiskalnik je nov tiskalnik (Stylus Color 740 ali\n" +" novejši). Uporablja se ga samo, ko se naprave ne " +"uporablja neposredno ali\n" +" ko model ni določen.\n" +" -q|--quiet Prepreči pasico.\n" +" -S|--short-name Izpiši kratko ime tiskalnika z --identify.\n" +" -C|--choices Določi število izbora vzorcev za poravnavo\n" +" -p|--patterns Določi število nabora vzorcev za poravnavo\n" + +#: src/escputil/escputil.c:169 +msgid "" +"Usage: escputil [OPTIONS] [COMMAND]\n" +"Usage: escputil [-c | -n | -a | -i | -e | -s | -d | -l | -M | -X]\n" +" [-P printer | -r device] [-u] [-q] [-m model] [ -S ]\n" +" [-C choices] [-p patterns]\n" +"Perform maintenance on EPSON Stylus (R) printers.\n" +"Examples: escputil -i -r /dev/usb/lp0\n" +" escputil -c -u -P MyQueue\n" +"\n" +" Commands:\n" +" -c Clean the print head.\n" +" -n Print a nozzle test pattern.\n" +" Dirty or clogged nozzles will show as gaps in the\n" +" pattern. If you see any gaps, you should clean\n" +" the print head.\n" +" -a Align the print head. CAUTION: Misuse of this\n" +" utility may result in poor print quality and/or\n" +" damage to the printer.\n" +" -s Retrieve printer status.\n" +" -i Obtain the ink level from the printer. This requires\n" +" read/write access to the raw printer device.\n" +" -e Obtain the extended ink information from the printer.\n" +" Only for R800 printer and friends. This requires\n" +" read/write access to the raw printer device.\n" +" -d Query the printer for make and model information. This\n" +" requires read/write access to the raw printer device.\n" +" -X Reset ink levels. This requires read/write access to the raw\n" +" printer device.\n" +" -l Display the license/warranty terms of this program.\n" +" -M List the available printer models.\n" +" -h Print this help message.\n" +" Options:\n" +" -P Specify the name of the printer queue to operate on.\n" +" Default is the default system printer.\n" +" -r Specify the name of the device to write to directly\n" +" rather than going through a printer queue.\n" +" -u The printer is a new printer (Stylus Color 740 or newer).\n" +" Only needed when not using a raw device.\n" +" -q Suppress the banner.\n" +" -S Print the short name of the printer with -d.\n" +" -m Specify the precise printer model for head alignment.\n" +" -C Specify the number of pattern choices for alignment\n" +" -p Specify the number of sets of patterns for alignment\n" +msgstr "" +"Raba: escputil [MOŽNOSTI] [UKAZ]\n" +"Raba: escputil [-c | -n | -a | -i | -e | -s | -d | -l | -M | -X]\n" +" [-P tiskalnik | -r naprava] [-u] [-q] [-m model] [ -S ]\n" +" [-C izbire] [-p vzorci]\n" +"Izvedi vzdrževanje na tiskalnikih EPSON Stylus (R).\n" +"Primeri: escputil -i -r /dev/usb/lp0\n" +" escputil -c -u -P MyQueue\n" +"\n" +" Ukazi:\n" +" -c Očisti glavo tiskalnika.\n" +" -n Natisni vzorec preizkusa šobe.\n" +" Umazane ali zamašene šobe se bodo prikazale kot razmiki v \n" +" vzorcu. Če vidite razmike, morate očistiti\n" +" glavo tiskalnika.\n" +" -a Poravnaj glavo tiskalnika. OPOZORILO: Nepravilna uporaba tega\n" +" pripomočka lahko povzroči slabo kakovost tiskanja in/ali\n" +" škodo tiskalniku.\n" +" -s Pridobi stanje tiskalnika.\n" +" -i Pridobi raven črnila iz tiskalnika. To zahteva\n" +" neposredni bralno/pisalni dostop do tiskalniške naprave.\n" +" -e Pridobi razširjene podrobnosti črnila iz tiskalnika.\n" +" Samo za tiskalnike R800 in prijatelje. To zahteva\n" +" neposredni bralno/pisalni dostop do tiskalniške naprave.\n" +" -d Poizveduj o tiskalniku za podrobnosti o proizvajalcu in modelu. To\n" +" zahteva neposredni bralno/pisalni dostop do tiskalniške naprave.\n" +" -X Ponastavi raven črnila. To zahteva neposredni bralno/pisalni dostop " +"do\n" +" tiskalniške naprave.\n" +" -l Prikaži dovoljenje/garancijske pogoje tega programa.\n" +" -M Izpiši tiskalnike, ki so na voljo.\n" +" -h Natisni to sporočilo pomoči.\n" +" Možnosti:\n" +" -P Določi ime tiskalnika.\n" +" Privzeto je privzet sistemski tiskalnik.\n" +" -r Določi ime naprave za neposredno pisanje,\n" +" namesto da gre skozi čakalno vrsto tiskalnika.\n" +" -u Tiskalnik je nov tiskalnik (Stylus Color 740 ali novejši).\n" +" Uporablja se ga samo, ko naprave ne uporablja neposredno.\n" +" -q Prepreči pasico.\n" +" -S Natisni kratko ime tiskalnika z -d.\n" +" -m Določi natančen model tiskalnika za poravnavo glave.\n" +" -C Določi število izbora vzorcev za poravnavo\n" +" -p Določi število nabora vzorcev za poravnavo\n" + +#: src/escputil/escputil.c:351 src/escputil/escputil.c:359 +#, c-format +msgid "You may only specify one printer or raw device." +msgstr "Navedete lahko le en tiskalnik ali surovo napravo." + +#: src/escputil/escputil.c:367 +#, c-format +msgid "You may only specify one printer model." +msgstr "Navedete lahko le en model tiskalnika." + +#: src/escputil/escputil.c:391 +#, c-format +msgid "Alignment choices must be at least 1." +msgstr "Poravnava izbir mora biti vsaj 1." + +#: src/escputil/escputil.c:399 +#, c-format +msgid "Alignment passes must be at least 1." +msgstr "Poravnava prehodov mora biti vsaj 1." + +#: src/escputil/escputil.c:405 +#, c-format +msgid "Unknown option %c\n" +msgstr "Neznana možnost %c\n" + +#: src/escputil/escputil.c:413 +#, c-format +msgid "Usage: %s [OPTIONS] command\n" +msgstr "Uporaba: %s [MOŽNOSTI] ukaz\n" + +#: src/escputil/escputil.c:415 +#, c-format +msgid "Type `%s --help' for more information.\n" +msgstr "Za več podrobnosti vpišite `%s --help'.\n" + +#: src/escputil/escputil.c:417 +#, c-format +msgid "Type `%s -h' for more information.\n" +msgstr "Poskusite `%s -h' za več podrobnosti.\n" + +#: src/escputil/escputil.c:486 +#, c-format +msgid "Cannot open device %s: %s\n" +msgstr "Ni mogoče odpreti naprave %s: %s\n" + +#: src/escputil/escputil.c:509 +#, c-format +msgid "Cannot print to printer %s with %s\n" +msgstr "Ni mogoče tiskati na tiskalniku %s z %s\n" + +#: src/escputil/escputil.c:525 src/escputil/escputil.c:535 +#, c-format +msgid "Unable to send command to printer\n" +msgstr "Ni mogoče poslati ukaza tiskalniku\n" + +#: src/escputil/escputil.c:595 +#, c-format +msgid "Read from printer timed out\n" +msgstr "Branje iz tiskalnika je zakasnelo\n" + +#: src/escputil/escputil.c:600 +#, c-format +msgid "Cannot read from %s: %s\n" +msgstr "Ni mogoče brati iz %s: %s\n" + +#: src/escputil/escputil.c:780 +#, c-format +msgid "Please specify a raw device\n" +msgstr "Določite surovo napravo\n" + +#: src/escputil/escputil.c:787 +#, c-format +msgid "Cannot open %s read/write: %s\n" +msgstr "Ni mogoče odpreti branja/pisanja %s: %s\n" + +#: src/escputil/escputil.c:834 +#, c-format +msgid "Unknown printer %s!\n" +msgstr "Neznan tiskalnik %s!\n" + +#: src/escputil/escputil.c:895 src/escputil/escputil.c:1539 +#, c-format +msgid "Cannot write to %s: %s\n" +msgstr "Ni mogoče pisati v %s: %s\n" + +#: src/escputil/escputil.c:946 src/escputil/escputil.c:1518 +#: src/escputil/escputil.c:1602 +#, c-format +msgid "" +"\n" +"Cannot write to %s: %s\n" +msgstr "" +"\n" +"Ni mogoče pisati v %s: %s\n" + +#: src/escputil/escputil.c:989 +#, c-format +msgid "" +"\n" +"Cannot detect printer type.\n" +"Please use -m to specify your printer model.\n" +msgstr "" +"\n" +"Ni mogoče zaznati vrste tiskalnika.\n" +"Uporabite -m za navedbo svojega modela tiskalnika.\n" + +#: src/escputil/escputil.c:1058 src/xml/xmli18n-tmp.h:208 +#: src/xml/xmli18n-tmp.h:230 src/xml/xmli18n-tmp.h:583 +#: src/xml/xmli18n-tmp.h:762 src/xml/xmli18n-tmp.h:1731 +#: src/xml/xmli18n-tmp.h:1775 src/xml/xmli18n-tmp.h:1793 +#: src/xml/xmli18n-tmp.h:2102 src/xml/xmli18n-tmp.h:2664 +#: src/xml/xmli18n-tmp.h:2686 src/xml/xmli18n-tmp.h:2800 +#: src/xml/xmli18n-tmp.h:2817 src/xml/xmli18n-tmp.h:2834 +#: src/xml/xmli18n-tmp.h:3114 src/xml/xmli18n-tmp.h:3131 +#: src/xml/xmli18n-tmp.h:3140 src/xml/xmli18n-tmp.h:3157 +#: src/xml/xmli18n-tmp.h:3166 +msgid "Photo Black" +msgstr "Foto črna" + +#: src/escputil/escputil.c:1059 src/escputil/escputil.c:1065 +#: src/escputil/escputil.c:1066 src/escputil/escputil.c:1319 +#: src/escputil/escputil.c:1388 src/escputil/escputil.c:1425 +msgid "Unknown" +msgstr "Neznano" + +#: src/escputil/escputil.c:1063 src/escputil/escputil.c:1083 +#: src/escputil/escputil.c:1351 src/xml/xmli18n-tmp.h:982 +#: src/xml/xmli18n-tmp.h:998 src/xml/xmli18n-tmp.h:1014 +#: src/xml/xmli18n-tmp.h:1079 src/xml/xmli18n-tmp.h:1093 +#: src/xml/xmli18n-tmp.h:1156 src/xml/xmli18n-tmp.h:1182 +#: src/xml/xmli18n-tmp.h:1196 src/xml/xmli18n-tmp.h:1236 +#: src/xml/xmli18n-tmp.h:1250 src/xml/xmli18n-tmp.h:1264 +#: src/xml/xmli18n-tmp.h:1277 src/xml/xmli18n-tmp.h:1290 +#: src/xml/xmli18n-tmp.h:1303 src/xml/xmli18n-tmp.h:1355 +#: src/xml/xmli18n-tmp.h:1370 src/xml/xmli18n-tmp.h:1385 +#: src/xml/xmli18n-tmp.h:1423 src/xml/xmli18n-tmp.h:1436 +#: src/xml/xmli18n-tmp.h:1495 src/xml/xmli18n-tmp.h:1507 +#: src/xml/xmli18n-tmp.h:1521 src/xml/xmli18n-tmp.h:1533 +#: src/xml/xmli18n-tmp.h:1545 src/xml/xmli18n-tmp.h:1560 +#: src/xml/xmli18n-tmp.h:1588 src/xml/xmli18n-tmp.h:1601 +#: src/xml/xmli18n-tmp.h:1640 src/xml/xmli18n-tmp.h:1653 +#: src/xml/xmli18n-tmp.h:1702 src/xml/xmli18n-tmp.h:1715 +#: src/xml/xmli18n-tmp.h:1822 src/xml/xmli18n-tmp.h:1838 +#: src/xml/xmli18n-tmp.h:1932 src/xml/xmli18n-tmp.h:1970 +#: src/xml/xmli18n-tmp.h:1987 src/xml/xmli18n-tmp.h:2019 +#: src/xml/xmli18n-tmp.h:2179 src/xml/xmli18n-tmp.h:2195 +#: src/xml/xmli18n-tmp.h:2212 src/xml/xmli18n-tmp.h:2328 +#: src/xml/xmli18n-tmp.h:2372 src/xml/xmli18n-tmp.h:2384 +#: src/xml/xmli18n-tmp.h:2396 src/xml/xmli18n-tmp.h:2557 +#: src/xml/xmli18n-tmp.h:2638 src/xml/xmli18n-tmp.h:2746 +#: src/xml/xmli18n-tmp.h:2762 src/xml/xmli18n-tmp.h:2783 +#: src/xml/xmli18n-tmp.h:2806 src/xml/xmli18n-tmp.h:2823 +#: src/xml/xmli18n-tmp.h:2840 src/xml/xmli18n-tmp.h:2865 +#: src/xml/xmli18n-tmp.h:2890 src/xml/xmli18n-tmp.h:2915 +#: src/xml/xmli18n-tmp.h:2940 src/xml/xmli18n-tmp.h:2980 +#: src/xml/xmli18n-tmp.h:2996 src/xml/xmli18n-tmp.h:3030 +#: src/xml/xmli18n-tmp.h:3055 src/xml/xmli18n-tmp.h:3080 +#: src/xml/xmli18n-tmp.h:3097 src/xml/xmli18n-tmp.h:3120 +#: src/xml/xmli18n-tmp.h:3146 src/xml/xmli18n-tmp.h:3172 +#: src/xml/xmli18n-tmp.h:3231 +msgid "Light Cyan" +msgstr "Svetlo sinja" + +#: src/escputil/escputil.c:1064 src/escputil/escputil.c:1084 +#: src/escputil/escputil.c:1352 src/xml/xmli18n-tmp.h:983 +#: src/xml/xmli18n-tmp.h:999 src/xml/xmli18n-tmp.h:1015 +#: src/xml/xmli18n-tmp.h:1080 src/xml/xmli18n-tmp.h:1094 +#: src/xml/xmli18n-tmp.h:1157 src/xml/xmli18n-tmp.h:1183 +#: src/xml/xmli18n-tmp.h:1197 src/xml/xmli18n-tmp.h:1237 +#: src/xml/xmli18n-tmp.h:1251 src/xml/xmli18n-tmp.h:1265 +#: src/xml/xmli18n-tmp.h:1278 src/xml/xmli18n-tmp.h:1291 +#: src/xml/xmli18n-tmp.h:1304 src/xml/xmli18n-tmp.h:1356 +#: src/xml/xmli18n-tmp.h:1371 src/xml/xmli18n-tmp.h:1386 +#: src/xml/xmli18n-tmp.h:1424 src/xml/xmli18n-tmp.h:1437 +#: src/xml/xmli18n-tmp.h:1496 src/xml/xmli18n-tmp.h:1508 +#: src/xml/xmli18n-tmp.h:1522 src/xml/xmli18n-tmp.h:1534 +#: src/xml/xmli18n-tmp.h:1546 src/xml/xmli18n-tmp.h:1561 +#: src/xml/xmli18n-tmp.h:1589 src/xml/xmli18n-tmp.h:1602 +#: src/xml/xmli18n-tmp.h:1641 src/xml/xmli18n-tmp.h:1654 +#: src/xml/xmli18n-tmp.h:1703 src/xml/xmli18n-tmp.h:1717 +#: src/xml/xmli18n-tmp.h:1824 src/xml/xmli18n-tmp.h:1837 +#: src/xml/xmli18n-tmp.h:1933 src/xml/xmli18n-tmp.h:1971 +#: src/xml/xmli18n-tmp.h:1988 src/xml/xmli18n-tmp.h:2021 +#: src/xml/xmli18n-tmp.h:2182 src/xml/xmli18n-tmp.h:2196 +#: src/xml/xmli18n-tmp.h:2327 src/xml/xmli18n-tmp.h:2373 +#: src/xml/xmli18n-tmp.h:2385 src/xml/xmli18n-tmp.h:2397 +#: src/xml/xmli18n-tmp.h:2559 src/xml/xmli18n-tmp.h:2640 +#: src/xml/xmli18n-tmp.h:2748 src/xml/xmli18n-tmp.h:2764 +#: src/xml/xmli18n-tmp.h:2785 src/xml/xmli18n-tmp.h:2808 +#: src/xml/xmli18n-tmp.h:2825 src/xml/xmli18n-tmp.h:2842 +#: src/xml/xmli18n-tmp.h:2867 src/xml/xmli18n-tmp.h:2892 +#: src/xml/xmli18n-tmp.h:2917 src/xml/xmli18n-tmp.h:2942 +#: src/xml/xmli18n-tmp.h:2982 src/xml/xmli18n-tmp.h:2998 +#: src/xml/xmli18n-tmp.h:3032 src/xml/xmli18n-tmp.h:3057 +#: src/xml/xmli18n-tmp.h:3082 src/xml/xmli18n-tmp.h:3099 +#: src/xml/xmli18n-tmp.h:3122 src/xml/xmli18n-tmp.h:3148 +#: src/xml/xmli18n-tmp.h:3174 src/xml/xmli18n-tmp.h:3233 +msgid "Light Magenta" +msgstr "Svetlo škrlatna" + +#: src/escputil/escputil.c:1067 src/xml/xmli18n-tmp.h:1509 +#: src/xml/xmli18n-tmp.h:1839 src/xml/xmli18n-tmp.h:2213 +#: src/xml/xmli18n-tmp.h:2329 src/xml/xmli18n-tmp.h:2781 +#: src/xml/xmli18n-tmp.h:2803 src/xml/xmli18n-tmp.h:2820 +#: src/xml/xmli18n-tmp.h:2837 src/xml/xmli18n-tmp.h:3095 +#: src/xml/xmli18n-tmp.h:3117 src/xml/xmli18n-tmp.h:3143 +#: src/xml/xmli18n-tmp.h:3169 src/xml/xmli18n-tmp.h:3229 +msgid "Light Black" +msgstr "Svetlo črna" + +#: src/escputil/escputil.c:1068 src/xml/xmli18n-tmp.h:209 +#: src/xml/xmli18n-tmp.h:231 src/xml/xmli18n-tmp.h:584 +#: src/xml/xmli18n-tmp.h:763 src/xml/xmli18n-tmp.h:1730 +#: src/xml/xmli18n-tmp.h:1774 src/xml/xmli18n-tmp.h:1792 +#: src/xml/xmli18n-tmp.h:2101 src/xml/xmli18n-tmp.h:2683 +#: src/xml/xmli18n-tmp.h:2706 src/xml/xmli18n-tmp.h:2816 +#: src/xml/xmli18n-tmp.h:2833 src/xml/xmli18n-tmp.h:2850 +#: src/xml/xmli18n-tmp.h:3130 src/xml/xmli18n-tmp.h:3139 +#: src/xml/xmli18n-tmp.h:3156 src/xml/xmli18n-tmp.h:3165 +#: src/xml/xmli18n-tmp.h:3185 +msgid "Matte Black" +msgstr "Mat črna" + +#: src/escputil/escputil.c:1071 src/xml/xmli18n-tmp.h:1734 +#: src/xml/xmli18n-tmp.h:1778 src/xml/xmli18n-tmp.h:1796 +#: src/xml/xmli18n-tmp.h:2105 src/xml/xmli18n-tmp.h:2672 +#: src/xml/xmli18n-tmp.h:2694 +msgid "Gloss Optimizer" +msgstr "Optimizator bleščanja" + +#: src/escputil/escputil.c:1072 src/xml/xmli18n-tmp.h:1836 +#: src/xml/xmli18n-tmp.h:2210 src/xml/xmli18n-tmp.h:2326 +#: src/xml/xmli18n-tmp.h:2804 src/xml/xmli18n-tmp.h:2821 +#: src/xml/xmli18n-tmp.h:2838 src/xml/xmli18n-tmp.h:3118 +#: src/xml/xmli18n-tmp.h:3144 src/xml/xmli18n-tmp.h:3170 +msgid "Light Light Black" +msgstr "Zelo svetlo črna" + +#: src/escputil/escputil.c:1073 src/escputil/escputil.c:1092 +#: src/xml/xmli18n-tmp.h:2104 src/xml/xmli18n-tmp.h:2693 +#: src/xml/xmli18n-tmp.h:3183 +msgid "Orange" +msgstr "Oranžna" + +#: src/escputil/escputil.c:1104 +#, c-format +msgid "Status: Error\n" +msgstr "Stanje: napaka\n" + +#: src/escputil/escputil.c:1107 +#, c-format +msgid "Status: Self-Printing\n" +msgstr "Stanje: samotiskanje\n" + +#: src/escputil/escputil.c:1110 +#, c-format +msgid "Status: Busy\n" +msgstr "Stanje: zaposleno\n" + +#: src/escputil/escputil.c:1113 +#, c-format +msgid "Status: Waiting\n" +msgstr "Stanje: čakanje\n" + +#: src/escputil/escputil.c:1116 +#, c-format +msgid "Status: Idle\n" +msgstr "Stanje: nedejavno\n" + +#: src/escputil/escputil.c:1119 +#, c-format +msgid "Status: Paused\n" +msgstr "Stanje: v premoru\n" + +#: src/escputil/escputil.c:1122 +#, c-format +msgid "Status: Cleaning\n" +msgstr "Stanje: čiščenje\n" + +#: src/escputil/escputil.c:1125 +#, c-format +msgid "Status: Factory shipment\n" +msgstr "Stanje: tovarniška pošiljka\n" + +#: src/escputil/escputil.c:1128 +#, c-format +msgid "Status: Shutting down\n" +msgstr "Stanje: Izklapljanje\n" + +#: src/escputil/escputil.c:1131 +#, c-format +msgid "Status: Unknown (%d)\n" +msgstr "Stanje: neznano (%d)\n" + +#: src/escputil/escputil.c:1142 +#, c-format +msgid "Error: Fatal Error\n" +msgstr "Napaka: usodna napaka\n" + +#: src/escputil/escputil.c:1145 +#, c-format +msgid "Error: Other interface is selected\n" +msgstr "Napaka: izbran je bil drug vmesnik\n" + +#: src/escputil/escputil.c:1148 +#, c-format +msgid "Error: Cover Open\n" +msgstr "Napaka: pokrov je odprt\n" + +#: src/escputil/escputil.c:1151 +#, c-format +msgid "Error: Paper jam\n" +msgstr "Napaka: papir se je zataknil\n" + +#: src/escputil/escputil.c:1154 +#, c-format +msgid "Error: Ink out\n" +msgstr "Napaka: črnila je zmanjkalo\n" + +#: src/escputil/escputil.c:1157 +#, c-format +msgid "Error: Paper out\n" +msgstr "Napaka: papirja je zmanjkalo\n" + +#: src/escputil/escputil.c:1160 +#, c-format +msgid "Error: Miscellaneous paper error\n" +msgstr "Napaka: različne napake papirja\n" + +#: src/escputil/escputil.c:1163 +#, c-format +msgid "Error: Maintenance cartridge overflow\n" +msgstr "Napak: prekoračitev vzdrževanja kartuše\n" + +#: src/escputil/escputil.c:1166 +#, c-format +msgid "Error: Wait return from the tear-off position\n" +msgstr "Napaka: čakanje na vračilo s položaja odtrganja\n" + +#: src/escputil/escputil.c:1169 +#, c-format +msgid "Error: Double feed error\n" +msgstr "Napaka: napaka dvojnega vira\n" + +#: src/escputil/escputil.c:1172 +#, c-format +msgid "" +"Error: Ink cartridge lever released\n" +"\n" +msgstr "" +"Napaka: ročica kartuše črnila je bila sproščena\n" +"\n" + +#: src/escputil/escputil.c:1175 +#, c-format +msgid "Error: Unrecoverable cutter error\n" +msgstr "Napaka: nepopravljiva napaka rezalnika\n" + +#: src/escputil/escputil.c:1178 +#, c-format +msgid "Error: Recoverable cutter jam\n" +msgstr "Napaka: obnovljivi rezalnik se je zataknil\n" + +#: src/escputil/escputil.c:1181 +#, c-format +msgid "Error: No maintenance cartridge present\n" +msgstr "Napaka: kartuša vzdrževanja ni prisotna\n" + +#: src/escputil/escputil.c:1184 +#, c-format +msgid "Error: Rear cover open\n" +msgstr "Napaka: zadnji porov je odprt\n" + +#: src/escputil/escputil.c:1187 +#, c-format +msgid "Error: CD Tray Out\n" +msgstr "Napaka: CD podajalnik je zunaj\n" + +#: src/escputil/escputil.c:1190 +#, c-format +msgid "Error: Card loading error\n" +msgstr "Napaka: napaka nalaganja kartice\n" + +#: src/escputil/escputil.c:1193 +#, c-format +msgid "Error: Tray cover open\n" +msgstr "Napaka: pokrov pladnja je odprt\n" + +#: src/escputil/escputil.c:1196 +#, c-format +msgid "Error: Maintenance cartridge cover open\n" +msgstr "Napaka: pokrov kartuše vzdrževanja je odprt\n" + +#: src/escputil/escputil.c:1199 +#, c-format +msgid "Error: Front cover open\n" +msgstr "Napaka: sprednji pokrov je odprt\n" + +#: src/escputil/escputil.c:1202 +#, c-format +msgid "Error: Maintenance request\n" +msgstr "Napaka: zahteva po vzdrževanju\n" + +#: src/escputil/escputil.c:1205 +#, c-format +msgid "Error: Unknown (%d)\n" +msgstr "Napaka: neznano (%d)\n" + +#: src/escputil/escputil.c:1217 +#, c-format +msgid "Warning: %s Ink Low\n" +msgstr "Opozorilo: črnila %s je malo\n" + +#: src/escputil/escputil.c:1220 +#, c-format +msgid "Warning: Channel %d Ink Low\n" +msgstr "Opozorilo: nivo črnila kanala %d je nizek\n" + +#: src/escputil/escputil.c:1226 +#, c-format +msgid "Warning: %s Cleaning Disabled\n" +msgstr "Opozorilo: čiščenje %s je onemogočeno\n" + +#: src/escputil/escputil.c:1229 +#, c-format +msgid "Warning: Channel %d Cleaning \n" +msgstr "Opozorilo: čiščenje kanala %d \n" + +#: src/escputil/escputil.c:1236 +#, c-format +msgid "Warning: Maintenance cartridge near full\n" +msgstr "Opozorilo: kartuša vzdrževanja je skoraj polna\n" + +#: src/escputil/escputil.c:1239 +#, c-format +msgid "Warning: Maintenance request pending\n" +msgstr "Opozorilo: na čakanju je zahteva vzdrževanja\n" + +#: src/escputil/escputil.c:1242 +#, c-format +msgid "Warning: Unknown (%d)\n" +msgstr "Opozorilo: neznano (%d)\n" + +#: src/escputil/escputil.c:1254 +#, c-format +msgid "Printing nozzle self-test\n" +msgstr "Samopreizkus šobe tiskanja\n" + +#: src/escputil/escputil.c:1318 src/escputil/escputil.c:1387 +#, c-format +msgid "Printer Name: %s\n" +msgstr "Ime tiskalnika: %s\n" + +#: src/escputil/escputil.c:1356 src/escputil/escputil.c:1400 +#, c-format +msgid "Ink Levels:\n" +msgstr "Ravni črnila:\n" + +#: src/escputil/escputil.c:1357 src/escputil/escputil.c:1401 +msgid "Ink color" +msgstr "Barvna črnila" + +#: src/escputil/escputil.c:1357 src/escputil/escputil.c:1401 +#: src/escputil/escputil.c:1698 src/escputil/escputil.c:1725 +#: src/escputil/escputil.c:1747 src/escputil/escputil.c:1764 +msgid "Percent remaining" +msgstr "Preostali odstotki" + +#: src/escputil/escputil.c:1456 +#, c-format +msgid "Job Name: " +msgstr "Ime posla: " + +#: src/escputil/escputil.c:1486 +msgid "ink levels" +msgstr "ravni črnila" + +#: src/escputil/escputil.c:1489 +msgid "status" +msgstr "stanje" + +#: src/escputil/escputil.c:1494 +#, c-format +msgid "Obtaining %s requires using a raw device.\n" +msgstr "Pridobivanje %s zahteva uporabo surove naprave.\n" + +#: src/escputil/escputil.c:1698 src/escputil/escputil.c:1725 +#: src/escputil/escputil.c:1747 src/escputil/escputil.c:1764 +msgid "Ink cartridge" +msgstr "Črnilo kartuše" + +#: src/escputil/escputil.c:1698 src/escputil/escputil.c:1725 +#: src/escputil/escputil.c:1747 src/escputil/escputil.c:1764 +msgid "Part number" +msgstr "Številka dela" + +#: src/escputil/escputil.c:1699 src/escputil/escputil.c:1726 +#: src/escputil/escputil.c:1748 src/escputil/escputil.c:1765 +msgid "Date" +msgstr "Datum" + +#: src/escputil/escputil.c:1787 +#, c-format +msgid "Obtaining extended ink information requires using a raw device.\n" +msgstr "" +"Pridobivanje razširjenih podrobnosti črnila zahteva uporabo surove naprave.\n" + +#: src/escputil/escputil.c:1814 +#, c-format +msgid "Resetting ink levels requires using a raw device.\n" +msgstr "Ponastavitev ravni črnila zahteva uporabo surove naprave.\n" + +#: src/escputil/escputil.c:1862 +#, c-format +msgid "Printer identification requires using a raw device.\n" +msgstr "Določilo tiskalnika zahteva uporabo surove naprave.\n" + +#: src/escputil/escputil.c:1880 +#, c-format +msgid "Cannot identify printer model.\n" +msgstr "Modela tiskalnika ni mogoče določiti.\n" + +#: src/escputil/escputil.c:1902 +#, c-format +msgid "Cleaning heads...\n" +msgstr "Čiščenje glav ...\n" + +#: src/escputil/escputil.c:1919 +#, c-format +msgid "Running nozzle check, please ensure paper is in the printer.\n" +msgstr "" +"Izvaja se preverjanje šob. Prepričajte se, da je papir v tiskalniku.\n" + +#: src/escputil/escputil.c:1923 +#, c-format +msgid "" +"Please read these instructions very carefully before proceeding.\n" +"\n" +"This utility lets you align the print head of your Epson Stylus inkjet\n" +"printer. Misuse of this utility may cause your print quality to degrade\n" +"and possibly damage your printer. This utility has not been reviewed by\n" +"Seiko Epson for correctness, and is offered with no warranty at all. The\n" +"entire risk of using this utility lies with you.\n" +"\n" +"This utility prints %d test patterns. Each pattern looks very similar.\n" +"The patterns consist of a series of pairs of vertical lines that overlap.\n" +"Below each pair of lines is a number between %d and %d.\n" +"\n" +"When you inspect the pairs of lines, you should find the pair of lines that\n" +"is best in alignment, that is, that best forms a single vertical line.\n" +"Inspect the pairs very carefully to find the best match. Using a loupe\n" +"or magnifying glass is recommended for the most critical inspection.\n" +"It is also suggested that you use a good quality paper for the test,\n" +"so that the lines are well-formed and do not spread through the paper.\n" +"After picking the number matching the best pair, place the paper back in\n" +"the paper input tray before typing it in.\n" +"\n" +"Each pattern is similar, but later patterns use finer dots for more\n" +"critical alignment. You must run all of the passes to correctly align your\n" +"printer. After running all the alignment passes, the alignment\n" +"patterns will be printed once more. You should find that the middle-most\n" +"pair (#%d out of the %d) is the best for all patterns.\n" +"\n" +"After the passes are printed once more, you will be offered the\n" +"choices of (s)aving the result in the printer, (r)epeating the process,\n" +"or (q)uitting without saving. Quitting will not restore the previous\n" +"settings, but powering the printer off and back on will. If you quit,\n" +"you must repeat the entire process if you wish to later save the results.\n" +"It is essential that you not turn your printer off during this procedure.\n" +"\n" +msgstr "" +"Pred nadaljevanjem zelo pozorno preberite ta navodila.\n" +"\n" +"Ta pripomoček vam omogoča poravnavo vašega brizgalnega tiskalnika\n" +"Epson Stylus. Napačna uporaba tega pripomočka lahko poslabša kakovost tiska\n" +"in morda poškoduje vaš tiskalnik. Pravilnosti tega pripomočka Seiko Epson\n" +"ni preveril zato je ponujen brez garancije. Celotno tveganje\n" +"uporabe tega pripomočka leži na vas.\n" +"\n" +"Ta pripomoček natisne %d preizkusnih vzorcev, ki so videti zelo\n" +"podobno. Vzorci so sestavljeni iz več parov navpičnih črt, ki se " +"prekrivajo.\n" +"Pod vsakim parom vrstic je število med %d in %d.\n" +"\n" +"Preglejte natisnjen papir in najdite par vrstic, ki je najboljše poravnan.\n" +"To pomeni, da najboljše tvori eno navpično črto.\n" +"Za najbolj kritično preučevanje je priporočena uporaba lupe ali " +"povečevalnega\n" +"stekla. Predlagamo vam, da za preizkus uporabite papir dobre kakovosti,\n" +"zato da so vrstice dobro oblikovane in se ne razširijo skozi papir.\n" +"Po izbiri števila, ki se ujema z najboljšim papirjem, pred njegovim vnosom\n" +"postavite papir nazaj.\n" +"\n" +"Vzorci so si zelo podobni, vendar kasnejši vzorci uporabljajo finejše pike " +"za\n" +"bolj kritično poravnavo. Za pravilno poravnavo tiskalnika je treba zagnati " +"vse prehode. Po zaganjanju vzorca poravnave bo natisnjen še enkrat.\n" +"Srednji par (št. %d od %d) bi moral biti najboljši.\n" +"Nato boste lahko rezultat (s)hranili na tiskalnik, (r) - ponovili postopek " +"ali\n" +"(q) - končali brez shranjevanja. Končanje ne bo obnovilo prejšnjih " +"nastavitev. To\n" +"lahko dosežete z izklopom in ponovnim vklopom tiskalnika. V primeru da " +"končate,\n" +"boste morali za shranjevanje rezultatov celoten postopek ponoviti še enkrat. " +"Med\n" +"tem postopkom tiskalnika ne smete izklopiti.\n" +"\n" + +#: src/escputil/escputil.c:1958 +#, c-format +msgid "" +"Please read these instructions very carefully before proceeding.\n" +"\n" +"This utility lets you align the print head of your Epson Stylus inkjet\n" +"printer. Misuse of this utility may cause your print quality to degrade\n" +"and possibly damage your printer. This utility has not been reviewed by\n" +"Seiko Epson for correctness, and is offered with no warranty at all. The\n" +"entire risk of using this utility lies with you.\n" +"\n" +"This utility prints a test pattern that consist of a series of pairs of\n" +"vertical lines that overlap. Below each pair of lines is a number between\n" +"%d and %d.\n" +"\n" +"When you inspect the pairs of lines, you should find the pair of lines that\n" +"is best in alignment, that is, that best forms a single vertical align.\n" +"Inspect the pairs very carefully to find the best match. Using a loupe\n" +"or magnifying glass is recommended for the most critical inspection.\n" +"It is also suggested that you use a good quality paper for the test,\n" +"so that the lines are well-formed and do not spread through the paper.\n" +"After picking the number matching the best pair, place the paper back in\n" +"the paper input tray before typing it in.\n" +"\n" +"After running the alignment pattern, it will be printed once more. You\n" +"should find that the middle-most pair (#%d out of the %d) is the best.\n" +"You will then be offered the choices of (s)aving the result in the printer,\n" +"(r)epeating the process, or (q)uitting without saving. Quitting will not\n" +"restore the previous settings, but powering the printer off and back on " +"will.\n" +"If you quit, you must repeat the entire process if you wish to later save\n" +"the results. It is essential that you not turn off your printer during\n" +"this procedure.\n" +"\n" +msgstr "" +"Pred nadaljevanjem zelo pozorno preberite ta navodila.\n" +"\n" +"Ta pripomoček vam omogoča poravnavo vašega brizgalnega tiskalnika\n" +"Epson Stylus. Napačna uporaba tega pripomočka lahko poslabša kakovost tiska\n" +"in morda poškoduje vaš tiskalnik. Pravilnosti tega pripomočka Seiko Epson\n" +"ni preveril zato je ponujen brez garancije. Celotno tveganje\n" +"uporabe tega pripomočka leži na vas.\n" +"\n" +"Ta pripomoček natisne preizkusni vzorec, ki je sestavljen iz več parov\n" +"navpičnih črt, ki se prekrivajo. Pod vsakim parom vrstic je število med\n" +"%d in %d.\n" +"\n" +"Preglejte natisnjen papir in najdite črt vrstic, ki je najboljše poravnan.\n" +"To pomeni, da najboljše tvori eno navpično poravnavo.\n" +"Za najbolj kritično preučevanje je priporočena uporaba lupe ali " +"povečevalnega\n" +"stekla. Predlagamo vam, da za preizkus uporabite papir dobre kakovosti,\n" +"zato da so vrstice dobro oblikovane in se ne razširijo skozi papir.\n" +"Po izbiri števila, ki se ujema z najboljšim papirjem, pred njegovim vnosom\n" +"postavite papir nazaj.\n" +"\n" +"Po poganjanju vzorca poravnave bo natisnjen še enkrat. Srednji par\n" +"(št. %d od %d) bi moral biti najboljši. Nato boste lahko rezultat " +"(s)hranili\n" +"na tiskalnik, (r) - ponovili postopek ali (q) - končali brez shranjevanja. " +"Končanje\n" +"ne bo obnovilo prejšnjih nastavitev. To lahko dosežete z izklopom in " +"ponovnim\n" +"vklopom tiskalnika. V primeru da končate, boste morali za shranjevanje " +"rezultatov\n" +"celoten postopek ponoviti še enkrat. Med tem postopkom tiskalnika ne smete\n" +"izklopiti.\n" +"\n" + +#: src/escputil/escputil.c:2002 +#, c-format +msgid "Unable to send command to the printer, exiting.\n" +msgstr "Na tiskalnik ni mogoče poslati ukaza, končevanje.\n" + +#: src/escputil/escputil.c:2016 src/escputil/escputil.c:2185 +#, c-format +msgid "Exiting\n" +msgstr "Končevanje\n" + +#: src/escputil/escputil.c:2019 +#, c-format +msgid "" +"Please inspect the final output very carefully to ensure that your\n" +"printer is in proper alignment. You may now:\n" +" (s)ave the results in the printer,\n" +" (q)uit without saving the results, or\n" +" (r)epeat the entire process from the beginning.\n" +"You will then be asked to confirm your choice.\n" +"What do you want to do (s, q, r)?\n" +msgstr "" +"Izberite končni izhod zelo previdno in se prepričajte, da je vaš\n" +"tiskalnik pravilno poravnan. Sedaj lahko:\n" +" (s)hranite rezultate na tiskalnik,\n" +" (q) - končate brez shranjevanja rezultatov, ali\n" +" (r) - ponovite celotno odpravilo od začetka.\n" +"Nato boste morali svojo izbiro potrditi.\n" +"Kaj želite storiti (s, q, r)?\n" + +#: src/escputil/escputil.c:2027 src/escputil/escputil.c:2036 +#: src/escputil/escputil.c:2051 src/escputil/escputil.c:2069 +#: src/escputil/escputil.c:2189 +msgid "> " +msgstr "> " + +#: src/escputil/escputil.c:2034 +#, c-format +msgid "" +"Please confirm by typing 'q' again that you wish to quit without saving:\n" +msgstr "" +"Če želite končati brez shranjevanja to potrdite s ponovnim pritiskom na " +"'q':\n" + +#: src/escputil/escputil.c:2041 +#, c-format +msgid "" +"OK, your printer is aligned, but the alignment has not been saved.\n" +"If you wish to save the alignment, you must repeat this process.\n" +msgstr "" +"Vaš tiskalnik je poravnan, vendar poravna še ni bila shranjena.\n" +"V primeru da želite poravnavo shraniti, morate opravilo ponoviti.\n" + +#: src/escputil/escputil.c:2048 +#, c-format +msgid "" +"Please confirm by typing 'r' again that you wish to repeat the\n" +"alignment process:\n" +msgstr "" +"Če želite ponoviti opravilo poravnave to potrdite s\n" +"ponovnim pritiskom na 'r':\n" + +#: src/escputil/escputil.c:2056 +#, c-format +msgid "Repeating the alignment process.\n" +msgstr "Ponavljanje opravila poravnave.\n" + +#: src/escputil/escputil.c:2062 +#, c-format +msgid "" +"This will permanently alter the configuration of your printer.\n" +"WARNING: this procedure has not been approved by Seiko Epson, and\n" +"it may damage your printer. Proceed?\n" +"Please confirm by typing 's' again that you wish to save the settings\n" +"to your printer:\n" +msgstr "" +"To bo trajno spremenilo nastavitev vašega tiskalnika.\n" +"OPOZORILO: tega postopka Seiko Epson ni odobril in lahko\n" +"poškoduje vaš tiskalnik. Ali želite nadaljevati?\n" +"V primeru da želite shraniti nastavitve na svoj tiskalnik, še enkrat\n" +"pritisnite 's':\n" + +#: src/escputil/escputil.c:2074 +#, c-format +msgid "About to save settings..." +msgstr "Tik pred shranitvijo nastavitev ..." + +#: src/escputil/escputil.c:2080 +#, c-format +msgid "failed!\n" +msgstr "spodletelo!\n" + +#: src/escputil/escputil.c:2081 +#, c-format +msgid "" +"Your settings were not saved successfully. You must repeat the\n" +"alignment procedure.\n" +msgstr "" +"Vaše nastavitve niso bile uspešno shranjene. Ponovite postopek\n" +"poravnave.\n" + +#: src/escputil/escputil.c:2085 +#, c-format +msgid "succeeded!\n" +msgstr "uspešno!\n" + +#: src/escputil/escputil.c:2086 +#, c-format +msgid "Your alignment settings have been saved to the printer.\n" +msgstr "Vaše nastavitve poravnave so bile shranjene v tiskalnik.\n" + +#: src/escputil/escputil.c:2091 +#, c-format +msgid "Unrecognized command.\n" +msgstr "Nepoznan ukaz.\n" + +#: src/escputil/escputil.c:2094 +#, c-format +msgid "Final command was not confirmed.\n" +msgstr "Zadnjega ukaza ni mogoče potrditi.\n" + +#: src/escputil/escputil.c:2099 +#, c-format +msgid "" +"This procedure assumes that your printer is an %s.\n" +"If this is not your printer model, please type control-C now and\n" +"choose your actual printer model.\n" +"\n" +"Please place a sheet of paper in your printer to begin the head\n" +"alignment procedure.\n" +msgstr "" +"Ta postopek predpostavlja, da je vaš tiskalnik %s.\n" +"V primeru da to ni vaš model tiskalnika, sedaj napišite control-C in\n" +"izberite svoj pravi model tiskalnika.\n" +"\n" +"Za začetek postopka poravnave glave tiskalnika dajte v svoj tiskalnik\n" +"list papirja.\n" + +#: src/escputil/escputil.c:2168 src/escputil/escputil.c:2199 +#: src/escputil/escputil.c:2242 +msgid "Press enter to continue > " +msgstr "Za nadaljevanje pritisnite enter > " + +#: src/escputil/escputil.c:2175 +#, c-format +msgid "" +"Please inspect the print, and choose the best pair of lines in each " +"pattern.\n" +"Type a pair number, '?' for help, or 'r' to repeat the procedure.\n" +msgstr "" +"Preučite natisnjeno in izberite najboljši par vrstic v vsakem vzorcu.\n" +"Za pomoč napišite število '?', za ponovitev postopka pa 'r'.\n" + +#: src/escputil/escputil.c:2188 +#, c-format +msgid "Pass #%d" +msgstr "Prehod št %d" + +#: src/escputil/escputil.c:2196 src/escputil/escputil.c:2241 +#, c-format +msgid "Please insert a fresh sheet of paper.\n" +msgstr "Vstavite nenatisnjen list papirja.\n" + +#: src/escputil/escputil.c:2215 +#, c-format +msgid "Number out of range!\n" +msgstr "Število je izven obsega!\n" + +#: src/escputil/escputil.c:2220 +#, c-format +msgid "I cannot understand what you typed!\n" +msgstr "Ne morem razumeti kaj ste napisali!\n" + +#: src/escputil/escputil.c:2226 +#, c-format +msgid "The best pair of lines should be numbered between 1 and %d.\n" +msgstr "Najboljši par vrstic bi moral biti oštevilčen med 1 in %d.\n" + +#: src/escputil/escputil.c:2233 +#, c-format +msgid "Attempting to set alignment..." +msgstr "Poskušanje nastavljanja poravnave ...." + +#: src/escputil/escputil.c:2236 +#, c-format +msgid "succeeded.\n" +msgstr "uspešno.\n" + +#: src/escputil/escputil.c:2237 +#, c-format +msgid "" +"Please verify that the alignment is correct. After the alignment pattern\n" +"is printed again, please ensure that the best pattern for each line is\n" +"pattern %d. If it is not, you should repeat the process to get the best\n" +"quality printing.\n" +msgstr "" +"Preverite, če je poravnava pravilna. Ko je vzorec poravnave znova\n" +"natisnjen, se prepričajte, da je najboljši vzorec za vsako vrstico vzorec\n" +"%d. V primeru da ni, ponovite opravilo, dokler ne dobite tiskanja\n" +"najboljše kakovosti.\n" + +#: src/escputil/escputil.c:2283 +#, c-format +msgid "Error in input\n" +msgstr "Napava v vhodu\n" + +#: src/gimp2/print-gutenprint.c:47 +msgid "_Print with Gutenprint..." +msgstr "_Tiskaj z Gutenprint ..." + +#: src/gimp2/print-gutenprint.c:49 +msgid "/File/Print with Gutenprint..." +msgstr "/Datoteka/Tiskaj z Gutenprint ..." + +#: src/gimp2/print-image-gimp.c:225 +msgid "Printing..." +msgstr "Tiskanje ..." + +#: src/xml/xmli18n-tmp.h:2 src/xml/xmli18n-tmp.h:26 src/xml/xmli18n-tmp.h:52 +#: src/xml/xmli18n-tmp.h:70 src/xml/xmli18n-tmp.h:92 src/xml/xmli18n-tmp.h:114 +#: src/xml/xmli18n-tmp.h:136 src/xml/xmli18n-tmp.h:162 +#: src/xml/xmli18n-tmp.h:188 src/xml/xmli18n-tmp.h:252 +#: src/xml/xmli18n-tmp.h:274 src/xml/xmli18n-tmp.h:296 +#: src/xml/xmli18n-tmp.h:316 src/xml/xmli18n-tmp.h:403 +#: src/xml/xmli18n-tmp.h:421 src/xml/xmli18n-tmp.h:444 +#: src/xml/xmli18n-tmp.h:467 src/xml/xmli18n-tmp.h:490 +#: src/xml/xmli18n-tmp.h:513 src/xml/xmli18n-tmp.h:536 +#: src/xml/xmli18n-tmp.h:555 src/xml/xmli18n-tmp.h:605 +#: src/xml/xmli18n-tmp.h:628 src/xml/xmli18n-tmp.h:651 +#: src/xml/xmli18n-tmp.h:784 src/xml/xmli18n-tmp.h:806 +#: src/xml/xmli18n-tmp.h:851 src/xml/xmli18n-tmp.h:869 +#: src/xml/xmli18n-tmp.h:2553 src/xml/xmli18n-tmp.h:2569 +#: src/xml/xmli18n-tmp.h:2579 src/xml/xmli18n-tmp.h:2589 +#: src/xml/xmli18n-tmp.h:2604 src/xml/xmli18n-tmp.h:2619 +#: src/xml/xmli18n-tmp.h:2634 src/xml/xmli18n-tmp.h:2659 +#: src/xml/xmli18n-tmp.h:2709 src/xml/xmli18n-tmp.h:2724 +#: src/xml/xmli18n-tmp.h:2727 src/xml/xmli18n-tmp.h:2742 +#: src/xml/xmli18n-tmp.h:2758 src/xml/xmli18n-tmp.h:2851 +#: src/xml/xmli18n-tmp.h:2861 src/xml/xmli18n-tmp.h:2886 +#: src/xml/xmli18n-tmp.h:2911 src/xml/xmli18n-tmp.h:2936 +#: src/xml/xmli18n-tmp.h:2961 src/xml/xmli18n-tmp.h:2976 +#: src/xml/xmli18n-tmp.h:2992 src/xml/xmli18n-tmp.h:3026 +#: src/xml/xmli18n-tmp.h:3051 src/xml/xmli18n-tmp.h:3076 +#: src/xml/xmli18n-tmp.h:3186 src/xml/xmli18n-tmp.h:3201 +#: src/xml/xmli18n-tmp.h:3216 src/xml/xmli18n-tmp.h:3248 +#: src/xml/xmli18n-tmp.h:3258 src/xml/xmli18n-tmp.h:3268 +msgid "EPSON Standard Inks" +msgstr "Standardna črnila EPSON" + +#: src/xml/xmli18n-tmp.h:3 src/xml/xmli18n-tmp.h:27 src/xml/xmli18n-tmp.h:140 +#: src/xml/xmli18n-tmp.h:166 +msgid "Bright White Paper" +msgstr "Črno beli papir" + +#: src/xml/xmli18n-tmp.h:4 src/xml/xmli18n-tmp.h:28 src/xml/xmli18n-tmp.h:53 +#: src/xml/xmli18n-tmp.h:74 src/xml/xmli18n-tmp.h:96 src/xml/xmli18n-tmp.h:118 +#: src/xml/xmli18n-tmp.h:141 src/xml/xmli18n-tmp.h:167 +#: src/xml/xmli18n-tmp.h:190 src/xml/xmli18n-tmp.h:210 +#: src/xml/xmli18n-tmp.h:232 src/xml/xmli18n-tmp.h:256 +#: src/xml/xmli18n-tmp.h:278 src/xml/xmli18n-tmp.h:298 +#: src/xml/xmli18n-tmp.h:318 src/xml/xmli18n-tmp.h:339 +#: src/xml/xmli18n-tmp.h:361 src/xml/xmli18n-tmp.h:383 +#: src/xml/xmli18n-tmp.h:404 src/xml/xmli18n-tmp.h:426 +#: src/xml/xmli18n-tmp.h:449 src/xml/xmli18n-tmp.h:472 +#: src/xml/xmli18n-tmp.h:495 src/xml/xmli18n-tmp.h:518 +#: src/xml/xmli18n-tmp.h:537 src/xml/xmli18n-tmp.h:557 +#: src/xml/xmli18n-tmp.h:585 src/xml/xmli18n-tmp.h:610 +#: src/xml/xmli18n-tmp.h:633 src/xml/xmli18n-tmp.h:653 +#: src/xml/xmli18n-tmp.h:676 src/xml/xmli18n-tmp.h:698 +#: src/xml/xmli18n-tmp.h:720 src/xml/xmli18n-tmp.h:742 +#: src/xml/xmli18n-tmp.h:764 src/xml/xmli18n-tmp.h:788 +#: src/xml/xmli18n-tmp.h:810 src/xml/xmli18n-tmp.h:831 +#: src/xml/xmli18n-tmp.h:852 src/xml/xmli18n-tmp.h:871 +#: src/xml/xmli18n-tmp.h:3353 +msgid "Postcard" +msgstr "Razglednica" + +#: src/xml/xmli18n-tmp.h:8 src/xml/xmli18n-tmp.h:31 src/xml/xmli18n-tmp.h:57 +#: src/xml/xmli18n-tmp.h:78 src/xml/xmli18n-tmp.h:100 +#: src/xml/xmli18n-tmp.h:122 src/xml/xmli18n-tmp.h:145 +#: src/xml/xmli18n-tmp.h:171 src/xml/xmli18n-tmp.h:194 +#: src/xml/xmli18n-tmp.h:214 src/xml/xmli18n-tmp.h:236 +#: src/xml/xmli18n-tmp.h:260 src/xml/xmli18n-tmp.h:282 +#: src/xml/xmli18n-tmp.h:302 src/xml/xmli18n-tmp.h:322 +#: src/xml/xmli18n-tmp.h:343 src/xml/xmli18n-tmp.h:365 +#: src/xml/xmli18n-tmp.h:387 src/xml/xmli18n-tmp.h:408 +#: src/xml/xmli18n-tmp.h:430 src/xml/xmli18n-tmp.h:453 +#: src/xml/xmli18n-tmp.h:476 src/xml/xmli18n-tmp.h:499 +#: src/xml/xmli18n-tmp.h:522 src/xml/xmli18n-tmp.h:541 +#: src/xml/xmli18n-tmp.h:561 src/xml/xmli18n-tmp.h:589 +#: src/xml/xmli18n-tmp.h:614 src/xml/xmli18n-tmp.h:637 +#: src/xml/xmli18n-tmp.h:657 src/xml/xmli18n-tmp.h:680 +#: src/xml/xmli18n-tmp.h:702 src/xml/xmli18n-tmp.h:724 +#: src/xml/xmli18n-tmp.h:746 src/xml/xmli18n-tmp.h:768 +#: src/xml/xmli18n-tmp.h:792 src/xml/xmli18n-tmp.h:814 +#: src/xml/xmli18n-tmp.h:835 src/xml/xmli18n-tmp.h:856 +#: src/xml/xmli18n-tmp.h:875 +msgid "Back Light Film" +msgstr "Od zadaj osvetljen film" + +#: src/xml/xmli18n-tmp.h:10 src/xml/xmli18n-tmp.h:33 src/xml/xmli18n-tmp.h:59 +#: src/xml/xmli18n-tmp.h:80 src/xml/xmli18n-tmp.h:102 +#: src/xml/xmli18n-tmp.h:124 src/xml/xmli18n-tmp.h:147 +#: src/xml/xmli18n-tmp.h:173 src/xml/xmli18n-tmp.h:196 +#: src/xml/xmli18n-tmp.h:216 src/xml/xmli18n-tmp.h:238 +#: src/xml/xmli18n-tmp.h:262 src/xml/xmli18n-tmp.h:284 +#: src/xml/xmli18n-tmp.h:304 src/xml/xmli18n-tmp.h:324 +#: src/xml/xmli18n-tmp.h:345 src/xml/xmli18n-tmp.h:367 +#: src/xml/xmli18n-tmp.h:389 src/xml/xmli18n-tmp.h:410 +#: src/xml/xmli18n-tmp.h:432 src/xml/xmli18n-tmp.h:455 +#: src/xml/xmli18n-tmp.h:478 src/xml/xmli18n-tmp.h:501 +#: src/xml/xmli18n-tmp.h:524 src/xml/xmli18n-tmp.h:543 +#: src/xml/xmli18n-tmp.h:563 src/xml/xmli18n-tmp.h:591 +#: src/xml/xmli18n-tmp.h:616 src/xml/xmli18n-tmp.h:639 +#: src/xml/xmli18n-tmp.h:659 src/xml/xmli18n-tmp.h:682 +#: src/xml/xmli18n-tmp.h:704 src/xml/xmli18n-tmp.h:726 +#: src/xml/xmli18n-tmp.h:748 src/xml/xmli18n-tmp.h:770 +#: src/xml/xmli18n-tmp.h:794 src/xml/xmli18n-tmp.h:816 +#: src/xml/xmli18n-tmp.h:837 src/xml/xmli18n-tmp.h:858 +#: src/xml/xmli18n-tmp.h:877 +msgid "Matte Paper Heavyweight" +msgstr "Mat debel papir" + +#: src/xml/xmli18n-tmp.h:11 src/xml/xmli18n-tmp.h:34 src/xml/xmli18n-tmp.h:148 +#: src/xml/xmli18n-tmp.h:174 +msgid "Premium Presentation Paper Matte" +msgstr "Premium predstavitveni mat papir" + +#: src/xml/xmli18n-tmp.h:16 src/xml/xmli18n-tmp.h:41 src/xml/xmli18n-tmp.h:153 +#: src/xml/xmli18n-tmp.h:179 +msgid "Ultra Glossy Photo Paper" +msgstr "Ultra blesteč foto papir" + +#: src/xml/xmli18n-tmp.h:17 src/xml/xmli18n-tmp.h:42 src/xml/xmli18n-tmp.h:64 +#: src/xml/xmli18n-tmp.h:85 src/xml/xmli18n-tmp.h:107 +#: src/xml/xmli18n-tmp.h:129 src/xml/xmli18n-tmp.h:154 +#: src/xml/xmli18n-tmp.h:180 src/xml/xmli18n-tmp.h:201 +#: src/xml/xmli18n-tmp.h:221 src/xml/xmli18n-tmp.h:243 +#: src/xml/xmli18n-tmp.h:267 src/xml/xmli18n-tmp.h:289 +#: src/xml/xmli18n-tmp.h:309 src/xml/xmli18n-tmp.h:329 +#: src/xml/xmli18n-tmp.h:350 src/xml/xmli18n-tmp.h:372 +#: src/xml/xmli18n-tmp.h:394 src/xml/xmli18n-tmp.h:415 +#: src/xml/xmli18n-tmp.h:437 src/xml/xmli18n-tmp.h:460 +#: src/xml/xmli18n-tmp.h:483 src/xml/xmli18n-tmp.h:506 +#: src/xml/xmli18n-tmp.h:529 src/xml/xmli18n-tmp.h:548 +#: src/xml/xmli18n-tmp.h:568 src/xml/xmli18n-tmp.h:596 +#: src/xml/xmli18n-tmp.h:621 src/xml/xmli18n-tmp.h:644 +#: src/xml/xmli18n-tmp.h:664 src/xml/xmli18n-tmp.h:687 +#: src/xml/xmli18n-tmp.h:709 src/xml/xmli18n-tmp.h:731 +#: src/xml/xmli18n-tmp.h:753 src/xml/xmli18n-tmp.h:775 +#: src/xml/xmli18n-tmp.h:799 src/xml/xmli18n-tmp.h:821 +#: src/xml/xmli18n-tmp.h:842 src/xml/xmli18n-tmp.h:863 +#: src/xml/xmli18n-tmp.h:882 +msgid "Premium Semigloss Photo Paper" +msgstr "Premium polblesteč foto papir" + +#: src/xml/xmli18n-tmp.h:19 src/xml/xmli18n-tmp.h:47 src/xml/xmli18n-tmp.h:156 +#: src/xml/xmli18n-tmp.h:182 +msgid "Ultra Premium Photo Paper Luster" +msgstr "Ultra blesteči foto papir luster" + +#: src/xml/xmli18n-tmp.h:20 +msgid "CD or DVD" +msgstr "CD ali DVD" + +#: src/xml/xmli18n-tmp.h:23 src/xml/xmli18n-tmp.h:49 src/xml/xmli18n-tmp.h:67 +#: src/xml/xmli18n-tmp.h:89 src/xml/xmli18n-tmp.h:111 +#: src/xml/xmli18n-tmp.h:133 src/xml/xmli18n-tmp.h:159 +#: src/xml/xmli18n-tmp.h:185 src/xml/xmli18n-tmp.h:205 +#: src/xml/xmli18n-tmp.h:227 src/xml/xmli18n-tmp.h:249 +#: src/xml/xmli18n-tmp.h:271 src/xml/xmli18n-tmp.h:293 +#: src/xml/xmli18n-tmp.h:313 src/xml/xmli18n-tmp.h:333 +#: src/xml/xmli18n-tmp.h:356 src/xml/xmli18n-tmp.h:378 +#: src/xml/xmli18n-tmp.h:400 src/xml/xmli18n-tmp.h:418 +#: src/xml/xmli18n-tmp.h:441 src/xml/xmli18n-tmp.h:464 +#: src/xml/xmli18n-tmp.h:487 src/xml/xmli18n-tmp.h:510 +#: src/xml/xmli18n-tmp.h:533 src/xml/xmli18n-tmp.h:552 +#: src/xml/xmli18n-tmp.h:574 src/xml/xmli18n-tmp.h:602 +#: src/xml/xmli18n-tmp.h:625 src/xml/xmli18n-tmp.h:648 +#: src/xml/xmli18n-tmp.h:670 src/xml/xmli18n-tmp.h:693 +#: src/xml/xmli18n-tmp.h:715 src/xml/xmli18n-tmp.h:737 +#: src/xml/xmli18n-tmp.h:759 src/xml/xmli18n-tmp.h:781 +#: src/xml/xmli18n-tmp.h:803 src/xml/xmli18n-tmp.h:825 +#: src/xml/xmli18n-tmp.h:848 src/xml/xmli18n-tmp.h:866 +#: src/xml/xmli18n-tmp.h:886 +msgid "ColorLife Paper" +msgstr "Papir ColorLife" + +#: src/xml/xmli18n-tmp.h:39 +msgid "Premium Glossy Photo Paper 170 wt" +msgstr "Premium blesteči foto papir 170 wt" + +#: src/xml/xmli18n-tmp.h:40 +msgid "Premium Glossy Photo Paper 250 wt" +msgstr "Premium blesteč foto papir 250 tž" + +#: src/xml/xmli18n-tmp.h:43 +msgid "Premium Semigloss Photo Paper 170 wt" +msgstr "Premium polblesteč foto papir 170 tž" + +#: src/xml/xmli18n-tmp.h:44 +msgid "Premium Semigloss Photo Paper 250 wt" +msgstr "Premium polblesteč foto papir 250 tž" + +#: src/xml/xmli18n-tmp.h:46 +msgid "Premium Luster Photo Paper 250 wt" +msgstr "Premium luster foto papir 250 tž" + +#: src/xml/xmli18n-tmp.h:71 src/xml/xmli18n-tmp.h:93 src/xml/xmli18n-tmp.h:115 +#: src/xml/xmli18n-tmp.h:137 src/xml/xmli18n-tmp.h:163 +#: src/xml/xmli18n-tmp.h:253 src/xml/xmli18n-tmp.h:275 +#: src/xml/xmli18n-tmp.h:422 src/xml/xmli18n-tmp.h:445 +#: src/xml/xmli18n-tmp.h:468 src/xml/xmli18n-tmp.h:491 +#: src/xml/xmli18n-tmp.h:514 src/xml/xmli18n-tmp.h:606 +#: src/xml/xmli18n-tmp.h:629 src/xml/xmli18n-tmp.h:785 +#: src/xml/xmli18n-tmp.h:807 src/xml/xmli18n-tmp.h:2599 +#: src/xml/xmli18n-tmp.h:2614 src/xml/xmli18n-tmp.h:2629 +#: src/xml/xmli18n-tmp.h:2650 src/xml/xmli18n-tmp.h:2719 +#: src/xml/xmli18n-tmp.h:2737 src/xml/xmli18n-tmp.h:2877 +#: src/xml/xmli18n-tmp.h:2902 src/xml/xmli18n-tmp.h:2927 +#: src/xml/xmli18n-tmp.h:2952 src/xml/xmli18n-tmp.h:2971 +#: src/xml/xmli18n-tmp.h:3042 src/xml/xmli18n-tmp.h:3067 +#: src/xml/xmli18n-tmp.h:3196 src/xml/xmli18n-tmp.h:3211 +msgid "Quadtone" +msgstr "Štiritonsko" + +#: src/xml/xmli18n-tmp.h:72 src/xml/xmli18n-tmp.h:94 src/xml/xmli18n-tmp.h:116 +#: src/xml/xmli18n-tmp.h:138 src/xml/xmli18n-tmp.h:164 +#: src/xml/xmli18n-tmp.h:254 src/xml/xmli18n-tmp.h:276 +#: src/xml/xmli18n-tmp.h:423 src/xml/xmli18n-tmp.h:446 +#: src/xml/xmli18n-tmp.h:469 src/xml/xmli18n-tmp.h:492 +#: src/xml/xmli18n-tmp.h:515 src/xml/xmli18n-tmp.h:607 +#: src/xml/xmli18n-tmp.h:630 src/xml/xmli18n-tmp.h:786 +#: src/xml/xmli18n-tmp.h:808 +msgid "MISQuadtone" +msgstr "MISŠtiritonsko" + +#: src/xml/xmli18n-tmp.h:73 src/xml/xmli18n-tmp.h:95 src/xml/xmli18n-tmp.h:117 +#: src/xml/xmli18n-tmp.h:189 src/xml/xmli18n-tmp.h:255 +#: src/xml/xmli18n-tmp.h:277 src/xml/xmli18n-tmp.h:297 +#: src/xml/xmli18n-tmp.h:317 src/xml/xmli18n-tmp.h:338 +#: src/xml/xmli18n-tmp.h:425 src/xml/xmli18n-tmp.h:448 +#: src/xml/xmli18n-tmp.h:471 src/xml/xmli18n-tmp.h:494 +#: src/xml/xmli18n-tmp.h:517 src/xml/xmli18n-tmp.h:556 +#: src/xml/xmli18n-tmp.h:609 src/xml/xmli18n-tmp.h:632 +#: src/xml/xmli18n-tmp.h:652 src/xml/xmli18n-tmp.h:675 +#: src/xml/xmli18n-tmp.h:787 src/xml/xmli18n-tmp.h:809 +#: src/xml/xmli18n-tmp.h:830 src/xml/xmli18n-tmp.h:870 +msgid "Plain Paper Fast Load" +msgstr "Običajen papir hitro nalaganje" + +#: src/xml/xmli18n-tmp.h:139 src/xml/xmli18n-tmp.h:165 +#: src/xml/xmli18n-tmp.h:424 src/xml/xmli18n-tmp.h:447 +#: src/xml/xmli18n-tmp.h:470 src/xml/xmli18n-tmp.h:493 +#: src/xml/xmli18n-tmp.h:608 src/xml/xmli18n-tmp.h:631 +msgid "MIS Hextone" +msgstr "MIS šesttonsko" + +#: src/xml/xmli18n-tmp.h:223 src/xml/xmli18n-tmp.h:245 +#: src/xml/xmli18n-tmp.h:352 src/xml/xmli18n-tmp.h:374 +#: src/xml/xmli18n-tmp.h:396 src/xml/xmli18n-tmp.h:570 +#: src/xml/xmli18n-tmp.h:598 src/xml/xmli18n-tmp.h:666 +#: src/xml/xmli18n-tmp.h:689 src/xml/xmli18n-tmp.h:711 +#: src/xml/xmli18n-tmp.h:733 src/xml/xmli18n-tmp.h:755 +#: src/xml/xmli18n-tmp.h:777 src/xml/xmli18n-tmp.h:844 +msgid "Archival Matte Paper" +msgstr "Arhivski mat papir" + +#: src/xml/xmli18n-tmp.h:224 src/xml/xmli18n-tmp.h:246 +#: src/xml/xmli18n-tmp.h:353 src/xml/xmli18n-tmp.h:375 +#: src/xml/xmli18n-tmp.h:397 src/xml/xmli18n-tmp.h:571 +#: src/xml/xmli18n-tmp.h:599 src/xml/xmli18n-tmp.h:667 +#: src/xml/xmli18n-tmp.h:690 src/xml/xmli18n-tmp.h:712 +#: src/xml/xmli18n-tmp.h:734 src/xml/xmli18n-tmp.h:756 +#: src/xml/xmli18n-tmp.h:778 src/xml/xmli18n-tmp.h:845 +msgid "Watercolor Paper - Radiant White" +msgstr "Akvarel papir - radiant bela" + +#: src/xml/xmli18n-tmp.h:336 src/xml/xmli18n-tmp.h:359 +#: src/xml/xmli18n-tmp.h:381 src/xml/xmli18n-tmp.h:673 +#: src/xml/xmli18n-tmp.h:696 src/xml/xmli18n-tmp.h:718 +#: src/xml/xmli18n-tmp.h:740 src/xml/xmli18n-tmp.h:828 +#: src/xml/xmli18n-tmp.h:2778 src/xml/xmli18n-tmp.h:3092 +#: src/xml/xmli18n-tmp.h:3226 +msgid "UltraChrome Photo Black" +msgstr "UltraChrome foto črn" + +#: src/xml/xmli18n-tmp.h:337 src/xml/xmli18n-tmp.h:360 +#: src/xml/xmli18n-tmp.h:382 src/xml/xmli18n-tmp.h:674 +#: src/xml/xmli18n-tmp.h:697 src/xml/xmli18n-tmp.h:719 +#: src/xml/xmli18n-tmp.h:741 src/xml/xmli18n-tmp.h:829 +#: src/xml/xmli18n-tmp.h:2799 src/xml/xmli18n-tmp.h:3113 +#: src/xml/xmli18n-tmp.h:3247 +msgid "UltraChrome Matte Black" +msgstr "UltraChrome mat črn" + +#: src/xml/xmli18n-tmp.h:516 src/xml/xmli18n-tmp.h:2656 +#: src/xml/xmli18n-tmp.h:2883 src/xml/xmli18n-tmp.h:2908 +#: src/xml/xmli18n-tmp.h:2933 src/xml/xmli18n-tmp.h:2958 +#: src/xml/xmli18n-tmp.h:3048 src/xml/xmli18n-tmp.h:3073 +msgid "Hextone" +msgstr "Šesttonsko" + +#: src/xml/xmli18n-tmp.h:892 src/xml/xmli18n-tmp.h:903 +#: src/xml/xmli18n-tmp.h:916 src/xml/xmli18n-tmp.h:929 +#: src/xml/xmli18n-tmp.h:984 src/xml/xmli18n-tmp.h:1000 +#: src/xml/xmli18n-tmp.h:1016 src/xml/xmli18n-tmp.h:1029 +#: src/xml/xmli18n-tmp.h:1042 src/xml/xmli18n-tmp.h:1131 +#: src/xml/xmli18n-tmp.h:1158 src/xml/xmli18n-tmp.h:1223 +#: src/xml/xmli18n-tmp.h:1266 src/xml/xmli18n-tmp.h:1279 +#: src/xml/xmli18n-tmp.h:1292 src/xml/xmli18n-tmp.h:1305 +#: src/xml/xmli18n-tmp.h:1412 src/xml/xmli18n-tmp.h:1425 +#: src/xml/xmli18n-tmp.h:1438 src/xml/xmli18n-tmp.h:1484 +#: src/xml/xmli18n-tmp.h:1603 src/xml/xmli18n-tmp.h:1974 +#: src/xml/xmli18n-tmp.h:1991 src/xml/xmli18n-tmp.h:2199 +msgid "360 x 90 DPI Fast Economy" +msgstr "360 x 90 DPI hitro ekonomično" + +#: src/xml/xmli18n-tmp.h:893 src/xml/xmli18n-tmp.h:905 +#: src/xml/xmli18n-tmp.h:918 src/xml/xmli18n-tmp.h:930 +#: src/xml/xmli18n-tmp.h:943 src/xml/xmli18n-tmp.h:956 +#: src/xml/xmli18n-tmp.h:969 src/xml/xmli18n-tmp.h:985 +#: src/xml/xmli18n-tmp.h:1001 src/xml/xmli18n-tmp.h:1017 +#: src/xml/xmli18n-tmp.h:1030 src/xml/xmli18n-tmp.h:1043 +#: src/xml/xmli18n-tmp.h:1067 src/xml/xmli18n-tmp.h:1132 +#: src/xml/xmli18n-tmp.h:1159 src/xml/xmli18n-tmp.h:1210 +#: src/xml/xmli18n-tmp.h:1224 src/xml/xmli18n-tmp.h:1252 +#: src/xml/xmli18n-tmp.h:1267 src/xml/xmli18n-tmp.h:1280 +#: src/xml/xmli18n-tmp.h:1293 src/xml/xmli18n-tmp.h:1306 +#: src/xml/xmli18n-tmp.h:1342 src/xml/xmli18n-tmp.h:1413 +#: src/xml/xmli18n-tmp.h:1426 src/xml/xmli18n-tmp.h:1439 +#: src/xml/xmli18n-tmp.h:1485 src/xml/xmli18n-tmp.h:1604 +msgid "180 DPI Economy" +msgstr "180 DPI ekonomsko" + +#: src/xml/xmli18n-tmp.h:894 src/xml/xmli18n-tmp.h:907 +#: src/xml/xmli18n-tmp.h:920 src/xml/xmli18n-tmp.h:931 +#: src/xml/xmli18n-tmp.h:944 src/xml/xmli18n-tmp.h:957 +#: src/xml/xmli18n-tmp.h:970 src/xml/xmli18n-tmp.h:986 +#: src/xml/xmli18n-tmp.h:1002 src/xml/xmli18n-tmp.h:1018 +#: src/xml/xmli18n-tmp.h:1031 src/xml/xmli18n-tmp.h:1044 +#: src/xml/xmli18n-tmp.h:1068 src/xml/xmli18n-tmp.h:1133 +#: src/xml/xmli18n-tmp.h:1160 src/xml/xmli18n-tmp.h:1211 +#: src/xml/xmli18n-tmp.h:1225 src/xml/xmli18n-tmp.h:1253 +#: src/xml/xmli18n-tmp.h:1268 src/xml/xmli18n-tmp.h:1281 +#: src/xml/xmli18n-tmp.h:1294 src/xml/xmli18n-tmp.h:1307 +#: src/xml/xmli18n-tmp.h:1343 src/xml/xmli18n-tmp.h:1414 +#: src/xml/xmli18n-tmp.h:1427 src/xml/xmli18n-tmp.h:1440 +#: src/xml/xmli18n-tmp.h:1472 src/xml/xmli18n-tmp.h:1486 +#: src/xml/xmli18n-tmp.h:1497 src/xml/xmli18n-tmp.h:1510 +#: src/xml/xmli18n-tmp.h:1523 src/xml/xmli18n-tmp.h:1535 +#: src/xml/xmli18n-tmp.h:1591 src/xml/xmli18n-tmp.h:1605 +#: src/xml/xmli18n-tmp.h:1616 src/xml/xmli18n-tmp.h:1677 +#: src/xml/xmli18n-tmp.h:1735 src/xml/xmli18n-tmp.h:1779 +#: src/xml/xmli18n-tmp.h:1797 src/xml/xmli18n-tmp.h:1811 +#: src/xml/xmli18n-tmp.h:1826 src/xml/xmli18n-tmp.h:1844 +#: src/xml/xmli18n-tmp.h:1947 src/xml/xmli18n-tmp.h:1959 +#: src/xml/xmli18n-tmp.h:1975 src/xml/xmli18n-tmp.h:1992 +#: src/xml/xmli18n-tmp.h:2036 src/xml/xmli18n-tmp.h:2074 +#: src/xml/xmli18n-tmp.h:2082 src/xml/xmli18n-tmp.h:2090 +#: src/xml/xmli18n-tmp.h:2106 src/xml/xmli18n-tmp.h:2183 +#: src/xml/xmli18n-tmp.h:2200 src/xml/xmli18n-tmp.h:2218 +#: src/xml/xmli18n-tmp.h:2233 src/xml/xmli18n-tmp.h:2251 +#: src/xml/xmli18n-tmp.h:2278 src/xml/xmli18n-tmp.h:2286 +#: src/xml/xmli18n-tmp.h:2294 src/xml/xmli18n-tmp.h:2302 +#: src/xml/xmli18n-tmp.h:2310 src/xml/xmli18n-tmp.h:2318 +#: src/xml/xmli18n-tmp.h:2334 src/xml/xmli18n-tmp.h:2342 +#: src/xml/xmli18n-tmp.h:2350 src/xml/xmli18n-tmp.h:2362 +#: src/xml/xmli18n-tmp.h:2374 src/xml/xmli18n-tmp.h:2386 +#: src/xml/xmli18n-tmp.h:2398 src/xml/xmli18n-tmp.h:2404 +msgid "360 x 180 DPI Draft" +msgstr "360 x 180 DPI osnutek" + +#: src/xml/xmli18n-tmp.h:895 src/xml/xmli18n-tmp.h:908 +#: src/xml/xmli18n-tmp.h:921 src/xml/xmli18n-tmp.h:932 +#: src/xml/xmli18n-tmp.h:945 src/xml/xmli18n-tmp.h:958 +#: src/xml/xmli18n-tmp.h:971 src/xml/xmli18n-tmp.h:987 +#: src/xml/xmli18n-tmp.h:1003 src/xml/xmli18n-tmp.h:1019 +#: src/xml/xmli18n-tmp.h:1032 src/xml/xmli18n-tmp.h:1045 +#: src/xml/xmli18n-tmp.h:1134 src/xml/xmli18n-tmp.h:1212 +#: src/xml/xmli18n-tmp.h:1415 src/xml/xmli18n-tmp.h:1487 +msgid "360 DPI High Quality" +msgstr "360 DPI visoke kakovosti" + +#: src/xml/xmli18n-tmp.h:896 src/xml/xmli18n-tmp.h:909 +#: src/xml/xmli18n-tmp.h:922 src/xml/xmli18n-tmp.h:933 +#: src/xml/xmli18n-tmp.h:946 src/xml/xmli18n-tmp.h:959 +#: src/xml/xmli18n-tmp.h:972 src/xml/xmli18n-tmp.h:988 +#: src/xml/xmli18n-tmp.h:1004 src/xml/xmli18n-tmp.h:1020 +#: src/xml/xmli18n-tmp.h:1033 src/xml/xmli18n-tmp.h:1046 +#: src/xml/xmli18n-tmp.h:1057 src/xml/xmli18n-tmp.h:1069 +#: src/xml/xmli18n-tmp.h:1083 src/xml/xmli18n-tmp.h:1097 +#: src/xml/xmli18n-tmp.h:1109 src/xml/xmli18n-tmp.h:1121 +#: src/xml/xmli18n-tmp.h:1135 src/xml/xmli18n-tmp.h:1146 +#: src/xml/xmli18n-tmp.h:1161 src/xml/xmli18n-tmp.h:1173 +#: src/xml/xmli18n-tmp.h:1186 src/xml/xmli18n-tmp.h:1200 +#: src/xml/xmli18n-tmp.h:1213 src/xml/xmli18n-tmp.h:1226 +#: src/xml/xmli18n-tmp.h:1240 src/xml/xmli18n-tmp.h:1254 +#: src/xml/xmli18n-tmp.h:1269 src/xml/xmli18n-tmp.h:1282 +#: src/xml/xmli18n-tmp.h:1295 src/xml/xmli18n-tmp.h:1308 +#: src/xml/xmli18n-tmp.h:1318 src/xml/xmli18n-tmp.h:1331 +#: src/xml/xmli18n-tmp.h:1344 src/xml/xmli18n-tmp.h:1359 +#: src/xml/xmli18n-tmp.h:1374 src/xml/xmli18n-tmp.h:1389 +#: src/xml/xmli18n-tmp.h:1402 src/xml/xmli18n-tmp.h:1416 +#: src/xml/xmli18n-tmp.h:1428 src/xml/xmli18n-tmp.h:1441 +#: src/xml/xmli18n-tmp.h:1451 src/xml/xmli18n-tmp.h:1462 +#: src/xml/xmli18n-tmp.h:1473 src/xml/xmli18n-tmp.h:1488 +#: src/xml/xmli18n-tmp.h:1498 src/xml/xmli18n-tmp.h:1511 +#: src/xml/xmli18n-tmp.h:1524 src/xml/xmli18n-tmp.h:1536 +#: src/xml/xmli18n-tmp.h:1549 src/xml/xmli18n-tmp.h:1564 +#: src/xml/xmli18n-tmp.h:1577 src/xml/xmli18n-tmp.h:1592 +#: src/xml/xmli18n-tmp.h:1606 src/xml/xmli18n-tmp.h:1617 +#: src/xml/xmli18n-tmp.h:1630 src/xml/xmli18n-tmp.h:1667 +#: src/xml/xmli18n-tmp.h:1678 src/xml/xmli18n-tmp.h:1691 +#: src/xml/xmli18n-tmp.h:1706 src/xml/xmli18n-tmp.h:1721 +#: src/xml/xmli18n-tmp.h:1736 src/xml/xmli18n-tmp.h:1751 +#: src/xml/xmli18n-tmp.h:1764 src/xml/xmli18n-tmp.h:1780 +#: src/xml/xmli18n-tmp.h:1798 src/xml/xmli18n-tmp.h:1812 +#: src/xml/xmli18n-tmp.h:1827 src/xml/xmli18n-tmp.h:1845 +#: src/xml/xmli18n-tmp.h:1860 src/xml/xmli18n-tmp.h:1884 +#: src/xml/xmli18n-tmp.h:1897 src/xml/xmli18n-tmp.h:1909 +#: src/xml/xmli18n-tmp.h:1921 src/xml/xmli18n-tmp.h:1936 +#: src/xml/xmli18n-tmp.h:1948 src/xml/xmli18n-tmp.h:1960 +#: src/xml/xmli18n-tmp.h:1976 src/xml/xmli18n-tmp.h:1993 +#: src/xml/xmli18n-tmp.h:2010 src/xml/xmli18n-tmp.h:2025 +#: src/xml/xmli18n-tmp.h:2037 src/xml/xmli18n-tmp.h:2062 +#: src/xml/xmli18n-tmp.h:2075 src/xml/xmli18n-tmp.h:2083 +#: src/xml/xmli18n-tmp.h:2091 src/xml/xmli18n-tmp.h:2107 +#: src/xml/xmli18n-tmp.h:2121 src/xml/xmli18n-tmp.h:2138 +#: src/xml/xmli18n-tmp.h:2155 src/xml/xmli18n-tmp.h:2170 +#: src/xml/xmli18n-tmp.h:2184 src/xml/xmli18n-tmp.h:2201 +#: src/xml/xmli18n-tmp.h:2219 src/xml/xmli18n-tmp.h:2234 +#: src/xml/xmli18n-tmp.h:2252 src/xml/xmli18n-tmp.h:2269 +#: src/xml/xmli18n-tmp.h:2279 src/xml/xmli18n-tmp.h:2287 +#: src/xml/xmli18n-tmp.h:2295 src/xml/xmli18n-tmp.h:2303 +#: src/xml/xmli18n-tmp.h:2311 src/xml/xmli18n-tmp.h:2319 +#: src/xml/xmli18n-tmp.h:2335 src/xml/xmli18n-tmp.h:2343 +#: src/xml/xmli18n-tmp.h:2351 src/xml/xmli18n-tmp.h:2363 +#: src/xml/xmli18n-tmp.h:2375 src/xml/xmli18n-tmp.h:2387 +#: src/xml/xmli18n-tmp.h:2399 src/xml/xmli18n-tmp.h:2405 +#: src/xml/xmli18n-tmp.h:2414 src/xml/xmli18n-tmp.h:2421 +#: src/xml/xmli18n-tmp.h:2433 src/xml/xmli18n-tmp.h:2450 +#: src/xml/xmli18n-tmp.h:2467 src/xml/xmli18n-tmp.h:2484 +msgid "360 DPI" +msgstr "360 DPI" + +#: src/xml/xmli18n-tmp.h:897 src/xml/xmli18n-tmp.h:910 +#: src/xml/xmli18n-tmp.h:923 src/xml/xmli18n-tmp.h:934 +#: src/xml/xmli18n-tmp.h:947 src/xml/xmli18n-tmp.h:960 +#: src/xml/xmli18n-tmp.h:973 src/xml/xmli18n-tmp.h:989 +#: src/xml/xmli18n-tmp.h:1005 src/xml/xmli18n-tmp.h:1021 +#: src/xml/xmli18n-tmp.h:1034 src/xml/xmli18n-tmp.h:1047 +#: src/xml/xmli18n-tmp.h:1058 src/xml/xmli18n-tmp.h:1070 +#: src/xml/xmli18n-tmp.h:1084 src/xml/xmli18n-tmp.h:1098 +#: src/xml/xmli18n-tmp.h:1110 src/xml/xmli18n-tmp.h:1122 +#: src/xml/xmli18n-tmp.h:1136 src/xml/xmli18n-tmp.h:1147 +#: src/xml/xmli18n-tmp.h:1162 src/xml/xmli18n-tmp.h:1174 +#: src/xml/xmli18n-tmp.h:1187 src/xml/xmli18n-tmp.h:1201 +#: src/xml/xmli18n-tmp.h:1214 src/xml/xmli18n-tmp.h:1227 +#: src/xml/xmli18n-tmp.h:1241 src/xml/xmli18n-tmp.h:1255 +#: src/xml/xmli18n-tmp.h:1270 src/xml/xmli18n-tmp.h:1283 +#: src/xml/xmli18n-tmp.h:1296 src/xml/xmli18n-tmp.h:1309 +#: src/xml/xmli18n-tmp.h:1319 src/xml/xmli18n-tmp.h:1332 +#: src/xml/xmli18n-tmp.h:1345 src/xml/xmli18n-tmp.h:1360 +#: src/xml/xmli18n-tmp.h:1375 src/xml/xmli18n-tmp.h:1390 +#: src/xml/xmli18n-tmp.h:1403 src/xml/xmli18n-tmp.h:1417 +#: src/xml/xmli18n-tmp.h:1429 src/xml/xmli18n-tmp.h:1442 +#: src/xml/xmli18n-tmp.h:1452 src/xml/xmli18n-tmp.h:1463 +#: src/xml/xmli18n-tmp.h:1474 src/xml/xmli18n-tmp.h:1489 +#: src/xml/xmli18n-tmp.h:1499 src/xml/xmli18n-tmp.h:1512 +#: src/xml/xmli18n-tmp.h:1525 src/xml/xmli18n-tmp.h:1537 +#: src/xml/xmli18n-tmp.h:1550 src/xml/xmli18n-tmp.h:1565 +#: src/xml/xmli18n-tmp.h:1578 src/xml/xmli18n-tmp.h:1593 +#: src/xml/xmli18n-tmp.h:1607 src/xml/xmli18n-tmp.h:1618 +#: src/xml/xmli18n-tmp.h:1631 src/xml/xmli18n-tmp.h:1643 +#: src/xml/xmli18n-tmp.h:1655 src/xml/xmli18n-tmp.h:1668 +#: src/xml/xmli18n-tmp.h:1679 src/xml/xmli18n-tmp.h:1692 +#: src/xml/xmli18n-tmp.h:1707 src/xml/xmli18n-tmp.h:1722 +#: src/xml/xmli18n-tmp.h:1737 src/xml/xmli18n-tmp.h:1752 +#: src/xml/xmli18n-tmp.h:1765 src/xml/xmli18n-tmp.h:1781 +#: src/xml/xmli18n-tmp.h:1799 src/xml/xmli18n-tmp.h:1813 +#: src/xml/xmli18n-tmp.h:1828 src/xml/xmli18n-tmp.h:1846 +#: src/xml/xmli18n-tmp.h:1861 src/xml/xmli18n-tmp.h:1885 +#: src/xml/xmli18n-tmp.h:1898 src/xml/xmli18n-tmp.h:1910 +#: src/xml/xmli18n-tmp.h:1922 src/xml/xmli18n-tmp.h:1937 +#: src/xml/xmli18n-tmp.h:1949 src/xml/xmli18n-tmp.h:1961 +#: src/xml/xmli18n-tmp.h:1977 src/xml/xmli18n-tmp.h:1994 +#: src/xml/xmli18n-tmp.h:2011 src/xml/xmli18n-tmp.h:2026 +#: src/xml/xmli18n-tmp.h:2039 src/xml/xmli18n-tmp.h:2063 +#: src/xml/xmli18n-tmp.h:2076 src/xml/xmli18n-tmp.h:2084 +#: src/xml/xmli18n-tmp.h:2092 src/xml/xmli18n-tmp.h:2108 +#: src/xml/xmli18n-tmp.h:2123 src/xml/xmli18n-tmp.h:2140 +#: src/xml/xmli18n-tmp.h:2156 src/xml/xmli18n-tmp.h:2171 +#: src/xml/xmli18n-tmp.h:2185 src/xml/xmli18n-tmp.h:2202 +#: src/xml/xmli18n-tmp.h:2220 src/xml/xmli18n-tmp.h:2236 +#: src/xml/xmli18n-tmp.h:2254 src/xml/xmli18n-tmp.h:2270 +#: src/xml/xmli18n-tmp.h:2280 src/xml/xmli18n-tmp.h:2288 +#: src/xml/xmli18n-tmp.h:2296 src/xml/xmli18n-tmp.h:2304 +#: src/xml/xmli18n-tmp.h:2312 src/xml/xmli18n-tmp.h:2320 +#: src/xml/xmli18n-tmp.h:2336 src/xml/xmli18n-tmp.h:2344 +#: src/xml/xmli18n-tmp.h:2352 src/xml/xmli18n-tmp.h:2364 +#: src/xml/xmli18n-tmp.h:2376 src/xml/xmli18n-tmp.h:2388 +#: src/xml/xmli18n-tmp.h:2400 src/xml/xmli18n-tmp.h:2406 +#: src/xml/xmli18n-tmp.h:2415 src/xml/xmli18n-tmp.h:2422 +#: src/xml/xmli18n-tmp.h:2435 src/xml/xmli18n-tmp.h:2452 +#: src/xml/xmli18n-tmp.h:2469 src/xml/xmli18n-tmp.h:2485 +msgid "720 x 360 DPI" +msgstr "720 x 360 DPI" + +#: src/xml/xmli18n-tmp.h:898 src/xml/xmli18n-tmp.h:911 +#: src/xml/xmli18n-tmp.h:924 src/xml/xmli18n-tmp.h:935 +#: src/xml/xmli18n-tmp.h:948 src/xml/xmli18n-tmp.h:961 +#: src/xml/xmli18n-tmp.h:974 src/xml/xmli18n-tmp.h:990 +#: src/xml/xmli18n-tmp.h:1006 src/xml/xmli18n-tmp.h:1022 +#: src/xml/xmli18n-tmp.h:1035 src/xml/xmli18n-tmp.h:1048 +#: src/xml/xmli18n-tmp.h:1059 src/xml/xmli18n-tmp.h:1071 +#: src/xml/xmli18n-tmp.h:1085 src/xml/xmli18n-tmp.h:1099 +#: src/xml/xmli18n-tmp.h:1111 src/xml/xmli18n-tmp.h:1123 +#: src/xml/xmli18n-tmp.h:1137 src/xml/xmli18n-tmp.h:1148 +#: src/xml/xmli18n-tmp.h:1163 src/xml/xmli18n-tmp.h:1175 +#: src/xml/xmli18n-tmp.h:1188 src/xml/xmli18n-tmp.h:1202 +#: src/xml/xmli18n-tmp.h:1215 src/xml/xmli18n-tmp.h:1228 +#: src/xml/xmli18n-tmp.h:1242 src/xml/xmli18n-tmp.h:1256 +#: src/xml/xmli18n-tmp.h:1271 src/xml/xmli18n-tmp.h:1284 +#: src/xml/xmli18n-tmp.h:1297 src/xml/xmli18n-tmp.h:1310 +#: src/xml/xmli18n-tmp.h:1320 src/xml/xmli18n-tmp.h:1333 +#: src/xml/xmli18n-tmp.h:1346 src/xml/xmli18n-tmp.h:1361 +#: src/xml/xmli18n-tmp.h:1376 src/xml/xmli18n-tmp.h:1391 +#: src/xml/xmli18n-tmp.h:1404 src/xml/xmli18n-tmp.h:1418 +#: src/xml/xmli18n-tmp.h:1430 src/xml/xmli18n-tmp.h:1443 +#: src/xml/xmli18n-tmp.h:1453 src/xml/xmli18n-tmp.h:1464 +#: src/xml/xmli18n-tmp.h:1475 src/xml/xmli18n-tmp.h:1490 +#: src/xml/xmli18n-tmp.h:1500 src/xml/xmli18n-tmp.h:1513 +#: src/xml/xmli18n-tmp.h:1526 src/xml/xmli18n-tmp.h:1538 +#: src/xml/xmli18n-tmp.h:1551 src/xml/xmli18n-tmp.h:1566 +#: src/xml/xmli18n-tmp.h:1579 src/xml/xmli18n-tmp.h:1594 +#: src/xml/xmli18n-tmp.h:1608 src/xml/xmli18n-tmp.h:1619 +#: src/xml/xmli18n-tmp.h:1632 src/xml/xmli18n-tmp.h:1644 +#: src/xml/xmli18n-tmp.h:1656 src/xml/xmli18n-tmp.h:1669 +#: src/xml/xmli18n-tmp.h:1680 src/xml/xmli18n-tmp.h:1693 +#: src/xml/xmli18n-tmp.h:1708 src/xml/xmli18n-tmp.h:1723 +#: src/xml/xmli18n-tmp.h:1738 src/xml/xmli18n-tmp.h:1753 +#: src/xml/xmli18n-tmp.h:1766 src/xml/xmli18n-tmp.h:1782 +#: src/xml/xmli18n-tmp.h:1800 src/xml/xmli18n-tmp.h:1814 +#: src/xml/xmli18n-tmp.h:1829 src/xml/xmli18n-tmp.h:1847 +#: src/xml/xmli18n-tmp.h:1862 src/xml/xmli18n-tmp.h:1886 +#: src/xml/xmli18n-tmp.h:1899 src/xml/xmli18n-tmp.h:1911 +#: src/xml/xmli18n-tmp.h:1923 src/xml/xmli18n-tmp.h:1938 +#: src/xml/xmli18n-tmp.h:1950 src/xml/xmli18n-tmp.h:1962 +#: src/xml/xmli18n-tmp.h:1978 src/xml/xmli18n-tmp.h:1996 +#: src/xml/xmli18n-tmp.h:2012 src/xml/xmli18n-tmp.h:2027 +#: src/xml/xmli18n-tmp.h:2041 src/xml/xmli18n-tmp.h:2065 +#: src/xml/xmli18n-tmp.h:2077 src/xml/xmli18n-tmp.h:2085 +#: src/xml/xmli18n-tmp.h:2093 src/xml/xmli18n-tmp.h:2109 +#: src/xml/xmli18n-tmp.h:2125 src/xml/xmli18n-tmp.h:2142 +#: src/xml/xmli18n-tmp.h:2157 src/xml/xmli18n-tmp.h:2172 +#: src/xml/xmli18n-tmp.h:2186 src/xml/xmli18n-tmp.h:2203 +#: src/xml/xmli18n-tmp.h:2221 src/xml/xmli18n-tmp.h:2238 +#: src/xml/xmli18n-tmp.h:2256 src/xml/xmli18n-tmp.h:2271 +#: src/xml/xmli18n-tmp.h:2281 src/xml/xmli18n-tmp.h:2289 +#: src/xml/xmli18n-tmp.h:2297 src/xml/xmli18n-tmp.h:2305 +#: src/xml/xmli18n-tmp.h:2313 src/xml/xmli18n-tmp.h:2321 +#: src/xml/xmli18n-tmp.h:2337 src/xml/xmli18n-tmp.h:2345 +#: src/xml/xmli18n-tmp.h:2353 src/xml/xmli18n-tmp.h:2365 +#: src/xml/xmli18n-tmp.h:2377 src/xml/xmli18n-tmp.h:2389 +#: src/xml/xmli18n-tmp.h:2401 src/xml/xmli18n-tmp.h:2407 +#: src/xml/xmli18n-tmp.h:2416 src/xml/xmli18n-tmp.h:2423 +#: src/xml/xmli18n-tmp.h:2437 src/xml/xmli18n-tmp.h:2454 +#: src/xml/xmli18n-tmp.h:2471 src/xml/xmli18n-tmp.h:2486 +msgid "720 DPI" +msgstr "720 DPI" + +#: src/xml/xmli18n-tmp.h:904 src/xml/xmli18n-tmp.h:917 +#: src/xml/xmli18n-tmp.h:1055 src/xml/xmli18n-tmp.h:1081 +#: src/xml/xmli18n-tmp.h:1095 src/xml/xmli18n-tmp.h:1107 +#: src/xml/xmli18n-tmp.h:1119 src/xml/xmli18n-tmp.h:1144 +#: src/xml/xmli18n-tmp.h:1171 src/xml/xmli18n-tmp.h:1184 +#: src/xml/xmli18n-tmp.h:1198 src/xml/xmli18n-tmp.h:1238 +#: src/xml/xmli18n-tmp.h:1316 src/xml/xmli18n-tmp.h:1329 +#: src/xml/xmli18n-tmp.h:1357 src/xml/xmli18n-tmp.h:1372 +#: src/xml/xmli18n-tmp.h:1387 src/xml/xmli18n-tmp.h:1400 +#: src/xml/xmli18n-tmp.h:1449 src/xml/xmli18n-tmp.h:1460 +#: src/xml/xmli18n-tmp.h:1547 src/xml/xmli18n-tmp.h:1562 +#: src/xml/xmli18n-tmp.h:1575 src/xml/xmli18n-tmp.h:1628 +#: src/xml/xmli18n-tmp.h:1665 src/xml/xmli18n-tmp.h:1689 +#: src/xml/xmli18n-tmp.h:1704 src/xml/xmli18n-tmp.h:1719 +#: src/xml/xmli18n-tmp.h:1749 src/xml/xmli18n-tmp.h:1762 +#: src/xml/xmli18n-tmp.h:1858 src/xml/xmli18n-tmp.h:1882 +#: src/xml/xmli18n-tmp.h:1895 src/xml/xmli18n-tmp.h:1907 +#: src/xml/xmli18n-tmp.h:1919 src/xml/xmli18n-tmp.h:1934 +#: src/xml/xmli18n-tmp.h:2008 src/xml/xmli18n-tmp.h:2023 +#: src/xml/xmli18n-tmp.h:2120 src/xml/xmli18n-tmp.h:2137 +#: src/xml/xmli18n-tmp.h:2154 src/xml/xmli18n-tmp.h:2168 +#: src/xml/xmli18n-tmp.h:2268 src/xml/xmli18n-tmp.h:2432 +#: src/xml/xmli18n-tmp.h:2449 src/xml/xmli18n-tmp.h:2466 +#: src/xml/xmli18n-tmp.h:2483 +msgid "360 x 120 DPI Economy" +msgstr "360 x 120 DPI ekonomsko" + +#: src/xml/xmli18n-tmp.h:906 src/xml/xmli18n-tmp.h:919 +#: src/xml/xmli18n-tmp.h:1056 src/xml/xmli18n-tmp.h:1082 +#: src/xml/xmli18n-tmp.h:1096 src/xml/xmli18n-tmp.h:1108 +#: src/xml/xmli18n-tmp.h:1120 src/xml/xmli18n-tmp.h:1145 +#: src/xml/xmli18n-tmp.h:1172 src/xml/xmli18n-tmp.h:1185 +#: src/xml/xmli18n-tmp.h:1199 src/xml/xmli18n-tmp.h:1239 +#: src/xml/xmli18n-tmp.h:1317 src/xml/xmli18n-tmp.h:1330 +#: src/xml/xmli18n-tmp.h:1358 src/xml/xmli18n-tmp.h:1373 +#: src/xml/xmli18n-tmp.h:1388 src/xml/xmli18n-tmp.h:1401 +#: src/xml/xmli18n-tmp.h:1450 src/xml/xmli18n-tmp.h:1461 +#: src/xml/xmli18n-tmp.h:1548 src/xml/xmli18n-tmp.h:1563 +#: src/xml/xmli18n-tmp.h:1576 src/xml/xmli18n-tmp.h:1629 +#: src/xml/xmli18n-tmp.h:1666 src/xml/xmli18n-tmp.h:1690 +#: src/xml/xmli18n-tmp.h:1705 src/xml/xmli18n-tmp.h:1720 +#: src/xml/xmli18n-tmp.h:1750 src/xml/xmli18n-tmp.h:1763 +#: src/xml/xmli18n-tmp.h:1859 src/xml/xmli18n-tmp.h:1883 +#: src/xml/xmli18n-tmp.h:1896 src/xml/xmli18n-tmp.h:1908 +#: src/xml/xmli18n-tmp.h:1920 src/xml/xmli18n-tmp.h:1935 +#: src/xml/xmli18n-tmp.h:2009 src/xml/xmli18n-tmp.h:2024 +#: src/xml/xmli18n-tmp.h:2169 +msgid "360 x 240 DPI Draft" +msgstr "360 x 240 DPI osnutek" + +#: src/xml/xmli18n-tmp.h:936 src/xml/xmli18n-tmp.h:949 +#: src/xml/xmli18n-tmp.h:962 src/xml/xmli18n-tmp.h:975 +#: src/xml/xmli18n-tmp.h:991 src/xml/xmli18n-tmp.h:1007 +#: src/xml/xmli18n-tmp.h:1023 src/xml/xmli18n-tmp.h:1036 +#: src/xml/xmli18n-tmp.h:1060 src/xml/xmli18n-tmp.h:1072 +#: src/xml/xmli18n-tmp.h:1086 src/xml/xmli18n-tmp.h:1100 +#: src/xml/xmli18n-tmp.h:1112 src/xml/xmli18n-tmp.h:1124 +#: src/xml/xmli18n-tmp.h:1149 src/xml/xmli18n-tmp.h:1164 +#: src/xml/xmli18n-tmp.h:1176 src/xml/xmli18n-tmp.h:1189 +#: src/xml/xmli18n-tmp.h:1203 src/xml/xmli18n-tmp.h:1216 +#: src/xml/xmli18n-tmp.h:1229 src/xml/xmli18n-tmp.h:1243 +#: src/xml/xmli18n-tmp.h:1257 src/xml/xmli18n-tmp.h:1405 +#: src/xml/xmli18n-tmp.h:1454 src/xml/xmli18n-tmp.h:1465 +#: src/xml/xmli18n-tmp.h:1609 src/xml/xmli18n-tmp.h:1633 +#: src/xml/xmli18n-tmp.h:1670 src/xml/xmli18n-tmp.h:1997 +#: src/xml/xmli18n-tmp.h:2042 src/xml/xmli18n-tmp.h:2066 +#: src/xml/xmli18n-tmp.h:2126 src/xml/xmli18n-tmp.h:2143 +#: src/xml/xmli18n-tmp.h:2239 src/xml/xmli18n-tmp.h:2257 +#: src/xml/xmli18n-tmp.h:2438 src/xml/xmli18n-tmp.h:2455 +#: src/xml/xmli18n-tmp.h:2472 +msgid "720 DPI High Quality" +msgstr "720 DPI visoka kakovost" + +#: src/xml/xmli18n-tmp.h:937 src/xml/xmli18n-tmp.h:950 +#: src/xml/xmli18n-tmp.h:963 src/xml/xmli18n-tmp.h:976 +#: src/xml/xmli18n-tmp.h:992 src/xml/xmli18n-tmp.h:1008 +#: src/xml/xmli18n-tmp.h:1049 src/xml/xmli18n-tmp.h:1061 +#: src/xml/xmli18n-tmp.h:1073 src/xml/xmli18n-tmp.h:1087 +#: src/xml/xmli18n-tmp.h:1101 src/xml/xmli18n-tmp.h:1113 +#: src/xml/xmli18n-tmp.h:1125 src/xml/xmli18n-tmp.h:1138 +#: src/xml/xmli18n-tmp.h:1150 src/xml/xmli18n-tmp.h:1165 +#: src/xml/xmli18n-tmp.h:1190 src/xml/xmli18n-tmp.h:1204 +#: src/xml/xmli18n-tmp.h:1217 src/xml/xmli18n-tmp.h:1230 +#: src/xml/xmli18n-tmp.h:1244 src/xml/xmli18n-tmp.h:1258 +#: src/xml/xmli18n-tmp.h:1272 src/xml/xmli18n-tmp.h:1285 +#: src/xml/xmli18n-tmp.h:1298 src/xml/xmli18n-tmp.h:1311 +#: src/xml/xmli18n-tmp.h:1321 src/xml/xmli18n-tmp.h:1334 +#: src/xml/xmli18n-tmp.h:1347 src/xml/xmli18n-tmp.h:1362 +#: src/xml/xmli18n-tmp.h:1377 src/xml/xmli18n-tmp.h:1392 +#: src/xml/xmli18n-tmp.h:1406 src/xml/xmli18n-tmp.h:1431 +#: src/xml/xmli18n-tmp.h:1444 src/xml/xmli18n-tmp.h:1466 +#: src/xml/xmli18n-tmp.h:1476 src/xml/xmli18n-tmp.h:1501 +#: src/xml/xmli18n-tmp.h:1514 src/xml/xmli18n-tmp.h:1527 +#: src/xml/xmli18n-tmp.h:1539 src/xml/xmli18n-tmp.h:1552 +#: src/xml/xmli18n-tmp.h:1567 src/xml/xmli18n-tmp.h:1580 +#: src/xml/xmli18n-tmp.h:1595 src/xml/xmli18n-tmp.h:1610 +#: src/xml/xmli18n-tmp.h:1620 src/xml/xmli18n-tmp.h:1634 +#: src/xml/xmli18n-tmp.h:1645 src/xml/xmli18n-tmp.h:1657 +#: src/xml/xmli18n-tmp.h:1671 src/xml/xmli18n-tmp.h:1681 +#: src/xml/xmli18n-tmp.h:1694 src/xml/xmli18n-tmp.h:1709 +#: src/xml/xmli18n-tmp.h:1724 src/xml/xmli18n-tmp.h:1739 +#: src/xml/xmli18n-tmp.h:1754 src/xml/xmli18n-tmp.h:1767 +#: src/xml/xmli18n-tmp.h:1783 src/xml/xmli18n-tmp.h:1801 +#: src/xml/xmli18n-tmp.h:1815 src/xml/xmli18n-tmp.h:1830 +#: src/xml/xmli18n-tmp.h:1848 src/xml/xmli18n-tmp.h:1863 +#: src/xml/xmli18n-tmp.h:1873 src/xml/xmli18n-tmp.h:1887 +#: src/xml/xmli18n-tmp.h:1900 src/xml/xmli18n-tmp.h:1912 +#: src/xml/xmli18n-tmp.h:1924 src/xml/xmli18n-tmp.h:1939 +#: src/xml/xmli18n-tmp.h:1951 src/xml/xmli18n-tmp.h:1963 +#: src/xml/xmli18n-tmp.h:1979 src/xml/xmli18n-tmp.h:1998 +#: src/xml/xmli18n-tmp.h:2013 src/xml/xmli18n-tmp.h:2028 +#: src/xml/xmli18n-tmp.h:2043 src/xml/xmli18n-tmp.h:2053 +#: src/xml/xmli18n-tmp.h:2067 src/xml/xmli18n-tmp.h:2078 +#: src/xml/xmli18n-tmp.h:2086 src/xml/xmli18n-tmp.h:2094 +#: src/xml/xmli18n-tmp.h:2110 src/xml/xmli18n-tmp.h:2127 +#: src/xml/xmli18n-tmp.h:2144 src/xml/xmli18n-tmp.h:2158 +#: src/xml/xmli18n-tmp.h:2173 src/xml/xmli18n-tmp.h:2187 +#: src/xml/xmli18n-tmp.h:2204 src/xml/xmli18n-tmp.h:2222 +#: src/xml/xmli18n-tmp.h:2240 src/xml/xmli18n-tmp.h:2258 +#: src/xml/xmli18n-tmp.h:2272 src/xml/xmli18n-tmp.h:2282 +#: src/xml/xmli18n-tmp.h:2290 src/xml/xmli18n-tmp.h:2298 +#: src/xml/xmli18n-tmp.h:2306 src/xml/xmli18n-tmp.h:2314 +#: src/xml/xmli18n-tmp.h:2322 src/xml/xmli18n-tmp.h:2338 +#: src/xml/xmli18n-tmp.h:2346 src/xml/xmli18n-tmp.h:2354 +#: src/xml/xmli18n-tmp.h:2366 src/xml/xmli18n-tmp.h:2378 +#: src/xml/xmli18n-tmp.h:2390 src/xml/xmli18n-tmp.h:2402 +#: src/xml/xmli18n-tmp.h:2408 src/xml/xmli18n-tmp.h:2417 +#: src/xml/xmli18n-tmp.h:2424 src/xml/xmli18n-tmp.h:2439 +#: src/xml/xmli18n-tmp.h:2456 src/xml/xmli18n-tmp.h:2473 +#: src/xml/xmli18n-tmp.h:2487 +msgid "1440 x 720 DPI" +msgstr "1440 x 720 DPI" + +#: src/xml/xmli18n-tmp.h:938 src/xml/xmli18n-tmp.h:951 +#: src/xml/xmli18n-tmp.h:964 src/xml/xmli18n-tmp.h:977 +#: src/xml/xmli18n-tmp.h:993 src/xml/xmli18n-tmp.h:1009 +#: src/xml/xmli18n-tmp.h:1050 src/xml/xmli18n-tmp.h:1062 +#: src/xml/xmli18n-tmp.h:1074 src/xml/xmli18n-tmp.h:1088 +#: src/xml/xmli18n-tmp.h:1102 src/xml/xmli18n-tmp.h:1114 +#: src/xml/xmli18n-tmp.h:1126 src/xml/xmli18n-tmp.h:1139 +#: src/xml/xmli18n-tmp.h:1151 src/xml/xmli18n-tmp.h:1166 +#: src/xml/xmli18n-tmp.h:1191 src/xml/xmli18n-tmp.h:1205 +#: src/xml/xmli18n-tmp.h:1218 src/xml/xmli18n-tmp.h:1231 +#: src/xml/xmli18n-tmp.h:1245 src/xml/xmli18n-tmp.h:1259 +#: src/xml/xmli18n-tmp.h:1322 src/xml/xmli18n-tmp.h:1335 +#: src/xml/xmli18n-tmp.h:1348 src/xml/xmli18n-tmp.h:1363 +#: src/xml/xmli18n-tmp.h:1378 src/xml/xmli18n-tmp.h:1393 +#: src/xml/xmli18n-tmp.h:1407 src/xml/xmli18n-tmp.h:1467 +#: src/xml/xmli18n-tmp.h:1611 src/xml/xmli18n-tmp.h:1635 +#: src/xml/xmli18n-tmp.h:1672 src/xml/xmli18n-tmp.h:1710 +#: src/xml/xmli18n-tmp.h:1940 +msgid "1440 x 720 DPI Highest Quality" +msgstr "1440 x 720 DPI najvišje kakovosti" + +#: src/xml/xmli18n-tmp.h:1024 src/xml/xmli18n-tmp.h:1037 +#: src/xml/xmli18n-tmp.h:1177 src/xml/xmli18n-tmp.h:1455 +msgid "720 DPI Highest Quality" +msgstr "720 DPI najvišje kakovosti" + +#: src/xml/xmli18n-tmp.h:1323 src/xml/xmli18n-tmp.h:1336 +#: src/xml/xmli18n-tmp.h:1349 src/xml/xmli18n-tmp.h:1364 +#: src/xml/xmli18n-tmp.h:1379 src/xml/xmli18n-tmp.h:1394 +#: src/xml/xmli18n-tmp.h:1477 src/xml/xmli18n-tmp.h:1553 +#: src/xml/xmli18n-tmp.h:1568 src/xml/xmli18n-tmp.h:1581 +#: src/xml/xmli18n-tmp.h:1621 src/xml/xmli18n-tmp.h:1682 +#: src/xml/xmli18n-tmp.h:1695 src/xml/xmli18n-tmp.h:1711 +#: src/xml/xmli18n-tmp.h:1768 src/xml/xmli18n-tmp.h:1816 +#: src/xml/xmli18n-tmp.h:1864 src/xml/xmli18n-tmp.h:1941 +#: src/xml/xmli18n-tmp.h:1952 src/xml/xmli18n-tmp.h:1964 +msgid "2880 x 720 DPI" +msgstr "2880 x 720 DPI" + +#: src/xml/xmli18n-tmp.h:1324 src/xml/xmli18n-tmp.h:1337 +#: src/xml/xmli18n-tmp.h:1350 src/xml/xmli18n-tmp.h:1365 +#: src/xml/xmli18n-tmp.h:1380 src/xml/xmli18n-tmp.h:1395 +#: src/xml/xmli18n-tmp.h:1712 src/xml/xmli18n-tmp.h:1942 +msgid "2880 x 720 DPI Highest Quality" +msgstr "2880 x 720 DPI najvišje kakovosti" + +#: src/xml/xmli18n-tmp.h:1478 src/xml/xmli18n-tmp.h:1515 +#: src/xml/xmli18n-tmp.h:1554 src/xml/xmli18n-tmp.h:1569 +#: src/xml/xmli18n-tmp.h:1582 src/xml/xmli18n-tmp.h:1622 +#: src/xml/xmli18n-tmp.h:1646 src/xml/xmli18n-tmp.h:1658 +#: src/xml/xmli18n-tmp.h:1683 src/xml/xmli18n-tmp.h:1696 +#: src/xml/xmli18n-tmp.h:1725 src/xml/xmli18n-tmp.h:1740 +#: src/xml/xmli18n-tmp.h:1755 src/xml/xmli18n-tmp.h:1769 +#: src/xml/xmli18n-tmp.h:1784 src/xml/xmli18n-tmp.h:1802 +#: src/xml/xmli18n-tmp.h:1817 src/xml/xmli18n-tmp.h:1831 +#: src/xml/xmli18n-tmp.h:1849 src/xml/xmli18n-tmp.h:1865 +#: src/xml/xmli18n-tmp.h:1875 src/xml/xmli18n-tmp.h:1888 +#: src/xml/xmli18n-tmp.h:1925 src/xml/xmli18n-tmp.h:1953 +#: src/xml/xmli18n-tmp.h:1965 src/xml/xmli18n-tmp.h:1980 +#: src/xml/xmli18n-tmp.h:1999 src/xml/xmli18n-tmp.h:2014 +#: src/xml/xmli18n-tmp.h:2029 src/xml/xmli18n-tmp.h:2044 +#: src/xml/xmli18n-tmp.h:2055 src/xml/xmli18n-tmp.h:2069 +#: src/xml/xmli18n-tmp.h:2079 src/xml/xmli18n-tmp.h:2087 +#: src/xml/xmli18n-tmp.h:2095 src/xml/xmli18n-tmp.h:2111 +#: src/xml/xmli18n-tmp.h:2128 src/xml/xmli18n-tmp.h:2145 +#: src/xml/xmli18n-tmp.h:2159 src/xml/xmli18n-tmp.h:2174 +#: src/xml/xmli18n-tmp.h:2188 src/xml/xmli18n-tmp.h:2205 +#: src/xml/xmli18n-tmp.h:2223 src/xml/xmli18n-tmp.h:2241 +#: src/xml/xmli18n-tmp.h:2259 src/xml/xmli18n-tmp.h:2273 +#: src/xml/xmli18n-tmp.h:2283 src/xml/xmli18n-tmp.h:2291 +#: src/xml/xmli18n-tmp.h:2299 src/xml/xmli18n-tmp.h:2307 +#: src/xml/xmli18n-tmp.h:2315 src/xml/xmli18n-tmp.h:2323 +#: src/xml/xmli18n-tmp.h:2339 src/xml/xmli18n-tmp.h:2347 +#: src/xml/xmli18n-tmp.h:2355 src/xml/xmli18n-tmp.h:2409 +#: src/xml/xmli18n-tmp.h:2418 src/xml/xmli18n-tmp.h:2425 +#: src/xml/xmli18n-tmp.h:2440 src/xml/xmli18n-tmp.h:2457 +#: src/xml/xmli18n-tmp.h:2474 src/xml/xmli18n-tmp.h:2488 +msgid "1440 x 1440 DPI" +msgstr "1440 x 1440 DPI" + +#: src/xml/xmli18n-tmp.h:1479 src/xml/xmli18n-tmp.h:1502 +#: src/xml/xmli18n-tmp.h:1516 src/xml/xmli18n-tmp.h:1528 +#: src/xml/xmli18n-tmp.h:1540 src/xml/xmli18n-tmp.h:1555 +#: src/xml/xmli18n-tmp.h:1570 src/xml/xmli18n-tmp.h:1583 +#: src/xml/xmli18n-tmp.h:1596 src/xml/xmli18n-tmp.h:1623 +#: src/xml/xmli18n-tmp.h:1647 src/xml/xmli18n-tmp.h:1659 +#: src/xml/xmli18n-tmp.h:1684 src/xml/xmli18n-tmp.h:1697 +#: src/xml/xmli18n-tmp.h:1726 src/xml/xmli18n-tmp.h:1741 +#: src/xml/xmli18n-tmp.h:1756 src/xml/xmli18n-tmp.h:1770 +#: src/xml/xmli18n-tmp.h:1785 src/xml/xmli18n-tmp.h:1803 +#: src/xml/xmli18n-tmp.h:1818 src/xml/xmli18n-tmp.h:1832 +#: src/xml/xmli18n-tmp.h:1850 src/xml/xmli18n-tmp.h:1866 +#: src/xml/xmli18n-tmp.h:1876 src/xml/xmli18n-tmp.h:1889 +#: src/xml/xmli18n-tmp.h:1901 src/xml/xmli18n-tmp.h:1913 +#: src/xml/xmli18n-tmp.h:1926 src/xml/xmli18n-tmp.h:1954 +#: src/xml/xmli18n-tmp.h:1966 src/xml/xmli18n-tmp.h:1981 +#: src/xml/xmli18n-tmp.h:2000 src/xml/xmli18n-tmp.h:2015 +#: src/xml/xmli18n-tmp.h:2030 src/xml/xmli18n-tmp.h:2045 +#: src/xml/xmli18n-tmp.h:2056 src/xml/xmli18n-tmp.h:2070 +#: src/xml/xmli18n-tmp.h:2080 src/xml/xmli18n-tmp.h:2088 +#: src/xml/xmli18n-tmp.h:2096 src/xml/xmli18n-tmp.h:2112 +#: src/xml/xmli18n-tmp.h:2129 src/xml/xmli18n-tmp.h:2146 +#: src/xml/xmli18n-tmp.h:2160 src/xml/xmli18n-tmp.h:2175 +#: src/xml/xmli18n-tmp.h:2189 src/xml/xmli18n-tmp.h:2206 +#: src/xml/xmli18n-tmp.h:2224 src/xml/xmli18n-tmp.h:2242 +#: src/xml/xmli18n-tmp.h:2260 src/xml/xmli18n-tmp.h:2274 +#: src/xml/xmli18n-tmp.h:2284 src/xml/xmli18n-tmp.h:2292 +#: src/xml/xmli18n-tmp.h:2300 src/xml/xmli18n-tmp.h:2308 +#: src/xml/xmli18n-tmp.h:2316 src/xml/xmli18n-tmp.h:2324 +#: src/xml/xmli18n-tmp.h:2340 src/xml/xmli18n-tmp.h:2348 +#: src/xml/xmli18n-tmp.h:2356 src/xml/xmli18n-tmp.h:2367 +#: src/xml/xmli18n-tmp.h:2379 src/xml/xmli18n-tmp.h:2391 +#: src/xml/xmli18n-tmp.h:2403 src/xml/xmli18n-tmp.h:2410 +#: src/xml/xmli18n-tmp.h:2419 src/xml/xmli18n-tmp.h:2426 +#: src/xml/xmli18n-tmp.h:2441 src/xml/xmli18n-tmp.h:2458 +#: src/xml/xmli18n-tmp.h:2475 src/xml/xmli18n-tmp.h:2489 +msgid "2880 x 1440 DPI" +msgstr "2880 x 1440 DPI" + +#: src/xml/xmli18n-tmp.h:1590 src/xml/xmli18n-tmp.h:1642 +#: src/xml/xmli18n-tmp.h:2765 +msgid "Dark Yellow" +msgstr "Temno rumena" + +#: src/xml/xmli18n-tmp.h:1648 src/xml/xmli18n-tmp.h:1660 +#: src/xml/xmli18n-tmp.h:1743 src/xml/xmli18n-tmp.h:1787 +#: src/xml/xmli18n-tmp.h:1805 src/xml/xmli18n-tmp.h:1819 +#: src/xml/xmli18n-tmp.h:1834 src/xml/xmli18n-tmp.h:1852 +#: src/xml/xmli18n-tmp.h:1967 src/xml/xmli18n-tmp.h:1983 +#: src/xml/xmli18n-tmp.h:2002 src/xml/xmli18n-tmp.h:2047 +#: src/xml/xmli18n-tmp.h:2072 src/xml/xmli18n-tmp.h:2081 +#: src/xml/xmli18n-tmp.h:2089 src/xml/xmli18n-tmp.h:2097 +#: src/xml/xmli18n-tmp.h:2114 src/xml/xmli18n-tmp.h:2131 +#: src/xml/xmli18n-tmp.h:2148 src/xml/xmli18n-tmp.h:2162 +#: src/xml/xmli18n-tmp.h:2191 src/xml/xmli18n-tmp.h:2208 +#: src/xml/xmli18n-tmp.h:2226 src/xml/xmli18n-tmp.h:2244 +#: src/xml/xmli18n-tmp.h:2262 src/xml/xmli18n-tmp.h:2276 +#: src/xml/xmli18n-tmp.h:2285 src/xml/xmli18n-tmp.h:2293 +#: src/xml/xmli18n-tmp.h:2301 src/xml/xmli18n-tmp.h:2309 +#: src/xml/xmli18n-tmp.h:2317 src/xml/xmli18n-tmp.h:2325 +#: src/xml/xmli18n-tmp.h:2341 src/xml/xmli18n-tmp.h:2349 +#: src/xml/xmli18n-tmp.h:2357 src/xml/xmli18n-tmp.h:2412 +#: src/xml/xmli18n-tmp.h:2420 src/xml/xmli18n-tmp.h:2427 +#: src/xml/xmli18n-tmp.h:2443 src/xml/xmli18n-tmp.h:2460 +#: src/xml/xmli18n-tmp.h:2477 src/xml/xmli18n-tmp.h:2491 +msgid "2880 x 2880 DPI" +msgstr "2880 x 2880 DPI" + +#: src/xml/xmli18n-tmp.h:1742 src/xml/xmli18n-tmp.h:1757 +#: src/xml/xmli18n-tmp.h:1786 src/xml/xmli18n-tmp.h:1804 +#: src/xml/xmli18n-tmp.h:1833 src/xml/xmli18n-tmp.h:1851 +#: src/xml/xmli18n-tmp.h:1877 src/xml/xmli18n-tmp.h:1890 +#: src/xml/xmli18n-tmp.h:1902 src/xml/xmli18n-tmp.h:1914 +#: src/xml/xmli18n-tmp.h:1927 src/xml/xmli18n-tmp.h:1982 +#: src/xml/xmli18n-tmp.h:2001 src/xml/xmli18n-tmp.h:2016 +#: src/xml/xmli18n-tmp.h:2046 src/xml/xmli18n-tmp.h:2057 +#: src/xml/xmli18n-tmp.h:2071 src/xml/xmli18n-tmp.h:2113 +#: src/xml/xmli18n-tmp.h:2130 src/xml/xmli18n-tmp.h:2147 +#: src/xml/xmli18n-tmp.h:2161 src/xml/xmli18n-tmp.h:2176 +#: src/xml/xmli18n-tmp.h:2190 src/xml/xmli18n-tmp.h:2207 +#: src/xml/xmli18n-tmp.h:2225 src/xml/xmli18n-tmp.h:2243 +#: src/xml/xmli18n-tmp.h:2261 src/xml/xmli18n-tmp.h:2275 +#: src/xml/xmli18n-tmp.h:2411 src/xml/xmli18n-tmp.h:2442 +#: src/xml/xmli18n-tmp.h:2459 src/xml/xmli18n-tmp.h:2476 +#: src/xml/xmli18n-tmp.h:2490 +msgid "5760 x 1440 DPI" +msgstr "5760 x 1440 DPI" + +#: src/xml/xmli18n-tmp.h:1744 src/xml/xmli18n-tmp.h:1788 +#: src/xml/xmli18n-tmp.h:1806 src/xml/xmli18n-tmp.h:1835 +#: src/xml/xmli18n-tmp.h:1853 src/xml/xmli18n-tmp.h:1984 +#: src/xml/xmli18n-tmp.h:2003 src/xml/xmli18n-tmp.h:2048 +#: src/xml/xmli18n-tmp.h:2073 src/xml/xmli18n-tmp.h:2115 +#: src/xml/xmli18n-tmp.h:2132 src/xml/xmli18n-tmp.h:2149 +#: src/xml/xmli18n-tmp.h:2163 src/xml/xmli18n-tmp.h:2192 +#: src/xml/xmli18n-tmp.h:2209 src/xml/xmli18n-tmp.h:2227 +#: src/xml/xmli18n-tmp.h:2245 src/xml/xmli18n-tmp.h:2263 +#: src/xml/xmli18n-tmp.h:2277 src/xml/xmli18n-tmp.h:2413 +#: src/xml/xmli18n-tmp.h:2444 src/xml/xmli18n-tmp.h:2461 +#: src/xml/xmli18n-tmp.h:2478 src/xml/xmli18n-tmp.h:2492 +msgid "5760 x 2880 DPI" +msgstr "5760 x 2880 DPI" + +#: src/xml/xmli18n-tmp.h:1874 src/xml/xmli18n-tmp.h:2054 +msgid "1440 x 720 DPI Transposed" +msgstr "1440 x 720 DPI transponirano" + +#: src/xml/xmli18n-tmp.h:1995 src/xml/xmli18n-tmp.h:2040 +#: src/xml/xmli18n-tmp.h:2064 src/xml/xmli18n-tmp.h:2124 +#: src/xml/xmli18n-tmp.h:2141 src/xml/xmli18n-tmp.h:2237 +#: src/xml/xmli18n-tmp.h:2255 src/xml/xmli18n-tmp.h:2436 +#: src/xml/xmli18n-tmp.h:2453 src/xml/xmli18n-tmp.h:2470 +msgid "720 x 360 DPI Enhanced" +msgstr "720 x 360 DPI izboljšano" + +#: src/xml/xmli18n-tmp.h:2031 src/xml/xmli18n-tmp.h:2228 +#: src/xml/xmli18n-tmp.h:2246 +msgid "Black 1" +msgstr "Črna 1" + +#: src/xml/xmli18n-tmp.h:2032 src/xml/xmli18n-tmp.h:2229 +#: src/xml/xmli18n-tmp.h:2247 +msgid "Black 2" +msgstr "Črna 2" + +#: src/xml/xmli18n-tmp.h:2038 src/xml/xmli18n-tmp.h:2122 +#: src/xml/xmli18n-tmp.h:2139 src/xml/xmli18n-tmp.h:2235 +#: src/xml/xmli18n-tmp.h:2253 src/xml/xmli18n-tmp.h:2434 +#: src/xml/xmli18n-tmp.h:2451 src/xml/xmli18n-tmp.h:2468 +msgid "360 DPI Enhanced" +msgstr "360 DPI izboljšan" + +#: src/xml/xmli18n-tmp.h:2068 +msgid "1440 x 720 DPI High Quality" +msgstr "1440 x 720 DPI visoke kakovosti" + +#: src/xml/xmli18n-tmp.h:2211 +msgid "Vivid Light Magenta" +msgstr "Živa svetla škrlatna" + +#: src/xml/xmli18n-tmp.h:2216 +msgid "Vivid Magenta" +msgstr "Živa škrlatna" + +#: src/xml/xmli18n-tmp.h:2493 +msgid "Main Tray" +msgstr "Glavni podajalnik" + +#: src/xml/xmli18n-tmp.h:2494 +msgid "Photo Tray" +msgstr "Fotografski podajalnik" + +#: src/xml/xmli18n-tmp.h:2495 src/xml/xmli18n-tmp.h:2499 +#: src/xml/xmli18n-tmp.h:2502 src/xml/xmli18n-tmp.h:2507 +#: src/xml/xmli18n-tmp.h:2528 src/xml/xmli18n-tmp.h:2536 +#: src/xml/xmli18n-tmp.h:2540 src/xml/xmli18n-tmp.h:2543 +msgid "Print to CD" +msgstr "Natisni na CD" + +#: src/xml/xmli18n-tmp.h:2496 src/xml/xmli18n-tmp.h:2538 +#: src/xml/xmli18n-tmp.h:2541 +msgid "Rear Tray" +msgstr "Zadnji podajalnik" + +#: src/xml/xmli18n-tmp.h:2497 src/xml/xmli18n-tmp.h:2539 +#: src/xml/xmli18n-tmp.h:2542 +msgid "Front Tray" +msgstr "Prednji podajalnik" + +#: src/xml/xmli18n-tmp.h:2501 src/xml/xmli18n-tmp.h:2506 +#: src/xml/xmli18n-tmp.h:2519 +msgid "Manual Feed" +msgstr "Ročni podajalnik" + +#: src/xml/xmli18n-tmp.h:2503 src/xml/xmli18n-tmp.h:2510 +#: src/xml/xmli18n-tmp.h:2520 +msgid "Roll Feed (cut each page)" +msgstr "Vir zvitka (izreži vsako stran)" + +#: src/xml/xmli18n-tmp.h:2504 src/xml/xmli18n-tmp.h:2511 +#: src/xml/xmli18n-tmp.h:2523 +msgid "Roll Feed (do not cut)" +msgstr "Vir zvitka (ne reži)" + +#: src/xml/xmli18n-tmp.h:2508 src/xml/xmli18n-tmp.h:2517 +#: src/xml/xmli18n-tmp.h:2527 src/xml/xmli18n-tmp.h:2532 +#: src/xml/xmli18n-tmp.h:2537 src/xml/xmli18n-tmp.h:2550 +msgid "Roll Feed" +msgstr "Podajalnik zvitkov" + +#: src/xml/xmli18n-tmp.h:2512 +msgid "Main Input" +msgstr "Glavni vhod" + +#: src/xml/xmli18n-tmp.h:2514 src/xml/xmli18n-tmp.h:2525 +#: src/xml/xmli18n-tmp.h:2530 src/xml/xmli18n-tmp.h:2534 +msgid "Manual Sheet Guide" +msgstr "Ročni vodič lista" + +#: src/xml/xmli18n-tmp.h:2515 src/xml/xmli18n-tmp.h:2526 +#: src/xml/xmli18n-tmp.h:2531 src/xml/xmli18n-tmp.h:2535 +msgid "Manual Feed (Front)" +msgstr "Ročni vir (ospredje)" + +#: src/xml/xmli18n-tmp.h:2521 +msgid "Roll Feed (borderless with single cut)" +msgstr "Vir zvitka (brez roba z enim rezom)" + +#: src/xml/xmli18n-tmp.h:2522 +msgid "Roll Feed (borderless with double cut)" +msgstr "Vir zvitka (brez roba z dvojnim rezom)" + +#: src/xml/xmli18n-tmp.h:2544 +msgid "Photo Board" +msgstr "Plošča fotografij" + +#: src/xml/xmli18n-tmp.h:2545 +msgid "Cut Sheet Bin 1" +msgstr "Obrez lista koš 2" + +#: src/xml/xmli18n-tmp.h:2546 +msgid "Cut Sheet Bin 2" +msgstr "Obrez lista koš 2" + +#: src/xml/xmli18n-tmp.h:2547 +msgid "Cut Sheet Autoselect" +msgstr "Samodejno izbiranje obreza lista" + +#: src/xml/xmli18n-tmp.h:2548 +msgid "Manual Selection" +msgstr "Ročna izbira" + +#: src/xml/xmli18n-tmp.h:2564 src/xml/xmli18n-tmp.h:2576 +#: src/xml/xmli18n-tmp.h:2586 src/xml/xmli18n-tmp.h:2596 +#: src/xml/xmli18n-tmp.h:2611 src/xml/xmli18n-tmp.h:2626 +#: src/xml/xmli18n-tmp.h:2645 src/xml/xmli18n-tmp.h:2676 +#: src/xml/xmli18n-tmp.h:2698 src/xml/xmli18n-tmp.h:2716 +#: src/xml/xmli18n-tmp.h:2734 src/xml/xmli18n-tmp.h:2753 +#: src/xml/xmli18n-tmp.h:2772 src/xml/xmli18n-tmp.h:2792 +#: src/xml/xmli18n-tmp.h:2858 src/xml/xmli18n-tmp.h:2872 +#: src/xml/xmli18n-tmp.h:2897 src/xml/xmli18n-tmp.h:2922 +#: src/xml/xmli18n-tmp.h:2947 src/xml/xmli18n-tmp.h:2968 +#: src/xml/xmli18n-tmp.h:2987 src/xml/xmli18n-tmp.h:3003 +#: src/xml/xmli18n-tmp.h:3037 src/xml/xmli18n-tmp.h:3062 +#: src/xml/xmli18n-tmp.h:3087 src/xml/xmli18n-tmp.h:3106 +#: src/xml/xmli18n-tmp.h:3193 src/xml/xmli18n-tmp.h:3208 +#: src/xml/xmli18n-tmp.h:3223 src/xml/xmli18n-tmp.h:3240 +#: src/xml/xmli18n-tmp.h:3255 src/xml/xmli18n-tmp.h:3265 +#: src/xml/xmli18n-tmp.h:3275 +msgid "One Color Raw" +msgstr "Enobarvna surova" + +#: src/xml/xmli18n-tmp.h:2565 src/xml/xmli18n-tmp.h:2577 +#: src/xml/xmli18n-tmp.h:2587 src/xml/xmli18n-tmp.h:2597 +#: src/xml/xmli18n-tmp.h:2612 src/xml/xmli18n-tmp.h:2627 +#: src/xml/xmli18n-tmp.h:2646 src/xml/xmli18n-tmp.h:2678 +#: src/xml/xmli18n-tmp.h:2700 src/xml/xmli18n-tmp.h:2717 +#: src/xml/xmli18n-tmp.h:2735 src/xml/xmli18n-tmp.h:2754 +#: src/xml/xmli18n-tmp.h:2773 src/xml/xmli18n-tmp.h:2794 +#: src/xml/xmli18n-tmp.h:2859 src/xml/xmli18n-tmp.h:2873 +#: src/xml/xmli18n-tmp.h:2898 src/xml/xmli18n-tmp.h:2923 +#: src/xml/xmli18n-tmp.h:2948 src/xml/xmli18n-tmp.h:2969 +#: src/xml/xmli18n-tmp.h:2988 src/xml/xmli18n-tmp.h:3004 +#: src/xml/xmli18n-tmp.h:3038 src/xml/xmli18n-tmp.h:3063 +#: src/xml/xmli18n-tmp.h:3088 src/xml/xmli18n-tmp.h:3108 +#: src/xml/xmli18n-tmp.h:3194 src/xml/xmli18n-tmp.h:3209 +#: src/xml/xmli18n-tmp.h:3224 src/xml/xmli18n-tmp.h:3242 +#: src/xml/xmli18n-tmp.h:3256 src/xml/xmli18n-tmp.h:3266 +#: src/xml/xmli18n-tmp.h:3276 +msgid "Three Color Raw" +msgstr "Tribarvna surova" + +#: src/xml/xmli18n-tmp.h:2566 src/xml/xmli18n-tmp.h:2578 +#: src/xml/xmli18n-tmp.h:2588 src/xml/xmli18n-tmp.h:2598 +#: src/xml/xmli18n-tmp.h:2613 src/xml/xmli18n-tmp.h:2628 +#: src/xml/xmli18n-tmp.h:2647 src/xml/xmli18n-tmp.h:2684 +#: src/xml/xmli18n-tmp.h:2707 src/xml/xmli18n-tmp.h:2718 +#: src/xml/xmli18n-tmp.h:2736 src/xml/xmli18n-tmp.h:2755 +#: src/xml/xmli18n-tmp.h:2774 src/xml/xmli18n-tmp.h:2795 +#: src/xml/xmli18n-tmp.h:2860 src/xml/xmli18n-tmp.h:2874 +#: src/xml/xmli18n-tmp.h:2899 src/xml/xmli18n-tmp.h:2924 +#: src/xml/xmli18n-tmp.h:2949 src/xml/xmli18n-tmp.h:2970 +#: src/xml/xmli18n-tmp.h:2989 src/xml/xmli18n-tmp.h:3005 +#: src/xml/xmli18n-tmp.h:3014 src/xml/xmli18n-tmp.h:3025 +#: src/xml/xmli18n-tmp.h:3039 src/xml/xmli18n-tmp.h:3064 +#: src/xml/xmli18n-tmp.h:3089 src/xml/xmli18n-tmp.h:3109 +#: src/xml/xmli18n-tmp.h:3138 src/xml/xmli18n-tmp.h:3164 +#: src/xml/xmli18n-tmp.h:3195 src/xml/xmli18n-tmp.h:3210 +#: src/xml/xmli18n-tmp.h:3225 src/xml/xmli18n-tmp.h:3243 +#: src/xml/xmli18n-tmp.h:3257 src/xml/xmli18n-tmp.h:3267 +#: src/xml/xmli18n-tmp.h:3277 +msgid "Four Color Raw" +msgstr "Štiribarvna surova" + +#: src/xml/xmli18n-tmp.h:2567 src/xml/xmli18n-tmp.h:2648 +#: src/xml/xmli18n-tmp.h:2756 src/xml/xmli18n-tmp.h:2775 +#: src/xml/xmli18n-tmp.h:2796 src/xml/xmli18n-tmp.h:2875 +#: src/xml/xmli18n-tmp.h:2900 src/xml/xmli18n-tmp.h:2925 +#: src/xml/xmli18n-tmp.h:2950 src/xml/xmli18n-tmp.h:2990 +#: src/xml/xmli18n-tmp.h:3006 src/xml/xmli18n-tmp.h:3040 +#: src/xml/xmli18n-tmp.h:3065 src/xml/xmli18n-tmp.h:3090 +#: src/xml/xmli18n-tmp.h:3110 src/xml/xmli18n-tmp.h:3244 +msgid "Five Color Raw" +msgstr "Petbarvna surova" + +#: src/xml/xmli18n-tmp.h:2568 src/xml/xmli18n-tmp.h:2649 +#: src/xml/xmli18n-tmp.h:2685 src/xml/xmli18n-tmp.h:2708 +#: src/xml/xmli18n-tmp.h:2757 src/xml/xmli18n-tmp.h:2776 +#: src/xml/xmli18n-tmp.h:2797 src/xml/xmli18n-tmp.h:2876 +#: src/xml/xmli18n-tmp.h:2901 src/xml/xmli18n-tmp.h:2926 +#: src/xml/xmli18n-tmp.h:2951 src/xml/xmli18n-tmp.h:2991 +#: src/xml/xmli18n-tmp.h:3007 src/xml/xmli18n-tmp.h:3024 +#: src/xml/xmli18n-tmp.h:3041 src/xml/xmli18n-tmp.h:3066 +#: src/xml/xmli18n-tmp.h:3091 src/xml/xmli18n-tmp.h:3111 +#: src/xml/xmli18n-tmp.h:3245 +msgid "Six Color Raw" +msgstr "Šestbarvna surova" + +#: src/xml/xmli18n-tmp.h:2600 src/xml/xmli18n-tmp.h:2615 +#: src/xml/xmli18n-tmp.h:2630 src/xml/xmli18n-tmp.h:2651 +#: src/xml/xmli18n-tmp.h:2720 src/xml/xmli18n-tmp.h:2738 +#: src/xml/xmli18n-tmp.h:2878 src/xml/xmli18n-tmp.h:2903 +#: src/xml/xmli18n-tmp.h:2928 src/xml/xmli18n-tmp.h:2953 +#: src/xml/xmli18n-tmp.h:2972 src/xml/xmli18n-tmp.h:3043 +#: src/xml/xmli18n-tmp.h:3068 src/xml/xmli18n-tmp.h:3197 +#: src/xml/xmli18n-tmp.h:3212 +msgid "Gray 3" +msgstr "Siva 3" + +#: src/xml/xmli18n-tmp.h:2601 src/xml/xmli18n-tmp.h:2616 +#: src/xml/xmli18n-tmp.h:2631 src/xml/xmli18n-tmp.h:2652 +#: src/xml/xmli18n-tmp.h:2721 src/xml/xmli18n-tmp.h:2739 +#: src/xml/xmli18n-tmp.h:2879 src/xml/xmli18n-tmp.h:2904 +#: src/xml/xmli18n-tmp.h:2929 src/xml/xmli18n-tmp.h:2954 +#: src/xml/xmli18n-tmp.h:2973 src/xml/xmli18n-tmp.h:3044 +#: src/xml/xmli18n-tmp.h:3069 src/xml/xmli18n-tmp.h:3198 +#: src/xml/xmli18n-tmp.h:3213 +msgid "Gray 2" +msgstr "Siva 2" + +#: src/xml/xmli18n-tmp.h:2602 src/xml/xmli18n-tmp.h:2617 +#: src/xml/xmli18n-tmp.h:2632 src/xml/xmli18n-tmp.h:2653 +#: src/xml/xmli18n-tmp.h:2722 src/xml/xmli18n-tmp.h:2740 +#: src/xml/xmli18n-tmp.h:2880 src/xml/xmli18n-tmp.h:2905 +#: src/xml/xmli18n-tmp.h:2930 src/xml/xmli18n-tmp.h:2955 +#: src/xml/xmli18n-tmp.h:2974 src/xml/xmli18n-tmp.h:3045 +#: src/xml/xmli18n-tmp.h:3070 src/xml/xmli18n-tmp.h:3199 +#: src/xml/xmli18n-tmp.h:3214 +msgid "Gray 1" +msgstr "Siva 1" + +#: src/xml/xmli18n-tmp.h:2603 src/xml/xmli18n-tmp.h:2618 +#: src/xml/xmli18n-tmp.h:2633 src/xml/xmli18n-tmp.h:2654 +#: src/xml/xmli18n-tmp.h:2723 src/xml/xmli18n-tmp.h:2741 +#: src/xml/xmli18n-tmp.h:2881 src/xml/xmli18n-tmp.h:2906 +#: src/xml/xmli18n-tmp.h:2931 src/xml/xmli18n-tmp.h:2956 +#: src/xml/xmli18n-tmp.h:2975 src/xml/xmli18n-tmp.h:3046 +#: src/xml/xmli18n-tmp.h:3071 src/xml/xmli18n-tmp.h:3200 +#: src/xml/xmli18n-tmp.h:3215 +msgid "MIS Quadtone" +msgstr "MIS kvadton" + +#: src/xml/xmli18n-tmp.h:2655 src/xml/xmli18n-tmp.h:2882 +#: src/xml/xmli18n-tmp.h:2907 src/xml/xmli18n-tmp.h:2932 +#: src/xml/xmli18n-tmp.h:2957 src/xml/xmli18n-tmp.h:3047 +#: src/xml/xmli18n-tmp.h:3072 +msgid "MIS Six Tone" +msgstr "MIS šesttonski" + +#: src/xml/xmli18n-tmp.h:2657 src/xml/xmli18n-tmp.h:2884 +#: src/xml/xmli18n-tmp.h:2909 src/xml/xmli18n-tmp.h:2934 +#: src/xml/xmli18n-tmp.h:2959 src/xml/xmli18n-tmp.h:3049 +#: src/xml/xmli18n-tmp.h:3074 +msgid "Gray 5" +msgstr "Siva 5" + +#: src/xml/xmli18n-tmp.h:2658 src/xml/xmli18n-tmp.h:2885 +#: src/xml/xmli18n-tmp.h:2910 src/xml/xmli18n-tmp.h:2935 +#: src/xml/xmli18n-tmp.h:2960 src/xml/xmli18n-tmp.h:3050 +#: src/xml/xmli18n-tmp.h:3075 +msgid "Gray 4" +msgstr "Siva 4" + +#: src/xml/xmli18n-tmp.h:2677 src/xml/xmli18n-tmp.h:2699 +msgid "One Color Raw Enhanced Gloss" +msgstr "Enobarvno surovo izboljšano blesteče" + +#: src/xml/xmli18n-tmp.h:2679 src/xml/xmli18n-tmp.h:2701 +msgid "Three Color Raw Gloss" +msgstr "Tribarvno surovo blesteče" + +#: src/xml/xmli18n-tmp.h:2680 src/xml/xmli18n-tmp.h:2702 +msgid "Four Color Raw Gloss" +msgstr "Štiribarvno surovo blesteče" + +#: src/xml/xmli18n-tmp.h:2681 src/xml/xmli18n-tmp.h:2703 +msgid "Six Color Enhanced Gloss Raw" +msgstr "Šestbarvno izboljšano blesteče surovo" + +#: src/xml/xmli18n-tmp.h:2682 src/xml/xmli18n-tmp.h:2704 +msgid "Seven Color Enhanced Gloss Raw" +msgstr "Sedembarvno izboljšano blesteče surovo" + +#: src/xml/xmli18n-tmp.h:2705 +msgid "MatteBlack" +msgstr "MatČrno" + +#: src/xml/xmli18n-tmp.h:2725 +msgid "Default Black" +msgstr "Privzeta črna" + +#: src/xml/xmli18n-tmp.h:2759 src/xml/xmli18n-tmp.h:2779 +#: src/xml/xmli18n-tmp.h:2810 src/xml/xmli18n-tmp.h:2827 +#: src/xml/xmli18n-tmp.h:2844 src/xml/xmli18n-tmp.h:3093 +#: src/xml/xmli18n-tmp.h:3124 src/xml/xmli18n-tmp.h:3150 +#: src/xml/xmli18n-tmp.h:3176 src/xml/xmli18n-tmp.h:3227 +msgid "Seven Color Photo" +msgstr "Sedembarvna fotografijska" + +#: src/xml/xmli18n-tmp.h:2767 +msgid "Six Color Enhanced Composite" +msgstr "Sestavljeno izboljšano šestbarvno" + +#: src/xml/xmli18n-tmp.h:2777 src/xml/xmli18n-tmp.h:2798 +#: src/xml/xmli18n-tmp.h:3112 src/xml/xmli18n-tmp.h:3246 +msgid "Seven Color Raw" +msgstr "Sedembarvna surova" + +#: src/xml/xmli18n-tmp.h:2791 src/xml/xmli18n-tmp.h:3105 +#: src/xml/xmli18n-tmp.h:3239 +msgid "Two Level Grayscale" +msgstr "Sivine dveh ravni" + +#: src/xml/xmli18n-tmp.h:2793 src/xml/xmli18n-tmp.h:3107 +#: src/xml/xmli18n-tmp.h:3241 +msgid "Two Color Raw" +msgstr "Dvobarvna surova" + +#: src/xml/xmli18n-tmp.h:2801 src/xml/xmli18n-tmp.h:2818 +#: src/xml/xmli18n-tmp.h:2835 src/xml/xmli18n-tmp.h:3115 +#: src/xml/xmli18n-tmp.h:3141 src/xml/xmli18n-tmp.h:3167 +msgid "Eight Color Photo" +msgstr "Osembarvna fotografija" + +#: src/xml/xmli18n-tmp.h:2815 src/xml/xmli18n-tmp.h:2832 +#: src/xml/xmli18n-tmp.h:2849 src/xml/xmli18n-tmp.h:3129 +#: src/xml/xmli18n-tmp.h:3155 src/xml/xmli18n-tmp.h:3181 +msgid "Eight Color Raw" +msgstr "Osembarvna surova" + +#: src/xml/xmli18n-tmp.h:3009 src/xml/xmli18n-tmp.h:3023 +msgid "Four Color Photo" +msgstr "Štiribarvna fotografija" + +#: src/xml/xmli18n-tmp.h:3182 +msgid "Ten Color Raw" +msgstr "Desetbarvna surova" + +#: src/xml/xmli18n-tmp.h:3279 src/xml/xmli18n-tmp.h:3284 +#: src/xml/xmli18n-tmp.h:3290 +msgid "Interleave" +msgstr "Prepleteno" + +#: src/xml/xmli18n-tmp.h:3280 src/xml/xmli18n-tmp.h:3285 +#: src/xml/xmli18n-tmp.h:3291 +msgid "Full Overlap" +msgstr "Polno prekrivanje" + +#: src/xml/xmli18n-tmp.h:3281 src/xml/xmli18n-tmp.h:3286 +#: src/xml/xmli18n-tmp.h:3292 +msgid "Four Pass" +msgstr "Štirje prehodi" + +#: src/xml/xmli18n-tmp.h:3282 src/xml/xmli18n-tmp.h:3287 +#: src/xml/xmli18n-tmp.h:3293 +msgid "Full Overlap 2" +msgstr "Polno prekrivanje 2" + +#: src/xml/xmli18n-tmp.h:3288 src/xml/xmli18n-tmp.h:3294 +msgid "Interleave 2" +msgstr "Prepleteno 2" + +#: src/xml/xmli18n-tmp.h:3295 +msgid "Eight Pass" +msgstr "Osem prehodov" + +#: src/xml/xmli18n-tmp.h:3297 +msgid "On" +msgstr "Omogočeno" + +#: src/xml/xmli18n-tmp.h:3350 +msgid "Legal" +msgstr "Pravna" + +#: src/xml/xmli18n-tmp.h:3351 +msgid "Tabloid" +msgstr "Tabloid" + +#: src/xml/xmli18n-tmp.h:3352 +msgid "Executive" +msgstr "Izvedilna" + +#: src/xml/xmli18n-tmp.h:3357 +msgid "3x5" +msgstr "3x5" + +#: src/xml/xmli18n-tmp.h:3358 +msgid "3 1/2 x5" +msgstr "3 1/2 x5" + +#: src/xml/xmli18n-tmp.h:3359 +msgid "L" +msgstr "L" + +#: src/xml/xmli18n-tmp.h:3360 +msgid "2x6" +msgstr "2x6" + +#: src/xml/xmli18n-tmp.h:3361 +msgid "4x6" +msgstr "4x6" + +#: src/xml/xmli18n-tmp.h:3362 +msgid "KG" +msgstr "KG" + +#: src/xml/xmli18n-tmp.h:3363 +msgid "Epson 4x6 Photo Paper (tear-off borders)" +msgstr "Epson 4x6 foto papir (robove je mogoče odtrgati)" + +#: src/xml/xmli18n-tmp.h:3364 +msgid "Epson L Photo Paper (tear-off borders)" +msgstr "Epson L foto papir (robove je mogoče odtrgati)" + +#: src/xml/xmli18n-tmp.h:3365 +msgid "4x8" +msgstr "4x8" + +#: src/xml/xmli18n-tmp.h:3366 +msgid "5x7" +msgstr "5x7" + +#: src/xml/xmli18n-tmp.h:3367 +msgid "2L" +msgstr "2L" + +#: src/xml/xmli18n-tmp.h:3368 +msgid "5x8" +msgstr "5x8" + +#: src/xml/xmli18n-tmp.h:3369 +msgid "6x6" +msgstr "6x6" + +#: src/xml/xmli18n-tmp.h:3370 +msgid "6x8" +msgstr "6x8" + +#: src/xml/xmli18n-tmp.h:3371 +msgid "6x8.5" +msgstr "6x8.5" + +#: src/xml/xmli18n-tmp.h:3372 +msgid "6x9" +msgstr "6x9" + +#: src/xml/xmli18n-tmp.h:3373 +msgid "8x10" +msgstr "8x10" + +#: src/xml/xmli18n-tmp.h:3374 +msgid "Rokukire" +msgstr "Rokukire" + +#: src/xml/xmli18n-tmp.h:3376 +msgid "12x18" +msgstr "12x18" + +#: src/xml/xmli18n-tmp.h:3377 +msgid "Super B 13x19" +msgstr "Super B 13x19" + +#: src/xml/xmli18n-tmp.h:3378 +msgid "Engineering C 17x22" +msgstr "Inžinirstvo C 17x22" + +#: src/xml/xmli18n-tmp.h:3379 +msgid "8x8" +msgstr "8x8" + +#: src/xml/xmli18n-tmp.h:3380 +msgid "8x12" +msgstr "8x12" + +#: src/xml/xmli18n-tmp.h:3381 +msgid "8.5x12" +msgstr "8.5x12" + +#: src/xml/xmli18n-tmp.h:3382 +msgid "YonKire" +msgstr "YonKire" + +#: src/xml/xmli18n-tmp.h:3383 +msgid "11x14" +msgstr "11x14" + +#: src/xml/xmli18n-tmp.h:3384 +msgid "HanKire" +msgstr "HanKire" + +#: src/xml/xmli18n-tmp.h:3385 +msgid "16x20" +msgstr "16x20" + +#: src/xml/xmli18n-tmp.h:3386 +msgid "16x24" +msgstr "16x24" + +#: src/xml/xmli18n-tmp.h:3387 +msgid "20x24" +msgstr "20x24" + +#: src/xml/xmli18n-tmp.h:3388 +msgid "20x30" +msgstr "20x30" + +#: src/xml/xmli18n-tmp.h:3389 +msgid "22x30" +msgstr "22x30" + +#: src/xml/xmli18n-tmp.h:3390 +msgid "24x30" +msgstr "24x30" + +#: src/xml/xmli18n-tmp.h:3391 +msgid "Super A1 24x36" +msgstr "Super A1 24x36" + +#: src/xml/xmli18n-tmp.h:3392 +msgid "30x40" +msgstr "30x40" + +#: src/xml/xmli18n-tmp.h:3393 +msgid "4A" +msgstr "4A" + +#: src/xml/xmli18n-tmp.h:3394 +msgid "2A" +msgstr "2A" + +#: src/xml/xmli18n-tmp.h:3395 +msgid "Super A0" +msgstr "Super spremenilnik" + +#: src/xml/xmli18n-tmp.h:3396 +msgid "A0" +msgstr "A0" + +#: src/xml/xmli18n-tmp.h:3397 +msgid "A1" +msgstr "A1" + +#: src/xml/xmli18n-tmp.h:3398 +msgid "A2" +msgstr "A2" + +#: src/xml/xmli18n-tmp.h:3399 +msgid "A3" +msgstr "A3" + +#: src/xml/xmli18n-tmp.h:3401 +msgid "A5" +msgstr "A5" + +#: src/xml/xmli18n-tmp.h:3402 +msgid "A6" +msgstr "A6" + +#: src/xml/xmli18n-tmp.h:3403 +msgid "A7" +msgstr "A7" + +#: src/xml/xmli18n-tmp.h:3404 +msgid "A8" +msgstr "A8" + +#: src/xml/xmli18n-tmp.h:3405 +msgid "A9" +msgstr "A9" + +#: src/xml/xmli18n-tmp.h:3406 +msgid "A10" +msgstr "A10" + +#: src/xml/xmli18n-tmp.h:3407 +msgid "RA0" +msgstr "RA0" + +#: src/xml/xmli18n-tmp.h:3408 +msgid "RA1" +msgstr "RA1" + +#: src/xml/xmli18n-tmp.h:3409 +msgid "RA2" +msgstr "RA2" + +#: src/xml/xmli18n-tmp.h:3410 +msgid "RA3" +msgstr "RA3" + +#: src/xml/xmli18n-tmp.h:3411 +msgid "RA4" +msgstr "RA4" + +#: src/xml/xmli18n-tmp.h:3412 +msgid "SRA0" +msgstr "SRA0" + +#: src/xml/xmli18n-tmp.h:3413 +msgid "SRA1" +msgstr "SRA1" + +#: src/xml/xmli18n-tmp.h:3414 +msgid "SRA2" +msgstr "SRA2" + +#: src/xml/xmli18n-tmp.h:3415 +msgid "SRA3" +msgstr "SRA3" + +#: src/xml/xmli18n-tmp.h:3416 +msgid "SRA4" +msgstr "SRA4" + +#: src/xml/xmli18n-tmp.h:3417 +msgid "4B ISO" +msgstr "4B ISO" + +#: src/xml/xmli18n-tmp.h:3418 +msgid "2B ISO" +msgstr "2B ISO" + +#: src/xml/xmli18n-tmp.h:3419 +msgid "B0 ISO" +msgstr "B0 ISO" + +#: src/xml/xmli18n-tmp.h:3420 +msgid "B1 ISO" +msgstr "B1 ISO" + +#: src/xml/xmli18n-tmp.h:3421 +msgid "B2 ISO" +msgstr "B2 ISO" + +#: src/xml/xmli18n-tmp.h:3422 +msgid "B3 ISO" +msgstr "B3 ISO" + +#: src/xml/xmli18n-tmp.h:3423 +msgid "B4 ISO" +msgstr "B4 ISO" + +#: src/xml/xmli18n-tmp.h:3424 +msgid "B5 ISO" +msgstr "B5 ISO" + +#: src/xml/xmli18n-tmp.h:3425 +msgid "B6 ISO" +msgstr "B6 ISO" + +#: src/xml/xmli18n-tmp.h:3426 +msgid "B7 ISO" +msgstr "B7 ISO" + +#: src/xml/xmli18n-tmp.h:3427 +msgid "B8 ISO" +msgstr "B8 ISO" + +#: src/xml/xmli18n-tmp.h:3428 +msgid "B9 ISO" +msgstr "B9 ISO" + +#: src/xml/xmli18n-tmp.h:3429 +msgid "B10 ISO" +msgstr "B10 ISO" + +#: src/xml/xmli18n-tmp.h:3430 +msgid "Super B0 JIS" +msgstr "Super B0 JIS" + +#: src/xml/xmli18n-tmp.h:3431 +msgid "B0 JIS" +msgstr "B0 JIS" + +#: src/xml/xmli18n-tmp.h:3432 +msgid "B1 JIS" +msgstr "B1 JIS" + +#: src/xml/xmli18n-tmp.h:3433 +msgid "B2 JIS" +msgstr "B2 JIS" + +#: src/xml/xmli18n-tmp.h:3434 +msgid "B3 JIS" +msgstr "B3 JIS" + +#: src/xml/xmli18n-tmp.h:3435 +msgid "B4 JIS" +msgstr "B4 JIS" + +#: src/xml/xmli18n-tmp.h:3436 +msgid "B5 JIS" +msgstr "B5 JIS" + +#: src/xml/xmli18n-tmp.h:3437 +msgid "B6 JIS" +msgstr "B6 JIS" + +#: src/xml/xmli18n-tmp.h:3438 +msgid "B7 JIS" +msgstr "B7 JIS" + +#: src/xml/xmli18n-tmp.h:3439 +msgid "B8 JIS" +msgstr "B8 JIS" + +#: src/xml/xmli18n-tmp.h:3440 +msgid "B9 JIS" +msgstr "B9 JIS" + +#: src/xml/xmli18n-tmp.h:3441 +msgid "B10 JIS" +msgstr "B10 JIS" + +#: src/xml/xmli18n-tmp.h:3442 +msgid "C0" +msgstr "C0" + +#: src/xml/xmli18n-tmp.h:3443 +msgid "C0 landscape" +msgstr "C0 ležeče" + +#: src/xml/xmli18n-tmp.h:3444 +msgid "C1" +msgstr "C1" + +#: src/xml/xmli18n-tmp.h:3445 +msgid "C1 landscape" +msgstr "C1 ležeče" + +#: src/xml/xmli18n-tmp.h:3446 +msgid "C2" +msgstr "C2" + +#: src/xml/xmli18n-tmp.h:3447 +msgid "C2 landscape" +msgstr "C2 ležeče" + +#: src/xml/xmli18n-tmp.h:3448 +msgid "C3" +msgstr "C3" + +#: src/xml/xmli18n-tmp.h:3449 +msgid "C3 landscape" +msgstr "C3 ležeče" + +#: src/xml/xmli18n-tmp.h:3450 +msgid "C4" +msgstr "C4" + +#: src/xml/xmli18n-tmp.h:3451 +msgid "C4 landscape" +msgstr "C4 ležeče" + +#: src/xml/xmli18n-tmp.h:3452 +msgid "C5" +msgstr "C5" + +#: src/xml/xmli18n-tmp.h:3453 +msgid "C5 landscape" +msgstr "C5 ležeče" + +#: src/xml/xmli18n-tmp.h:3454 +msgid "B6-C4" +msgstr "B6-C4" + +#: src/xml/xmli18n-tmp.h:3455 +msgid "B6-C4 landscape" +msgstr "B6-C4 ležeče" + +#: src/xml/xmli18n-tmp.h:3456 +msgid "C6" +msgstr "C6" + +#: src/xml/xmli18n-tmp.h:3457 +msgid "C6 landscape" +msgstr "C6 ležeče" + +#: src/xml/xmli18n-tmp.h:3458 +msgid "DL" +msgstr "DL" + +#: src/xml/xmli18n-tmp.h:3459 +msgid "DL landscape" +msgstr "DL ležeče" + +#: src/xml/xmli18n-tmp.h:3460 +msgid "C7-6" +msgstr "C7-6" + +#: src/xml/xmli18n-tmp.h:3461 +msgid "C7-6 landscape" +msgstr "C7-6 ležeče" + +#: src/xml/xmli18n-tmp.h:3462 +msgid "C7" +msgstr "C7" + +#: src/xml/xmli18n-tmp.h:3463 +msgid "C7 landscape" +msgstr "C7 ležeče" + +#: src/xml/xmli18n-tmp.h:3464 +msgid "C8" +msgstr "C8" + +#: src/xml/xmli18n-tmp.h:3465 +msgid "C8 landscape" +msgstr "C8 ležeče" + +#: src/xml/xmli18n-tmp.h:3466 +msgid "C9" +msgstr "C9" + +#: src/xml/xmli18n-tmp.h:3467 +msgid "C9 landscape" +msgstr "C9 ležeče" + +#: src/xml/xmli18n-tmp.h:3468 +msgid "C10" +msgstr "C10" + +#: src/xml/xmli18n-tmp.h:3469 +msgid "C10 landscape" +msgstr "C10 ležeče" + +#: src/xml/xmli18n-tmp.h:3470 +msgid "EA5" +msgstr "EA5" + +#: src/xml/xmli18n-tmp.h:3471 +msgid "EA5 landscape" +msgstr "EA5 ležeče" + +#: src/xml/xmli18n-tmp.h:3472 +msgid "ArchA" +msgstr "ArchA" + +#: src/xml/xmli18n-tmp.h:3473 +msgid "ArchA transposed" +msgstr "ArchA transponiran" + +#: src/xml/xmli18n-tmp.h:3474 +msgid "ArchB" +msgstr "ArchB" + +#: src/xml/xmli18n-tmp.h:3475 +msgid "ArchB transposed" +msgstr "ArchB transpniran" + +#: src/xml/xmli18n-tmp.h:3476 +msgid "ArchC" +msgstr "ArchC" + +#: src/xml/xmli18n-tmp.h:3477 +msgid "ArchC transposed" +msgstr "ArchC transponiran" + +#: src/xml/xmli18n-tmp.h:3478 +msgid "ArchD" +msgstr "ArchD" + +#: src/xml/xmli18n-tmp.h:3479 +msgid "ArchD transposed" +msgstr "ArchD transponiran" + +#: src/xml/xmli18n-tmp.h:3480 +msgid "ArchE" +msgstr "ArchE" + +#: src/xml/xmli18n-tmp.h:3481 +msgid "ArchE transposed" +msgstr "ArchE transponiran" + +#: src/xml/xmli18n-tmp.h:3482 +msgid "American foolscap" +msgstr "Ameriški foolscap" + +#: src/xml/xmli18n-tmp.h:3483 +msgid "European foolscap" +msgstr "Evropski foolscap" + +#: src/xml/xmli18n-tmp.h:3484 +msgid "Crown Quarto" +msgstr "Kronsti Quarto" + +#: src/xml/xmli18n-tmp.h:3485 +msgid "Large Crown Quarto" +msgstr "Veliki kronski Quatro" + +#: src/xml/xmli18n-tmp.h:3486 +msgid "Demy Quarto" +msgstr "Demy Quarto" + +#: src/xml/xmli18n-tmp.h:3487 +msgid "Royal Quarto" +msgstr "Royal Quarto" + +#: src/xml/xmli18n-tmp.h:3488 +msgid "Crown Octavo" +msgstr "Kronski Octavo" + +#: src/xml/xmli18n-tmp.h:3489 +msgid "Large Crown Octavo" +msgstr "Veliki kronski Octavo" + +#: src/xml/xmli18n-tmp.h:3490 +msgid "Demy Octavo" +msgstr "Demy Octavo" + +#: src/xml/xmli18n-tmp.h:3491 +msgid "Royal Octavo" +msgstr "Royal Octavo" + +#: src/xml/xmli18n-tmp.h:3492 +msgid "Small paperback" +msgstr "Majhna brošura" + +#: src/xml/xmli18n-tmp.h:3493 +msgid "Penguin small paperback" +msgstr "Penguin majhna brošura" + +#: src/xml/xmli18n-tmp.h:3494 +msgid "Penguin large paperback" +msgstr "Penguin velika brošura" + +#: src/xml/xmli18n-tmp.h:3495 +msgid "10cm x 15cm" +msgstr "10cm x 15cm" + +#: src/xml/xmli18n-tmp.h:3496 +msgid "Hagaki Card" +msgstr "Kartica Hagaki" + +#: src/xml/xmli18n-tmp.h:3497 +msgid "Oufuku Card" +msgstr "Kartica Oufuku" + +#: src/xml/xmli18n-tmp.h:3498 +msgid "Japanese long envelope #3" +msgstr "Japonska dolga ovojnica št. 3" + +#: src/xml/xmli18n-tmp.h:3499 +msgid "Japanese long envelope #3 landscape" +msgstr "Japonska dolga ovojnica št. 3 ležeče" + +#: src/xml/xmli18n-tmp.h:3500 +msgid "Japanese long envelope #4" +msgstr "Japonska dolga ovojnica št. 4" + +#: src/xml/xmli18n-tmp.h:3501 +msgid "Japanese long envelope #4 landscape" +msgstr "Japonska dolga ovojnica št. 4 ležeče" + +#: src/xml/xmli18n-tmp.h:3502 +msgid "Japanese Western-style envelope #4" +msgstr "Japonska ovojnica v zahodnjaškem slogu številka 4" + +#: src/xml/xmli18n-tmp.h:3503 +msgid "Japanese Western-style envelope #4 landscape" +msgstr "Japonska ovojnica v zahodnjaškem slogu številka 4 ležeče" + +#: src/xml/xmli18n-tmp.h:3504 +msgid "Japanese Western-style envelope #6" +msgstr "Japonska ovojnica v zahodnjaškem slogu številka 6" + +#: src/xml/xmli18n-tmp.h:3505 +msgid "Japanese Western-style envelope #6 landscape" +msgstr "Japonska ovojnica v zahodnjaškem slogu številka 4" + +#: src/xml/xmli18n-tmp.h:3506 +msgid "Japanese Kaku envelope #4" +msgstr "Japonska ovojnica Kaku št. 4" + +#: src/xml/xmli18n-tmp.h:3507 +msgid "Japanese Kaku envelope #4 landscape" +msgstr "Japonska Kaku ovojnica št. 4 ležeče" + +#: src/xml/xmli18n-tmp.h:3508 +msgid "Commercial 10" +msgstr "Komericalno 10" + +#: src/xml/xmli18n-tmp.h:3509 +msgid "Commercial 10 landscape" +msgstr "Komericalno 10 ležeče" + +#: src/xml/xmli18n-tmp.h:3510 +msgid "A2 Invitation" +msgstr "Vabilo A2" + +#: src/xml/xmli18n-tmp.h:3511 +msgid "Monarch Envelope" +msgstr "Ovojnica Monarch" + +#: src/xml/xmli18n-tmp.h:3512 +msgid "Monarch Envelope landscape" +msgstr "Ovojnica Monarch ležeče" + +#: src/xml/xmli18n-tmp.h:3513 +msgid "4x5 3/8" +msgstr "4x5 3/8" + +#: src/xml/xmli18n-tmp.h:3514 +msgid "4x7" +msgstr "4x7" + +#: src/xml/xmli18n-tmp.h:3515 +msgid "Wide 101.6x180.6" +msgstr "Široko 101,6x180,6" + +#: src/xml/xmli18n-tmp.h:3516 +msgid "CP_L" +msgstr "CP_L" + +#: src/xml/xmli18n-tmp.h:3517 +msgid "Credit Card" +msgstr "Kreditna kartica" + +#: src/xml/xmli18n-tmp.h:3518 +msgid "Japanese Business Card" +msgstr "Japonska poslovna kartica" + +#: src/xml/xmli18n-tmp.h:3519 +msgid "Wide Postcard" +msgstr "Široka razglednica" + +#: src/xml/xmli18n-tmp.h:3520 +msgid "Chilean Office" +msgstr "Čilski pisarniški papir" + +#: src/xml/xmli18n-tmp.h:3521 +msgid "Chilean Double Letter" +msgstr "Čilski dvojni pisemski papir" + +#: src/xml/xmli18n-tmp.h:3522 +msgid "Chilean Double Office" +msgstr "Čilski dvojni pisarniški papir" + +#: src/xml/xmli18n-tmp.h:3523 +msgid "A3+" +msgstr "A3+" + +#: src/xml/xmli18n-tmp.h:3525 +msgid "89 mm Roll Paper" +msgstr "89 mm zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3526 +msgid "4 Inch Roll Paper" +msgstr "4 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3527 +msgid "5 Inch Roll Paper" +msgstr "5 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3528 +msgid "210 mm Roll Paper" +msgstr "210 mm zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3529 +msgid "13 Inch Roll Paper" +msgstr "13 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3530 +msgid "17 Inch Roll Paper" +msgstr "17 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3531 +msgid "22 Inch Roll Paper" +msgstr "22 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3532 +msgid "24 Inch Roll Paper" +msgstr "24 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3533 +msgid "36 Inch Roll Paper" +msgstr "36 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3534 +msgid "44 Inch Roll Paper" +msgstr "44 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3535 +msgid "60 Inch Roll Paper" +msgstr "60 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3536 +msgid "64 Inch Roll Paper" +msgstr "64 palčni zvitek papirja" + +#: src/xml/xmli18n-tmp.h:3537 +msgid "PostScript Level 1" +msgstr "PostScript raven 1" + +#: src/xml/xmli18n-tmp.h:3538 +msgid "PostScript Level 2" +msgstr "PostScript raven 2" + +#: src/xml/xmli18n-tmp.h:3539 +msgid "Canon BJ-30" +msgstr "Canon BJ-30" + +#: src/xml/xmli18n-tmp.h:3540 +msgid "Canon BJC-50" +msgstr "Canon BJC-50" + +#: src/xml/xmli18n-tmp.h:3541 +msgid "Canon BJC-55" +msgstr "Canon BJC-55" + +#: src/xml/xmli18n-tmp.h:3542 +msgid "Canon BJC-80" +msgstr "Canon BJC-80" + +#: src/xml/xmli18n-tmp.h:3543 +msgid "Canon BJC-85" +msgstr "Canon BJC-85" + +#: src/xml/xmli18n-tmp.h:3544 +msgid "Canon BJC-210" +msgstr "Canon BJC-210" + +#: src/xml/xmli18n-tmp.h:3545 +msgid "Canon BJC-240" +msgstr "Canon BJC-240" + +#: src/xml/xmli18n-tmp.h:3546 +msgid "Canon BJC-250" +msgstr "Canon BJC-250" + +#: src/xml/xmli18n-tmp.h:3547 +msgid "Canon BJC-1000" +msgstr "Canon BJC-1000" + +#: src/xml/xmli18n-tmp.h:3548 +msgid "Canon BJC-2000" +msgstr "Canon BJC-2000" + +#: src/xml/xmli18n-tmp.h:3549 +msgid "Canon BJC-2010" +msgstr "Canon BJC-2010" + +#: src/xml/xmli18n-tmp.h:3550 +msgid "Canon BJC-2100" +msgstr "Canon BJC-2100" + +#: src/xml/xmli18n-tmp.h:3551 +msgid "Canon BJC-2110" +msgstr "Canon BJC-2110" + +#: src/xml/xmli18n-tmp.h:3552 +msgid "Canon BJC-3000" +msgstr "Canon BJC-3000" + +#: src/xml/xmli18n-tmp.h:3553 +msgid "Canon BJC-4000" +msgstr "Canon BJC-4000" + +#: src/xml/xmli18n-tmp.h:3554 +msgid "Canon BJC-4300" +msgstr "Canon BJC-4300" + +#: src/xml/xmli18n-tmp.h:3555 +msgid "Canon BJC-4400" +msgstr "Canon BJC-4400" + +#: src/xml/xmli18n-tmp.h:3556 +msgid "Canon BJC-4550" +msgstr "Canon BJC-4550" + +#: src/xml/xmli18n-tmp.h:3557 +msgid "Canon BJC-5100" +msgstr "Canon BJC-5100" + +#: src/xml/xmli18n-tmp.h:3558 +msgid "Canon BJC-5500" +msgstr "Canon BJC-5500" + +#: src/xml/xmli18n-tmp.h:3559 +msgid "Canon BJC-5500J" +msgstr "Canon BJC-5500J" + +#: src/xml/xmli18n-tmp.h:3560 +msgid "Canon BJC-6000" +msgstr "Canon BJC-6000" + +#: src/xml/xmli18n-tmp.h:3561 +msgid "Canon BJC-6100" +msgstr "Canon BJC-6100" + +#: src/xml/xmli18n-tmp.h:3562 +msgid "Canon BJC-6200" +msgstr "Canon BJC-6200" + +#: src/xml/xmli18n-tmp.h:3563 +msgid "Canon BJC-6500" +msgstr "Canon BJC-6500" + +#: src/xml/xmli18n-tmp.h:3564 +msgid "Canon BJC-7000" +msgstr "Canon BJC-7000" + +#: src/xml/xmli18n-tmp.h:3565 +msgid "Canon BJC-7100" +msgstr "Canon BJC-7100" + +#: src/xml/xmli18n-tmp.h:3566 +msgid "Canon BJC-8200" +msgstr "Canon BJC-8200" + +#: src/xml/xmli18n-tmp.h:3567 +msgid "Canon BJC-8500" +msgstr "Canon BJC-8500" + +#: src/xml/xmli18n-tmp.h:3568 +msgid "Canon S100" +msgstr "Canon S100" + +#: src/xml/xmli18n-tmp.h:3569 +msgid "Canon S200" +msgstr "Canon S200" + +#: src/xml/xmli18n-tmp.h:3570 +msgid "Canon S300" +msgstr "Canon S300" + +#: src/xml/xmli18n-tmp.h:3571 +msgid "Canon S330" +msgstr "Canon S330" + +#: src/xml/xmli18n-tmp.h:3572 +msgid "Canon S400" +msgstr "Canon S400" + +#: src/xml/xmli18n-tmp.h:3573 +msgid "Canon S450" +msgstr "Canon S450" + +#: src/xml/xmli18n-tmp.h:3574 +msgid "Canon S500" +msgstr "Canon S500" + +#: src/xml/xmli18n-tmp.h:3575 +msgid "Canon S520" +msgstr "Canon S520" + +#: src/xml/xmli18n-tmp.h:3576 +msgid "Canon S530D" +msgstr "Canon S530D" + +#: src/xml/xmli18n-tmp.h:3577 +msgid "Canon S600" +msgstr "Canon S600" + +#: src/xml/xmli18n-tmp.h:3578 +msgid "Canon S630" +msgstr "Canon S630" + +#: src/xml/xmli18n-tmp.h:3579 +msgid "Canon S750" +msgstr "Canon S750" + +#: src/xml/xmli18n-tmp.h:3580 +msgid "Canon S800" +msgstr "Canon S800" + +#: src/xml/xmli18n-tmp.h:3581 +msgid "Canon S820" +msgstr "Canon S820" + +#: src/xml/xmli18n-tmp.h:3582 +msgid "Canon S830D" +msgstr "Canon S830D" + +#: src/xml/xmli18n-tmp.h:3583 +msgid "Canon S900" +msgstr "Canon S900" + +#: src/xml/xmli18n-tmp.h:3584 +msgid "Canon S9000" +msgstr "Canon S9000" + +#: src/xml/xmli18n-tmp.h:3585 +msgid "Canon S4500" +msgstr "Canon S4500" + +#: src/xml/xmli18n-tmp.h:3586 +msgid "Canon SELPHY DS700" +msgstr "Canon SELPHY DS700" + +#: src/xml/xmli18n-tmp.h:3587 +msgid "Canon SELPHY DS810" +msgstr "Canon SELPHY DS810" + +#: src/xml/xmli18n-tmp.h:3588 +msgid "Canon PIXMA mini220" +msgstr "Canon PIXMA mini220" + +#: src/xml/xmli18n-tmp.h:3589 +msgid "Canon PIXMA mini320" +msgstr "Canon PIXMA mini320" + +#: src/xml/xmli18n-tmp.h:3590 +msgid "Canon PIXMA mini360" +msgstr "Canon PIXMA mini360" + +#: src/xml/xmli18n-tmp.h:3591 +msgid "Canon PIXMA iP90" +msgstr "Canon PIXMA iP90" + +#: src/xml/xmli18n-tmp.h:3592 +msgid "Canon PIXMA iP90v" +msgstr "Canon PIXMA iP90v" + +#: src/xml/xmli18n-tmp.h:3593 +msgid "Canon PIXMA iP100" +msgstr "Canon PIXMA iP100" + +#: src/xml/xmli18n-tmp.h:3594 +msgid "Canon PIXMA iP2000" +msgstr "Canon PIXMA iP2000" + +#: src/xml/xmli18n-tmp.h:3595 +msgid "Canon iP2700 series" +msgstr "serije Canon iP2700" + +#: src/xml/xmli18n-tmp.h:3596 +msgid "Canon PIXMA iP2700" +msgstr "Canon PIXMA iP2700" + +#: src/xml/xmli18n-tmp.h:3597 +msgid "Canon PIXUS iP2700" +msgstr "Canon PIXUS iP2700" + +#: src/xml/xmli18n-tmp.h:3598 +msgid "Canon PIXMA iP2701" +msgstr "Canon PIXMA iP2701" + +#: src/xml/xmli18n-tmp.h:3599 +msgid "Canon PIXMA iP2702" +msgstr "Canon PIXMA iP2702" + +#: src/xml/xmli18n-tmp.h:3600 +msgid "Canon PIXMA iP2740" +msgstr "Canon PIXMA iP2740" + +#: src/xml/xmli18n-tmp.h:3601 +msgid "Canon PIXMA iP2760" +msgstr "Canon PIXMA iP2760" + +#: src/xml/xmli18n-tmp.h:3602 +msgid "Canon PIXMA iP2770" +msgstr "Canon PIXMA iP2770" + +#: src/xml/xmli18n-tmp.h:3603 +msgid "Canon PIXMA iP2772" +msgstr "Canon PIXMA iP2772" + +#: src/xml/xmli18n-tmp.h:3604 +msgid "Canon PIXMA iP2780" +msgstr "Canon PIXMA iP2780" + +#: src/xml/xmli18n-tmp.h:3605 +msgid "Canon PIXMA iP2788" +msgstr "Canon PIXMA iP2788" + +#: src/xml/xmli18n-tmp.h:3606 +msgid "Canon PIXMA iP3000" +msgstr "Canon PIXMA iP3000" + +#: src/xml/xmli18n-tmp.h:3607 +msgid "Canon PIXMA iP3100" +msgstr "Canon PIXMA iP3100" + +#: src/xml/xmli18n-tmp.h:3608 +msgid "Canon PIXUS iP3100" +msgstr "Canon PIXUS iP3100" + +#: src/xml/xmli18n-tmp.h:3609 +msgid "Canon iP3300 series" +msgstr "serije Canon iP3300" + +#: src/xml/xmli18n-tmp.h:3610 +msgid "Canon PIXMA iP3300" +msgstr "Canon PIXMA iP3300" + +#: src/xml/xmli18n-tmp.h:3611 +msgid "Canon PIXUS iP3300" +msgstr "Canon PIXUS iP3300" + +#: src/xml/xmli18n-tmp.h:3612 +msgid "Canon iP3500 series" +msgstr "serije Canon iP3500" + +#: src/xml/xmli18n-tmp.h:3613 +msgid "Canon PIXMA iP3500" +msgstr "Canon PIXMA iP3500" + +#: src/xml/xmli18n-tmp.h:3614 +msgid "Canon PIXUS iP3500" +msgstr "Canon PIXUS iP3500" + +#: src/xml/xmli18n-tmp.h:3615 +msgid "Canon iP3600 series" +msgstr "serije Canon iP3600" + +#: src/xml/xmli18n-tmp.h:3616 +msgid "Canon PIXMA iP3600" +msgstr "Canon PIXMA iP3600" + +#: src/xml/xmli18n-tmp.h:3617 +msgid "Canon PIXUS iP3600" +msgstr "Canon PIXUS iP3600" + +#: src/xml/xmli18n-tmp.h:3618 +msgid "Canon PIXMA iP3680" +msgstr "Canon PIXMA iP3680" + +#: src/xml/xmli18n-tmp.h:3619 +msgid "Canon PIXMA iP4000" +msgstr "Canon PIXMA iP4000" + +#: src/xml/xmli18n-tmp.h:3620 +msgid "Canon PIXMA iP4000R" +msgstr "Canon PIXMA iP4000R" + +#: src/xml/xmli18n-tmp.h:3621 +msgid "Canon PIXMA iP4100" +msgstr "Canon PIXMA iP4100" + +#: src/xml/xmli18n-tmp.h:3622 +msgid "Canon PIXUS iP4100" +msgstr "Canon PIXUS iP4100" + +#: src/xml/xmli18n-tmp.h:3623 +msgid "Canon PIXUS iP4100R" +msgstr "Canon PIXUS iP4100R" + +#: src/xml/xmli18n-tmp.h:3624 +msgid "Canon PIXMA iP4100R" +msgstr "Canon PIXMA iP4100R" + +#: src/xml/xmli18n-tmp.h:3625 +msgid "Canon iP4200 series" +msgstr "serije Canon iP4200" + +#: src/xml/xmli18n-tmp.h:3626 +msgid "Canon PIXMA iP4200" +msgstr "Canon PIXMA iP4200" + +#: src/xml/xmli18n-tmp.h:3627 +msgid "Canon PIXUS iP4200" +msgstr "Canon PIXUS iP4200" + +#: src/xml/xmli18n-tmp.h:3628 +msgid "Canon iP4300 series" +msgstr "serije Canon iP4300" + +#: src/xml/xmli18n-tmp.h:3629 +msgid "Canon PIXMA iP4300" +msgstr "Canon PIXMA iP4300" + +#: src/xml/xmli18n-tmp.h:3630 +msgid "Canon PIXUS iP4300" +msgstr "Canon PIXUS iP4300" + +#: src/xml/xmli18n-tmp.h:3631 +msgid "Canon iP4500 series" +msgstr "serije Canon iP4500" + +#: src/xml/xmli18n-tmp.h:3632 +msgid "Canon PIXMA iP4500" +msgstr "Canon PIXMA iP4500" + +#: src/xml/xmli18n-tmp.h:3633 +msgid "Canon PIXUS iP4500" +msgstr "Canon PIXUS iP4500" + +#: src/xml/xmli18n-tmp.h:3634 +msgid "Canon iP4600 series" +msgstr "serije Canon iP4600" + +#: src/xml/xmli18n-tmp.h:3635 +msgid "Canon PIXMA iP4600" +msgstr "Canon PIXMA iP4600" + +#: src/xml/xmli18n-tmp.h:3636 +msgid "Canon PIXUS iP4600" +msgstr "Canon PIXUS iP4600" + +#: src/xml/xmli18n-tmp.h:3637 +msgid "Canon PIXMA iP4680" +msgstr "Canon PIXMA iP4680" + +#: src/xml/xmli18n-tmp.h:3638 +msgid "Canon iP4700 series" +msgstr "serije Canon iP4700" + +#: src/xml/xmli18n-tmp.h:3639 +msgid "Canon PIXMA iP4700" +msgstr "Canon PIXMA iP4700" + +#: src/xml/xmli18n-tmp.h:3640 +msgid "Canon PIXUS iP4700" +msgstr "Canon PIXUS iP4700" + +#: src/xml/xmli18n-tmp.h:3641 +msgid "Canon PIXMA iP4760" +msgstr "Canon PIXMA iP4760" + +#: src/xml/xmli18n-tmp.h:3642 +msgid "Canon iP4800 series" +msgstr "serije Canon iP4800" + +#: src/xml/xmli18n-tmp.h:3643 +msgid "Canon PIXMA iP4800" +msgstr "Canon PIXMA iP4800" + +#: src/xml/xmli18n-tmp.h:3644 +msgid "Canon PIXMA iP4810" +msgstr "Canon PIXMA iP4810" + +#: src/xml/xmli18n-tmp.h:3645 +msgid "Canon PIXMA iP4820" +msgstr "Canon PIXMA iP4820" + +#: src/xml/xmli18n-tmp.h:3646 +msgid "Canon PIXUS iP4830" +msgstr "Canon PIXUS iP4830" + +#: src/xml/xmli18n-tmp.h:3647 +msgid "Canon PIXMA iP4840" +msgstr "Canon PIXMA iP4840" + +#: src/xml/xmli18n-tmp.h:3648 +msgid "Canon PIXMA iP4850" +msgstr "Canon PIXMA iP4850" + +#: src/xml/xmli18n-tmp.h:3649 +msgid "Canon PIXMA iP4870" +msgstr "Canon PIXMA iP4870" + +#: src/xml/xmli18n-tmp.h:3650 +msgid "Canon PIXMA iP4880" +msgstr "Canon PIXMA iP4880" + +#: src/xml/xmli18n-tmp.h:3651 +msgid "Canon iP4900 series" +msgstr "serije Canon iP4900" + +#: src/xml/xmli18n-tmp.h:3652 +msgid "Canon PIXMA iP4900" +msgstr "Canon PIXMA iP4900" + +#: src/xml/xmli18n-tmp.h:3653 +msgid "Canon PIXMA iP4910" +msgstr "Canon PIXMA iP4910" + +#: src/xml/xmli18n-tmp.h:3654 +msgid "Canon PIXMA iP4920" +msgstr "Canon PIXMA iP4920" + +#: src/xml/xmli18n-tmp.h:3655 +msgid "Canon PIXUS iP4930" +msgstr "Canon PIXUS iP4930" + +#: src/xml/xmli18n-tmp.h:3656 +msgid "Canon PIXMA iP4940" +msgstr "Canon PIXMA iP4940" + +#: src/xml/xmli18n-tmp.h:3657 +msgid "Canon PIXMA iP4950" +msgstr "Canon PIXMA iP4950" + +#: src/xml/xmli18n-tmp.h:3658 +msgid "Canon PIXMA iP4970" +msgstr "Canon PIXMA iP4970" + +#: src/xml/xmli18n-tmp.h:3659 +msgid "Canon PIXMA iP4980" +msgstr "Canon PIXMA iP4980" + +#: src/xml/xmli18n-tmp.h:3660 +msgid "Canon PIXMA iP5000" +msgstr "Canon PIXMA iP5000" + +#: src/xml/xmli18n-tmp.h:3661 +msgid "Canon PIXMA iP5200" +msgstr "Canon PIXMA iP5200" + +#: src/xml/xmli18n-tmp.h:3662 +msgid "Canon iP5200R series" +msgstr "serije Canon iP5200R" + +#: src/xml/xmli18n-tmp.h:3663 +msgid "Canon PIXMA iP5200R" +msgstr "Canon PIXMA iP5200R" + +#: src/xml/xmli18n-tmp.h:3664 +msgid "Canon PIXUS iP5200R" +msgstr "Canon PIXUS iP5200R" + +#: src/xml/xmli18n-tmp.h:3665 +msgid "Canon PIXMA iP5300" +msgstr "Canon PIXMA iP5300" + +#: src/xml/xmli18n-tmp.h:3666 +msgid "Canon PIXMA iP6000D" +msgstr "Canon PIXMA iP6000D" + +#: src/xml/xmli18n-tmp.h:3667 +msgid "Canon PIXMA iP6100D" +msgstr "Canon PIXMA iP6100D" + +#: src/xml/xmli18n-tmp.h:3668 +msgid "Canon PIXUS iP6100D" +msgstr "Canon PIXUS iP6100D" + +#: src/xml/xmli18n-tmp.h:3669 +msgid "Canon PIXMA iP6210D" +msgstr "Canon PIXMA iP6210D" + +#: src/xml/xmli18n-tmp.h:3670 +msgid "Canon PIXMA iP6220D" +msgstr "Canon PIXMA iP6220D" + +#: src/xml/xmli18n-tmp.h:3671 +msgid "Canon PIXMA iP6310D" +msgstr "Canon PIXMA iP6310D" + +#: src/xml/xmli18n-tmp.h:3672 +msgid "Canon PIXMA iP6320D" +msgstr "Canon PIXMA iP6320D" + +#: src/xml/xmli18n-tmp.h:3673 +msgid "Canon iP6600D series" +msgstr "serije Canon iP6600D" + +#: src/xml/xmli18n-tmp.h:3674 +msgid "Canon PIXMA iP6600D" +msgstr "Canon PIXMA iP6600D" + +#: src/xml/xmli18n-tmp.h:3675 +msgid "Canon PIXUS iP6600D" +msgstr "Canon PIXUS iP6600D" + +#: src/xml/xmli18n-tmp.h:3676 +msgid "Canon iP6700D series" +msgstr "serije Canon iP6700D" + +#: src/xml/xmli18n-tmp.h:3677 +msgid "Canon PIXMA iP6700D" +msgstr "Canon PIXMA iP6700D" + +#: src/xml/xmli18n-tmp.h:3678 +msgid "Canon PIXUS iP6700D" +msgstr "Canon PIXUS iP6700D" + +#: src/xml/xmli18n-tmp.h:3679 +msgid "Canon PIXMA iP7100" +msgstr "Canon PIXMA iP7100" + +#: src/xml/xmli18n-tmp.h:3680 +msgid "Canon PIXUS iP7100" +msgstr "Canon PIXUS iP7100" + +#: src/xml/xmli18n-tmp.h:3681 +msgid "Canon iP7200 series" +msgstr "serije Canon iP7200" + +#: src/xml/xmli18n-tmp.h:3682 +msgid "Canon PIXMA iP7210" +msgstr "Canon PIXMA iP7210" + +#: src/xml/xmli18n-tmp.h:3683 +msgid "Canon PIXMA iP7220" +msgstr "Canon PIXMA iP7220" + +#: src/xml/xmli18n-tmp.h:3684 +msgid "Canon PIXUS iP7230" +msgstr "Canon PIXUS iP7230" + +#: src/xml/xmli18n-tmp.h:3685 +msgid "Canon PIXMA iP7240" +msgstr "Canon PIXMA iP7240" + +#: src/xml/xmli18n-tmp.h:3686 +msgid "Canon PIXMA iP7250" +msgstr "Canon PIXMA iP7250" + +#: src/xml/xmli18n-tmp.h:3687 +msgid "Canon PIXMA iP7260" +msgstr "Canon PIXMA iP7260" + +#: src/xml/xmli18n-tmp.h:3688 +msgid "Canon PIXMA iP7270" +msgstr "Canon PIXMA iP7270" + +#: src/xml/xmli18n-tmp.h:3689 +msgid "Canon PIXMA iP7280" +msgstr "Canon PIXMA iP7280" + +#: src/xml/xmli18n-tmp.h:3690 +msgid "Canon PIXMA iP7500" +msgstr "Canon PIXMA iP7500" + +#: src/xml/xmli18n-tmp.h:3691 +msgid "Canon PIXUS iP7500" +msgstr "Canon PIXUS iP7500" + +#: src/xml/xmli18n-tmp.h:3692 +msgid "Canon PIXMA iP8100" +msgstr "Canon PIXMA iP8100" + +#: src/xml/xmli18n-tmp.h:3693 +msgid "Canon PIXUS iP8100" +msgstr "Canon PIXUS iP8100" + +#: src/xml/xmli18n-tmp.h:3694 +msgid "Canon PIXMA iP8500" +msgstr "Canon PIXMA iP8500" + +#: src/xml/xmli18n-tmp.h:3695 +msgid "Canon PIXMA iP8600" +msgstr "Canon PIXMA iP8600" + +#: src/xml/xmli18n-tmp.h:3696 +msgid "Canon PIXUS iP8600" +msgstr "Canon PIXUS iP8600" + +#: src/xml/xmli18n-tmp.h:3697 +msgid "Canon PIXMA iP9910" +msgstr "Canon PIXMA iP9910" + +#: src/xml/xmli18n-tmp.h:3698 +msgid "Canon PIXUS iP9910" +msgstr "Canon PIXUS iP9910" + +#: src/xml/xmli18n-tmp.h:3699 +msgid "Canon PIXMA iX4000" +msgstr "Canon PIXMA iX4000" + +#: src/xml/xmli18n-tmp.h:3700 +msgid "Canon iX5000 series" +msgstr "serije Canon iX5000" + +#: src/xml/xmli18n-tmp.h:3701 +msgid "Canon PIXMA iX5000" +msgstr "Canon PIXMA iX5000" + +#: src/xml/xmli18n-tmp.h:3702 +msgid "Canon PIXUS iX5000" +msgstr "Canon PIXUS iX5000" + +#: src/xml/xmli18n-tmp.h:3703 +msgid "Canon iX6500 series" +msgstr "serije Canon iX6500" + +#: src/xml/xmli18n-tmp.h:3704 +msgid "Canon PIXMA iX6500" +msgstr "Canon PIXMA iX6500" + +#: src/xml/xmli18n-tmp.h:3705 +msgid "Canon PIXMA iX6510" +msgstr "Canon PIXMA iX6510" + +#: src/xml/xmli18n-tmp.h:3706 +msgid "Canon PIXMA iX6520" +msgstr "Canon PIXMA iX6520" + +#: src/xml/xmli18n-tmp.h:3707 +msgid "Canon PIXUS iX6530" +msgstr "Canon PIXUS iX6530" + +#: src/xml/xmli18n-tmp.h:3708 +msgid "Canon PIXMA iX6540" +msgstr "Canon PIXMA iX6540" + +#: src/xml/xmli18n-tmp.h:3709 +msgid "Canon PIXMA iX6550" +msgstr "Canon PIXMA iX6550" + +#: src/xml/xmli18n-tmp.h:3710 +msgid "Canon PIXMA iX6560" +msgstr "Canon PIXMA iX6560" + +#: src/xml/xmli18n-tmp.h:3711 +msgid "Canon PIXMA iX6580" +msgstr "Canon PIXMA iX6580" + +#: src/xml/xmli18n-tmp.h:3712 +msgid "Canon iX7000 series" +msgstr "serije Canon iX7000" + +#: src/xml/xmli18n-tmp.h:3713 +msgid "Canon PIXMA iX7000" +msgstr "Canon PIXMA iX7000" + +#: src/xml/xmli18n-tmp.h:3714 +msgid "Canon PIXUS iX7000" +msgstr "Canon PIXUS iX7000" + +#: src/xml/xmli18n-tmp.h:3715 +msgid "Canon Pro9000 series" +msgstr "serije Canon Pro9000" + +#: src/xml/xmli18n-tmp.h:3716 +msgid "Canon PIXMA Pro9000" +msgstr "Canon PIXMA Pro9000" + +#: src/xml/xmli18n-tmp.h:3717 +msgid "Canon PIXUS Pro9000" +msgstr "Canon PIXUS Pro9000" + +#: src/xml/xmli18n-tmp.h:3718 +msgid "Canon Pro9000 Mk.II series" +msgstr "serije Canon Pro9000 Mk.II" + +#: src/xml/xmli18n-tmp.h:3719 +msgid "Canon PIXMA Pro9000mk2" +msgstr "Canon PIXMA Pro9000mk2" + +#: src/xml/xmli18n-tmp.h:3720 +msgid "Canon PIXUS Pro9000mk2" +msgstr "Canon PIXUS Pro9000mk2" + +#: src/xml/xmli18n-tmp.h:3721 +msgid "Canon Pro9500 series" +msgstr "serije Canon Pro9500" + +#: src/xml/xmli18n-tmp.h:3722 +msgid "Canon PIXMA Pro9500" +msgstr "Canon PIXMA Pro9500" + +#: src/xml/xmli18n-tmp.h:3723 +msgid "Canon PIXUS Pro9500" +msgstr "Canon PIXUS Pro9500" + +#: src/xml/xmli18n-tmp.h:3724 +msgid "Canon Pro9500 Mk.II series" +msgstr "serije Canon Pro9500 Mk.II" + +#: src/xml/xmli18n-tmp.h:3725 +msgid "Canon PIXMA Pro9500mk2" +msgstr "Canon PIXMA Pro9500mk2" + +#: src/xml/xmli18n-tmp.h:3726 +msgid "Canon PIXUS Pro9500mk2" +msgstr "Canon PIXUS Pro9500mk2" + +#: src/xml/xmli18n-tmp.h:3727 +msgid "Canon MP140 series" +msgstr "serije Canon MP140" + +#: src/xml/xmli18n-tmp.h:3728 +msgid "Canon PIXMA MP140" +msgstr "Canon PIXMA MP140" + +#: src/xml/xmli18n-tmp.h:3729 +msgid "Canon PIXMA MP145" +msgstr "Canon PIXMA MP145" + +#: src/xml/xmli18n-tmp.h:3730 +msgid "Canon MP150 series" +msgstr "serije Canon MP150" + +#: src/xml/xmli18n-tmp.h:3731 +msgid "Canon PIXMA MP150" +msgstr "Canon PIXMA MP150" + +#: src/xml/xmli18n-tmp.h:3732 +msgid "Canon MP160 series" +msgstr "serije Canon MP160" + +#: src/xml/xmli18n-tmp.h:3733 +msgid "Canon PIXMA MP160" +msgstr "Canon PIXMA MP160" + +#: src/xml/xmli18n-tmp.h:3734 +msgid "Canon MP170 series" +msgstr "serije Canon MP170" + +#: src/xml/xmli18n-tmp.h:3735 +msgid "Canon PIXMA MP170" +msgstr "Canon PIXMA MP170" + +#: src/xml/xmli18n-tmp.h:3736 +msgid "Canon PIXUS MP170" +msgstr "Canon PIXUS MP170" + +#: src/xml/xmli18n-tmp.h:3737 +msgid "Canon MP180 series" +msgstr "serije Canon MP180" + +#: src/xml/xmli18n-tmp.h:3738 +msgid "Canon PIXMA MP180" +msgstr "Canon PIXMA MP180" + +#: src/xml/xmli18n-tmp.h:3739 +msgid "Canon MP190 series" +msgstr "serije Canon MP190" + +#: src/xml/xmli18n-tmp.h:3740 +msgid "Canon PIXMA MP190" +msgstr "Canon PIXMA MP190" + +#: src/xml/xmli18n-tmp.h:3741 +msgid "Canon PIXMA MP198" +msgstr "Canon PIXMA MP198" + +#: src/xml/xmli18n-tmp.h:3742 +msgid "Canon MP210 series" +msgstr "serije Canon MP210" + +#: src/xml/xmli18n-tmp.h:3743 +msgid "Canon PIXMA MP210" +msgstr "Canon PIXMA MP210" + +#: src/xml/xmli18n-tmp.h:3744 +msgid "Canon PIXMA MP218" +msgstr "Canon PIXMA MP218" + +#: src/xml/xmli18n-tmp.h:3745 +msgid "Canon MP220 series" +msgstr "serije Canon MP220" + +#: src/xml/xmli18n-tmp.h:3746 +msgid "Canon PIXMA MP220" +msgstr "Canon PIXMA MP220" + +#: src/xml/xmli18n-tmp.h:3747 +msgid "Canon PIXMA MP228" +msgstr "Canon PIXMA MP228" + +#: src/xml/xmli18n-tmp.h:3748 +msgid "Canon MP230 series" +msgstr "serije Canon MP230" + +#: src/xml/xmli18n-tmp.h:3749 +msgid "Canon PIXMA MP230" +msgstr "Canon PIXMA MP230" + +#: src/xml/xmli18n-tmp.h:3750 +msgid "Canon PIXMA MP236" +msgstr "Canon PIXMA MP236" + +#: src/xml/xmli18n-tmp.h:3751 +msgid "Canon PIXMA MP237" +msgstr "Canon PIXMA MP237" + +#: src/xml/xmli18n-tmp.h:3752 +msgid "Canon MP240 series" +msgstr "serije Canon MP240" + +#: src/xml/xmli18n-tmp.h:3753 +msgid "Canon PIXMA MP240" +msgstr "Canon PIXMA MP240" + +#: src/xml/xmli18n-tmp.h:3754 +msgid "Canon PIXMA MP245" +msgstr "Canon PIXMA MP245" + +#: src/xml/xmli18n-tmp.h:3755 +msgid "Canon MP250 series" +msgstr "serije Canon MP250" + +#: src/xml/xmli18n-tmp.h:3756 +msgid "Canon PIXMA MP250" +msgstr "Canon PIXMA MP250" + +#: src/xml/xmli18n-tmp.h:3757 +msgid "Canon PIXMA MP252" +msgstr "Canon PIXMA MP252" + +#: src/xml/xmli18n-tmp.h:3758 +msgid "Canon PIXMA MP258" +msgstr "Canon PIXMA MP258" + +#: src/xml/xmli18n-tmp.h:3759 +msgid "Canon PIXMA MP259" +msgstr "Canon PIXMA MP259" + +#: src/xml/xmli18n-tmp.h:3760 +msgid "Canon MP260 series" +msgstr "serije Canon MP260" + +#: src/xml/xmli18n-tmp.h:3761 +msgid "Canon PIXMA MP260" +msgstr "Canon PIXMA MP260" + +#: src/xml/xmli18n-tmp.h:3762 +msgid "Canon PIXMA MP268" +msgstr "Canon PIXMA MP268" + +#: src/xml/xmli18n-tmp.h:3763 +msgid "Canon MP270 series" +msgstr "serije Canon MP270" + +#: src/xml/xmli18n-tmp.h:3764 +msgid "Canon PIXMA MP270" +msgstr "Canon PIXMA MP270" + +#: src/xml/xmli18n-tmp.h:3765 +msgid "Canon PIXUS MP270" +msgstr "Canon PIXUS MP270" + +#: src/xml/xmli18n-tmp.h:3766 +msgid "Canon PIXMA MP272" +msgstr "Canon PIXMA MP272" + +#: src/xml/xmli18n-tmp.h:3767 +msgid "Canon PIXMA MP276" +msgstr "Canon PIXMA MP276" + +#: src/xml/xmli18n-tmp.h:3768 +msgid "Canon MP280 series" +msgstr "serije Canon MP280" + +#: src/xml/xmli18n-tmp.h:3769 +msgid "Canon PIXMA MP280" +msgstr "Canon PIXMA MP280" + +#: src/xml/xmli18n-tmp.h:3770 +msgid "Canon PIXUS MP280" +msgstr "Canon PIXUS MP280" + +#: src/xml/xmli18n-tmp.h:3771 +msgid "Canon PIXMA MP282" +msgstr "Canon PIXMA MP282" + +#: src/xml/xmli18n-tmp.h:3772 +msgid "Canon PIXMA MP287" +msgstr "Canon PIXMA MP287" + +#: src/xml/xmli18n-tmp.h:3773 +msgid "Canon PIXMA MP288" +msgstr "Canon PIXMA MP288" + +#: src/xml/xmli18n-tmp.h:3774 +msgid "Canon MP360 series" +msgstr "serije Canon MP360" + +#: src/xml/xmli18n-tmp.h:3775 +msgid "Canon PIXMA MP360" +msgstr "Canon PIXMA MP360" + +#: src/xml/xmli18n-tmp.h:3776 +msgid "Canon PIXUS MP360" +msgstr "Canon PIXUS MP360" + +#: src/xml/xmli18n-tmp.h:3777 +msgid "Canon SmartBase MP360" +msgstr "Canon SmartBase MP360" + +#: src/xml/xmli18n-tmp.h:3778 +msgid "Canon SmartBase MP360S" +msgstr "Canon SmartBase MP360S" + +#: src/xml/xmli18n-tmp.h:3779 +msgid "Canon MultiPASS MP360" +msgstr "Canon MultiPASS MP360" + +#: src/xml/xmli18n-tmp.h:3780 +msgid "Canon MP370 series" +msgstr "serije Canon MP370" + +#: src/xml/xmli18n-tmp.h:3781 +msgid "Canon PIXMA MP370" +msgstr "Canon PIXMA MP370" + +#: src/xml/xmli18n-tmp.h:3782 +msgid "Canon PIXUS MP370" +msgstr "Canon PIXUS MP370" + +#: src/xml/xmli18n-tmp.h:3783 +msgid "Canon SmartBase MP370" +msgstr "Canon SmartBase MP370" + +#: src/xml/xmli18n-tmp.h:3784 +msgid "Canon MultiPASS MP370" +msgstr "Canon MultiPASS MP370" + +#: src/xml/xmli18n-tmp.h:3785 +msgid "Canon PIXMA MP375R" +msgstr "Canon PIXMA MP375R" + +#: src/xml/xmli18n-tmp.h:3786 +msgid "Canon PIXUS MP375R" +msgstr "Canon PIXUS MP375R" + +#: src/xml/xmli18n-tmp.h:3787 +msgid "Canon MP390 series" +msgstr "serije Canon MP390" + +#: src/xml/xmli18n-tmp.h:3788 +msgid "Canon PIXMA MP390" +msgstr "Canon PIXMA MP390" + +#: src/xml/xmli18n-tmp.h:3789 +msgid "Canon PIXUS MP390" +msgstr "Canon PIXUS MP390" + +#: src/xml/xmli18n-tmp.h:3790 +msgid "Canon SmartBase MP390" +msgstr "Canon SmartBase MP390" + +#: src/xml/xmli18n-tmp.h:3791 +msgid "Canon MultiPASS MP390" +msgstr "Canon MultiPASS MP390" + +#: src/xml/xmli18n-tmp.h:3792 +msgid "Canon MP450 series" +msgstr "serije Canon MP450" + +#: src/xml/xmli18n-tmp.h:3793 +msgid "Canon PIXMA MP450" +msgstr "Canon PIXMA MP450" + +#: src/xml/xmli18n-tmp.h:3794 +msgid "Canon PIXUS MP450" +msgstr "Canon PIXUS MP450" + +#: src/xml/xmli18n-tmp.h:3795 +msgid "Canon MP460 series" +msgstr "serije Canon MP460" + +#: src/xml/xmli18n-tmp.h:3796 +msgid "Canon PIXMA MP460" +msgstr "Canon PIXMA MP460" + +#: src/xml/xmli18n-tmp.h:3797 +msgid "Canon PIXUS MP460" +msgstr "Canon PIXUS MP460" + +#: src/xml/xmli18n-tmp.h:3798 +msgid "Canon MP470 series" +msgstr "serije Canon MP470" + +#: src/xml/xmli18n-tmp.h:3799 +msgid "Canon PIXMA MP470" +msgstr "Canon PIXMA MP470" + +#: src/xml/xmli18n-tmp.h:3800 +msgid "Canon PIXUS MP470" +msgstr "Canon PIXUS MP470" + +#: src/xml/xmli18n-tmp.h:3801 +msgid "Canon PIXMA MP476" +msgstr "Canon PIXMA MP476" + +#: src/xml/xmli18n-tmp.h:3802 +msgid "Canon MP480 series" +msgstr "serije Canon MP480" + +#: src/xml/xmli18n-tmp.h:3803 +msgid "Canon PIXMA MP480" +msgstr "Canon PIXMA MP480" + +#: src/xml/xmli18n-tmp.h:3804 +msgid "Canon PIXUS MP480" +msgstr "Canon PIXUS MP480" + +#: src/xml/xmli18n-tmp.h:3805 +msgid "Canon PIXMA MP486" +msgstr "Canon PIXMA MP486" + +#: src/xml/xmli18n-tmp.h:3806 +msgid "Canon MP490 series" +msgstr "serije Canon MP490" + +#: src/xml/xmli18n-tmp.h:3807 +msgid "Canon PIXMA MP490" +msgstr "Canon PIXMA MP490" + +#: src/xml/xmli18n-tmp.h:3808 +msgid "Canon PIXUS MP490" +msgstr "Canon PIXUS MP490" + +#: src/xml/xmli18n-tmp.h:3809 +msgid "Canon PIXMA MP492" +msgstr "Canon PIXMA MP492" + +#: src/xml/xmli18n-tmp.h:3810 +msgid "Canon PIXMA MP493" +msgstr "Canon PIXMA MP493" + +#: src/xml/xmli18n-tmp.h:3811 +msgid "Canon PIXUS MP493" +msgstr "Canon PIXUS MP493" + +#: src/xml/xmli18n-tmp.h:3812 +msgid "Canon PIXMA MP495" +msgstr "Canon PIXMA MP495" + +#: src/xml/xmli18n-tmp.h:3813 +msgid "Canon PIXMA MP496" +msgstr "Canon PIXMA MP496" + +#: src/xml/xmli18n-tmp.h:3814 +msgid "Canon PIXMA MP497" +msgstr "Canon PIXMA MP497" + +#: src/xml/xmli18n-tmp.h:3815 +msgid "Canon PIXMA MP498" +msgstr "Canon PIXMA MP498" + +#: src/xml/xmli18n-tmp.h:3816 +msgid "Canon PIXMA MP499" +msgstr "Canon PIXMA MP499" + +#: src/xml/xmli18n-tmp.h:3817 +msgid "Canon MP500 series" +msgstr "serije Canon MP500" + +#: src/xml/xmli18n-tmp.h:3818 +msgid "Canon PIXMA MP500" +msgstr "Canon PIXMA MP500" + +#: src/xml/xmli18n-tmp.h:3819 +msgid "Canon PIXUS MP500" +msgstr "Canon PIXUS MP500" + +#: src/xml/xmli18n-tmp.h:3820 +msgid "Canon MP510 series" +msgstr "serije Canon MP510" + +#: src/xml/xmli18n-tmp.h:3821 +msgid "Canon PIXMA MP510" +msgstr "Canon PIXMA MP510" + +#: src/xml/xmli18n-tmp.h:3822 +msgid "Canon PIXUS MP510" +msgstr "Canon PIXUS MP510" + +#: src/xml/xmli18n-tmp.h:3823 +msgid "Canon MP520 series" +msgstr "serije Canon MP520" + +#: src/xml/xmli18n-tmp.h:3824 +msgid "Canon PIXMA MP520" +msgstr "Canon PIXMA MP520" + +#: src/xml/xmli18n-tmp.h:3825 +msgid "Canon PIXUS MP520" +msgstr "Canon PIXUS MP520" + +#: src/xml/xmli18n-tmp.h:3826 +msgid "Canon MP530 series" +msgstr "serije Canon MP530" + +#: src/xml/xmli18n-tmp.h:3827 +msgid "Canon PIXMA MP530" +msgstr "Canon PIXMA MP530" + +#: src/xml/xmli18n-tmp.h:3828 +msgid "Canon MP540 series" +msgstr "serije Canon MP540" + +#: src/xml/xmli18n-tmp.h:3829 +msgid "Canon PIXMA MP540" +msgstr "Canon PIXMA MP540" + +#: src/xml/xmli18n-tmp.h:3830 +msgid "Canon PIXUS MP540" +msgstr "Canon PIXUS MP540" + +#: src/xml/xmli18n-tmp.h:3831 +msgid "Canon PIXMA MP545" +msgstr "Canon PIXMA MP545" + +#: src/xml/xmli18n-tmp.h:3832 +msgid "Canon MP550 series" +msgstr "serije Canon MP550" + +#: src/xml/xmli18n-tmp.h:3833 +msgid "Canon PIXMA MP550" +msgstr "Canon PIXMA MP550" + +#: src/xml/xmli18n-tmp.h:3834 +msgid "Canon PIXUS MP550" +msgstr "Canon PIXUS MP550" + +#: src/xml/xmli18n-tmp.h:3835 +msgid "Canon PIXMA MP558" +msgstr "Canon PIXMA MP558" + +#: src/xml/xmli18n-tmp.h:3836 +msgid "Canon MP560 series" +msgstr "serije Canon MP560" + +#: src/xml/xmli18n-tmp.h:3837 +msgid "Canon PIXMA MP560" +msgstr "Canon PIXMA MP560" + +#: src/xml/xmli18n-tmp.h:3838 +msgid "Canon PIXUS MP560" +msgstr "Canon PIXUS MP560" + +#: src/xml/xmli18n-tmp.h:3839 +msgid "Canon PIXMA MP568" +msgstr "Canon PIXMA MP568" + +#: src/xml/xmli18n-tmp.h:3840 +msgid "Canon MP600 series" +msgstr "serije Canon MP600" + +#: src/xml/xmli18n-tmp.h:3841 +msgid "Canon PIXMA MP600" +msgstr "Canon PIXMA MP600" + +#: src/xml/xmli18n-tmp.h:3842 +msgid "Canon PIXUS MP600" +msgstr "Canon PIXUS MP600" + +#: src/xml/xmli18n-tmp.h:3843 +msgid "Canon PIXMA MP600R" +msgstr "Canon PIXMA MP600R" + +#: src/xml/xmli18n-tmp.h:3844 +msgid "Canon MP610 series" +msgstr "serije Canon MP610" + +#: src/xml/xmli18n-tmp.h:3845 +msgid "Canon PIXMA MP610" +msgstr "Canon PIXMA MP610" + +#: src/xml/xmli18n-tmp.h:3846 +msgid "Canon PIXUS MP610" +msgstr "Canon PIXUS MP610" + +#: src/xml/xmli18n-tmp.h:3847 +msgid "Canon MP620 series" +msgstr "serije Canon MP620" + +#: src/xml/xmli18n-tmp.h:3848 +msgid "Canon PIXMA MP620" +msgstr "Canon PIXMA MP620" + +#: src/xml/xmli18n-tmp.h:3849 +msgid "Canon PIXUS MP620" +msgstr "Canon PIXUS MP620" + +#: src/xml/xmli18n-tmp.h:3850 +msgid "Canon PIXMA MP628" +msgstr "Canon PIXMA MP628" + +#: src/xml/xmli18n-tmp.h:3851 +msgid "Canon MP630 series" +msgstr "serije Canon MP630" + +#: src/xml/xmli18n-tmp.h:3852 +msgid "Canon PIXMA MP630" +msgstr "Canon PIXMA MP630" + +#: src/xml/xmli18n-tmp.h:3853 +msgid "Canon PIXUS MP630" +msgstr "Canon PIXUS MP630" + +#: src/xml/xmli18n-tmp.h:3854 +msgid "Canon PIXMA MP638" +msgstr "Canon PIXMA MP638" + +#: src/xml/xmli18n-tmp.h:3855 +msgid "Canon MP640 series" +msgstr "serije Canon MP640" + +#: src/xml/xmli18n-tmp.h:3856 +msgid "Canon PIXMA MP640" +msgstr "Canon PIXMA MP640" + +#: src/xml/xmli18n-tmp.h:3857 +msgid "Canon PIXUS MP640" +msgstr "Canon PIXUS MP640" + +#: src/xml/xmli18n-tmp.h:3858 +msgid "Canon PIXMA MP648" +msgstr "Canon PIXMA MP648" + +#: src/xml/xmli18n-tmp.h:3859 +msgid "Canon MP700 series" +msgstr "serije Canon MP700" + +#: src/xml/xmli18n-tmp.h:3860 +msgid "Canon PIXMA MP700" +msgstr "Canon PIXMA MP700" + +#: src/xml/xmli18n-tmp.h:3861 +msgid "Canon PIXUS MP700" +msgstr "Canon PIXUS MP700" + +#: src/xml/xmli18n-tmp.h:3862 +msgid "Canon SmartBase MP700" +msgstr "Canon SmartBase MP700" + +#: src/xml/xmli18n-tmp.h:3863 +msgid "Canon MultiPASS MP700" +msgstr "Canon MultiPASS MP700" + +#: src/xml/xmli18n-tmp.h:3864 +msgid "Canon MP710 series" +msgstr "serije Canon MP710" + +#: src/xml/xmli18n-tmp.h:3865 +msgid "Canon PIXMA MP710" +msgstr "Canon PIXMA MP710" + +#: src/xml/xmli18n-tmp.h:3866 +msgid "Canon PIXUS MP710" +msgstr "Canon PIXUS MP710" + +#: src/xml/xmli18n-tmp.h:3867 +msgid "Canon MP730 series" +msgstr "serije Canon MP730" + +#: src/xml/xmli18n-tmp.h:3868 +msgid "Canon PIXMA MP730" +msgstr "Canon PIXMA MP730" + +#: src/xml/xmli18n-tmp.h:3869 +msgid "Canon PIXUS MP730" +msgstr "Canon PIXUS MP730" + +#: src/xml/xmli18n-tmp.h:3870 +msgid "Canon SmartBase MP730" +msgstr "Canon SmartBase MP730" + +#: src/xml/xmli18n-tmp.h:3871 +msgid "Canon MultiPASS MP730" +msgstr "Canon MultiPASS MP730" + +#: src/xml/xmli18n-tmp.h:3872 +msgid "Canon MP740 series" +msgstr "serije Canon MP740" + +#: src/xml/xmli18n-tmp.h:3873 +msgid "Canon PIXMA MP740" +msgstr "Canon PIXMA MP740" + +#: src/xml/xmli18n-tmp.h:3874 +msgid "Canon PIXUS MP740" +msgstr "Canon PIXUS MP740" + +#: src/xml/xmli18n-tmp.h:3875 +msgid "Canon MP750 series" +msgstr "serije Canon MP750" + +#: src/xml/xmli18n-tmp.h:3876 +msgid "Canon PIXMA MP750" +msgstr "Canon PIXMA MP750" + +#: src/xml/xmli18n-tmp.h:3877 +msgid "Canon MP760 series" +msgstr "serije Canon MP760" + +#: src/xml/xmli18n-tmp.h:3878 +msgid "Canon PIXMA MP760" +msgstr "Canon PIXMA MP760" + +#: src/xml/xmli18n-tmp.h:3879 +msgid "Canon MP770 series" +msgstr "serije Canon MP770" + +#: src/xml/xmli18n-tmp.h:3880 +msgid "Canon PIXMA MP770" +msgstr "Canon PIXMA MP770" + +#: src/xml/xmli18n-tmp.h:3881 +msgid "Canon PIXUS MP770" +msgstr "Canon PIXUS MP770" + +#: src/xml/xmli18n-tmp.h:3882 +msgid "Canon MP780 series" +msgstr "serije Canon MP780" + +#: src/xml/xmli18n-tmp.h:3883 +msgid "Canon PIXMA MP780" +msgstr "Canon PIXMA MP780" + +#: src/xml/xmli18n-tmp.h:3884 +msgid "Canon MP790 series" +msgstr "serije Canon MP790" + +#: src/xml/xmli18n-tmp.h:3885 +msgid "Canon PIXMA MP790" +msgstr "Canon PIXMA MP790" + +#: src/xml/xmli18n-tmp.h:3886 +msgid "Canon PIXUS MP790" +msgstr "Canon PIXUS MP790" + +#: src/xml/xmli18n-tmp.h:3887 +msgid "Canon MP800 series" +msgstr "serije Canon MP800" + +#: src/xml/xmli18n-tmp.h:3888 +msgid "Canon PIXMA MP800" +msgstr "Canon PIXMA MP800" + +#: src/xml/xmli18n-tmp.h:3889 +msgid "Canon PIXUS MP800" +msgstr "Canon PIXUS MP800" + +#: src/xml/xmli18n-tmp.h:3890 +msgid "Canon PIXMA MP800R" +msgstr "Canon PIXMA MP800R" + +#: src/xml/xmli18n-tmp.h:3891 +msgid "Canon MP810 series" +msgstr "serije Canon MP810" + +#: src/xml/xmli18n-tmp.h:3892 +msgid "Canon PIXMA MP810" +msgstr "Canon PIXMA MP810" + +#: src/xml/xmli18n-tmp.h:3893 +msgid "Canon PIXUS MP810" +msgstr "Canon PIXUS MP810" + +#: src/xml/xmli18n-tmp.h:3894 +msgid "Canon MP830 series" +msgstr "serije Canon MP830" + +#: src/xml/xmli18n-tmp.h:3895 +msgid "Canon PIXMA MP830" +msgstr "Canon PIXMA MP830" + +#: src/xml/xmli18n-tmp.h:3896 +msgid "Canon PIXUS MP830" +msgstr "Canon PIXUS MP830" + +#: src/xml/xmli18n-tmp.h:3897 +msgid "Canon MP900 series" +msgstr "serije Canon MP900" + +#: src/xml/xmli18n-tmp.h:3898 +msgid "Canon PIXMA MP900" +msgstr "Canon PIXMA MP900" + +#: src/xml/xmli18n-tmp.h:3899 +msgid "Canon PIXUS MP900" +msgstr "Canon PIXUS MP900" + +#: src/xml/xmli18n-tmp.h:3900 +msgid "Canon MP950 series" +msgstr "serije Canon MP950" + +#: src/xml/xmli18n-tmp.h:3901 +msgid "Canon PIXMA MP950" +msgstr "Canon PIXMA MP950" + +#: src/xml/xmli18n-tmp.h:3902 +msgid "Canon PIXUS MP950" +msgstr "Canon PIXUS MP950" + +#: src/xml/xmli18n-tmp.h:3903 +msgid "Canon MP960 series" +msgstr "serije Canon MP960" + +#: src/xml/xmli18n-tmp.h:3904 +msgid "Canon PIXMA MP960" +msgstr "Canon PIXMA MP960" + +#: src/xml/xmli18n-tmp.h:3905 +msgid "Canon PIXUS MP960" +msgstr "Canon PIXUS MP960" + +#: src/xml/xmli18n-tmp.h:3906 +msgid "Canon MP970 series" +msgstr "serije Canon MP970" + +#: src/xml/xmli18n-tmp.h:3907 +msgid "Canon PIXMA MP970" +msgstr "Canon PIXMA MP970" + +#: src/xml/xmli18n-tmp.h:3908 +msgid "Canon PIXUS MP970" +msgstr "Canon PIXUS MP970" + +#: src/xml/xmli18n-tmp.h:3909 +msgid "Canon MP980 series" +msgstr "serije Canon MP980" + +#: src/xml/xmli18n-tmp.h:3910 +msgid "Canon PIXMA MP980" +msgstr "Canon PIXMA MP980" + +#: src/xml/xmli18n-tmp.h:3911 +msgid "Canon PIXUS MP980" +msgstr "Canon PIXUS MP980" + +#: src/xml/xmli18n-tmp.h:3912 +msgid "Canon PIXMA MP988" +msgstr "Canon PIXMA MP988" + +#: src/xml/xmli18n-tmp.h:3913 +msgid "Canon MP990 series" +msgstr "serije Canon MP990" + +#: src/xml/xmli18n-tmp.h:3914 +msgid "Canon PIXMA MP990" +msgstr "Canon PIXMA MP990" + +#: src/xml/xmli18n-tmp.h:3915 +msgid "Canon PIXUS MP990" +msgstr "Canon PIXUS MP990" + +#: src/xml/xmli18n-tmp.h:3916 +msgid "Canon PIXMA MP996" +msgstr "Canon PIXMA MP996" + +#: src/xml/xmli18n-tmp.h:3917 +msgid "Canon MG2100 series" +msgstr "serije Canon MG2100" + +#: src/xml/xmli18n-tmp.h:3918 +msgid "Canon PIXMA MG2100" +msgstr "Canon PIXMA MG2100" + +#: src/xml/xmli18n-tmp.h:3919 +msgid "Canon PIXMA MG2110" +msgstr "Canon PIXMA MG2110" + +#: src/xml/xmli18n-tmp.h:3920 +msgid "Canon PIXMA MG2120" +msgstr "Canon PIXMA MG2120" + +#: src/xml/xmli18n-tmp.h:3921 +msgid "Canon PIXUS MG2130" +msgstr "Canon PIXUS MG2130" + +#: src/xml/xmli18n-tmp.h:3922 +msgid "Canon PIXMA MG2140" +msgstr "Canon PIXMA MG2140" + +#: src/xml/xmli18n-tmp.h:3923 +msgid "Canon PIXMA MG2150" +msgstr "Canon PIXMA MG2150" + +#: src/xml/xmli18n-tmp.h:3924 +msgid "Canon PIXMA MG2160" +msgstr "Canon PIXMA MG2160" + +#: src/xml/xmli18n-tmp.h:3925 +msgid "Canon PIXMA MG2170" +msgstr "Canon PIXMA MG2170" + +#: src/xml/xmli18n-tmp.h:3926 +msgid "Canon PIXMA MG2180" +msgstr "Canon PIXMA MG2180" + +#: src/xml/xmli18n-tmp.h:3927 +msgid "Canon MG2200 series" +msgstr "serije Canon MG2200" + +#: src/xml/xmli18n-tmp.h:3928 +msgid "Canon PIXMA MG2210" +msgstr "Canon PIXMA MG2210" + +#: src/xml/xmli18n-tmp.h:3929 +msgid "Canon PIXMA MG2220" +msgstr "Canon PIXMA MG2220" + +#: src/xml/xmli18n-tmp.h:3930 +msgid "Canon PIXMA MG2240" +msgstr "Canon PIXMA MG2240" + +#: src/xml/xmli18n-tmp.h:3931 +msgid "Canon PIXMA MG2250" +msgstr "Canon PIXMA MG2250" + +#: src/xml/xmli18n-tmp.h:3932 +msgid "Canon PIXMA MG2260" +msgstr "Canon PIXMA MG2260" + +#: src/xml/xmli18n-tmp.h:3933 +msgid "Canon PIXMA MG2270" +msgstr "Canon PIXMA MG2270" + +#: src/xml/xmli18n-tmp.h:3934 +msgid "Canon PIXMA MG2280" +msgstr "Canon PIXMA MG2280" + +#: src/xml/xmli18n-tmp.h:3935 +msgid "Canon MG2400 series" +msgstr "serije Canon MG2400" + +#: src/xml/xmli18n-tmp.h:3936 +msgid "Canon PIXMA MG2400" +msgstr "Canon PIXMA MG2400" + +#: src/xml/xmli18n-tmp.h:3937 +msgid "Canon PIXMA MG2410" +msgstr "Canon PIXMA MG2410" + +#: src/xml/xmli18n-tmp.h:3938 +msgid "Canon PIXMA MG2420" +msgstr "Canon PIXMA MG2420" + +#: src/xml/xmli18n-tmp.h:3939 +msgid "Canon PIXMA MG2440" +msgstr "Canon PIXMA MG2440" + +#: src/xml/xmli18n-tmp.h:3940 +msgid "Canon PIXMA MG2450" +msgstr "Canon PIXMA MG2450" + +#: src/xml/xmli18n-tmp.h:3941 +msgid "Canon PIXMA MG2470" +msgstr "Canon PIXMA MG2470" + +#: src/xml/xmli18n-tmp.h:3942 +msgid "Canon MG2500 series" +msgstr "serije Canon MG2500" + +#: src/xml/xmli18n-tmp.h:3943 +msgid "Canon PIXMA MG2510" +msgstr "Canon PIXMA MG2510" + +#: src/xml/xmli18n-tmp.h:3944 +msgid "Canon PIXMA MG2520" +msgstr "Canon PIXMA MG2520" + +#: src/xml/xmli18n-tmp.h:3945 +msgid "Canon PIXMA MG2540" +msgstr "Canon PIXMA MG2540" + +#: src/xml/xmli18n-tmp.h:3946 +msgid "Canon PIXMA MG2550" +msgstr "Canon PIXMA MG2550" + +#: src/xml/xmli18n-tmp.h:3947 +msgid "Canon PIXMA MG2560" +msgstr "Canon PIXMA MG2560" + +#: src/xml/xmli18n-tmp.h:3948 +msgid "Canon PIXMA MG2570" +msgstr "Canon PIXMA MG2570" + +#: src/xml/xmli18n-tmp.h:3949 +msgid "Canon PIXMA MG2580" +msgstr "Canon PIXMA MG2580" + +#: src/xml/xmli18n-tmp.h:3950 +msgid "Canon MG3100 series" +msgstr "serije Canon MG3100" + +#: src/xml/xmli18n-tmp.h:3951 +msgid "Canon PIXMA MG3100" +msgstr "Canon PIXMA MG3100" + +#: src/xml/xmli18n-tmp.h:3952 +msgid "Canon PIXMA MG3110" +msgstr "Canon PIXMA MG3110" + +#: src/xml/xmli18n-tmp.h:3953 +msgid "Canon PIXMA MG3120" +msgstr "Canon PIXMA MG3120" + +#: src/xml/xmli18n-tmp.h:3954 +msgid "Canon PIXMA MG3122" +msgstr "Canon PIXMA MG3122" + +#: src/xml/xmli18n-tmp.h:3955 +msgid "Canon PIXUS MG3130" +msgstr "Canon PIXUS MG3130" + +#: src/xml/xmli18n-tmp.h:3956 +msgid "Canon PIXMA MG3140" +msgstr "Canon PIXMA MG3140" + +#: src/xml/xmli18n-tmp.h:3957 +msgid "Canon PIXMA MG3150" +msgstr "Canon PIXMA MG3150" + +#: src/xml/xmli18n-tmp.h:3958 +msgid "Canon PIXMA MG3160" +msgstr "Canon PIXMA MG3160" + +#: src/xml/xmli18n-tmp.h:3959 +msgid "Canon PIXMA MG3170" +msgstr "Canon PIXMA MG3170" + +#: src/xml/xmli18n-tmp.h:3960 +msgid "Canon PIXMA MG3180" +msgstr "Canon PIXMA MG3180" + +#: src/xml/xmli18n-tmp.h:3961 +msgid "Canon MG3200 series" +msgstr "serije Canon MG3200" + +#: src/xml/xmli18n-tmp.h:3962 +msgid "Canon PIXMA MG3210" +msgstr "Canon PIXMA MG3210" + +#: src/xml/xmli18n-tmp.h:3963 +msgid "Canon PIXMA MG3220" +msgstr "Canon PIXMA MG3220" + +#: src/xml/xmli18n-tmp.h:3964 +msgid "Canon PIXMA MG3222" +msgstr "Canon PIXMA MG3222" + +#: src/xml/xmli18n-tmp.h:3965 +msgid "Canon PIXUS MG3230" +msgstr "Canon PIXUS MG3230" + +#: src/xml/xmli18n-tmp.h:3966 +msgid "Canon PIXMA MG3240" +msgstr "Canon PIXMA MG3240" + +#: src/xml/xmli18n-tmp.h:3967 +msgid "Canon PIXMA MG3250" +msgstr "Canon PIXMA MG3250" + +#: src/xml/xmli18n-tmp.h:3968 +msgid "Canon PIXMA MG3260" +msgstr "Canon PIXMA MG3260" + +#: src/xml/xmli18n-tmp.h:3969 +msgid "Canon PIXMA MG3270" +msgstr "Canon PIXMA MG3270" + +#: src/xml/xmli18n-tmp.h:3970 +msgid "Canon MG3500 series" +msgstr "serije Canon MG3500" + +#: src/xml/xmli18n-tmp.h:3971 +msgid "Canon PIXMA MG3510" +msgstr "Canon PIXMA MG3510" + +#: src/xml/xmli18n-tmp.h:3972 +msgid "Canon PIXMA MG3520" +msgstr "Canon PIXMA MG3520" + +#: src/xml/xmli18n-tmp.h:3973 +msgid "Canon PIXUS MG3530" +msgstr "Canon PIXUS MG3530" + +#: src/xml/xmli18n-tmp.h:3974 +msgid "Canon PIXMA MG3540" +msgstr "Canon PIXMA MG3540" + +#: src/xml/xmli18n-tmp.h:3975 +msgid "Canon PIXMA MG3550" +msgstr "Canon PIXMA MG3550" + +#: src/xml/xmli18n-tmp.h:3976 +msgid "Canon PIXMA MG3560" +msgstr "Canon PIXMA MG3560" + +#: src/xml/xmli18n-tmp.h:3977 +msgid "Canon PIXMA MG3570" +msgstr "Canon PIXMA MG3570" + +#: src/xml/xmli18n-tmp.h:3978 +msgid "Canon PIXMA MG3580" +msgstr "Canon PIXMA MG3580" + +#: src/xml/xmli18n-tmp.h:3979 +msgid "Canon MG4100 series" +msgstr "serije Canon MG4100" + +#: src/xml/xmli18n-tmp.h:3980 +msgid "Canon PIXMA MG4100" +msgstr "Canon PIXMA MG4100" + +#: src/xml/xmli18n-tmp.h:3981 +msgid "Canon PIXMA MG4110" +msgstr "Canon PIXMA MG4110" + +#: src/xml/xmli18n-tmp.h:3982 +msgid "Canon PIXMA MG4120" +msgstr "Canon PIXMA MG4120" + +#: src/xml/xmli18n-tmp.h:3983 +msgid "Canon PIXUS MG4130" +msgstr "Canon PIXUS MG4130" + +#: src/xml/xmli18n-tmp.h:3984 +msgid "Canon PIXMA MG4140" +msgstr "Canon PIXMA MG4140" + +#: src/xml/xmli18n-tmp.h:3985 +msgid "Canon PIXMA MG4150" +msgstr "Canon PIXMA MG4150" + +#: src/xml/xmli18n-tmp.h:3986 +msgid "Canon PIXMA MG4160" +msgstr "Canon PIXMA MG4160" + +#: src/xml/xmli18n-tmp.h:3987 +msgid "Canon PIXMA MG4170" +msgstr "Canon PIXMA MG4170" + +#: src/xml/xmli18n-tmp.h:3988 +msgid "Canon PIXMA MG4180" +msgstr "Canon PIXMA MG4180" + +#: src/xml/xmli18n-tmp.h:3989 +msgid "Canon MG4200 series" +msgstr "serije Canon MG4200" + +#: src/xml/xmli18n-tmp.h:3990 +msgid "Canon PIXMA MG4210" +msgstr "Canon PIXMA MG4210" + +#: src/xml/xmli18n-tmp.h:3991 +msgid "Canon PIXMA MG4220" +msgstr "Canon PIXMA MG4220" + +#: src/xml/xmli18n-tmp.h:3992 +msgid "Canon PIXUS MG4230" +msgstr "Canon PIXUS MG4230" + +#: src/xml/xmli18n-tmp.h:3993 +msgid "Canon PIXMA MG4240" +msgstr "Canon PIXMA MG4240" + +#: src/xml/xmli18n-tmp.h:3994 +msgid "Canon PIXMA MG4250" +msgstr "Canon PIXMA MG4250" + +#: src/xml/xmli18n-tmp.h:3995 +msgid "Canon PIXMA MG4260" +msgstr "Canon PIXMA MG4260" + +#: src/xml/xmli18n-tmp.h:3996 +msgid "Canon PIXMA MG4270" +msgstr "Canon PIXMA MG4270" + +#: src/xml/xmli18n-tmp.h:3997 +msgid "Canon PIXMA MG4280" +msgstr "Canon PIXMA MG4280" + +#: src/xml/xmli18n-tmp.h:3998 +msgid "Canon MG5100 series" +msgstr "serije Canon MG5100" + +#: src/xml/xmli18n-tmp.h:3999 +msgid "Canon PIXMA MG5100" +msgstr "Canon PIXMA MG5100" + +#: src/xml/xmli18n-tmp.h:4000 +msgid "Canon PIXMA MG5120" +msgstr "Canon PIXMA MG5120" + +#: src/xml/xmli18n-tmp.h:4001 +msgid "Canon PIXUS MG5130" +msgstr "Canon PIXUS MG5130" + +#: src/xml/xmli18n-tmp.h:4002 +msgid "Canon PIXMA MG5140" +msgstr "Canon PIXMA MG5140" + +#: src/xml/xmli18n-tmp.h:4003 +msgid "Canon PIXMA MG5150" +msgstr "Canon PIXMA MG5150" + +#: src/xml/xmli18n-tmp.h:4004 +msgid "Canon PIXMA MG5170" +msgstr "Canon PIXMA MG5170" + +#: src/xml/xmli18n-tmp.h:4005 +msgid "Canon PIXMA MG5180" +msgstr "Canon PIXMA MG5180" + +#: src/xml/xmli18n-tmp.h:4006 +msgid "Canon MG5200 series" +msgstr "serije Canon MG5200" + +#: src/xml/xmli18n-tmp.h:4007 +msgid "Canon PIXMA MG5200" +msgstr "Canon PIXMA MG5200" + +#: src/xml/xmli18n-tmp.h:4008 +msgid "Canon PIXMA MG5210" +msgstr "Canon PIXMA MG5210" + +#: src/xml/xmli18n-tmp.h:4009 +msgid "Canon PIXMA MG5220" +msgstr "Canon PIXMA MG5220" + +#: src/xml/xmli18n-tmp.h:4010 +msgid "Canon PIXUS MG5230" +msgstr "Canon PIXUS MG5230" + +#: src/xml/xmli18n-tmp.h:4011 +msgid "Canon PIXMA MG5240" +msgstr "Canon PIXMA MG5240" + +#: src/xml/xmli18n-tmp.h:4012 +msgid "Canon PIXMA MG5250" +msgstr "Canon PIXMA MG5250" + +#: src/xml/xmli18n-tmp.h:4013 +msgid "Canon PIXMA MG5270" +msgstr "Canon PIXMA MG5270" + +#: src/xml/xmli18n-tmp.h:4014 +msgid "Canon PIXMA MG5280" +msgstr "Canon PIXMA MG5280" + +#: src/xml/xmli18n-tmp.h:4015 +msgid "Canon MG5300 series" +msgstr "serije Canon MG5300" + +#: src/xml/xmli18n-tmp.h:4016 +msgid "Canon PIXMA MG5300" +msgstr "Canon PIXMA MG5300" + +#: src/xml/xmli18n-tmp.h:4017 +msgid "Canon PIXMA MG5310" +msgstr "Canon PIXMA MG5310" + +#: src/xml/xmli18n-tmp.h:4018 +msgid "Canon PIXMA MG5320" +msgstr "Canon PIXMA MG5320" + +#: src/xml/xmli18n-tmp.h:4019 +msgid "Canon PIXUS MG5330" +msgstr "Canon PIXUS MG5330" + +#: src/xml/xmli18n-tmp.h:4020 +msgid "Canon PIXMA MG5340" +msgstr "Canon PIXMA MG5340" + +#: src/xml/xmli18n-tmp.h:4021 +msgid "Canon PIXMA MG5350" +msgstr "Canon PIXMA MG5350" + +#: src/xml/xmli18n-tmp.h:4022 +msgid "Canon PIXMA MG5370" +msgstr "Canon PIXMA MG5370" + +#: src/xml/xmli18n-tmp.h:4023 +msgid "Canon PIXMA MG5380" +msgstr "Canon PIXMA MG5380" + +#: src/xml/xmli18n-tmp.h:4024 +msgid "Canon MG5400 series" +msgstr "serije Canon MG5400" + +#: src/xml/xmli18n-tmp.h:4025 +msgid "Canon PIXMA MG5410" +msgstr "Canon PIXMA MG5410" + +#: src/xml/xmli18n-tmp.h:4026 +msgid "Canon PIXMA MG5420" +msgstr "Canon PIXMA MG5420" + +#: src/xml/xmli18n-tmp.h:4027 +msgid "Canon PIXMA MG5422" +msgstr "Canon PIXMA MG5422" + +#: src/xml/xmli18n-tmp.h:4028 +msgid "Canon PIXUS MG5430" +msgstr "Canon PIXUS MG5430" + +#: src/xml/xmli18n-tmp.h:4029 +msgid "Canon PIXMA MG5440" +msgstr "Canon PIXMA MG5440" + +#: src/xml/xmli18n-tmp.h:4030 +msgid "Canon PIXMA MG5450" +msgstr "Canon PIXMA MG5450" + +#: src/xml/xmli18n-tmp.h:4031 +msgid "Canon PIXMA MG5460" +msgstr "Canon PIXMA MG5460" + +#: src/xml/xmli18n-tmp.h:4032 +msgid "Canon PIXMA MG5470" +msgstr "Canon PIXMA MG5470" + +#: src/xml/xmli18n-tmp.h:4033 +msgid "Canon PIXMA MG5480" +msgstr "Canon PIXMA MG5480" + +#: src/xml/xmli18n-tmp.h:4034 +msgid "Canon MG5500 series" +msgstr "serije Canon MG5500" + +#: src/xml/xmli18n-tmp.h:4035 +msgid "Canon PIXMA MG5510" +msgstr "Canon PIXMA MG5510" + +#: src/xml/xmli18n-tmp.h:4036 +msgid "Canon PIXMA MG5520" +msgstr "Canon PIXMA MG5520" + +#: src/xml/xmli18n-tmp.h:4037 +msgid "Canon PIXMA MG5522" +msgstr "Canon PIXMA MG5522" + +#: src/xml/xmli18n-tmp.h:4038 +msgid "Canon PIXUS MG5530" +msgstr "Canon PIXUS MG5530" + +#: src/xml/xmli18n-tmp.h:4039 +msgid "Canon PIXMA MG5540" +msgstr "Canon PIXMA MG5540" + +#: src/xml/xmli18n-tmp.h:4040 +msgid "Canon PIXMA MG5550" +msgstr "Canon PIXMA MG5550" + +#: src/xml/xmli18n-tmp.h:4041 +msgid "Canon PIXMA MG5560" +msgstr "Canon PIXMA MG5560" + +#: src/xml/xmli18n-tmp.h:4042 +msgid "Canon PIXMA MG5570" +msgstr "Canon PIXMA MG5570" + +#: src/xml/xmli18n-tmp.h:4043 +msgid "Canon PIXMA MG5580" +msgstr "Canon PIXMA MG5580" + +#: src/xml/xmli18n-tmp.h:4044 +msgid "Canon MG6100 series" +msgstr "serije Canon MG6100" + +#: src/xml/xmli18n-tmp.h:4045 +msgid "Canon PIXMA MG6100" +msgstr "Canon PIXMA MG6100" + +#: src/xml/xmli18n-tmp.h:4046 +msgid "Canon PIXMA MG6110" +msgstr "Canon PIXMA MG6110" + +#: src/xml/xmli18n-tmp.h:4047 +msgid "Canon PIXMA MG6120" +msgstr "Canon PIXMA MG6120" + +#: src/xml/xmli18n-tmp.h:4048 +msgid "Canon PIXUS MG6130" +msgstr "Canon PIXUS MG6130" + +#: src/xml/xmli18n-tmp.h:4049 +msgid "Canon PIXMA MG6140" +msgstr "Canon PIXMA MG6140" + +#: src/xml/xmli18n-tmp.h:4050 +msgid "Canon PIXMA MG6150" +msgstr "Canon PIXMA MG6150" + +#: src/xml/xmli18n-tmp.h:4051 +msgid "Canon PIXMA MG6170" +msgstr "Canon PIXMA MG6170" + +#: src/xml/xmli18n-tmp.h:4052 +msgid "Canon PIXMA MG6180" +msgstr "Canon PIXMA MG6180" + +#: src/xml/xmli18n-tmp.h:4053 +msgid "Canon MG6200 series" +msgstr "serije Canon MG6200" + +#: src/xml/xmli18n-tmp.h:4054 +msgid "Canon PIXMA MG6200" +msgstr "Canon PIXMA MG6200" + +#: src/xml/xmli18n-tmp.h:4055 +msgid "Canon PIXMA MG6210" +msgstr "Canon PIXMA MG6210" + +#: src/xml/xmli18n-tmp.h:4056 +msgid "Canon PIXMA MG6220" +msgstr "Canon PIXMA MG6220" + +#: src/xml/xmli18n-tmp.h:4057 +msgid "Canon PIXUS MG6230" +msgstr "Canon PIXUS MG6230" + +#: src/xml/xmli18n-tmp.h:4058 +msgid "Canon PIXMA MG6240" +msgstr "Canon PIXMA MG6240" + +#: src/xml/xmli18n-tmp.h:4059 +msgid "Canon PIXMA MG6250" +msgstr "Canon PIXMA MG6250" + +#: src/xml/xmli18n-tmp.h:4060 +msgid "Canon PIXMA MG6270" +msgstr "Canon PIXMA MG6270" + +#: src/xml/xmli18n-tmp.h:4061 +msgid "Canon PIXMA MG6280" +msgstr "Canon PIXMA MG6280" + +#: src/xml/xmli18n-tmp.h:4062 +msgid "Canon MG6300 series" +msgstr "serije Canon MG6300" + +#: src/xml/xmli18n-tmp.h:4063 +msgid "Canon PIXMA MG6310" +msgstr "Canon PIXMA MG6310" + +#: src/xml/xmli18n-tmp.h:4064 +msgid "Canon PIXMA MG6320" +msgstr "Canon PIXMA MG6320" + +#: src/xml/xmli18n-tmp.h:4065 +msgid "Canon PIXUS MG6330" +msgstr "Canon PIXUS MG6330" + +#: src/xml/xmli18n-tmp.h:4066 +msgid "Canon PIXMA MG6340" +msgstr "Canon PIXMA MG6340" + +#: src/xml/xmli18n-tmp.h:4067 +msgid "Canon PIXMA MG6350" +msgstr "Canon PIXMA MG6350" + +#: src/xml/xmli18n-tmp.h:4068 +msgid "Canon PIXMA MG6360" +msgstr "Canon PIXMA MG6360" + +#: src/xml/xmli18n-tmp.h:4069 +msgid "Canon PIXMA MG6370" +msgstr "Canon PIXMA MG6370" + +#: src/xml/xmli18n-tmp.h:4070 +msgid "Canon PIXMA MG6380" +msgstr "Canon PIXMA MG6380" + +#: src/xml/xmli18n-tmp.h:4071 +msgid "Canon MG6400 series" +msgstr "serije Canon MG6400" + +#: src/xml/xmli18n-tmp.h:4072 +msgid "Canon PIXMA MG6400" +msgstr "Canon PIXMA MG6400" + +#: src/xml/xmli18n-tmp.h:4073 +msgid "Canon PIXMA MG6410" +msgstr "Canon PIXMA MG6410" + +#: src/xml/xmli18n-tmp.h:4074 +msgid "Canon PIXMA MG6420" +msgstr "Canon PIXMA MG6420" + +#: src/xml/xmli18n-tmp.h:4075 +msgid "Canon PIXMA MG6440" +msgstr "Canon PIXMA MG6440" + +#: src/xml/xmli18n-tmp.h:4076 +msgid "Canon PIXMA MG6450" +msgstr "Canon PIXMA MG6450" + +#: src/xml/xmli18n-tmp.h:4077 +msgid "Canon PIXMA MG6470" +msgstr "Canon PIXMA MG6470" + +#: src/xml/xmli18n-tmp.h:4078 +msgid "Canon MG6500 series" +msgstr "serije Canon MG6500" + +#: src/xml/xmli18n-tmp.h:4079 +msgid "Canon PIXUS MG6530" +msgstr "Canon PIXUS MG6530" + +#: src/xml/xmli18n-tmp.h:4080 +msgid "Canon MG7100 series" +msgstr "serije Canon MG7100" + +#: src/xml/xmli18n-tmp.h:4081 +msgid "Canon PIXMA MG7110" +msgstr "Canon PIXMA MG7110" + +#: src/xml/xmli18n-tmp.h:4082 +msgid "Canon PIXMA MG7120" +msgstr "Canon PIXMA MG7120" + +#: src/xml/xmli18n-tmp.h:4083 +msgid "Canon PIXUS MG7130" +msgstr "Canon PIXUS MG7130" + +#: src/xml/xmli18n-tmp.h:4084 +msgid "Canon PIXMA MG7140" +msgstr "Canon PIXMA MG7140" + +#: src/xml/xmli18n-tmp.h:4085 +msgid "Canon PIXMA MG7150" +msgstr "Canon PIXMA MG7150" + +#: src/xml/xmli18n-tmp.h:4086 +msgid "Canon PIXMA MG7170" +msgstr "Canon PIXMA MG7170" + +#: src/xml/xmli18n-tmp.h:4087 +msgid "Canon PIXMA MG7180" +msgstr "Canon PIXMA MG7180" + +#: src/xml/xmli18n-tmp.h:4088 +msgid "Canon MG8100 series" +msgstr "serije Canon MG8100" + +#: src/xml/xmli18n-tmp.h:4089 +msgid "Canon PIXMA MG8100" +msgstr "Canon PIXMA MG8100" + +#: src/xml/xmli18n-tmp.h:4090 +msgid "Canon PIXMA MG8120" +msgstr "Canon PIXMA MG8120" + +#: src/xml/xmli18n-tmp.h:4091 +msgid "Canon PIXUS MG8130" +msgstr "Canon PIXUS MG8130" + +#: src/xml/xmli18n-tmp.h:4092 +msgid "Canon PIXMA MG8140" +msgstr "Canon PIXMA MG8140" + +#: src/xml/xmli18n-tmp.h:4093 +msgid "Canon PIXMA MG8150" +msgstr "Canon PIXMA MG8150" + +#: src/xml/xmli18n-tmp.h:4094 +msgid "Canon PIXMA MG8170" +msgstr "Canon PIXMA MG8170" + +#: src/xml/xmli18n-tmp.h:4095 +msgid "Canon PIXMA MG8180" +msgstr "Canon PIXMA MG8180" + +#: src/xml/xmli18n-tmp.h:4096 +msgid "Canon MG8200 series" +msgstr "serije Canon MG8200" + +#: src/xml/xmli18n-tmp.h:4097 +msgid "Canon PIXMA MG8200" +msgstr "Canon PIXMA MG8200" + +#: src/xml/xmli18n-tmp.h:4098 +msgid "Canon PIXMA MG8220" +msgstr "Canon PIXMA MG8220" + +#: src/xml/xmli18n-tmp.h:4099 +msgid "Canon PIXUS MG8230" +msgstr "Canon PIXUS MG8230" + +#: src/xml/xmli18n-tmp.h:4100 +msgid "Canon PIXMA MG8240" +msgstr "Canon PIXMA MG8240" + +#: src/xml/xmli18n-tmp.h:4101 +msgid "Canon PIXMA MG8250" +msgstr "Canon PIXMA MG8250" + +#: src/xml/xmli18n-tmp.h:4102 +msgid "Canon PIXMA MG8270" +msgstr "Canon PIXMA MG8270" + +#: src/xml/xmli18n-tmp.h:4103 +msgid "Canon PIXMA MG8280" +msgstr "Canon PIXMA MG8280" + +#: src/xml/xmli18n-tmp.h:4104 +msgid "Canon MX300 series" +msgstr "serije Canon MX300" + +#: src/xml/xmli18n-tmp.h:4105 +msgid "Canon PIXMA MX300" +msgstr "Canon PIXMA MX300" + +#: src/xml/xmli18n-tmp.h:4106 +msgid "Canon PIXMA MX308" +msgstr "Canon PIXMA MX308" + +#: src/xml/xmli18n-tmp.h:4107 +msgid "Canon MX310 series" +msgstr "serije Canon MX310" + +#: src/xml/xmli18n-tmp.h:4108 +msgid "Canon PIXMA MX310" +msgstr "Canon PIXMA MX310" + +#: src/xml/xmli18n-tmp.h:4109 +msgid "Canon PIXMA MX318" +msgstr "Canon PIXMA MX318" + +#: src/xml/xmli18n-tmp.h:4110 +msgid "Canon MX320 series" +msgstr "serije Canon MX320" + +#: src/xml/xmli18n-tmp.h:4111 +msgid "Canon PIXMA MX320" +msgstr "Canon PIXMA MX320" + +#: src/xml/xmli18n-tmp.h:4112 +msgid "Canon PIXMA MX328" +msgstr "Canon PIXMA MX328" + +#: src/xml/xmli18n-tmp.h:4113 +msgid "Canon MX330 series" +msgstr "serije Canon MX330" + +#: src/xml/xmli18n-tmp.h:4114 +msgid "Canon PIXMA MX330" +msgstr "Canon PIXMA MX330" + +#: src/xml/xmli18n-tmp.h:4115 +msgid "Canon PIXMA MX338" +msgstr "Canon PIXMA MX338" + +#: src/xml/xmli18n-tmp.h:4116 +msgid "Canon MX340 series" +msgstr "serije Canon MX340" + +#: src/xml/xmli18n-tmp.h:4117 +msgid "Canon PIXMA MX340" +msgstr "Canon PIXMA MX340" + +#: src/xml/xmli18n-tmp.h:4118 +msgid "Canon PIXMA MX347" +msgstr "Canon PIXMA MX347" + +#: src/xml/xmli18n-tmp.h:4119 +msgid "Canon PIXMA MX348" +msgstr "Canon PIXMA MX348" + +#: src/xml/xmli18n-tmp.h:4120 +msgid "Canon MX350 series" +msgstr "serije Canon MX350" + +#: src/xml/xmli18n-tmp.h:4121 +msgid "Canon PIXMA MX350" +msgstr "Canon PIXMA MX350" + +#: src/xml/xmli18n-tmp.h:4122 +msgid "Canon PIXUS MX350" +msgstr "Canon PIXUS MX350" + +#: src/xml/xmli18n-tmp.h:4123 +msgid "Canon PIXMA MX357" +msgstr "Canon PIXMA MX357" + +#: src/xml/xmli18n-tmp.h:4124 +msgid "Canon PIXMA MX358" +msgstr "Canon PIXMA MX358" + +#: src/xml/xmli18n-tmp.h:4125 +msgid "Canon MX360 series" +msgstr "serije Canon MX360" + +#: src/xml/xmli18n-tmp.h:4126 +msgid "Canon PIXMA MX360" +msgstr "Canon PIXMA MX360" + +#: src/xml/xmli18n-tmp.h:4127 +msgid "Canon PIXMA MX366" +msgstr "Canon PIXMA MX366" + +#: src/xml/xmli18n-tmp.h:4128 +msgid "Canon PIXMA MX368" +msgstr "Canon PIXMA MX368" + +#: src/xml/xmli18n-tmp.h:4129 +msgid "Canon MX370 series" +msgstr "serije Canon MX370" + +#: src/xml/xmli18n-tmp.h:4130 +msgid "Canon PIXMA MX370" +msgstr "Canon PIXMA MX370" + +#: src/xml/xmli18n-tmp.h:4131 +msgid "Canon PIXMA MX371" +msgstr "Canon PIXMA MX371" + +#: src/xml/xmli18n-tmp.h:4132 +msgid "Canon PIXMA MX372" +msgstr "Canon PIXMA MX372" + +#: src/xml/xmli18n-tmp.h:4133 +msgid "Canon PIXMA MX374" +msgstr "Canon PIXMA MX374" + +#: src/xml/xmli18n-tmp.h:4134 +msgid "Canon PIXMA MX375" +msgstr "Canon PIXMA MX375" + +#: src/xml/xmli18n-tmp.h:4135 +msgid "Canon PIXMA MX376" +msgstr "Canon PIXMA MX376" + +#: src/xml/xmli18n-tmp.h:4136 +msgid "Canon PIXMA MX377" +msgstr "Canon PIXMA MX377" + +#: src/xml/xmli18n-tmp.h:4137 +msgid "Canon PIXMA MX378" +msgstr "Canon PIXMA MX378" + +#: src/xml/xmli18n-tmp.h:4138 +msgid "Canon MX390 series" +msgstr "serije Canon MX390" + +#: src/xml/xmli18n-tmp.h:4139 +msgid "Canon PIXMA MX391" +msgstr "Canon PIXMA MX391" + +#: src/xml/xmli18n-tmp.h:4140 +msgid "Canon PIXMA MX392" +msgstr "Canon PIXMA MX392" + +#: src/xml/xmli18n-tmp.h:4141 +msgid "Canon PIXMA MX394" +msgstr "Canon PIXMA MX394" + +#: src/xml/xmli18n-tmp.h:4142 +msgid "Canon PIXMA MX395" +msgstr "Canon PIXMA MX395" + +#: src/xml/xmli18n-tmp.h:4143 +msgid "Canon PIXMA MX396" +msgstr "Canon PIXMA MX396" + +#: src/xml/xmli18n-tmp.h:4144 +msgid "Canon PIXMA MX397" +msgstr "Canon PIXMA MX397" + +#: src/xml/xmli18n-tmp.h:4145 +msgid "Canon PIXMA MX398" +msgstr "Canon PIXMA MX398" + +#: src/xml/xmli18n-tmp.h:4146 +msgid "Canon MX410 series" +msgstr "serije Canon MX410" + +#: src/xml/xmli18n-tmp.h:4147 +msgid "Canon PIXMA MX410" +msgstr "Canon PIXMA MX410" + +#: src/xml/xmli18n-tmp.h:4148 +msgid "Canon PIXMA MX416" +msgstr "Canon PIXMA MX416" + +#: src/xml/xmli18n-tmp.h:4149 +msgid "Canon PIXMA MX418" +msgstr "Canon PIXMA MX418" + +#: src/xml/xmli18n-tmp.h:4150 +msgid "Canon MX420 series" +msgstr "serije Canon MX420" + +#: src/xml/xmli18n-tmp.h:4151 +msgid "Canon PIXMA MX420" +msgstr "Canon PIXMA MX420" + +#: src/xml/xmli18n-tmp.h:4152 +msgid "Canon PIXUS MX420" +msgstr "Canon PIXUS MX420" + +#: src/xml/xmli18n-tmp.h:4153 +msgid "Canon PIXMA MX426" +msgstr "Canon PIXMA MX426" + +#: src/xml/xmli18n-tmp.h:4154 +msgid "Canon PIXMA MX428" +msgstr "Canon PIXMA MX428" + +#: src/xml/xmli18n-tmp.h:4155 +msgid "Canon MX430 series" +msgstr "serije Canon MX430" + +#: src/xml/xmli18n-tmp.h:4156 +msgid "Canon PIXMA MX430" +msgstr "Canon PIXMA MX430" + +#: src/xml/xmli18n-tmp.h:4157 +msgid "Canon PIXMA MX431" +msgstr "Canon PIXMA MX431" + +#: src/xml/xmli18n-tmp.h:4158 +msgid "Canon PIXMA MX432" +msgstr "Canon PIXMA MX432" + +#: src/xml/xmli18n-tmp.h:4159 +msgid "Canon PIXMA MX434" +msgstr "Canon PIXMA MX434" + +#: src/xml/xmli18n-tmp.h:4160 +msgid "Canon PIXMA MX435" +msgstr "Canon PIXMA MX435" + +#: src/xml/xmli18n-tmp.h:4161 +msgid "Canon PIXMA MX436" +msgstr "Canon PIXMA MX436" + +#: src/xml/xmli18n-tmp.h:4162 +msgid "Canon PIXMA MX437" +msgstr "Canon PIXMA MX437" + +#: src/xml/xmli18n-tmp.h:4163 +msgid "Canon PIXMA MX438" +msgstr "Canon PIXMA MX438" + +#: src/xml/xmli18n-tmp.h:4164 +msgid "Canon PIXMA MX439" +msgstr "Canon PIXMA MX439" + +#: src/xml/xmli18n-tmp.h:4165 +msgid "Canon MX450 series" +msgstr "serije Canon MX450" + +#: src/xml/xmli18n-tmp.h:4166 +msgid "Canon PIXMA MX451" +msgstr "Canon PIXMA MX451" + +#: src/xml/xmli18n-tmp.h:4167 +msgid "Canon PIXMA MX452" +msgstr "Canon PIXMA MX452" + +#: src/xml/xmli18n-tmp.h:4168 +msgid "Canon PIXMA MX454" +msgstr "Canon PIXMA MX454" + +#: src/xml/xmli18n-tmp.h:4169 +msgid "Canon PIXMA MX455" +msgstr "Canon PIXMA MX455" + +#: src/xml/xmli18n-tmp.h:4170 +msgid "Canon PIXMA MX456" +msgstr "Canon PIXMA MX456" + +#: src/xml/xmli18n-tmp.h:4171 +msgid "Canon PIXMA MX457" +msgstr "Canon PIXMA MX457" + +#: src/xml/xmli18n-tmp.h:4172 +msgid "Canon PIXMA MX458" +msgstr "Canon PIXMA MX458" + +#: src/xml/xmli18n-tmp.h:4173 +msgid "Canon PIXMA MX459" +msgstr "Canon PIXMA MX459" + +#: src/xml/xmli18n-tmp.h:4174 +msgid "Canon MX510 series" +msgstr "serije Canon MX510" + +#: src/xml/xmli18n-tmp.h:4175 +msgid "Canon PIXMA MX510" +msgstr "Canon PIXMA MX510" + +#: src/xml/xmli18n-tmp.h:4176 +msgid "Canon PIXMA MX511" +msgstr "Canon PIXMA MX511" + +#: src/xml/xmli18n-tmp.h:4177 +msgid "Canon PIXMA MX512" +msgstr "Canon PIXMA MX512" + +#: src/xml/xmli18n-tmp.h:4178 +msgid "Canon PIXUS MX513" +msgstr "Canon PIXUS MX513" + +#: src/xml/xmli18n-tmp.h:4179 +msgid "Canon PIXMA MX514" +msgstr "Canon PIXMA MX514" + +#: src/xml/xmli18n-tmp.h:4180 +msgid "Canon PIXMA MX515" +msgstr "Canon PIXMA MX515" + +#: src/xml/xmli18n-tmp.h:4181 +msgid "Canon PIXMA MX516" +msgstr "Canon PIXMA MX516" + +#: src/xml/xmli18n-tmp.h:4182 +msgid "Canon PIXMA MX517" +msgstr "Canon PIXMA MX517" + +#: src/xml/xmli18n-tmp.h:4183 +msgid "Canon PIXMA MX518" +msgstr "Canon PIXMA MX518" + +#: src/xml/xmli18n-tmp.h:4184 +msgid "Canon MX520 series" +msgstr "serije Canon MX520" + +#: src/xml/xmli18n-tmp.h:4185 +msgid "Canon PIXMA MX521" +msgstr "Canon PIXMA MX521" + +#: src/xml/xmli18n-tmp.h:4186 +msgid "Canon PIXMA MX522" +msgstr "Canon PIXMA MX522" + +#: src/xml/xmli18n-tmp.h:4187 +msgid "Canon PIXUS MX523" +msgstr "Canon PIXUS MX523" + +#: src/xml/xmli18n-tmp.h:4188 +msgid "Canon PIXMA MX524" +msgstr "Canon PIXMA MX524" + +#: src/xml/xmli18n-tmp.h:4189 +msgid "Canon PIXMA MX525" +msgstr "Canon PIXMA MX525" + +#: src/xml/xmli18n-tmp.h:4190 +msgid "Canon PIXMA MX526" +msgstr "Canon PIXMA MX526" + +#: src/xml/xmli18n-tmp.h:4191 +msgid "Canon PIXMA MX527" +msgstr "Canon PIXMA MX527" + +#: src/xml/xmli18n-tmp.h:4192 +msgid "Canon PIXMA MX528" +msgstr "Canon PIXMA MX528" + +#: src/xml/xmli18n-tmp.h:4193 +msgid "Canon MX700 series" +msgstr "serije Canon MX700" + +#: src/xml/xmli18n-tmp.h:4194 +msgid "Canon PIXMA MX700" +msgstr "Canon PIXMA MX700" + +#: src/xml/xmli18n-tmp.h:4195 +msgid "Canon MX710 series" +msgstr "serije Canon MX710" + +#: src/xml/xmli18n-tmp.h:4196 +msgid "Canon PIXMA MX710" +msgstr "Canon PIXMA MX710" + +#: src/xml/xmli18n-tmp.h:4197 +msgid "Canon PIXMA MX711" +msgstr "Canon PIXMA MX711" + +#: src/xml/xmli18n-tmp.h:4198 +msgid "Canon PIXMA MX712" +msgstr "Canon PIXMA MX712" + +#: src/xml/xmli18n-tmp.h:4199 +msgid "Canon PIXMA MX714" +msgstr "Canon PIXMA MX714" + +#: src/xml/xmli18n-tmp.h:4200 +msgid "Canon PIXMA MX715" +msgstr "Canon PIXMA MX715" + +#: src/xml/xmli18n-tmp.h:4201 +msgid "Canon MX720 series" +msgstr "serije Canon MX720" + +#: src/xml/xmli18n-tmp.h:4202 +msgid "Canon PIXMA MX721" +msgstr "Canon PIXMA MX721" + +#: src/xml/xmli18n-tmp.h:4203 +msgid "Canon PIXMA MX722" +msgstr "Canon PIXMA MX722" + +#: src/xml/xmli18n-tmp.h:4204 +msgid "Canon PIXMA MX725" +msgstr "Canon PIXMA MX725" + +#: src/xml/xmli18n-tmp.h:4205 +msgid "Canon PIXMA MX726" +msgstr "Canon PIXMA MX726" + +#: src/xml/xmli18n-tmp.h:4206 +msgid "Canon PIXMA MX727" +msgstr "Canon PIXMA MX727" + +#: src/xml/xmli18n-tmp.h:4207 +msgid "Canon PIXMA MX728" +msgstr "Canon PIXMA MX728" + +#: src/xml/xmli18n-tmp.h:4208 +msgid "Canon MX850 series" +msgstr "serije Canon MX850" + +#: src/xml/xmli18n-tmp.h:4209 +msgid "Canon PIXMA MX850" +msgstr "Canon PIXMA MX850" + +#: src/xml/xmli18n-tmp.h:4210 +msgid "Canon PIXUS MX850" +msgstr "Canon PIXUS MX850" + +#: src/xml/xmli18n-tmp.h:4211 +msgid "Canon MX860 series" +msgstr "serije Canon MX860" + +#: src/xml/xmli18n-tmp.h:4212 +msgid "Canon PIXMA MX860" +msgstr "Canon PIXMA MX860" + +#: src/xml/xmli18n-tmp.h:4213 +msgid "Canon PIXUS MX860" +msgstr "Canon PIXUS MX860" + +#: src/xml/xmli18n-tmp.h:4214 +msgid "Canon PIXMA MX868" +msgstr "Canon PIXMA MX868" + +#: src/xml/xmli18n-tmp.h:4215 +msgid "Canon MX870 series" +msgstr "serije Canon MX870" + +#: src/xml/xmli18n-tmp.h:4216 +msgid "Canon PIXMA MX870" +msgstr "Canon PIXMA MX870" + +#: src/xml/xmli18n-tmp.h:4217 +msgid "Canon PIXUS MX870" +msgstr "Canon PIXUS MX870" + +#: src/xml/xmli18n-tmp.h:4218 +msgid "Canon PIXMA MX876" +msgstr "Canon PIXMA MX876" + +#: src/xml/xmli18n-tmp.h:4219 +msgid "Canon MX880 series" +msgstr "serije Canon MX880" + +#: src/xml/xmli18n-tmp.h:4220 +msgid "Canon PIXMA MX880" +msgstr "Canon PIXMA MX880" + +#: src/xml/xmli18n-tmp.h:4221 +msgid "Canon PIXMA MX882" +msgstr "Canon PIXMA MX882" + +#: src/xml/xmli18n-tmp.h:4222 +msgid "Canon PIXUS MX883" +msgstr "Canon PIXUS MX883" + +#: src/xml/xmli18n-tmp.h:4223 +msgid "Canon PIXMA MX884" +msgstr "Canon PIXMA MX884" + +#: src/xml/xmli18n-tmp.h:4224 +msgid "Canon PIXMA MX885" +msgstr "Canon PIXMA MX885" + +#: src/xml/xmli18n-tmp.h:4225 +msgid "Canon PIXMA MX886" +msgstr "Canon PIXMA MX886" + +#: src/xml/xmli18n-tmp.h:4226 +msgid "Canon PIXMA MX888" +msgstr "Canon PIXMA MX888" + +#: src/xml/xmli18n-tmp.h:4227 +msgid "Canon MX890 series" +msgstr "serije Canon MX890" + +#: src/xml/xmli18n-tmp.h:4228 +msgid "Canon PIXMA MX890" +msgstr "Canon PIXMA MX890" + +#: src/xml/xmli18n-tmp.h:4229 +msgid "Canon PIXMA MX892" +msgstr "Canon PIXMA MX892" + +#: src/xml/xmli18n-tmp.h:4230 +msgid "Canon PIXUS MX893" +msgstr "Canon PIXUS MX893" + +#: src/xml/xmli18n-tmp.h:4231 +msgid "Canon PIXMA MX894" +msgstr "Canon PIXMA MX894" + +#: src/xml/xmli18n-tmp.h:4232 +msgid "Canon PIXMA MX895" +msgstr "Canon PIXMA MX895" + +#: src/xml/xmli18n-tmp.h:4233 +msgid "Canon PIXMA MX897" +msgstr "Canon PIXMA MX897" + +#: src/xml/xmli18n-tmp.h:4234 +msgid "Canon PIXMA MX898" +msgstr "Canon PIXMA MX898" + +#: src/xml/xmli18n-tmp.h:4235 +msgid "Canon MX920 series" +msgstr "serije Canon MX920" + +#: src/xml/xmli18n-tmp.h:4236 +msgid "Canon PIXMA MX922" +msgstr "Canon PIXMA MX922" + +#: src/xml/xmli18n-tmp.h:4237 +msgid "Canon PIXUS MX923" +msgstr "Canon PIXUS MX923" + +#: src/xml/xmli18n-tmp.h:4238 +msgid "Canon PIXMA MX924" +msgstr "Canon PIXMA MX924" + +#: src/xml/xmli18n-tmp.h:4239 +msgid "Canon PIXMA MX925" +msgstr "Canon PIXMA MX925" + +#: src/xml/xmli18n-tmp.h:4240 +msgid "Canon PIXMA MX926" +msgstr "Canon PIXMA MX926" + +#: src/xml/xmli18n-tmp.h:4241 +msgid "Canon PIXMA MX927" +msgstr "Canon PIXMA MX927" + +#: src/xml/xmli18n-tmp.h:4242 +msgid "Canon PIXMA MX928" +msgstr "Canon PIXMA MX928" + +#: src/xml/xmli18n-tmp.h:4243 +msgid "Canon MX7600 series" +msgstr "serije Canon MX7600" + +#: src/xml/xmli18n-tmp.h:4244 +msgid "Canon PIXMA MX7600" +msgstr "Canon PIXMA MX7600" + +#: src/xml/xmli18n-tmp.h:4245 +msgid "Canon PIXUS MX7600" +msgstr "Canon PIXUS MX7600" + +#: src/xml/xmli18n-tmp.h:4246 +msgid "Canon E500 series" +msgstr "serije Canon E500" + +#: src/xml/xmli18n-tmp.h:4247 +msgid "Canon PIXMA E500" +msgstr "Canon PIXMA E500" + +#: src/xml/xmli18n-tmp.h:4248 +msgid "Canon E510 series" +msgstr "serije Canon E510" + +#: src/xml/xmli18n-tmp.h:4249 +msgid "Canon PIXMA E510" +msgstr "Canon PIXMA E510" + +#: src/xml/xmli18n-tmp.h:4250 +msgid "Canon PIXMA E518" +msgstr "Canon PIXMA E518" + +#: src/xml/xmli18n-tmp.h:4251 +msgid "Canon E600 series" +msgstr "serije Canon E600" + +#: src/xml/xmli18n-tmp.h:4252 +msgid "Canon PIXMA E600" +msgstr "Canon PIXMA E600" + +#: src/xml/xmli18n-tmp.h:4253 +msgid "Canon PIXMA E608" +msgstr "Canon PIXMA E608" + +#: src/xml/xmli18n-tmp.h:4254 +msgid "Canon E610 series" +msgstr "serije Canon E610" + +#: src/xml/xmli18n-tmp.h:4255 +msgid "Canon PIXMA E610" +msgstr "Canon PIXMA E610" + +#: src/xml/xmli18n-tmp.h:4256 +msgid "Canon PIXMA E618" +msgstr "Canon PIXMA E618" + +#: src/xml/xmli18n-tmp.h:4257 +msgid "Canon 50i" +msgstr "Canon 50i" + +#: src/xml/xmli18n-tmp.h:4258 +msgid "Canon 80i" +msgstr "Canon 80i" + +#: src/xml/xmli18n-tmp.h:4259 +msgid "Canon 450i" +msgstr "Canon 450i" + +#: src/xml/xmli18n-tmp.h:4260 +msgid "Canon 455i" +msgstr "Canon 455i" + +#: src/xml/xmli18n-tmp.h:4261 +msgid "Canon 470PD" +msgstr "Canon 470PD" + +#: src/xml/xmli18n-tmp.h:4262 +msgid "Canon 475PD" +msgstr "Canon 475PD" + +#: src/xml/xmli18n-tmp.h:4263 +msgid "Canon 550i" +msgstr "Canon 550i" + +#: src/xml/xmli18n-tmp.h:4264 +msgid "Canon 560i" +msgstr "Canon 560i" + +#: src/xml/xmli18n-tmp.h:4265 +msgid "Canon 850i" +msgstr "Canon 850i" + +#: src/xml/xmli18n-tmp.h:4266 +msgid "Canon 860i" +msgstr "Canon 860i" + +#: src/xml/xmli18n-tmp.h:4267 +msgid "Canon 865R" +msgstr "Canon 865R" + +#: src/xml/xmli18n-tmp.h:4268 +msgid "Canon 900PD" +msgstr "Canon 900PD" + +#: src/xml/xmli18n-tmp.h:4269 +msgid "Canon 950i" +msgstr "Canon 950i" + +#: src/xml/xmli18n-tmp.h:4270 +msgid "Canon 960i" +msgstr "Canon 960i" + +#: src/xml/xmli18n-tmp.h:4271 +msgid "Canon 990i" +msgstr "Canon 990i" + +#: src/xml/xmli18n-tmp.h:4272 +msgid "Canon 6100i" +msgstr "Canon 6100i" + +#: src/xml/xmli18n-tmp.h:4273 +msgid "Canon 6500i" +msgstr "Canon 6500i" + +#: src/xml/xmli18n-tmp.h:4274 +msgid "Canon 9100i" +msgstr "Canon 9100i" + +#: src/xml/xmli18n-tmp.h:4275 +msgid "Canon 9900i" +msgstr "Canon 9900i" + +#: src/xml/xmli18n-tmp.h:4276 +msgid "Canon i70" +msgstr "Canon i70" + +#: src/xml/xmli18n-tmp.h:4277 +msgid "Canon i80" +msgstr "Canon i80" + +#: src/xml/xmli18n-tmp.h:4278 +msgid "Canon i450" +msgstr "Canon i450" + +#: src/xml/xmli18n-tmp.h:4279 +msgid "Canon i450X" +msgstr "Canon i450X" + +#: src/xml/xmli18n-tmp.h:4280 +msgid "Canon i455" +msgstr "Canon i455" + +#: src/xml/xmli18n-tmp.h:4281 +msgid "Canon i455X" +msgstr "Canon i455X" + +#: src/xml/xmli18n-tmp.h:4282 +msgid "Canon i470D" +msgstr "Canon i470D" + +#: src/xml/xmli18n-tmp.h:4283 +msgid "Canon i475D" +msgstr "Canon i475D" + +#: src/xml/xmli18n-tmp.h:4284 +msgid "Canon i550" +msgstr "Canon i550" + +#: src/xml/xmli18n-tmp.h:4285 +msgid "Canon i550X" +msgstr "Canon i550X" + +#: src/xml/xmli18n-tmp.h:4286 +msgid "Canon i560" +msgstr "Canon i560" + +#: src/xml/xmli18n-tmp.h:4287 +msgid "Canon i560X" +msgstr "Canon i560X" + +#: src/xml/xmli18n-tmp.h:4288 +msgid "Canon i850old" +msgstr "Canon i850old" + +#: src/xml/xmli18n-tmp.h:4289 +msgid "Canon i850" +msgstr "Canon i850" + +#: src/xml/xmli18n-tmp.h:4290 +msgid "Canon i860old" +msgstr "Canon i860old" + +#: src/xml/xmli18n-tmp.h:4291 +msgid "Canon i860" +msgstr "Canon i860" + +#: src/xml/xmli18n-tmp.h:4292 +msgid "Canon i865old" +msgstr "Canon i865old" + +#: src/xml/xmli18n-tmp.h:4293 +msgid "Canon i865" +msgstr "Canon i865" + +#: src/xml/xmli18n-tmp.h:4294 +msgid "Canon i900D" +msgstr "Canon i900D" + +#: src/xml/xmli18n-tmp.h:4295 +msgid "Canon i905D" +msgstr "Canon i905D" + +#: src/xml/xmli18n-tmp.h:4296 +msgid "Canon i950" +msgstr "Canon i950" + +#: src/xml/xmli18n-tmp.h:4297 +msgid "Canon i960" +msgstr "Canon i960" + +#: src/xml/xmli18n-tmp.h:4298 +msgid "Canon i965" +msgstr "Canon i965" + +#: src/xml/xmli18n-tmp.h:4299 +msgid "Canon i990" +msgstr "Canon i990" + +#: src/xml/xmli18n-tmp.h:4300 +msgid "Canon i6100" +msgstr "Canon i6100" + +#: src/xml/xmli18n-tmp.h:4301 +msgid "Canon i6500" +msgstr "Canon i6500" + +#: src/xml/xmli18n-tmp.h:4302 +msgid "Canon i9100" +msgstr "Canon i9100" + +#: src/xml/xmli18n-tmp.h:4303 +msgid "Canon i9900" +msgstr "Canon i9900" + +#: src/xml/xmli18n-tmp.h:4304 +msgid "Canon i9950" +msgstr "Canon i9950" + +#: src/xml/xmli18n-tmp.h:4305 +msgid "Epson Artisan 50" +msgstr "Epson Artisan 50" + +#: src/xml/xmli18n-tmp.h:4306 +msgid "Epson Artisan 700" +msgstr "Epson Artisan 700" + +#: src/xml/xmli18n-tmp.h:4307 +msgid "Epson Artisan 710" +msgstr "Epson Artisan 710" + +#: src/xml/xmli18n-tmp.h:4308 +msgid "Epson Artisan 800" +msgstr "Epson Artisan 800" + +#: src/xml/xmli18n-tmp.h:4309 +msgid "Epson Artisan 810" +msgstr "Epson Artisan 810" + +#: src/xml/xmli18n-tmp.h:4310 +msgid "Epson Artisan 835" +msgstr "Epson Artisan 835" + +#: src/xml/xmli18n-tmp.h:4311 +msgid "Epson B-300" +msgstr "Epson B-300" + +#: src/xml/xmli18n-tmp.h:4312 +msgid "Epson B-308" +msgstr "Epson B-308" + +#: src/xml/xmli18n-tmp.h:4313 +msgid "Epson B-310" +msgstr "Epson B-310" + +#: src/xml/xmli18n-tmp.h:4314 +msgid "Epson B-310N" +msgstr "Epson B-310N" + +#: src/xml/xmli18n-tmp.h:4315 +msgid "Epson B-500DN" +msgstr "Epson B-500DN" + +#: src/xml/xmli18n-tmp.h:4316 +msgid "Epson B-508DN" +msgstr "Epson B-508DN" + +#: src/xml/xmli18n-tmp.h:4317 +msgid "Epson B-510DN" +msgstr "Epson B-510DN" + +#: src/xml/xmli18n-tmp.h:4318 +msgid "Epson Stylus C20" +msgstr "Epson Stylus C20" + +#: src/xml/xmli18n-tmp.h:4319 +msgid "Epson Stylus C20SX" +msgstr "Epson Stylus C20SX" + +#: src/xml/xmli18n-tmp.h:4320 +msgid "Epson Stylus C20UX" +msgstr "Epson Stylus C20UX" + +#: src/xml/xmli18n-tmp.h:4321 +msgid "Epson Stylus C40" +msgstr "Epson Stylus C40" + +#: src/xml/xmli18n-tmp.h:4322 +msgid "Epson Stylus C40SX" +msgstr "Epson Stylus C40SX" + +#: src/xml/xmli18n-tmp.h:4323 +msgid "Epson Stylus C40UX" +msgstr "Epson Stylus C40UX" + +#: src/xml/xmli18n-tmp.h:4324 +msgid "Epson Stylus C41" +msgstr "Epson Stylus C41" + +#: src/xml/xmli18n-tmp.h:4325 +msgid "Epson Stylus C41SX" +msgstr "Epson Stylus C41SX" + +#: src/xml/xmli18n-tmp.h:4326 +msgid "Epson Stylus C41UX" +msgstr "Epson Stylus C41UX" + +#: src/xml/xmli18n-tmp.h:4327 +msgid "Epson Stylus C42" +msgstr "Epson Stylus C42" + +#: src/xml/xmli18n-tmp.h:4328 +msgid "Epson Stylus C42SX" +msgstr "Epson Stylus C42SX" + +#: src/xml/xmli18n-tmp.h:4329 +msgid "Epson Stylus C42UX" +msgstr "Epson Stylus C42UX" + +#: src/xml/xmli18n-tmp.h:4330 +msgid "Epson Stylus C43" +msgstr "Epson Stylus C43" + +#: src/xml/xmli18n-tmp.h:4331 +msgid "Epson Stylus C43SX" +msgstr "Epson Stylus C43SX" + +#: src/xml/xmli18n-tmp.h:4332 +msgid "Epson Stylus C43UX" +msgstr "Epson Stylus C43UX" + +#: src/xml/xmli18n-tmp.h:4333 +msgid "Epson Stylus C44" +msgstr "Epson Stylus C44" + +#: src/xml/xmli18n-tmp.h:4334 +msgid "Epson Stylus C44SX" +msgstr "Epson Stylus C44SX" + +#: src/xml/xmli18n-tmp.h:4335 +msgid "Epson Stylus C44UX" +msgstr "Epson Stylus C44UX" + +#: src/xml/xmli18n-tmp.h:4336 +msgid "Epson Stylus C45" +msgstr "Epson Stylus C45" + +#: src/xml/xmli18n-tmp.h:4337 +msgid "Epson Stylus C46" +msgstr "Epson Stylus C46" + +#: src/xml/xmli18n-tmp.h:4338 +msgid "Epson Stylus C48" +msgstr "Epson Stylus C48" + +#: src/xml/xmli18n-tmp.h:4339 +msgid "Epson Stylus C50" +msgstr "Epson Stylus C50" + +#: src/xml/xmli18n-tmp.h:4340 +msgid "Epson Stylus C60" +msgstr "Epson Stylus C60" + +#: src/xml/xmli18n-tmp.h:4341 +msgid "Epson Stylus C61" +msgstr "Epson Stylus C61" + +#: src/xml/xmli18n-tmp.h:4342 +msgid "Epson Stylus C62" +msgstr "Epson Stylus C62" + +#: src/xml/xmli18n-tmp.h:4343 +msgid "Epson Stylus C63" +msgstr "Epson Stylus C63" + +#: src/xml/xmli18n-tmp.h:4344 +msgid "Epson Stylus C64" +msgstr "Epson Stylus C64" + +#: src/xml/xmli18n-tmp.h:4345 +msgid "Epson Stylus C65" +msgstr "Epson Stylus C65" + +#: src/xml/xmli18n-tmp.h:4346 +msgid "Epson Stylus C66" +msgstr "Epson Stylus C66" + +#: src/xml/xmli18n-tmp.h:4347 +msgid "Epson Stylus C68" +msgstr "Epson Stylus C68" + +#: src/xml/xmli18n-tmp.h:4348 +msgid "Epson Stylus C70" +msgstr "Epson Stylus C70" + +#: src/xml/xmli18n-tmp.h:4349 +msgid "Epson Stylus C79" +msgstr "Epson Stylus C79" + +#: src/xml/xmli18n-tmp.h:4350 +msgid "Epson Stylus C80" +msgstr "Epson Stylus C80" + +#: src/xml/xmli18n-tmp.h:4351 +msgid "Epson Stylus C82" +msgstr "Epson Stylus C82" + +#: src/xml/xmli18n-tmp.h:4352 +msgid "Epson Stylus C83" +msgstr "Epson Stylus C83" + +#: src/xml/xmli18n-tmp.h:4353 +msgid "Epson Stylus C84" +msgstr "Epson Stylus C84" + +#: src/xml/xmli18n-tmp.h:4354 +msgid "Epson Stylus C85" +msgstr "Epson Stylus C85" + +#: src/xml/xmli18n-tmp.h:4355 +msgid "Epson Stylus C86" +msgstr "Epson Stylus C86" + +#: src/xml/xmli18n-tmp.h:4356 +msgid "Epson Stylus C87" +msgstr "Epson Stylus C87" + +#: src/xml/xmli18n-tmp.h:4357 +msgid "Epson Stylus C88" +msgstr "Epson Stylus C88" + +#: src/xml/xmli18n-tmp.h:4358 +msgid "Epson Stylus C92" +msgstr "Epson Stylus C92" + +#: src/xml/xmli18n-tmp.h:4359 +msgid "Epson Stylus C110" +msgstr "Epson Stylus C110" + +#: src/xml/xmli18n-tmp.h:4360 +msgid "Epson Stylus C120" +msgstr "Epson Stylus C120" + +#: src/xml/xmli18n-tmp.h:4361 +msgid "Epson Stylus Color" +msgstr "Epson Stylus Color" + +#: src/xml/xmli18n-tmp.h:4362 +msgid "Epson Stylus Color I" +msgstr "Epson Stylus Color I" + +#: src/xml/xmli18n-tmp.h:4363 +msgid "Epson Stylus Color II" +msgstr "Epson Stylus Color II" + +#: src/xml/xmli18n-tmp.h:4364 +msgid "Epson Stylus Color IIs" +msgstr "Epson Stylus Color IIs" + +#: src/xml/xmli18n-tmp.h:4365 +msgid "Epson Stylus Color PRO" +msgstr "Epson Stylus Color PRO" + +#: src/xml/xmli18n-tmp.h:4366 +msgid "Epson Stylus Pro XL" +msgstr "Epson Stylus Pro XL" + +#: src/xml/xmli18n-tmp.h:4367 +msgid "Epson Stylus Color 400" +msgstr "Epson Stylus Color 400" + +#: src/xml/xmli18n-tmp.h:4368 +msgid "Epson Stylus Color 440" +msgstr "Epson Stylus Color 440" + +#: src/xml/xmli18n-tmp.h:4369 +msgid "Epson Stylus Color 460" +msgstr "Epson Stylus Color 460" + +#: src/xml/xmli18n-tmp.h:4370 +msgid "Epson Stylus Color 480" +msgstr "Epson Stylus Color 480" + +#: src/xml/xmli18n-tmp.h:4371 +msgid "Epson Stylus Color 500" +msgstr "Epson Stylus Color 500" + +#: src/xml/xmli18n-tmp.h:4372 +msgid "Epson Stylus Color 580" +msgstr "Epson Stylus Color 580" + +#: src/xml/xmli18n-tmp.h:4373 +msgid "Epson Stylus Color 600" +msgstr "Epson Stylus Color 600" + +#: src/xml/xmli18n-tmp.h:4374 +msgid "Epson Stylus Color 640" +msgstr "Epson Stylus Color 640" + +#: src/xml/xmli18n-tmp.h:4375 +msgid "Epson Stylus Color 660" +msgstr "Epson Stylus Color 660" + +#: src/xml/xmli18n-tmp.h:4376 +msgid "Epson Stylus Color 670" +msgstr "Epson Stylus Color 670" + +#: src/xml/xmli18n-tmp.h:4377 +msgid "Epson Stylus Color 680" +msgstr "Epson Stylus Color 680" + +#: src/xml/xmli18n-tmp.h:4378 +msgid "Epson Stylus Color 740" +msgstr "Epson Stylus Color 740" + +#: src/xml/xmli18n-tmp.h:4379 +msgid "Epson Stylus Color 760" +msgstr "Epson Stylus Color 760" + +#: src/xml/xmli18n-tmp.h:4380 +msgid "Epson Stylus Color 777" +msgstr "Epson Stylus Color 777" + +#: src/xml/xmli18n-tmp.h:4381 +msgid "Epson Stylus Color 800" +msgstr "Epson Stylus Color 800" + +#: src/xml/xmli18n-tmp.h:4382 +msgid "Epson Stylus Color 850" +msgstr "Epson Stylus Color 850" + +#: src/xml/xmli18n-tmp.h:4383 +msgid "Epson Stylus Color 860" +msgstr "Epson Stylus Color 860" + +#: src/xml/xmli18n-tmp.h:4384 +msgid "Epson Stylus Color 880" +msgstr "Epson Stylus Color 880" + +#: src/xml/xmli18n-tmp.h:4385 +msgid "Epson Stylus Color 8 3" +msgstr "Epson Stylus Color 8 3" + +#: src/xml/xmli18n-tmp.h:4386 +msgid "Epson Stylus Color 900" +msgstr "Epson Stylus Color 900" + +#: src/xml/xmli18n-tmp.h:4387 +msgid "Epson Stylus Color 980" +msgstr "Epson Stylus Color 980" + +#: src/xml/xmli18n-tmp.h:4388 +msgid "Epson Stylus Color 1160" +msgstr "Epson Stylus Color 1160" + +#: src/xml/xmli18n-tmp.h:4389 +msgid "Epson Stylus Color 1500" +msgstr "Epson Stylus Color 1500" + +#: src/xml/xmli18n-tmp.h:4390 +msgid "Epson Stylus Color 1520" +msgstr "Epson Stylus Color 1520" + +#: src/xml/xmli18n-tmp.h:4391 +msgid "Epson Stylus Color 3000" +msgstr "Epson Stylus Color 3000" + +#: src/xml/xmli18n-tmp.h:4392 +msgid "Epson Stylus Office B30" +msgstr "Epson Stylus Office B30" + +#: src/xml/xmli18n-tmp.h:4393 +msgid "Epson Stylus Office B33" +msgstr "Epson Stylus Office B33" + +#: src/xml/xmli18n-tmp.h:4394 +msgid "Epson Stylus Office B40W" +msgstr "Epson Stylus Office B40W" + +#: src/xml/xmli18n-tmp.h:4395 +msgid "Epson Stylus Office B1100" +msgstr "Epson Stylus Office B1100" + +#: src/xml/xmli18n-tmp.h:4396 +msgid "Epson Stylus Office T30" +msgstr "Epson Stylus Office T30" + +#: src/xml/xmli18n-tmp.h:4397 +msgid "Epson Stylus Office T33" +msgstr "Epson Stylus Office T33" + +#: src/xml/xmli18n-tmp.h:4398 +msgid "Epson Stylus Office T40W" +msgstr "Epson Stylus Office T40W" + +#: src/xml/xmli18n-tmp.h:4399 +msgid "Epson Stylus Office T1100" +msgstr "Epson Stylus Office T1100" + +#: src/xml/xmli18n-tmp.h:4400 +msgid "Epson Stylus Office T1110" +msgstr "Epson Stylus Office T1110" + +#: src/xml/xmli18n-tmp.h:4401 +msgid "Epson Stylus Office BX300F" +msgstr "Epson Stylus Office BX300F" + +#: src/xml/xmli18n-tmp.h:4402 +msgid "Epson Stylus Office BX535WD" +msgstr "Epson Stylus Office BX535WD" + +#: src/xml/xmli18n-tmp.h:4403 +msgid "Epson Stylus Office BX600FW" +msgstr "Epson Stylus Office BX600FW" + +#: src/xml/xmli18n-tmp.h:4404 +msgid "Epson Stylus Office BX630FW" +msgstr "Epson Stylus Office BX630FW" + +#: src/xml/xmli18n-tmp.h:4405 +msgid "Epson Stylus Office BX635FWD" +msgstr "Epson Stylus Office BX635FWD" + +#: src/xml/xmli18n-tmp.h:4406 +msgid "Epson Stylus Office SX600FW" +msgstr "Epson Stylus Office SX600FW" + +#: src/xml/xmli18n-tmp.h:4407 +msgid "Epson Stylus Office TX300F" +msgstr "Epson Stylus Office TX300F" + +#: src/xml/xmli18n-tmp.h:4408 +msgid "Epson Stylus Office TX600FW" +msgstr "Epson Stylus Office TX600FW" + +#: src/xml/xmli18n-tmp.h:4409 +msgid "Epson Stylus Office TX620FWD" +msgstr "Epson Stylus Office TX620FWD" + +#: src/xml/xmli18n-tmp.h:4410 +msgid "Epson Stylus Photo" +msgstr "Epson Stylus Photo" + +#: src/xml/xmli18n-tmp.h:4411 +msgid "Epson Stylus Photo 700" +msgstr "Epson Stylus Photo 700" + +#: src/xml/xmli18n-tmp.h:4412 +msgid "Epson Stylus Photo EX" +msgstr "Epson Stylus Photo EX" + +#: src/xml/xmli18n-tmp.h:4413 +msgid "Epson Stylus Photo EX3" +msgstr "Epson Stylus Photo EX3" + +#: src/xml/xmli18n-tmp.h:4414 +msgid "Epson Stylus Photo 720" +msgstr "Epson Stylus Photo 720" + +#: src/xml/xmli18n-tmp.h:4415 +msgid "Epson Stylus Photo 750" +msgstr "Epson Stylus Photo 750" + +#: src/xml/xmli18n-tmp.h:4416 +msgid "Epson Stylus Photo 780" +msgstr "Epson Stylus Photo 780" + +#: src/xml/xmli18n-tmp.h:4417 +msgid "Epson Stylus Photo 785" +msgstr "Epson Stylus Photo 785" + +#: src/xml/xmli18n-tmp.h:4418 +msgid "Epson Stylus Photo 790" +msgstr "Epson Stylus Photo 790" + +#: src/xml/xmli18n-tmp.h:4419 +msgid "Epson Stylus Photo 810" +msgstr "Epson Stylus Photo 810" + +#: src/xml/xmli18n-tmp.h:4420 +msgid "Epson Stylus Photo 820" +msgstr "Epson Stylus Photo 820" + +#: src/xml/xmli18n-tmp.h:4421 +msgid "Epson Stylus Photo 825" +msgstr "Epson Stylus Photo 825" + +#: src/xml/xmli18n-tmp.h:4422 +msgid "Epson Stylus Photo 830" +msgstr "Epson Stylus Photo 830" + +#: src/xml/xmli18n-tmp.h:4423 +msgid "Epson Stylus Photo 830U" +msgstr "Epson Stylus Photo 830U" + +#: src/xml/xmli18n-tmp.h:4424 +msgid "Epson Stylus Photo 870" +msgstr "Epson Stylus Photo 870" + +#: src/xml/xmli18n-tmp.h:4425 +msgid "Epson Stylus Photo 875" +msgstr "Epson Stylus Photo 875" + +#: src/xml/xmli18n-tmp.h:4426 +msgid "Epson Stylus Photo 890" +msgstr "Epson Stylus Photo 890" + +#: src/xml/xmli18n-tmp.h:4427 +msgid "Epson Stylus Photo 895" +msgstr "Epson Stylus Photo 895" + +#: src/xml/xmli18n-tmp.h:4428 +msgid "Epson Stylus Photo 900" +msgstr "Epson Stylus Photo 900" + +#: src/xml/xmli18n-tmp.h:4429 +msgid "Epson Stylus Photo 915" +msgstr "Epson Stylus Photo 915" + +#: src/xml/xmli18n-tmp.h:4430 +msgid "Epson Stylus Photo 925" +msgstr "Epson Stylus Photo 925" + +#: src/xml/xmli18n-tmp.h:4431 +msgid "Epson Stylus Photo 935" +msgstr "Epson Stylus Photo 935" + +#: src/xml/xmli18n-tmp.h:4432 +msgid "Epson Stylus Photo 950" +msgstr "Epson Stylus Photo 950" + +#: src/xml/xmli18n-tmp.h:4433 +msgid "Epson Stylus Photo 960" +msgstr "Epson Stylus Photo 960" + +#: src/xml/xmli18n-tmp.h:4434 +msgid "Epson Stylus Photo 1200" +msgstr "Epson Stylus Photo 1200" + +#: src/xml/xmli18n-tmp.h:4435 +msgid "Epson Stylus Photo 1270" +msgstr "Epson Stylus Photo 1270" + +#: src/xml/xmli18n-tmp.h:4436 +msgid "Epson Stylus Photo 1280" +msgstr "Epson Stylus Photo 1280" + +#: src/xml/xmli18n-tmp.h:4437 +msgid "Epson Stylus Photo 1290" +msgstr "Epson Stylus Photo 1290" + +#: src/xml/xmli18n-tmp.h:4438 +msgid "Epson Stylus Photo 1290s" +msgstr "Epson Stylus Photo 1290s" + +#: src/xml/xmli18n-tmp.h:4439 +msgid "Epson Stylus Photo 1400" +msgstr "Epson Stylus Photo 1400" + +#: src/xml/xmli18n-tmp.h:4440 +msgid "Epson Stylus Photo 1410" +msgstr "Epson Stylus Photo 1410" + +#: src/xml/xmli18n-tmp.h:4441 +msgid "Epson Stylus Photo 2000P" +msgstr "Epson Stylus Photo 2000P" + +#: src/xml/xmli18n-tmp.h:4442 +msgid "Epson Stylus Photo 2100" +msgstr "Epson Stylus Photo 2100" + +#: src/xml/xmli18n-tmp.h:4443 +msgid "Epson Stylus Photo 2200" +msgstr "Epson Stylus Photo 2200" + +#: src/xml/xmli18n-tmp.h:4444 +msgid "Epson Stylus Photo P50" +msgstr "Epson Stylus Photo P50" + +#: src/xml/xmli18n-tmp.h:4445 +msgid "Epson Stylus Photo R200" +msgstr "Epson Stylus Photo R200" + +#: src/xml/xmli18n-tmp.h:4446 +msgid "Epson Stylus Photo R210" +msgstr "Epson Stylus Photo R210" + +#: src/xml/xmli18n-tmp.h:4447 +msgid "Epson Stylus Photo R220" +msgstr "Epson Stylus Photo R220" + +#: src/xml/xmli18n-tmp.h:4448 +msgid "Epson Stylus Photo R230" +msgstr "Epson Stylus Photo R230" + +#: src/xml/xmli18n-tmp.h:4449 +msgid "Epson Stylus Photo R240" +msgstr "Epson Stylus Photo R240" + +#: src/xml/xmli18n-tmp.h:4450 +msgid "Epson Stylus Photo R245" +msgstr "Epson Stylus Photo R245" + +#: src/xml/xmli18n-tmp.h:4451 +msgid "Epson Stylus Photo R260" +msgstr "Epson Stylus Photo R260" + +#: src/xml/xmli18n-tmp.h:4452 +msgid "Epson Stylus Photo R265" +msgstr "Epson Stylus Photo R265" + +#: src/xml/xmli18n-tmp.h:4453 +msgid "Epson Stylus Photo R270" +msgstr "Epson Stylus Photo R270" + +#: src/xml/xmli18n-tmp.h:4454 +msgid "Epson Stylus Photo R280" +msgstr "Epson Stylus Photo R280" + +#: src/xml/xmli18n-tmp.h:4455 +msgid "Epson Stylus Photo R285" +msgstr "Epson Stylus Photo R285" + +#: src/xml/xmli18n-tmp.h:4456 +msgid "Epson Stylus Photo R290" +msgstr "Epson Stylus Photo R290" + +#: src/xml/xmli18n-tmp.h:4457 +msgid "Epson Stylus Photo R300" +msgstr "Epson Stylus Photo R300" + +#: src/xml/xmli18n-tmp.h:4458 +msgid "Epson Stylus Photo R310" +msgstr "Epson Stylus Photo R310" + +#: src/xml/xmli18n-tmp.h:4459 +msgid "Epson Stylus Photo R320" +msgstr "Epson Stylus Photo R320" + +#: src/xml/xmli18n-tmp.h:4460 +msgid "Epson Stylus Photo R340" +msgstr "Epson Stylus Photo R340" + +#: src/xml/xmli18n-tmp.h:4461 +msgid "Epson Stylus Photo R350" +msgstr "Epson Stylus Photo R350" + +#: src/xml/xmli18n-tmp.h:4462 +msgid "Epson Stylus Photo R360" +msgstr "Epson Stylus Photo R360" + +#: src/xml/xmli18n-tmp.h:4463 +msgid "Epson Stylus Photo R380" +msgstr "Epson Stylus Photo R380" + +#: src/xml/xmli18n-tmp.h:4464 +msgid "Epson Stylus Photo R390" +msgstr "Epson Stylus Photo R390" + +#: src/xml/xmli18n-tmp.h:4465 +msgid "Epson Stylus Photo R800" +msgstr "Epson Stylus Photo R800" + +#: src/xml/xmli18n-tmp.h:4466 +msgid "Epson Stylus Photo R1800" +msgstr "Epson Stylus Photo R1800" + +#: src/xml/xmli18n-tmp.h:4467 +msgid "Epson Stylus Photo R1900" +msgstr "Epson Stylus Photo R1900" + +#: src/xml/xmli18n-tmp.h:4468 +msgid "Epson Stylus Photo R2000" +msgstr "Epson Stylus Photo R2000" + +#: src/xml/xmli18n-tmp.h:4469 +msgid "Epson Stylus Photo R2400" +msgstr "Epson Stylus Photo R2400" + +#: src/xml/xmli18n-tmp.h:4470 +msgid "Epson Stylus Photo R2880" +msgstr "Epson Stylus Photo R2880" + +#: src/xml/xmli18n-tmp.h:4471 +msgid "Epson Stylus Photo R3000" +msgstr "Epson Stylus Photo R3000" + +#: src/xml/xmli18n-tmp.h:4472 +msgid "Epson Stylus Photo RX400" +msgstr "Epson Stylus Photo RX400" + +#: src/xml/xmli18n-tmp.h:4473 +msgid "Epson Stylus Photo RX420" +msgstr "Epson Stylus Photo RX420" + +#: src/xml/xmli18n-tmp.h:4474 +msgid "Epson Stylus Photo RX425" +msgstr "Epson Stylus Photo RX425" + +#: src/xml/xmli18n-tmp.h:4475 +msgid "Epson Stylus Photo RX430" +msgstr "Epson Stylus Photo RX430" + +#: src/xml/xmli18n-tmp.h:4476 +msgid "Epson Stylus Photo RX500" +msgstr "Epson Stylus Photo RX500" + +#: src/xml/xmli18n-tmp.h:4477 +msgid "Epson Stylus Photo RX510" +msgstr "Epson Stylus Photo RX510" + +#: src/xml/xmli18n-tmp.h:4478 +msgid "Epson Stylus Photo RX560" +msgstr "Epson Stylus Photo RX560" + +#: src/xml/xmli18n-tmp.h:4479 +msgid "Epson Stylus Photo RX580" +msgstr "Epson Stylus Photo RX580" + +#: src/xml/xmli18n-tmp.h:4480 +msgid "Epson Stylus Photo RX585" +msgstr "Epson Stylus Photo RX585" + +#: src/xml/xmli18n-tmp.h:4481 +msgid "Epson Stylus Photo RX590" +msgstr "Epson Stylus Photo RX590" + +#: src/xml/xmli18n-tmp.h:4482 +msgid "Epson Stylus Photo RX595" +msgstr "Epson Stylus Photo RX595" + +#: src/xml/xmli18n-tmp.h:4483 +msgid "Epson Stylus Photo RX600" +msgstr "Epson Stylus Photo RX600" + +#: src/xml/xmli18n-tmp.h:4484 +msgid "Epson Stylus Photo RX610" +msgstr "Epson Stylus Photo RX610" + +#: src/xml/xmli18n-tmp.h:4485 +msgid "Epson Stylus Photo RX620" +msgstr "Epson Stylus Photo RX620" + +#: src/xml/xmli18n-tmp.h:4486 +msgid "Epson Stylus Photo RX630" +msgstr "Epson Stylus Photo RX630" + +#: src/xml/xmli18n-tmp.h:4487 +msgid "Epson Stylus Photo RX640" +msgstr "Epson Stylus Photo RX640" + +#: src/xml/xmli18n-tmp.h:4488 +msgid "Epson Stylus Photo RX650" +msgstr "Epson Stylus Photo RX650" + +#: src/xml/xmli18n-tmp.h:4489 +msgid "Epson Stylus Photo RX680" +msgstr "Epson Stylus Photo RX680" + +#: src/xml/xmli18n-tmp.h:4490 +msgid "Epson Stylus Photo RX685" +msgstr "Epson Stylus Photo RX685" + +#: src/xml/xmli18n-tmp.h:4491 +msgid "Epson Stylus Photo RX690" +msgstr "Epson Stylus Photo RX690" + +#: src/xml/xmli18n-tmp.h:4492 +msgid "Epson Stylus Photo RX700" +msgstr "Epson Stylus Photo RX700" + +#: src/xml/xmli18n-tmp.h:4493 +msgid "Epson Stylus Photo TX700W" +msgstr "Epson Stylus Photo TX700W" + +#: src/xml/xmli18n-tmp.h:4494 +msgid "Epson Stylus Photo TX710W" +msgstr "Epson Stylus Photo TX710W" + +#: src/xml/xmli18n-tmp.h:4495 +msgid "Epson Stylus Photo TX800FW" +msgstr "Epson Stylus Photo TX800FW" + +#: src/xml/xmli18n-tmp.h:4496 +msgid "Epson Stylus Photo TX810FW" +msgstr "Epson Stylus Photo TX810FW" + +#: src/xml/xmli18n-tmp.h:4497 +msgid "Epson Stylus Pro 3800" +msgstr "Epson Stylus Pro 3800" + +#: src/xml/xmli18n-tmp.h:4498 +msgid "Epson Stylus Pro 3880" +msgstr "Epson Stylus Pro 3880" + +#: src/xml/xmli18n-tmp.h:4499 +msgid "Epson Stylus Pro 3885" +msgstr "Epson Stylus Pro 3885" + +#: src/xml/xmli18n-tmp.h:4500 +msgid "Epson Stylus Pro 4000" +msgstr "Epson Stylus Pro 4000" + +#: src/xml/xmli18n-tmp.h:4501 +msgid "Epson Stylus Pro 4800/4880 Back Compatible" +msgstr "Epson Stylus Pro 4800/4880 nazaj združljivo" + +#: src/xml/xmli18n-tmp.h:4502 +msgid "Epson Stylus Pro 4800" +msgstr "Epson Stylus Pro 4800" + +#: src/xml/xmli18n-tmp.h:4503 +msgid "Epson Stylus Pro 4880" +msgstr "Epson Stylus Pro 4880" + +#: src/xml/xmli18n-tmp.h:4504 +msgid "Epson Stylus Pro 5000" +msgstr "Epson Stylus Pro 5000" + +#: src/xml/xmli18n-tmp.h:4505 +msgid "Epson Stylus Pro 5500" +msgstr "Epson Stylus Pro 5500" + +#: src/xml/xmli18n-tmp.h:4506 +msgid "Epson Stylus Pro 7000" +msgstr "Epson Stylus Pro 7000" + +#: src/xml/xmli18n-tmp.h:4507 +msgid "Epson Stylus Pro 7500" +msgstr "Epson Stylus Pro 7500" + +#: src/xml/xmli18n-tmp.h:4508 +msgid "Epson Stylus Pro 7600" +msgstr "Epson Stylus Pro 7600" + +#: src/xml/xmli18n-tmp.h:4509 +msgid "Epson Stylus Pro 7700" +msgstr "Epson Stylus Pro 7700" + +#: src/xml/xmli18n-tmp.h:4510 +msgid "Epson Stylus Pro 7800" +msgstr "Epson Stylus Pro 7800" + +#: src/xml/xmli18n-tmp.h:4511 +msgid "Epson Stylus Pro 7880" +msgstr "Epson Stylus Pro 7880" + +#: src/xml/xmli18n-tmp.h:4512 +msgid "Epson Stylus Pro 7890" +msgstr "Epson Stylus Pro 7890" + +#: src/xml/xmli18n-tmp.h:4513 +msgid "Epson Stylus Pro 7900" +msgstr "Epson Stylus Pro 7900" + +#: src/xml/xmli18n-tmp.h:4514 +msgid "Epson Stylus Pro 9000" +msgstr "Epson Stylus Pro 9000" + +#: src/xml/xmli18n-tmp.h:4515 +msgid "Epson Stylus Pro 9500" +msgstr "Epson Stylus Pro 9500" + +#: src/xml/xmli18n-tmp.h:4516 +msgid "Epson Stylus Pro 9600" +msgstr "Epson Stylus Pro 9600" + +#: src/xml/xmli18n-tmp.h:4517 +msgid "Epson Stylus Pro 9700" +msgstr "Epson Stylus Pro 9700" + +#: src/xml/xmli18n-tmp.h:4518 +msgid "Epson Stylus Pro 9800" +msgstr "Epson Stylus Pro 9800" + +#: src/xml/xmli18n-tmp.h:4519 +msgid "Epson Stylus Pro 9880" +msgstr "Epson Stylus Pro 9880" + +#: src/xml/xmli18n-tmp.h:4520 +msgid "Epson Stylus Pro 9890" +msgstr "Epson Stylus Pro 9890" + +#: src/xml/xmli18n-tmp.h:4521 +msgid "Epson Stylus Pro 9900" +msgstr "Epson Stylus Pro 9900" + +#: src/xml/xmli18n-tmp.h:4522 +msgid "Epson Stylus Pro 10000" +msgstr "Epson Stylus Pro 10000" + +#: src/xml/xmli18n-tmp.h:4523 +msgid "Epson Stylus Pro 11800/11880 Back Compatible" +msgstr "Epson Stylus Pro 11800/11880 Back Compatible" + +#: src/xml/xmli18n-tmp.h:4524 +msgid "Epson Stylus Pro 11800" +msgstr "Epson Stylus Pro 11800" + +#: src/xml/xmli18n-tmp.h:4525 +msgid "Epson Stylus Pro 11880" +msgstr "Epson Stylus Pro 11880" + +#: src/xml/xmli18n-tmp.h:4526 +msgid "Epson Stylus Scan 2000" +msgstr "Epson Stylus Scan 2000" + +#: src/xml/xmli18n-tmp.h:4527 +msgid "Epson Stylus Scan 2500" +msgstr "Epson Stylus Scan 2500" + +#: src/xml/xmli18n-tmp.h:4528 +msgid "Epson Stylus CX1500" +msgstr "Epson Stylus CX1500" + +#: src/xml/xmli18n-tmp.h:4529 +msgid "Epson Stylus CX3100" +msgstr "Epson Stylus CX3100" + +#: src/xml/xmli18n-tmp.h:4530 +msgid "Epson Stylus CX3200" +msgstr "Epson Stylus CX3200" + +#: src/xml/xmli18n-tmp.h:4531 +msgid "Epson Stylus CX3500" +msgstr "Epson Stylus CX3500" + +#: src/xml/xmli18n-tmp.h:4532 +msgid "Epson Stylus CX3600" +msgstr "Epson Stylus CX3600" + +#: src/xml/xmli18n-tmp.h:4533 +msgid "Epson Stylus CX3650" +msgstr "Epson Stylus CX3650" + +#: src/xml/xmli18n-tmp.h:4534 +msgid "Epson Stylus CX3700" +msgstr "Epson Stylus CX3700" + +#: src/xml/xmli18n-tmp.h:4535 +msgid "Epson Stylus CX3800" +msgstr "Epson Stylus CX3800" + +#: src/xml/xmli18n-tmp.h:4536 +msgid "Epson Stylus CX3805" +msgstr "Epson Stylus CX3805" + +#: src/xml/xmli18n-tmp.h:4537 +msgid "Epson Stylus CX3810" +msgstr "Epson Stylus CX3810" + +#: src/xml/xmli18n-tmp.h:4538 +msgid "Epson Stylus CX3900" +msgstr "Epson Stylus CX3900" + +#: src/xml/xmli18n-tmp.h:4539 +msgid "Epson Stylus CX4100" +msgstr "Epson Stylus CX4100" + +#: src/xml/xmli18n-tmp.h:4540 +msgid "Epson Stylus CX4200" +msgstr "Epson Stylus CX4200" + +#: src/xml/xmli18n-tmp.h:4541 +msgid "Epson Stylus CX4400" +msgstr "Epson Stylus CX4400" + +#: src/xml/xmli18n-tmp.h:4542 +msgid "Epson Stylus CX4500" +msgstr "Epson Stylus CX4500" + +#: src/xml/xmli18n-tmp.h:4543 +msgid "Epson Stylus CX4600" +msgstr "Epson Stylus CX4600" + +#: src/xml/xmli18n-tmp.h:4544 +msgid "Epson Stylus CX4700" +msgstr "Epson Stylus CX4700" + +#: src/xml/xmli18n-tmp.h:4545 +msgid "Epson Stylus CX4800" +msgstr "Epson Stylus CX4800" + +#: src/xml/xmli18n-tmp.h:4546 +msgid "Epson Stylus CX4900" +msgstr "Epson Stylus CX4900" + +#: src/xml/xmli18n-tmp.h:4547 +msgid "Epson Stylus CX5000" +msgstr "Epson Stylus CX5000" + +#: src/xml/xmli18n-tmp.h:4548 +msgid "Epson Stylus CX5000F" +msgstr "Epson Stylus CX5000F" + +#: src/xml/xmli18n-tmp.h:4549 +msgid "Epson Stylus CX5100" +msgstr "Epson Stylus CX5100" + +#: src/xml/xmli18n-tmp.h:4550 +msgid "Epson Stylus CX5200" +msgstr "Epson Stylus CX5200" + +#: src/xml/xmli18n-tmp.h:4551 +msgid "Epson Stylus CX5300" +msgstr "Epson Stylus CX5300" + +#: src/xml/xmli18n-tmp.h:4552 +msgid "Epson Stylus CX5400" +msgstr "Epson Stylus CX5400" + +#: src/xml/xmli18n-tmp.h:4553 +msgid "Epson Stylus CX5500" +msgstr "Epson Stylus CX5500" + +#: src/xml/xmli18n-tmp.h:4554 +msgid "Epson Stylus CX5600" +msgstr "Epson Stylus CX5600" + +#: src/xml/xmli18n-tmp.h:4555 +msgid "Epson Stylus CX5700" +msgstr "Epson Stylus CX5700" + +#: src/xml/xmli18n-tmp.h:4556 +msgid "Epson Stylus CX5800" +msgstr "Epson Stylus CX5800" + +#: src/xml/xmli18n-tmp.h:4557 +msgid "Epson Stylus CX6000" +msgstr "Epson Stylus CX6000" + +#: src/xml/xmli18n-tmp.h:4558 +msgid "Epson Stylus CX6300" +msgstr "Epson Stylus CX6300" + +#: src/xml/xmli18n-tmp.h:4559 +msgid "Epson Stylus CX6400" +msgstr "Epson Stylus CX6400" + +#: src/xml/xmli18n-tmp.h:4560 +msgid "Epson Stylus CX6500" +msgstr "Epson Stylus CX6500" + +#: src/xml/xmli18n-tmp.h:4561 +msgid "Epson Stylus CX6600" +msgstr "Epson Stylus CX6600" + +#: src/xml/xmli18n-tmp.h:4562 +msgid "Epson Stylus CX7000F" +msgstr "Epson Stylus CX7000F" + +#: src/xml/xmli18n-tmp.h:4563 +msgid "Epson Stylus CX7300" +msgstr "Epson Stylus CX7300" + +#: src/xml/xmli18n-tmp.h:4564 +msgid "Epson Stylus CX7400" +msgstr "Epson Stylus CX7400" + +#: src/xml/xmli18n-tmp.h:4565 +msgid "Epson Stylus CX7700" +msgstr "Epson Stylus CX7700" + +#: src/xml/xmli18n-tmp.h:4566 +msgid "Epson Stylus CX7800" +msgstr "Epson Stylus CX7800" + +#: src/xml/xmli18n-tmp.h:4567 +msgid "Epson Stylus CX8300" +msgstr "Epson Stylus CX8300" + +#: src/xml/xmli18n-tmp.h:4568 +msgid "Epson Stylus CX8400" +msgstr "Epson Stylus CX8400" + +#: src/xml/xmli18n-tmp.h:4569 +msgid "Epson Stylus CX9300F" +msgstr "Epson Stylus CX9300F" + +#: src/xml/xmli18n-tmp.h:4570 +msgid "Epson Stylus CX9400" +msgstr "Epson Stylus CX9400" + +#: src/xml/xmli18n-tmp.h:4571 +msgid "Epson Stylus CX9400F" +msgstr "Epson Stylus CX9400F" + +#: src/xml/xmli18n-tmp.h:4572 +msgid "Epson Stylus CX9475F" +msgstr "Epson Stylus CX9475F" + +#: src/xml/xmli18n-tmp.h:4573 +msgid "Epson Stylus D68" +msgstr "Epson Stylus D68" + +#: src/xml/xmli18n-tmp.h:4574 +msgid "Epson Stylus D78" +msgstr "Epson Stylus D78" + +#: src/xml/xmli18n-tmp.h:4575 +msgid "Epson Stylus D88" +msgstr "Epson Stylus D88" + +#: src/xml/xmli18n-tmp.h:4576 +msgid "Epson Stylus D92" +msgstr "Epson Stylus D92" + +#: src/xml/xmli18n-tmp.h:4577 +msgid "Epson Stylus D120" +msgstr "Epson Stylus D120" + +#: src/xml/xmli18n-tmp.h:4578 +msgid "Epson Stylus DX3800" +msgstr "Epson Stylus DX3800" + +#: src/xml/xmli18n-tmp.h:4579 +msgid "Epson Stylus DX3850" +msgstr "Epson Stylus DX3850" + +#: src/xml/xmli18n-tmp.h:4580 +msgid "Epson Stylus DX4000" +msgstr "Epson Stylus DX4000" + +#: src/xml/xmli18n-tmp.h:4581 +msgid "Epson Stylus DX4050" +msgstr "Epson Stylus DX4050" + +#: src/xml/xmli18n-tmp.h:4582 +msgid "Epson Stylus DX4200" +msgstr "Epson Stylus DX4200" + +#: src/xml/xmli18n-tmp.h:4583 +msgid "Epson Stylus DX4250" +msgstr "Epson Stylus DX4250" + +#: src/xml/xmli18n-tmp.h:4584 +msgid "Epson Stylus DX4400" +msgstr "Epson Stylus DX4400" + +#: src/xml/xmli18n-tmp.h:4585 +msgid "Epson Stylus DX4450" +msgstr "Epson Stylus DX4450" + +#: src/xml/xmli18n-tmp.h:4586 +msgid "Epson Stylus DX4800" +msgstr "Epson Stylus DX4800" + +#: src/xml/xmli18n-tmp.h:4587 +msgid "Epson Stylus DX4850" +msgstr "Epson Stylus DX4850" + +#: src/xml/xmli18n-tmp.h:4588 +msgid "Epson Stylus DX7000F" +msgstr "Epson Stylus DX7000F" + +#: src/xml/xmli18n-tmp.h:4589 +msgid "Epson Stylus DX7400" +msgstr "Epson Stylus DX7400" + +#: src/xml/xmli18n-tmp.h:4590 +msgid "Epson Stylus DX7450" +msgstr "Epson Stylus DX7450" + +#: src/xml/xmli18n-tmp.h:4591 +msgid "Epson Stylus DX8400" +msgstr "Epson Stylus DX8400" + +#: src/xml/xmli18n-tmp.h:4592 +msgid "Epson Stylus DX8450" +msgstr "Epson Stylus DX8450" + +#: src/xml/xmli18n-tmp.h:4593 +msgid "Epson Stylus DX9400F" +msgstr "Epson Stylus DX9400F" + +#: src/xml/xmli18n-tmp.h:4594 +msgid "Epson Stylus NX100" +msgstr "Epson Stylus NX100" + +#: src/xml/xmli18n-tmp.h:4595 +msgid "Epson Stylus NX105" +msgstr "Epson Stylus NX105" + +#: src/xml/xmli18n-tmp.h:4596 +msgid "Epson Stylus NX115" +msgstr "Epson Stylus NX115" + +#: src/xml/xmli18n-tmp.h:4597 +msgid "Epson Stylus NX200" +msgstr "Epson Stylus NX200" + +#: src/xml/xmli18n-tmp.h:4598 +msgid "Epson Stylus NX215" +msgstr "Epson Stylus NX215" + +#: src/xml/xmli18n-tmp.h:4599 +msgid "Epson Stylus NX300" +msgstr "Epson Stylus NX300" + +#: src/xml/xmli18n-tmp.h:4600 +msgid "Epson Stylus NX400" +msgstr "Epson Stylus NX400" + +#: src/xml/xmli18n-tmp.h:4601 +msgid "Epson Stylus NX415" +msgstr "Epson Stylus NX415" + +#: src/xml/xmli18n-tmp.h:4602 +msgid "Epson Stylus NX420" +msgstr "Epson Stylus NX420" + +#: src/xml/xmli18n-tmp.h:4603 +msgid "Epson Stylus NX515" +msgstr "Epson Stylus NX515" + +#: src/xml/xmli18n-tmp.h:4604 +msgid "Epson Stylus NX530" +msgstr "Epson Stylus NX530" + +#: src/xml/xmli18n-tmp.h:4605 +msgid "Epson Stylus NX630" +msgstr "Epson Stylus NX630" + +#: src/xml/xmli18n-tmp.h:4606 +msgid "Epson Stylus NX635" +msgstr "Epson Stylus NX635" + +#: src/xml/xmli18n-tmp.h:4607 +msgid "Epson Stylus NX645" +msgstr "Epson Stylus NX645" + +#: src/xml/xmli18n-tmp.h:4608 +msgid "Epson Stylus Photo PX650" +msgstr "Epson Stylus Photo PX650" + +#: src/xml/xmli18n-tmp.h:4609 +msgid "Epson Stylus Photo PX700W" +msgstr "Epson Stylus Photo PX700W" + +#: src/xml/xmli18n-tmp.h:4610 +msgid "Epson Stylus Photo PX710W" +msgstr "Epson Stylus Photo PX710W" + +#: src/xml/xmli18n-tmp.h:4611 +msgid "Epson Stylus Photo PX800FW" +msgstr "Epson Stylus Photo PX800FW" + +#: src/xml/xmli18n-tmp.h:4612 +msgid "Epson Stylus Photo PX810FW" +msgstr "Epson Stylus Photo PX810FW" + +#: src/xml/xmli18n-tmp.h:4613 +msgid "Epson Stylus S20" +msgstr "Epson Stylus S20" + +#: src/xml/xmli18n-tmp.h:4614 +msgid "Epson Stylus S21" +msgstr "Epson Stylus S21" + +#: src/xml/xmli18n-tmp.h:4615 +msgid "Epson Stylus S50" +msgstr "Epson Stylus S50" + +#: src/xml/xmli18n-tmp.h:4616 +msgid "Epson Stylus SX100" +msgstr "Epson Stylus SX100" + +#: src/xml/xmli18n-tmp.h:4617 +msgid "Epson Stylus SX105" +msgstr "Epson Stylus SX105" + +#: src/xml/xmli18n-tmp.h:4618 +msgid "Epson Stylus SX110" +msgstr "Epson Stylus SX110" + +#: src/xml/xmli18n-tmp.h:4619 +msgid "Epson Stylus SX115" +msgstr "Epson Stylus SX115" + +#: src/xml/xmli18n-tmp.h:4620 +msgid "Epson Stylus SX200" +msgstr "Epson Stylus SX200" + +#: src/xml/xmli18n-tmp.h:4621 +msgid "Epson Stylus SX205" +msgstr "Epson Stylus SX205" + +#: src/xml/xmli18n-tmp.h:4622 +msgid "Epson Stylus SX210" +msgstr "Epson Stylus SX210" + +#: src/xml/xmli18n-tmp.h:4623 +msgid "Epson Stylus SX215" +msgstr "Epson Stylus SX215" + +#: src/xml/xmli18n-tmp.h:4624 +msgid "Epson Stylus SX400" +msgstr "Epson Stylus SX400" + +#: src/xml/xmli18n-tmp.h:4625 +msgid "Epson Stylus SX405" +msgstr "Epson Stylus SX405" + +#: src/xml/xmli18n-tmp.h:4626 +msgid "Epson Stylus SX410" +msgstr "Epson Stylus SX410" + +#: src/xml/xmli18n-tmp.h:4627 +msgid "Epson Stylus SX415" +msgstr "Epson Stylus SX415" + +#: src/xml/xmli18n-tmp.h:4628 +msgid "Epson Stylus SX420" +msgstr "Epson Stylus SX420" + +#: src/xml/xmli18n-tmp.h:4629 +msgid "Epson Stylus SX445W" +msgstr "Epson Stylus SX445W" + +#: src/xml/xmli18n-tmp.h:4630 +msgid "Epson Stylus SX510W" +msgstr "Epson Stylus SX510W" + +#: src/xml/xmli18n-tmp.h:4631 +msgid "Epson Stylus SX515" +msgstr "Epson Stylus SX515" + +#: src/xml/xmli18n-tmp.h:4632 +msgid "Epson Stylus SX525" +msgstr "Epson Stylus SX525" + +#: src/xml/xmli18n-tmp.h:4633 +msgid "Epson Stylus SX535FW" +msgstr "Epson Stylus SX535FW" + +#: src/xml/xmli18n-tmp.h:4634 +msgid "Epson Stylus SX600FW" +msgstr "Epson Stylus SX600FW" + +#: src/xml/xmli18n-tmp.h:4635 +msgid "Epson Stylus SX610FW" +msgstr "Epson Stylus SX610FW" + +#: src/xml/xmli18n-tmp.h:4636 +msgid "Epson Stylus SX615" +msgstr "Epson Stylus SX615" + +#: src/xml/xmli18n-tmp.h:4637 +msgid "Epson Stylus SX630" +msgstr "Epson Stylus SX630" + +#: src/xml/xmli18n-tmp.h:4638 +msgid "Epson Stylus SX635" +msgstr "Epson Stylus SX635" + +#: src/xml/xmli18n-tmp.h:4639 +msgid "Epson Stylus SX645" +msgstr "Epson Stylus SX645" + +#: src/xml/xmli18n-tmp.h:4640 +msgid "Epson Stylus SX650" +msgstr "Epson Stylus SX650" + +#: src/xml/xmli18n-tmp.h:4641 +msgid "Epson Stylus T13" +msgstr "Epson Stylus T13" + +#: src/xml/xmli18n-tmp.h:4642 +msgid "Epson Stylus T20" +msgstr "Epson Stylus T20" + +#: src/xml/xmli18n-tmp.h:4643 +msgid "Epson Stylus T21" +msgstr "Epson Stylus T21" + +#: src/xml/xmli18n-tmp.h:4644 +msgid "Epson Stylus T22" +msgstr "Epson Stylus T22" + +#: src/xml/xmli18n-tmp.h:4645 +msgid "Epson Stylus T22E" +msgstr "Epson Stylus T22E" + +#: src/xml/xmli18n-tmp.h:4646 +msgid "Epson Stylus T26" +msgstr "Epson Stylus T26" + +#: src/xml/xmli18n-tmp.h:4647 +msgid "Epson Stylus T30" +msgstr "Epson Stylus T30" + +#: src/xml/xmli18n-tmp.h:4648 +msgid "Epson Stylus T40W" +msgstr "Epson Stylus T40W" + +#: src/xml/xmli18n-tmp.h:4649 +msgid "Epson Stylus T50" +msgstr "Epson Stylus T50" + +#: src/xml/xmli18n-tmp.h:4650 +msgid "Epson Stylus T59" +msgstr "Epson Stylus T59" + +#: src/xml/xmli18n-tmp.h:4651 +msgid "Epson Stylus T60" +msgstr "Epson Stylus T60" + +#: src/xml/xmli18n-tmp.h:4652 +msgid "Epson Stylus TX100" +msgstr "Epson Stylus TX100" + +#: src/xml/xmli18n-tmp.h:4653 +msgid "Epson Stylus TX101" +msgstr "Epson Stylus TX101" + +#: src/xml/xmli18n-tmp.h:4654 +msgid "Epson Stylus TX102" +msgstr "Epson Stylus TX102" + +#: src/xml/xmli18n-tmp.h:4655 +msgid "Epson Stylus TX103" +msgstr "Epson Stylus TX103" + +#: src/xml/xmli18n-tmp.h:4656 +msgid "Epson Stylus TX104" +msgstr "Epson Stylus TX104" + +#: src/xml/xmli18n-tmp.h:4657 +msgid "Epson Stylus TX105" +msgstr "Epson Stylus TX105" + +#: src/xml/xmli18n-tmp.h:4658 +msgid "Epson Stylus TX106" +msgstr "Epson Stylus TX106" + +#: src/xml/xmli18n-tmp.h:4659 +msgid "Epson Stylus TX109" +msgstr "Epson Stylus TX109" + +#: src/xml/xmli18n-tmp.h:4660 +msgid "Epson Stylus TX110" +msgstr "Epson Stylus TX110" + +#: src/xml/xmli18n-tmp.h:4661 +msgid "Epson Stylus TX125" +msgstr "Epson Stylus TX125" + +#: src/xml/xmli18n-tmp.h:4662 +msgid "Epson Stylus TX200" +msgstr "Epson Stylus TX200" + +#: src/xml/xmli18n-tmp.h:4663 +msgid "Epson Stylus TX210" +msgstr "Epson Stylus TX210" + +#: src/xml/xmli18n-tmp.h:4664 +msgid "Epson Stylus TX300F" +msgstr "Epson Stylus TX300F" + +#: src/xml/xmli18n-tmp.h:4665 +msgid "Epson Stylus TX400" +msgstr "Epson Stylus TX400" + +#: src/xml/xmli18n-tmp.h:4666 +msgid "Epson Stylus TX410" +msgstr "Epson Stylus TX410" + +#: src/xml/xmli18n-tmp.h:4667 +msgid "Epson Stylus TX420" +msgstr "Epson Stylus TX420" + +#: src/xml/xmli18n-tmp.h:4668 +msgid "Epson Stylus TX510FN" +msgstr "Epson Stylus TX510FN" + +#: src/xml/xmli18n-tmp.h:4669 +msgid "Epson Stylus TX550W" +msgstr "Epson Stylus TX550W" + +#: src/xml/xmli18n-tmp.h:4670 +msgid "Epson Stylus TX610FW" +msgstr "Epson Stylus TX610FW" + +#: src/xml/xmli18n-tmp.h:4671 +msgid "Epson Stylus TX615" +msgstr "Epson Stylus TX615" + +#: src/xml/xmli18n-tmp.h:4672 +msgid "Epson Stylus TX630" +msgstr "Epson Stylus TX630" + +#: src/xml/xmli18n-tmp.h:4673 +msgid "Epson Stylus TX635" +msgstr "Epson Stylus TX635" + +#: src/xml/xmli18n-tmp.h:4674 +msgid "Epson Stylus TX645" +msgstr "Epson Stylus TX645" + +#: src/xml/xmli18n-tmp.h:4675 +msgid "Epson Stylus TX650" +msgstr "Epson Stylus TX650" + +#: src/xml/xmli18n-tmp.h:4676 +msgid "Epson Stylus TX659" +msgstr "Epson Stylus TX659" + +#: src/xml/xmli18n-tmp.h:4677 +msgid "Epson PictureMate" +msgstr "Epson PictureMate" + +#: src/xml/xmli18n-tmp.h:4678 +msgid "Epson PictureMate Dash" +msgstr "Epson PictureMate Dash" + +#: src/xml/xmli18n-tmp.h:4679 +msgid "Epson PictureMate Deluxe" +msgstr "Epson PictureMate Deluxe" + +#: src/xml/xmli18n-tmp.h:4680 +msgid "Epson PictureMate Flash" +msgstr "Epson PictureMate Flash" + +#: src/xml/xmli18n-tmp.h:4681 +msgid "Epson PictureMate Pal" +msgstr "Epson PictureMate Pal" + +#: src/xml/xmli18n-tmp.h:4682 +msgid "Epson PictureMate Snap" +msgstr "Epson PictureMate Snap" + +#: src/xml/xmli18n-tmp.h:4683 +msgid "Epson PictureMate 100" +msgstr "Epson PictureMate 100" + +#: src/xml/xmli18n-tmp.h:4684 +msgid "Epson PictureMate 200" +msgstr "Epson PictureMate 200" + +#: src/xml/xmli18n-tmp.h:4685 +msgid "Epson PictureMate 210" +msgstr "Epson PictureMate 210" + +#: src/xml/xmli18n-tmp.h:4686 +msgid "Epson PictureMate 215" +msgstr "Epson PictureMate 215" + +#: src/xml/xmli18n-tmp.h:4687 +msgid "Epson PictureMate 240" +msgstr "Epson PictureMate 240" + +#: src/xml/xmli18n-tmp.h:4688 +msgid "Epson PictureMate 250" +msgstr "Epson PictureMate 250" + +#: src/xml/xmli18n-tmp.h:4689 +msgid "Epson PictureMate 260" +msgstr "Epson PictureMate 260" + +#: src/xml/xmli18n-tmp.h:4690 +msgid "Epson PictureMate 270" +msgstr "Epson PictureMate 270" + +#: src/xml/xmli18n-tmp.h:4691 +msgid "Epson PictureMate 280" +msgstr "Epson PictureMate 280" + +#: src/xml/xmli18n-tmp.h:4692 +msgid "Epson PictureMate 290" +msgstr "Epson PictureMate 290" + +#: src/xml/xmli18n-tmp.h:4693 +msgid "Epson PictureMate 500" +msgstr "Epson PictureMate 500" + +#: src/xml/xmli18n-tmp.h:4694 +msgid "Epson PictureMate 2005" +msgstr "Epson PictureMate 2005" + +#: src/xml/xmli18n-tmp.h:4695 +msgid "Epson WorkForce 30" +msgstr "Epson WorkForce 30" + +#: src/xml/xmli18n-tmp.h:4696 +msgid "Epson WorkForce 40" +msgstr "Epson WorkForce 40" + +#: src/xml/xmli18n-tmp.h:4697 +msgid "Epson WorkForce 310" +msgstr "Epson WorkForce 310" + +#: src/xml/xmli18n-tmp.h:4698 +msgid "Epson WorkForce 315" +msgstr "Epson WorkForce 315" + +#: src/xml/xmli18n-tmp.h:4699 +msgid "Epson WorkForce 500" +msgstr "Epson WorkForce 500" + +#: src/xml/xmli18n-tmp.h:4700 +msgid "Epson WorkForce 545" +msgstr "Epson WorkForce 545" + +#: src/xml/xmli18n-tmp.h:4701 +msgid "Epson WorkForce 600" +msgstr "Epson WorkForce 600" + +#: src/xml/xmli18n-tmp.h:4702 +msgid "Epson WorkForce 610" +msgstr "Epson WorkForce 610" + +#: src/xml/xmli18n-tmp.h:4703 +msgid "Epson WorkForce 615" +msgstr "Epson WorkForce 615" + +#: src/xml/xmli18n-tmp.h:4704 +msgid "Epson WorkForce 630" +msgstr "Epson WorkForce 630" + +#: src/xml/xmli18n-tmp.h:4705 +msgid "Epson WorkForce 635" +msgstr "Epson WorkForce 635" + +#: src/xml/xmli18n-tmp.h:4706 +msgid "Epson WorkForce 645" +msgstr "Epson WorkForce 645" + +#: src/xml/xmli18n-tmp.h:4707 +msgid "Epson WorkForce 1100" +msgstr "Epson WorkForce 1100" + +#: src/xml/xmli18n-tmp.h:4708 +msgid "Epson WF-7010 Series" +msgstr "serije Epson WF-7010" + +#: src/xml/xmli18n-tmp.h:4709 +msgid "Epson WF-7011 Series" +msgstr "serije Epson WF-7011" + +#: src/xml/xmli18n-tmp.h:4710 +msgid "Epson WF-7015 Series" +msgstr "serije Epson WF-7015" + +#: src/xml/xmli18n-tmp.h:4711 +msgid "Epson WF-7018 Series" +msgstr "serije Epson WF-7018" + +#: src/xml/xmli18n-tmp.h:4712 +msgid "Epson WF-7510 Series" +msgstr "serije Epson WF-7510" + +#: src/xml/xmli18n-tmp.h:4713 +msgid "Epson WF-7511 Series" +msgstr "serije Epson WF-7511" + +#: src/xml/xmli18n-tmp.h:4714 +msgid "Epson WF-7515 Series" +msgstr "serije Epson WF-7515" + +#: src/xml/xmli18n-tmp.h:4715 +msgid "Epson WF-7520 Series" +msgstr "serije Epson WF-7520" + +#: src/xml/xmli18n-tmp.h:4716 +msgid "Epson WF-7521 Series" +msgstr "serije Epson WF-7521" + +#: src/xml/xmli18n-tmp.h:4717 +msgid "Epson WF-7525 Series" +msgstr "serije Copy text \t Epson WF-7525" + +#: src/xml/xmli18n-tmp.h:4718 +msgid "Epson CL 700" +msgstr "Epson CL 700" + +#: src/xml/xmli18n-tmp.h:4719 +msgid "Epson CL 750" +msgstr "Epson CL 750" + +#: src/xml/xmli18n-tmp.h:4720 +msgid "Epson CL 760" +msgstr "Epson CL 760" + +#: src/xml/xmli18n-tmp.h:4721 +msgid "Epson E 100" +msgstr "Epson E 100" + +#: src/xml/xmli18n-tmp.h:4722 +msgid "Epson E 150" +msgstr "Epson E 150" + +#: src/xml/xmli18n-tmp.h:4723 +msgid "Epson E 200" +msgstr "Epson E 200" + +#: src/xml/xmli18n-tmp.h:4724 +msgid "Epson E 300" +msgstr "Epson E 300" + +#: src/xml/xmli18n-tmp.h:4725 +msgid "Epson E 500" +msgstr "Epson E 500" + +#: src/xml/xmli18n-tmp.h:4726 +msgid "Epson E 520" +msgstr "Epson E 520" + +#: src/xml/xmli18n-tmp.h:4727 +msgid "Epson E 700" +msgstr "Epson E 700" + +#: src/xml/xmli18n-tmp.h:4728 +msgid "Epson E 720" +msgstr "Epson E 720" + +#: src/xml/xmli18n-tmp.h:4729 +msgid "Epson EM 900C" +msgstr "Epson EM 900C" + +#: src/xml/xmli18n-tmp.h:4730 +msgid "Epson EM 930C" +msgstr "Epson EM 930C" + +#: src/xml/xmli18n-tmp.h:4731 +msgid "Epson EP 302" +msgstr "Epson EP 302" + +#: src/xml/xmli18n-tmp.h:4732 +msgid "Epson EP 702A" +msgstr "Epson EP 702A" + +#: src/xml/xmli18n-tmp.h:4733 +msgid "Epson EP 801A" +msgstr "Epson EP 801A" + +#: src/xml/xmli18n-tmp.h:4734 +msgid "Epson EP 901A" +msgstr "Epson EP 901A" + +#: src/xml/xmli18n-tmp.h:4735 +msgid "Epson EP 901F" +msgstr "Epson EP 901F" + +#: src/xml/xmli18n-tmp.h:4736 +msgid "Epson MC 2000" +msgstr "Epson MC 2000" + +#: src/xml/xmli18n-tmp.h:4737 +msgid "Epson MC 5000" +msgstr "Epson MC 5000" + +#: src/xml/xmli18n-tmp.h:4738 +msgid "Epson MC 7000" +msgstr "Epson MC 7000" + +#: src/xml/xmli18n-tmp.h:4739 +msgid "Epson MC 9000" +msgstr "Epson MC 9000" + +#: src/xml/xmli18n-tmp.h:4740 +msgid "Epson MC 10000" +msgstr "Epson MC 10000" + +#: src/xml/xmli18n-tmp.h:4741 +msgid "Epson ME 300" +msgstr "Epson ME 300" + +#: src/xml/xmli18n-tmp.h:4742 +msgid "Epson ME 320" +msgstr "Epson ME 320" + +#: src/xml/xmli18n-tmp.h:4743 +msgid "Epson ME Office 70" +msgstr "Epson ME Office 70" + +#: src/xml/xmli18n-tmp.h:4744 +msgid "Epson ME Office 80W" +msgstr "Epson ME Office 80W" + +#: src/xml/xmli18n-tmp.h:4745 +msgid "Epson ME Office 360" +msgstr "Epson ME Office 360" + +#: src/xml/xmli18n-tmp.h:4746 +msgid "Epson ME Office 600F" +msgstr "Epson ME Office 600F" + +#: src/xml/xmli18n-tmp.h:4747 +msgid "Epson ME Office 620F" +msgstr "Epson ME Office 620F" + +#: src/xml/xmli18n-tmp.h:4748 +msgid "Epson ME Office 700FW" +msgstr "Epson ME Office 700FW" + +#: src/xml/xmli18n-tmp.h:4749 +msgid "Epson ME Office 940FW" +msgstr "Epson ME Office 940FW" + +#: src/xml/xmli18n-tmp.h:4750 +msgid "Epson ME Office 1100" +msgstr "Epson ME Office 1100" + +#: src/xml/xmli18n-tmp.h:4751 +msgid "Epson MJ 930C" +msgstr "Epson MJ 930C" + +#: src/xml/xmli18n-tmp.h:4752 +msgid "Epson MJ 5100C" +msgstr "Epson MJ 5100C" + +#: src/xml/xmli18n-tmp.h:4753 +msgid "Epson MJ 6000C" +msgstr "Epson MJ 6000C" + +#: src/xml/xmli18n-tmp.h:4754 +msgid "Epson MJ 8000C" +msgstr "Epson MJ 8000C" + +#: src/xml/xmli18n-tmp.h:4755 +msgid "Epson PM 670C" +msgstr "Epson PM 670C" + +#: src/xml/xmli18n-tmp.h:4756 +msgid "Epson PM 700C" +msgstr "Epson PM 700C" + +#: src/xml/xmli18n-tmp.h:4757 +msgid "Epson PM 730C" +msgstr "Epson PM 730C" + +#: src/xml/xmli18n-tmp.h:4758 +msgid "Epson PM 740C" +msgstr "Epson PM 740C" + +#: src/xml/xmli18n-tmp.h:4759 +msgid "Epson PM 750C" +msgstr "Epson PM 750C" + +#: src/xml/xmli18n-tmp.h:4760 +msgid "Epson PM 760C" +msgstr "Epson PM 760C" + +#: src/xml/xmli18n-tmp.h:4761 +msgid "Epson PM 770C" +msgstr "Epson PM 770C" + +#: src/xml/xmli18n-tmp.h:4762 +msgid "Epson PM 780C" +msgstr "Epson PM 780C" + +#: src/xml/xmli18n-tmp.h:4763 +msgid "Epson PM 790PT" +msgstr "Epson PM 790PT" + +#: src/xml/xmli18n-tmp.h:4764 +msgid "Epson PM 800C" +msgstr "Epson PM 800C" + +#: src/xml/xmli18n-tmp.h:4765 +msgid "Epson PM 850PT" +msgstr "Epson PM 850PT" + +#: src/xml/xmli18n-tmp.h:4766 +msgid "Epson PM 870C" +msgstr "Epson PM 870C" + +#: src/xml/xmli18n-tmp.h:4767 +msgid "Epson PM 880C" +msgstr "Epson PM 880C" + +#: src/xml/xmli18n-tmp.h:4768 +msgid "Epson PM 930C" +msgstr "Epson PM 930C" + +#: src/xml/xmli18n-tmp.h:4769 +msgid "Epson PM 940C" +msgstr "Epson PM 940C" + +#: src/xml/xmli18n-tmp.h:4770 +msgid "Epson PM 950C" +msgstr "Epson PM 950C" + +#: src/xml/xmli18n-tmp.h:4771 +msgid "Epson PM 970C" +msgstr "Epson PM 970C" + +#: src/xml/xmli18n-tmp.h:4772 +msgid "Epson PM 980C" +msgstr "Epson PM 980C" + +#: src/xml/xmli18n-tmp.h:4773 +msgid "Epson PM 2000C" +msgstr "Epson PM 2000C" + +#: src/xml/xmli18n-tmp.h:4774 +msgid "Epson PM 2200C" +msgstr "Epson PM 2200C" + +#: src/xml/xmli18n-tmp.h:4775 +msgid "Epson PM 3000C" +msgstr "Epson PM 3000C" + +#: src/xml/xmli18n-tmp.h:4776 +msgid "Epson PM 3300C" +msgstr "Epson PM 3300C" + +#: src/xml/xmli18n-tmp.h:4777 +msgid "Epson PM 3500C" +msgstr "Epson PM 3500C" + +#: src/xml/xmli18n-tmp.h:4778 +msgid "Epson PM 3700C" +msgstr "Epson PM 3700C" + +#: src/xml/xmli18n-tmp.h:4779 +msgid "Epson PM 4000PX" +msgstr "Epson PM 4000PX" + +#: src/xml/xmli18n-tmp.h:4780 +msgid "Epson PM 5000C" +msgstr "Epson PM 5000C" + +#: src/xml/xmli18n-tmp.h:4781 +msgid "Epson PM 7000C" +msgstr "Epson PM 7000C" + +#: src/xml/xmli18n-tmp.h:4782 +msgid "Epson PM 9000C" +msgstr "Epson PM 9000C" + +#: src/xml/xmli18n-tmp.h:4783 +msgid "Epson PM 10000" +msgstr "Epson PM 10000" + +#: src/xml/xmli18n-tmp.h:4784 +msgid "Epson PM A650" +msgstr "Epson PM A650" + +#: src/xml/xmli18n-tmp.h:4785 +msgid "Epson PM A750" +msgstr "Epson PM A750" + +#: src/xml/xmli18n-tmp.h:4786 +msgid "Epson PM A820" +msgstr "Epson PM A820" + +#: src/xml/xmli18n-tmp.h:4787 +msgid "Epson PM A890" +msgstr "Epson PM A890" + +#: src/xml/xmli18n-tmp.h:4788 +msgid "Epson PM A900" +msgstr "Epson PM A900" + +#: src/xml/xmli18n-tmp.h:4789 +msgid "Epson PM A940" +msgstr "Epson PM A940" + +#: src/xml/xmli18n-tmp.h:4790 +msgid "Epson PM A950" +msgstr "Epson PM A950" + +#: src/xml/xmli18n-tmp.h:4791 +msgid "Epson PM D600" +msgstr "Epson PM D600" + +#: src/xml/xmli18n-tmp.h:4792 +msgid "Epson PM D750" +msgstr "Epson PM D750" + +#: src/xml/xmli18n-tmp.h:4793 +msgid "Epson PM D770" +msgstr "Epson PM D770" + +#: src/xml/xmli18n-tmp.h:4794 +msgid "Epson PM D800" +msgstr "Epson PM D800" + +#: src/xml/xmli18n-tmp.h:4795 +msgid "Epson PM D870" +msgstr "Epson PM D870" + +#: src/xml/xmli18n-tmp.h:4796 +msgid "Epson PM D1000" +msgstr "Epson PM D1000" + +#: src/xml/xmli18n-tmp.h:4797 +msgid "Epson PM G700" +msgstr "Epson PM G700" + +#: src/xml/xmli18n-tmp.h:4798 +msgid "Epson PM G720" +msgstr "Epson PM G720" + +#: src/xml/xmli18n-tmp.h:4799 +msgid "Epson PM G730" +msgstr "Epson PM G730" + +#: src/xml/xmli18n-tmp.h:4800 +msgid "Epson PM G800" +msgstr "Epson PM G800" + +#: src/xml/xmli18n-tmp.h:4801 +msgid "Epson PM G820" +msgstr "Epson PM G820" + +#: src/xml/xmli18n-tmp.h:4802 +msgid "Epson PM G850" +msgstr "Epson PM G850" + +#: src/xml/xmli18n-tmp.h:4803 +msgid "Epson PM T960" +msgstr "Epson PM T960" + +#: src/xml/xmli18n-tmp.h:4804 +msgid "Epson PM G4500" +msgstr "Epson PM G4500" + +#: src/xml/xmli18n-tmp.h:4805 +msgid "Epson PX A650" +msgstr "Epson PX A650" + +#: src/xml/xmli18n-tmp.h:4806 +msgid "Epson Offirio PX B300" +msgstr "Epson Offirio PX B300" + +#: src/xml/xmli18n-tmp.h:4807 +msgid "Epson Offirio PX B500" +msgstr "Epson Offirio PX B500" + +#: src/xml/xmli18n-tmp.h:4808 +msgid "Epson PX 7V" +msgstr "Epson PX 7V" + +#: src/xml/xmli18n-tmp.h:4809 +msgid "Epson PX 101" +msgstr "Epson PX 101" + +#: src/xml/xmli18n-tmp.h:4810 +msgid "Epson PX 201" +msgstr "Epson PX 201" + +#: src/xml/xmli18n-tmp.h:4811 +msgid "Epson PX 204" +msgstr "Epson PX 204" + +#: src/xml/xmli18n-tmp.h:4812 +msgid "Epson PX 401A" +msgstr "Epson PX 401A" + +#: src/xml/xmli18n-tmp.h:4813 +msgid "Epson PX 504A" +msgstr "Epson PX 504A" + +#: src/xml/xmli18n-tmp.h:4814 +msgid "Epson PX 601F" +msgstr "Epson PX 601F" + +#: src/xml/xmli18n-tmp.h:4815 +msgid "Epson PX 1001" +msgstr "Epson PX 1001" + +#: src/xml/xmli18n-tmp.h:4816 +msgid "Epson PX 1200" +msgstr "Epson PX 1200" + +#: src/xml/xmli18n-tmp.h:4817 +msgid "Epson PX 1600F" +msgstr "Epson PX 1600F" + +#: src/xml/xmli18n-tmp.h:4818 +msgid "Epson PX 1700F" +msgstr "Epson PX 1700F" + +#: src/xml/xmli18n-tmp.h:4819 +msgid "Epson PX G900" +msgstr "Epson PX G900" + +#: src/xml/xmli18n-tmp.h:4820 +msgid "Epson PX G920" +msgstr "Epson PX G920" + +#: src/xml/xmli18n-tmp.h:4821 +msgid "Epson PX G5000" +msgstr "Epson PX G5000" + +#: src/xml/xmli18n-tmp.h:4822 +msgid "Epson PX G5300" +msgstr "Epson PX G5300" + +#: src/xml/xmli18n-tmp.h:4823 +msgid "Epson PX V500" +msgstr "Epson PX V500" + +#: src/xml/xmli18n-tmp.h:4824 +msgid "Epson PX V600" +msgstr "Epson PX V600" + +#: src/xml/xmli18n-tmp.h:4825 +msgid "Epson PX V630" +msgstr "Epson PX V630" + +#: src/xml/xmli18n-tmp.h:4826 +msgid "Epson PX V780" +msgstr "Epson PX V780" + +#: src/xml/xmli18n-tmp.h:4827 +msgid "Epson PX 5500" +msgstr "Epson PX 5500" + +#: src/xml/xmli18n-tmp.h:4828 +msgid "Epson PX G5600" +msgstr "Epson PX G5600" + +#: src/xml/xmli18n-tmp.h:4829 +msgid "Epson PX 7000" +msgstr "Epson PX 7000" + +#: src/xml/xmli18n-tmp.h:4830 +msgid "Epson PX 9000" +msgstr "Epson PX 9000" + +#: src/xml/xmli18n-tmp.h:4831 +msgid "Apollo P-2100" +msgstr "Apollo P-2100" + +#: src/xml/xmli18n-tmp.h:4832 +msgid "Apollo P-2150" +msgstr "Apollo P-2150" + +#: src/xml/xmli18n-tmp.h:4833 +msgid "Apollo P-2200" +msgstr "Apollo P-2200" + +#: src/xml/xmli18n-tmp.h:4834 +msgid "Apollo P-2250" +msgstr "Apollo P-2250" + +#: src/xml/xmli18n-tmp.h:4835 +msgid "Apollo P-2500" +msgstr "Apollo P-2500" + +#: src/xml/xmli18n-tmp.h:4836 +msgid "Apollo P-2550" +msgstr "Apollo P-2550" + +#: src/xml/xmli18n-tmp.h:4837 +msgid "Apollo P-2600" +msgstr "Apollo P-2600" + +#: src/xml/xmli18n-tmp.h:4838 +msgid "Apollo P-2650" +msgstr "Apollo P-2650" + +#: src/xml/xmli18n-tmp.h:4839 +msgid "Apple Color StyleWriter 4100" +msgstr "Apple Color StyleWriter 4100" + +#: src/xml/xmli18n-tmp.h:4840 +msgid "Apple Color StyleWriter 4500" +msgstr "Apple Color StyleWriter 4500" + +#: src/xml/xmli18n-tmp.h:4841 +msgid "Apple Color StyleWriter 6500" +msgstr "Apple Color StyleWriter 6500" + +#: src/xml/xmli18n-tmp.h:4842 +msgid "Apple LaserWriter Select 360" +msgstr "Apple LaserWriter Select 360" + +#: src/xml/xmli18n-tmp.h:4843 +msgid "Brother DCP-1200" +msgstr "Brother DCP-1200" + +#: src/xml/xmli18n-tmp.h:4844 +msgid "Brother DCP-8045D" +msgstr "Brother DCP-8045D" + +#: src/xml/xmli18n-tmp.h:4845 +msgid "Brother HL-1040" +msgstr "Brother HL-1040" + +#: src/xml/xmli18n-tmp.h:4846 +msgid "Brother HL-1050" +msgstr "Brother HL-1050" + +#: src/xml/xmli18n-tmp.h:4847 +msgid "Brother HL-1060" +msgstr "Brother HL-1060" + +#: src/xml/xmli18n-tmp.h:4848 +msgid "Brother HL-1070" +msgstr "Brother HL-1070" + +#: src/xml/xmli18n-tmp.h:4849 +msgid "Brother HL-10V" +msgstr "Brother HL-10V" + +#: src/xml/xmli18n-tmp.h:4850 +msgid "Brother HL-10h" +msgstr "Brother HL-10h" + +#: src/xml/xmli18n-tmp.h:4851 +msgid "Brother HL-1240" +msgstr "Brother HL-1240" + +#: src/xml/xmli18n-tmp.h:4852 +msgid "Brother HL-1250" +msgstr "Brother HL-1250" + +#: src/xml/xmli18n-tmp.h:4853 +msgid "Brother HL-1260" +msgstr "Brother HL-1260" + +#: src/xml/xmli18n-tmp.h:4854 +msgid "Brother HL-1270N" +msgstr "Brother HL-1270N" + +#: src/xml/xmli18n-tmp.h:4855 +msgid "Brother HL-1430" +msgstr "Brother HL-1430" + +#: src/xml/xmli18n-tmp.h:4856 +msgid "Brother HL-1440" +msgstr "Brother HL-1440" + +#: src/xml/xmli18n-tmp.h:4857 +msgid "Brother HL-1450" +msgstr "Brother HL-1450" + +#: src/xml/xmli18n-tmp.h:4858 +msgid "Brother HL-1470N" +msgstr "Brother HL-1470N" + +#: src/xml/xmli18n-tmp.h:4859 +msgid "Brother HL-1650" +msgstr "Brother HL-1650" + +#: src/xml/xmli18n-tmp.h:4860 +msgid "Brother HL-1660e" +msgstr "Brother HL-1660e" + +#: src/xml/xmli18n-tmp.h:4861 +msgid "Brother HL-1670N" +msgstr "Brother HL-1670N" + +#: src/xml/xmli18n-tmp.h:4862 +msgid "Brother HL-1850" +msgstr "Brother HL-1850" + +#: src/xml/xmli18n-tmp.h:4863 +msgid "Brother HL-1870N" +msgstr "Brother HL-1870N" + +#: src/xml/xmli18n-tmp.h:4864 +msgid "Brother HL-2030" +msgstr "Brother HL-2030" + +#: src/xml/xmli18n-tmp.h:4865 +msgid "Brother HL-2035" +msgstr "Brother HL-2035" + +#: src/xml/xmli18n-tmp.h:4866 +msgid "Brother HL-2060" +msgstr "Brother HL-2060" + +#: src/xml/xmli18n-tmp.h:4867 +msgid "Brother HL-2460" +msgstr "Brother HL-2460" + +#: src/xml/xmli18n-tmp.h:4868 +msgid "Brother HL-2460N" +msgstr "Brother HL-2460N" + +#: src/xml/xmli18n-tmp.h:4869 +msgid "Brother HL-4Ve" +msgstr "Brother HL-4Ve" + +#: src/xml/xmli18n-tmp.h:4870 +msgid "Brother HL-5030" +msgstr "Brother HL-5030" + +#: src/xml/xmli18n-tmp.h:4871 +msgid "Brother HL-5040" +msgstr "Brother HL-5040" + +#: src/xml/xmli18n-tmp.h:4872 +msgid "Brother HL-5050" +msgstr "Brother HL-5050" + +#: src/xml/xmli18n-tmp.h:4873 +msgid "Brother HL-5070N" +msgstr "Brother HL-5070N" + +#: src/xml/xmli18n-tmp.h:4874 +msgid "Brother HL-5140" +msgstr "Brother HL-5140" + +#: src/xml/xmli18n-tmp.h:4875 +msgid "Brother HL-5150D" +msgstr "Brother HL-5150D" + +#: src/xml/xmli18n-tmp.h:4876 +msgid "Brother HL-5170DN" +msgstr "Brother HL-5170DN" + +#: src/xml/xmli18n-tmp.h:4877 +msgid "Brother HL-630" +msgstr "Brother HL-630" + +#: src/xml/xmli18n-tmp.h:4878 +msgid "Brother HL-660" +msgstr "Brother HL-660" + +#: src/xml/xmli18n-tmp.h:4879 +msgid "Brother HL-7050" +msgstr "Brother HL-7050" + +#: src/xml/xmli18n-tmp.h:4880 +msgid "Brother HL-7050N" +msgstr "Brother HL-7050N" + +#: src/xml/xmli18n-tmp.h:4881 +msgid "Brother HL-760" +msgstr "Brother HL-760" + +#: src/xml/xmli18n-tmp.h:4882 +msgid "Brother HL-960" +msgstr "Brother HL-960" + +#: src/xml/xmli18n-tmp.h:4883 +msgid "Brother MFC-6550MC" +msgstr "Brother MFC-6550MC" + +#: src/xml/xmli18n-tmp.h:4884 +msgid "Brother MFC-8300" +msgstr "Brother MFC-8300" + +#: src/xml/xmli18n-tmp.h:4885 +msgid "Brother MFC-9500" +msgstr "Brother MFC-9500" + +#: src/xml/xmli18n-tmp.h:4886 +msgid "Brother MFC-9600" +msgstr "Brother MFC-9600" + +#: src/xml/xmli18n-tmp.h:4887 +msgid "Canon GP 335" +msgstr "Canon GP 335" + +#: src/xml/xmli18n-tmp.h:4888 +msgid "Canon LBP-4sx" +msgstr "Canon LBP-4sx" + +#: src/xml/xmli18n-tmp.h:4889 +msgid "Canon LBP-430" +msgstr "Canon LBP-430" + +#: src/xml/xmli18n-tmp.h:4890 +msgid "Canon LBP-1000" +msgstr "Canon LBP-1000" + +#: src/xml/xmli18n-tmp.h:4891 +msgid "Canon LBP-1260" +msgstr "Canon LBP-1260" + +#: src/xml/xmli18n-tmp.h:4892 +msgid "Canon LBP-1760" +msgstr "Canon LBP-1760" + +#: src/xml/xmli18n-tmp.h:4893 +msgid "Canon LBP-3360" +msgstr "Canon LBP-3360" + +#: src/xml/xmli18n-tmp.h:4894 +msgid "Canon imageRunner 330s" +msgstr "Canon imageRunner 330s" + +#: src/xml/xmli18n-tmp.h:4895 +msgid "Citizen ProJet II" +msgstr "Citizen ProJet II" + +#: src/xml/xmli18n-tmp.h:4896 +msgid "DEC 1800" +msgstr "DEC 1800" + +#: src/xml/xmli18n-tmp.h:4897 +msgid "DEC LN17" +msgstr "DEC LN17" + +#: src/xml/xmli18n-tmp.h:4898 +msgid "Epson ActionLaser 1100" +msgstr "Epson ActionLaser 1100" + +#: src/xml/xmli18n-tmp.h:4899 +msgid "Epson ActionLaser II" +msgstr "Epson ActionLaser II" + +#: src/xml/xmli18n-tmp.h:4900 +msgid "Epson AL-C2000" +msgstr "Epson AL-C2000" + +#: src/xml/xmli18n-tmp.h:4901 +msgid "Epson AL-C2000 PS3" +msgstr "Epson AL-C2000 PS3" + +#: src/xml/xmli18n-tmp.h:4902 +msgid "Epson AL-C8500" +msgstr "Epson AL-C8500" + +#: src/xml/xmli18n-tmp.h:4903 +msgid "Epson AL-C8500PS" +msgstr "Epson AL-C8500PS" + +#: src/xml/xmli18n-tmp.h:4904 +msgid "Epson AL-C8600" +msgstr "Epson AL-C8600" + +#: src/xml/xmli18n-tmp.h:4905 +msgid "Epson AL-C8600 PS3" +msgstr "Epson AL-C8600 PS3" + +#: src/xml/xmli18n-tmp.h:4906 +msgid "Epson EPL-5200" +msgstr "Epson EPL-5200" + +#: src/xml/xmli18n-tmp.h:4907 +msgid "Epson EPL-5200+" +msgstr "Epson EPL-5200+" + +#: src/xml/xmli18n-tmp.h:4908 +msgid "Epson EPL-5700" +msgstr "Epson EPL-5700" + +#: src/xml/xmli18n-tmp.h:4909 +msgid "Epson EPL-5700PS" +msgstr "Epson EPL-5700PS" + +#: src/xml/xmli18n-tmp.h:4910 +msgid "Epson EPL-5800" +msgstr "Epson EPL-5800" + +#: src/xml/xmli18n-tmp.h:4911 +msgid "Epson EPL-5800PS" +msgstr "Epson EPL-5800PS" + +#: src/xml/xmli18n-tmp.h:4912 +msgid "Epson EPL-5900" +msgstr "Epson EPL-5900" + +#: src/xml/xmli18n-tmp.h:4913 +msgid "Epson EPL-5900 PS3" +msgstr "Epson EPL-5900 PS3" + +#: src/xml/xmli18n-tmp.h:4914 +msgid "Epson EPL-6100" +msgstr "Epson EPL-6100" + +#: src/xml/xmli18n-tmp.h:4915 +msgid "Epson EPL-6100 PS3" +msgstr "Epson EPL-6100 PS3" + +#: src/xml/xmli18n-tmp.h:4916 +msgid "Epson EPL-7100" +msgstr "Epson EPL-7100" + +#: src/xml/xmli18n-tmp.h:4917 +msgid "Epson EPL-N2050" +msgstr "Epson EPL-N2050" + +#: src/xml/xmli18n-tmp.h:4918 +msgid "Epson EPL-N2050+" +msgstr "Epson EPL-N2050+" + +#: src/xml/xmli18n-tmp.h:4919 +msgid "Epson EPL-N2050PS" +msgstr "Epson EPL-N2050PS" + +#: src/xml/xmli18n-tmp.h:4920 +msgid "Epson EPL-N2050PS+" +msgstr "Epson EPL-N2050PS+" + +#: src/xml/xmli18n-tmp.h:4921 +msgid "Epson EPL-N2120" +msgstr "Epson EPL-N2120" + +#: src/xml/xmli18n-tmp.h:4922 +msgid "Epson EPL-N2500" +msgstr "Epson EPL-N2500" + +#: src/xml/xmli18n-tmp.h:4923 +msgid "Epson EPL-N2500 PS3" +msgstr "Epson EPL-N2500 PS3" + +#: src/xml/xmli18n-tmp.h:4924 +msgid "Epson EPL-N2750" +msgstr "Epson EPL-N2750" + +#: src/xml/xmli18n-tmp.h:4925 +msgid "Epson EPL-N2750PS" +msgstr "Epson EPL-N2750PS" + +#: src/xml/xmli18n-tmp.h:4926 +msgid "Fujitsu PrintPartner 10V" +msgstr "Fujitsu PrintPartner 10V" + +#: src/xml/xmli18n-tmp.h:4927 +msgid "Fujitsu PrintPartner 16DV" +msgstr "Fujitsu PrintPartner 16DV" + +#: src/xml/xmli18n-tmp.h:4928 +msgid "Fujitsu PrintPartner 20W" +msgstr "Fujitsu PrintPartner 20W" + +#: src/xml/xmli18n-tmp.h:4929 +msgid "Fujitsu PrintPartner 8000" +msgstr "Fujitsu PrintPartner 8000" + +#: src/xml/xmli18n-tmp.h:4930 +msgid "Generic PCL 4 Printer" +msgstr "Splošni tiskalnik PCL 4" + +#: src/xml/xmli18n-tmp.h:4931 +msgid "Generic PCL 4 LF Printer" +msgstr "Splošni tiskalnik PCL 4 LF" + +#: src/xml/xmli18n-tmp.h:4932 +msgid "Generic PCL 5 Printer" +msgstr "Splošni tiskalnik PCL 5" + +#: src/xml/xmli18n-tmp.h:4933 +msgid "Generic PCL 5 LF Printer" +msgstr "Splošni tiskalnik PCL 5 LF" + +#: src/xml/xmli18n-tmp.h:4934 +msgid "Generic PCL 5c Printer" +msgstr "Splošni tiskalnik PCL 5c" + +#: src/xml/xmli18n-tmp.h:4935 +msgid "Generic PCL 5c LF Printer" +msgstr "Splošni tiskalnik PCL 5c LF" + +#: src/xml/xmli18n-tmp.h:4936 +msgid "Generic PCL 5e Printer" +msgstr "Splošni tiskalnik PCL 5e" + +#: src/xml/xmli18n-tmp.h:4937 +msgid "Generic PCL 5e LF Printer" +msgstr "Splošni tiskalnik PCL 5e LF" + +#: src/xml/xmli18n-tmp.h:4938 +msgid "Generic PCL 6/PCL XL Printer" +msgstr "Splošni tiskalnik 6/PCL XL" + +#: src/xml/xmli18n-tmp.h:4939 +msgid "Generic PCL 6/PCL XL LF Printer" +msgstr "Splošni tiskalnik PCL 6/PCL XL LF" + +#: src/xml/xmli18n-tmp.h:4940 +msgid "Gestetner 10512" +msgstr "Gestetner 10512" + +#: src/xml/xmli18n-tmp.h:4941 +msgid "Gestetner 2212" +msgstr "Gestetner 2212" + +#: src/xml/xmli18n-tmp.h:4942 +msgid "Gestetner 2712" +msgstr "Gestetner 2712" + +#: src/xml/xmli18n-tmp.h:4943 +msgid "Gestetner 3212" +msgstr "Gestetner 3212" + +#: src/xml/xmli18n-tmp.h:4944 +msgid "Gestetner 3502" +msgstr "Gestetner 3502" + +#: src/xml/xmli18n-tmp.h:4945 +msgid "Gestetner 3532/4235g" +msgstr "Gestetner 3532/4235g" + +#: src/xml/xmli18n-tmp.h:4946 +msgid "Gestetner 4502" +msgstr "Gestetner 4502" + +#: src/xml/xmli18n-tmp.h:4947 +msgid "Gestetner 4532/4245g" +msgstr "Gestetner 4532/4245g" + +#: src/xml/xmli18n-tmp.h:4948 +msgid "Gestetner 6002" +msgstr "Gestetner 6002" + +#: src/xml/xmli18n-tmp.h:4949 +msgid "Gestetner 7502" +msgstr "Gestetner 7502" + +#: src/xml/xmli18n-tmp.h:4950 +msgid "Gestetner 9002" +msgstr "Gestetner 9002" + +#: src/xml/xmli18n-tmp.h:4951 +msgid "Gestetner DSm415" +msgstr "Gestetner DSm415" + +#: src/xml/xmli18n-tmp.h:4952 +msgid "Gestetner DSm615" +msgstr "Gestetner DSm615" + +#: src/xml/xmli18n-tmp.h:4953 +msgid "Gestetner DSm616" +msgstr "Gestetner DSm616" + +#: src/xml/xmli18n-tmp.h:4954 +msgid "Gestetner DSm618" +msgstr "Gestetner DSm618" + +#: src/xml/xmli18n-tmp.h:4955 +msgid "Gestetner DSm618d" +msgstr "Gestetner DSm618d" + +#: src/xml/xmli18n-tmp.h:4956 +msgid "Gestetner DSm620" +msgstr "Gestetner DSm620" + +#: src/xml/xmli18n-tmp.h:4957 +msgid "Gestetner DSm620d" +msgstr "Gestetner DSm620d" + +#: src/xml/xmli18n-tmp.h:4958 +msgid "Gestetner DSm622" +msgstr "Gestetner DSm622" + +#: src/xml/xmli18n-tmp.h:4959 +msgid "Gestetner DSm627" +msgstr "Gestetner DSm627" + +#: src/xml/xmli18n-tmp.h:4960 +msgid "Gestetner DSm635/635G" +msgstr "Gestetner DSm635/635G" + +#: src/xml/xmli18n-tmp.h:4961 +msgid "Gestetner DSm645/645G" +msgstr "Gestetner DSm645/645G" + +#: src/xml/xmli18n-tmp.h:4962 +msgid "Gestetner DSm651" +msgstr "Gestetner DSm651" + +#: src/xml/xmli18n-tmp.h:4963 +msgid "Gestetner DSm660" +msgstr "Gestetner DSm660" + +#: src/xml/xmli18n-tmp.h:4964 +msgid "Gestetner DSm675" +msgstr "Gestetner DSm675" + +#: src/xml/xmli18n-tmp.h:4965 +msgid "Gestetner DSm725" +msgstr "Gestetner DSm725" + +#: src/xml/xmli18n-tmp.h:4966 +msgid "Gestetner DSm730" +msgstr "Gestetner DSm730" + +#: src/xml/xmli18n-tmp.h:4967 +msgid "Gestetner DSm735/735G" +msgstr "Gestetner DSm735/735G" + +#: src/xml/xmli18n-tmp.h:4968 +msgid "Gestetner DSm745/745G" +msgstr "Gestetner DSm745/745G" + +#: src/xml/xmli18n-tmp.h:4969 +msgid "Gestetner MP1100/DSm7110" +msgstr "Gestetner MP1100/DSm7110" + +#: src/xml/xmli18n-tmp.h:4970 +msgid "Gestetner MP1350/DSm7135" +msgstr "Gestetner MP1350/DSm7135" + +#: src/xml/xmli18n-tmp.h:4971 +msgid "Gestetner MP1600/DSm716" +msgstr "Gestetner MP1600/DSm716" + +#: src/xml/xmli18n-tmp.h:4972 +msgid "Gestetner MP2000/DSm721d" +msgstr "Gestetner MP2000/DSm721d" + +#: src/xml/xmli18n-tmp.h:4973 +msgid "Gestetner MP2500/DSm625" +msgstr "Gestetner MP2500/DSm625" + +#: src/xml/xmli18n-tmp.h:4974 +msgid "Gestetner MP3500/DSm735e" +msgstr "Gestetner MP3500/DSm735e" + +#: src/xml/xmli18n-tmp.h:4975 +msgid "Gestetner MP4500/DSm745e" +msgstr "Gestetner MP4500/DSm745e" + +#: src/xml/xmli18n-tmp.h:4976 +msgid "Gestetner MP5500/DSm755" +msgstr "Gestetner MP5500/DSm755" + +#: src/xml/xmli18n-tmp.h:4977 +msgid "Gestetner MP6500/DSm765" +msgstr "Gestetner MP6500/DSm765" + +#: src/xml/xmli18n-tmp.h:4978 +msgid "Gestetner MP7500/DSm775" +msgstr "Gestetner MP7500/DSm775" + +#: src/xml/xmli18n-tmp.h:4979 +msgid "Gestetner MP9000/DSm790" +msgstr "Gestetner MP9000/DSm790" + +#: src/xml/xmli18n-tmp.h:4980 +msgid "Gestetner MP 161/DSm416" +msgstr "Gestetner MP 161/DSm416" + +#: src/xml/xmli18n-tmp.h:4981 +msgid "Gestetner MP 2510/DSm725e" +msgstr "Gestetner MP 2510/DSm725e" + +#: src/xml/xmli18n-tmp.h:4982 +msgid "Gestetner MP 2550" +msgstr "Gestetner MP 2550" + +#: src/xml/xmli18n-tmp.h:4983 +msgid "Gestetner MP 2550B" +msgstr "Gestetner MP 2550B" + +#: src/xml/xmli18n-tmp.h:4984 +msgid "Gestetner MP 3010/DSm730e" +msgstr "Gestetner MP 3010/DSm730e" + +#: src/xml/xmli18n-tmp.h:4985 +msgid "Gestetner MP 3350" +msgstr "Gestetner MP 3350" + +#: src/xml/xmli18n-tmp.h:4986 +msgid "Gestetner MP 3350B" +msgstr "Gestetner MP 3350B" + +#: src/xml/xmli18n-tmp.h:4987 +msgid "Gestetner MP 4000" +msgstr "Gestetner MP 4000" + +#: src/xml/xmli18n-tmp.h:4988 +msgid "Gestetner MP 4000B" +msgstr "Gestetner MP 4000B" + +#: src/xml/xmli18n-tmp.h:4989 +msgid "Gestetner MP 5000" +msgstr "Gestetner MP 5000" + +#: src/xml/xmli18n-tmp.h:4990 +msgid "Gestetner MP 5000B" +msgstr "Gestetner MP 5000B" + +#: src/xml/xmli18n-tmp.h:4991 +msgid "HP Business Inkjet 2200" +msgstr "HP Business Inkjet 2200" + +#: src/xml/xmli18n-tmp.h:4992 +msgid "HP Business Inkjet 2230" +msgstr "HP Business Inkjet 2230" + +#: src/xml/xmli18n-tmp.h:4993 +msgid "HP Business Inkjet 2250" +msgstr "HP Business Inkjet 2250" + +#: src/xml/xmli18n-tmp.h:4994 +msgid "HP Business Inkjet 2250TN" +msgstr "HP Business Inkjet 2250TN" + +#: src/xml/xmli18n-tmp.h:4995 +msgid "HP Business Inkjet 2280" +msgstr "HP Business Inkjet 2280" + +#: src/xml/xmli18n-tmp.h:4996 +msgid "HP Color Inkjet Printer CP1160" +msgstr "HP Color Inkjet Printer CP1160" + +#: src/xml/xmli18n-tmp.h:4997 +msgid "HP Color Inkjet Printer CP1700" +msgstr "HP Color Inkjet Printer CP1700" + +#: src/xml/xmli18n-tmp.h:4998 +msgid "HP Color LaserJet 2500" +msgstr "HP Color LaserJet 2500" + +#: src/xml/xmli18n-tmp.h:4999 +msgid "HP Color LaserJet 4500" +msgstr "HP Color LaserJet 4500" + +#: src/xml/xmli18n-tmp.h:5000 +msgid "HP Color LaserJet 4550" +msgstr "HP Color LaserJet 4550" + +#: src/xml/xmli18n-tmp.h:5001 +msgid "HP Color LaserJet 4600" +msgstr "HP Color LaserJet 4600" + +#: src/xml/xmli18n-tmp.h:5002 +msgid "HP Color LaserJet 5" +msgstr "HP Color LaserJet 5" + +#: src/xml/xmli18n-tmp.h:5003 +msgid "HP Color LaserJet 5000" +msgstr "HP Color LaserJet 5000" + +#: src/xml/xmli18n-tmp.h:5004 +msgid "HP Color LaserJet 5500" +msgstr "HP Color LaserJet 5500" + +#: src/xml/xmli18n-tmp.h:5005 +msgid "HP Color LaserJet 8550GN" +msgstr "HP Color LaserJet 8550GN" + +#: src/xml/xmli18n-tmp.h:5006 +msgid "HP DesignJet 230" +msgstr "HP DesignJet 230" + +#: src/xml/xmli18n-tmp.h:5007 +msgid "HP DesignJet 250C" +msgstr "HP DesignJet 250C" + +#: src/xml/xmli18n-tmp.h:5008 +msgid "HP DesignJet 430" +msgstr "HP DesignJet 430" + +#: src/xml/xmli18n-tmp.h:5009 +msgid "HP DesignJet 450C" +msgstr "HP DesignJet 450C" + +#: src/xml/xmli18n-tmp.h:5010 +msgid "HP DesignJet 455CA" +msgstr "HP DesignJet 455CA" + +#: src/xml/xmli18n-tmp.h:5011 +msgid "HP DesignJet 488CA" +msgstr "HP DesignJet 488CA" + +#: src/xml/xmli18n-tmp.h:5012 +msgid "HP DesignJet 700" +msgstr "HP DesignJet 700" + +#: src/xml/xmli18n-tmp.h:5013 +msgid "HP DesignJet 750C Plus" +msgstr "HP DesignJet 750C Plus" + +#: src/xml/xmli18n-tmp.h:5014 +msgid "HP DesignJet 750C" +msgstr "HP DesignJet 750C" + +#: src/xml/xmli18n-tmp.h:5015 +msgid "HP DesignJet 2500CP" +msgstr "HP DesignJet 2500CP" + +#: src/xml/xmli18n-tmp.h:5016 +msgid "HP DesignJet 3500CP" +msgstr "HP DesignJet 3500CP" + +#: src/xml/xmli18n-tmp.h:5017 +msgid "HP DesignJet ColorPro CAD" +msgstr "HP DesignJet ColorPro CAD" + +#: src/xml/xmli18n-tmp.h:5018 +msgid "HP DeskJet 400" +msgstr "HP DeskJet 400" + +#: src/xml/xmli18n-tmp.h:5019 +msgid "HP DeskJet 420C" +msgstr "HP DeskJet 420C" + +#: src/xml/xmli18n-tmp.h:5020 +msgid "HP DeskJet 450" +msgstr "HP DeskJet 450" + +#: src/xml/xmli18n-tmp.h:5021 +msgid "HP DeskJet 500" +msgstr "HP DeskJet 500" + +#: src/xml/xmli18n-tmp.h:5022 +msgid "HP DeskJet 500C" +msgstr "HP DeskJet 500C" + +#: src/xml/xmli18n-tmp.h:5023 +msgid "HP DeskJet 505J Plus" +msgstr "HP DeskJet 505J Plus" + +#: src/xml/xmli18n-tmp.h:5024 +msgid "HP DeskJet 510" +msgstr "HP DeskJet 510" + +#: src/xml/xmli18n-tmp.h:5025 +msgid "HP DeskJet 520" +msgstr "HP DeskJet 520" + +#: src/xml/xmli18n-tmp.h:5026 +msgid "HP DeskJet 540C" +msgstr "HP DeskJet 540C" + +#: src/xml/xmli18n-tmp.h:5027 +msgid "HP DeskJet 550C" +msgstr "HP DeskJet 550C" + +#: src/xml/xmli18n-tmp.h:5028 +msgid "HP DeskJet 5550" +msgstr "HP DeskJet 5550" + +#: src/xml/xmli18n-tmp.h:5029 +msgid "HP DeskJet 5551" +msgstr "HP DeskJet 5551" + +#: src/xml/xmli18n-tmp.h:5030 +msgid "HP DeskJet 560C" +msgstr "HP DeskJet 560C" + +#: src/xml/xmli18n-tmp.h:5031 +msgid "HP DeskJet 600" +msgstr "HP DeskJet 600" + +#: src/xml/xmli18n-tmp.h:5032 +msgid "HP DeskJet 600C" +msgstr "HP DeskJet 600C" + +#: src/xml/xmli18n-tmp.h:5033 +msgid "HP DeskJet 610C" +msgstr "HP DeskJet 610C" + +#: src/xml/xmli18n-tmp.h:5034 +msgid "HP DeskJet 610CL" +msgstr "HP DeskJet 610CL" + +#: src/xml/xmli18n-tmp.h:5035 +msgid "HP DeskJet 6122" +msgstr "HP DeskJet 6122" + +#: src/xml/xmli18n-tmp.h:5036 +msgid "HP DeskJet 6127" +msgstr "HP DeskJet 6127" + +#: src/xml/xmli18n-tmp.h:5037 +msgid "HP DeskJet 612C" +msgstr "HP DeskJet 612C" + +#: src/xml/xmli18n-tmp.h:5038 +msgid "HP DeskJet 640C" +msgstr "HP DeskJet 640C" + +#: src/xml/xmli18n-tmp.h:5039 +msgid "HP DeskJet 648C" +msgstr "HP DeskJet 648C" + +#: src/xml/xmli18n-tmp.h:5040 +msgid "HP DeskJet 660C" +msgstr "HP DeskJet 660C" + +#: src/xml/xmli18n-tmp.h:5041 +msgid "HP DeskJet 670C" +msgstr "HP DeskJet 670C" + +#: src/xml/xmli18n-tmp.h:5042 +msgid "HP DeskJet 670TV" +msgstr "HP DeskJet 670TV" + +#: src/xml/xmli18n-tmp.h:5043 +msgid "HP DeskJet 672C" +msgstr "HP DeskJet 672C" + +#: src/xml/xmli18n-tmp.h:5044 +msgid "HP DeskJet 680C" +msgstr "HP DeskJet 680C" + +#: src/xml/xmli18n-tmp.h:5045 +msgid "HP DeskJet 682C" +msgstr "HP DeskJet 682C" + +#: src/xml/xmli18n-tmp.h:5046 +msgid "HP DeskJet 690C" +msgstr "HP DeskJet 690C" + +#: src/xml/xmli18n-tmp.h:5047 +msgid "HP DeskJet 692C" +msgstr "HP DeskJet 692C" + +#: src/xml/xmli18n-tmp.h:5048 +msgid "HP DeskJet 693C" +msgstr "HP DeskJet 693C" + +#: src/xml/xmli18n-tmp.h:5049 +msgid "HP DeskJet 694C" +msgstr "HP DeskJet 694C" + +#: src/xml/xmli18n-tmp.h:5050 +msgid "HP DeskJet 695C" +msgstr "HP DeskJet 695C" + +#: src/xml/xmli18n-tmp.h:5051 +msgid "HP DeskJet 697C" +msgstr "HP DeskJet 697C" + +#: src/xml/xmli18n-tmp.h:5052 +msgid "HP DeskJet 810C" +msgstr "HP DeskJet 810C" + +#: src/xml/xmli18n-tmp.h:5053 +msgid "HP DeskJet 812C" +msgstr "HP DeskJet 812C" + +#: src/xml/xmli18n-tmp.h:5054 +msgid "HP DeskJet 815C" +msgstr "HP DeskJet 815C" + +#: src/xml/xmli18n-tmp.h:5055 +msgid "HP DeskJet 816C" +msgstr "HP DeskJet 816C" + +#: src/xml/xmli18n-tmp.h:5056 +msgid "HP DeskJet 825C" +msgstr "HP DeskJet 825C" + +#: src/xml/xmli18n-tmp.h:5057 +msgid "HP DeskJet 830C" +msgstr "HP DeskJet 830C" + +#: src/xml/xmli18n-tmp.h:5058 +msgid "HP DeskJet 832C" +msgstr "HP DeskJet 832C" + +#: src/xml/xmli18n-tmp.h:5059 +msgid "HP DeskJet 840C" +msgstr "HP DeskJet 840C" + +#: src/xml/xmli18n-tmp.h:5060 +msgid "HP DeskJet 841C" +msgstr "HP DeskJet 841C" + +#: src/xml/xmli18n-tmp.h:5061 +msgid "HP DeskJet 842C" +msgstr "HP DeskJet 842C" + +#: src/xml/xmli18n-tmp.h:5062 +msgid "HP DeskJet 843C" +msgstr "HP DeskJet 843C" + +#: src/xml/xmli18n-tmp.h:5063 +msgid "HP DeskJet 845C" +msgstr "HP DeskJet 845C" + +#: src/xml/xmli18n-tmp.h:5064 +msgid "HP DeskJet 850C" +msgstr "HP DeskJet 850C" + +#: src/xml/xmli18n-tmp.h:5065 +msgid "HP DeskJet 855C" +msgstr "HP DeskJet 855C" + +#: src/xml/xmli18n-tmp.h:5066 +msgid "HP DeskJet 870C" +msgstr "HP DeskJet 870C" + +#: src/xml/xmli18n-tmp.h:5067 +msgid "HP DeskJet 880C" +msgstr "HP DeskJet 880C" + +#: src/xml/xmli18n-tmp.h:5068 +msgid "HP DeskJet 882C" +msgstr "HP DeskJet 882C" + +#: src/xml/xmli18n-tmp.h:5069 +msgid "HP DeskJet 890C" +msgstr "HP DeskJet 890C" + +#: src/xml/xmli18n-tmp.h:5070 +msgid "HP DeskJet 895C" +msgstr "HP DeskJet 895C" + +#: src/xml/xmli18n-tmp.h:5071 +msgid "HP DeskJet 916C" +msgstr "HP DeskJet 916C" + +#: src/xml/xmli18n-tmp.h:5072 +msgid "HP DeskJet 920C" +msgstr "HP DeskJet 920C" + +#: src/xml/xmli18n-tmp.h:5073 +msgid "HP DeskJet 9300" +msgstr "HP DeskJet 9300" + +#: src/xml/xmli18n-tmp.h:5074 +msgid "HP DeskJet 930C" +msgstr "HP DeskJet 930C" + +#: src/xml/xmli18n-tmp.h:5075 +msgid "HP DeskJet 932C" +msgstr "HP DeskJet 932C" + +#: src/xml/xmli18n-tmp.h:5076 +msgid "HP DeskJet 933C" +msgstr "HP DeskJet 933C" + +#: src/xml/xmli18n-tmp.h:5077 +msgid "HP DeskJet 934C" +msgstr "HP DeskJet 934C" + +#: src/xml/xmli18n-tmp.h:5078 +msgid "HP DeskJet 935C" +msgstr "HP DeskJet 935C" + +#: src/xml/xmli18n-tmp.h:5079 +msgid "HP DeskJet 940C" +msgstr "HP DeskJet 940C" + +#: src/xml/xmli18n-tmp.h:5080 +msgid "HP DeskJet 948C" +msgstr "HP DeskJet 948C" + +#: src/xml/xmli18n-tmp.h:5081 +msgid "HP DeskJet 950C" +msgstr "HP DeskJet 950C" + +#: src/xml/xmli18n-tmp.h:5082 +msgid "HP DeskJet 952C" +msgstr "HP DeskJet 952C" + +#: src/xml/xmli18n-tmp.h:5083 +msgid "HP DeskJet 955C" +msgstr "HP DeskJet 955C" + +#: src/xml/xmli18n-tmp.h:5084 +msgid "HP DeskJet 957C" +msgstr "HP DeskJet 957C" + +#: src/xml/xmli18n-tmp.h:5085 +msgid "HP DeskJet 959C" +msgstr "HP DeskJet 959C" + +#: src/xml/xmli18n-tmp.h:5086 +msgid "HP DeskJet 960C" +msgstr "HP DeskJet 960C" + +#: src/xml/xmli18n-tmp.h:5087 +msgid "HP DeskJet 970C" +msgstr "HP DeskJet 970C" + +#: src/xml/xmli18n-tmp.h:5088 +msgid "HP DeskJet 975C" +msgstr "HP DeskJet 975C" + +#: src/xml/xmli18n-tmp.h:5089 +msgid "HP DeskJet 980C" +msgstr "HP DeskJet 980C" + +#: src/xml/xmli18n-tmp.h:5090 +msgid "HP DeskJet 990C" +msgstr "HP DeskJet 990C" + +#: src/xml/xmli18n-tmp.h:5091 +msgid "HP DeskJet 995C" +msgstr "HP DeskJet 995C" + +#: src/xml/xmli18n-tmp.h:5092 +msgid "HP DeskJet 1100C" +msgstr "HP DeskJet 1100C" + +#: src/xml/xmli18n-tmp.h:5093 +msgid "HP DeskJet 1120C" +msgstr "HP DeskJet 1120C" + +#: src/xml/xmli18n-tmp.h:5094 +msgid "HP DeskJet 1125C" +msgstr "HP DeskJet 1125C" + +#: src/xml/xmli18n-tmp.h:5095 +msgid "HP DeskJet 1200C" +msgstr "HP DeskJet 1200C" + +#: src/xml/xmli18n-tmp.h:5096 +msgid "HP DeskJet 1220C" +msgstr "HP DeskJet 1220C" + +#: src/xml/xmli18n-tmp.h:5097 +msgid "HP DeskJet 1600C" +msgstr "HP DeskJet 1600C" + +#: src/xml/xmli18n-tmp.h:5098 +msgid "HP DeskJet 1600CM" +msgstr "HP DeskJet 1600CM" + +#: src/xml/xmli18n-tmp.h:5099 +msgid "HP DeskJet 2000" +msgstr "HP DeskJet 2000" + +#: src/xml/xmli18n-tmp.h:5100 +msgid "HP DeskJet 2500" +msgstr "HP DeskJet 2500" + +#: src/xml/xmli18n-tmp.h:5101 +msgid "HP DeskJet 2500CM" +msgstr "HP DeskJet 2500CM" + +#: src/xml/xmli18n-tmp.h:5102 +msgid "HP DeskJet 340C" +msgstr "HP DeskJet 340C" + +#: src/xml/xmli18n-tmp.h:5103 +msgid "HP DeskJet 3810" +msgstr "HP DeskJet 3810" + +#: src/xml/xmli18n-tmp.h:5104 +msgid "HP DeskJet 3816" +msgstr "HP DeskJet 3816" + +#: src/xml/xmli18n-tmp.h:5105 +msgid "HP DeskJet 3820" +msgstr "HP DeskJet 3820" + +#: src/xml/xmli18n-tmp.h:5106 +msgid "HP DeskJet 3822" +msgstr "HP DeskJet 3822" + +#: src/xml/xmli18n-tmp.h:5107 +msgid "HP LaserJet 2" +msgstr "HP LaserJet 2" + +#: src/xml/xmli18n-tmp.h:5108 +msgid "HP LaserJet 2D" +msgstr "HP LaserJet 2D" + +#: src/xml/xmli18n-tmp.h:5109 +msgid "HP LaserJet 2P Plus" +msgstr "HP LaserJet 2P Plus" + +#: src/xml/xmli18n-tmp.h:5110 +msgid "HP LaserJet 2P" +msgstr "HP LaserJet 2P" + +#: src/xml/xmli18n-tmp.h:5111 +msgid "HP LaserJet 3" +msgstr "HP LaserJet 3" + +#: src/xml/xmli18n-tmp.h:5112 +msgid "HP LaserJet 3D" +msgstr "HP LaserJet 3D" + +#: src/xml/xmli18n-tmp.h:5113 +msgid "HP LaserJet 3P w/ PCL5" +msgstr "HP LaserJet 3P w/ PCL5" + +#: src/xml/xmli18n-tmp.h:5114 +msgid "HP LaserJet 3P w/PS" +msgstr "HP LaserJet 3P w/PS" + +#: src/xml/xmli18n-tmp.h:5115 +msgid "HP LaserJet 4 Plus" +msgstr "HP LaserJet 4 Plus" + +#: src/xml/xmli18n-tmp.h:5116 +msgid "HP LaserJet 4" +msgstr "HP LaserJet 4" + +#: src/xml/xmli18n-tmp.h:5117 +msgid "HP LaserJet 4L" +msgstr "HP LaserJet 4L" + +#: src/xml/xmli18n-tmp.h:5118 +msgid "HP LaserJet 4M" +msgstr "HP LaserJet 4M" + +#: src/xml/xmli18n-tmp.h:5119 +msgid "HP LaserJet 4ML" +msgstr "HP LaserJet 4ML" + +#: src/xml/xmli18n-tmp.h:5120 +msgid "HP LaserJet 4P" +msgstr "HP LaserJet 4P" + +#: src/xml/xmli18n-tmp.h:5121 +msgid "HP LaserJet 4Si" +msgstr "HP LaserJet 4Si" + +#: src/xml/xmli18n-tmp.h:5122 +msgid "HP LaserJet 4V" +msgstr "HP LaserJet 4V" + +#: src/xml/xmli18n-tmp.h:5123 +msgid "HP LaserJet 5" +msgstr "HP LaserJet 5" + +#: src/xml/xmli18n-tmp.h:5124 +msgid "HP LaserJet 5L" +msgstr "HP LaserJet 5L" + +#: src/xml/xmli18n-tmp.h:5125 +msgid "HP LaserJet 5M" +msgstr "HP LaserJet 5M" + +#: src/xml/xmli18n-tmp.h:5126 +msgid "HP LaserJet 5MP" +msgstr "HP LaserJet 5MP" + +#: src/xml/xmli18n-tmp.h:5127 +msgid "HP LaserJet 5P" +msgstr "HP LaserJet 5P" + +#: src/xml/xmli18n-tmp.h:5128 +msgid "HP LaserJet 5Si" +msgstr "HP LaserJet 5Si" + +#: src/xml/xmli18n-tmp.h:5129 +msgid "HP LaserJet 6" +msgstr "HP LaserJet 6" + +#: src/xml/xmli18n-tmp.h:5130 +msgid "HP LaserJet 6L" +msgstr "HP LaserJet 6L" + +#: src/xml/xmli18n-tmp.h:5131 +msgid "HP LaserJet 6MP" +msgstr "HP LaserJet 6MP" + +#: src/xml/xmli18n-tmp.h:5132 +msgid "HP LaserJet 6P" +msgstr "HP LaserJet 6P" + +#: src/xml/xmli18n-tmp.h:5133 +msgid "HP LaserJet 1010" +msgstr "HP LaserJet 1010" + +#: src/xml/xmli18n-tmp.h:5134 +msgid "HP LaserJet 1012" +msgstr "HP LaserJet 1012" + +#: src/xml/xmli18n-tmp.h:5135 +msgid "HP LaserJet 1015" +msgstr "HP LaserJet 1015" + +#: src/xml/xmli18n-tmp.h:5136 +msgid "HP LaserJet 1022" +msgstr "HP LaserJet 1022" + +#: src/xml/xmli18n-tmp.h:5137 +msgid "HP LaserJet 1100" +msgstr "HP LaserJet 1100" + +#: src/xml/xmli18n-tmp.h:5138 +msgid "HP LaserJet 1100A" +msgstr "HP LaserJet 1100A" + +#: src/xml/xmli18n-tmp.h:5139 +msgid "HP LaserJet 1150" +msgstr "HP LaserJet 1150" + +#: src/xml/xmli18n-tmp.h:5140 +msgid "HP LaserJet 1160" +msgstr "HP LaserJet 1160" + +#: src/xml/xmli18n-tmp.h:5141 +msgid "HP LaserJet 1200" +msgstr "HP LaserJet 1200" + +#: src/xml/xmli18n-tmp.h:5142 +msgid "HP LaserJet 1220" +msgstr "HP LaserJet 1220" + +#: src/xml/xmli18n-tmp.h:5143 +msgid "HP LaserJet 1300" +msgstr "HP LaserJet 1300" + +#: src/xml/xmli18n-tmp.h:5144 +msgid "HP LaserJet 1320" +msgstr "HP LaserJet 1320" + +#: src/xml/xmli18n-tmp.h:5145 +msgid "HP LaserJet 2100" +msgstr "HP LaserJet 2100" + +#: src/xml/xmli18n-tmp.h:5146 +msgid "HP LaserJet 2100M" +msgstr "HP LaserJet 2100M" + +#: src/xml/xmli18n-tmp.h:5147 +msgid "HP LaserJet 2200" +msgstr "HP LaserJet 2200" + +#: src/xml/xmli18n-tmp.h:5148 +msgid "HP LaserJet 2300" +msgstr "HP LaserJet 2300" + +#: src/xml/xmli18n-tmp.h:5149 +msgid "HP LaserJet 2410" +msgstr "HP LaserJet 2410" + +#: src/xml/xmli18n-tmp.h:5150 +msgid "HP LaserJet 2420" +msgstr "HP LaserJet 2420" + +#: src/xml/xmli18n-tmp.h:5151 +msgid "HP LaserJet 2430" +msgstr "HP LaserJet 2430" + +#: src/xml/xmli18n-tmp.h:5152 +msgid "HP LaserJet 3015" +msgstr "HP LaserJet 3015" + +#: src/xml/xmli18n-tmp.h:5153 +msgid "HP LaserJet 3020" +msgstr "HP LaserJet 3020" + +#: src/xml/xmli18n-tmp.h:5154 +msgid "HP LaserJet 3030" +msgstr "HP LaserJet 3030" + +#: src/xml/xmli18n-tmp.h:5155 +msgid "HP LaserJet 3050" +msgstr "HP LaserJet 3050" + +#: src/xml/xmli18n-tmp.h:5156 +msgid "HP LaserJet 3052" +msgstr "HP LaserJet 3052" + +#: src/xml/xmli18n-tmp.h:5157 +msgid "HP LaserJet 3055" +msgstr "HP LaserJet 3055" + +#: src/xml/xmli18n-tmp.h:5158 +msgid "HP LaserJet 3200" +msgstr "HP LaserJet 3200" + +#: src/xml/xmli18n-tmp.h:5159 +msgid "HP LaserJet 3200m" +msgstr "HP LaserJet 3200m" + +#: src/xml/xmli18n-tmp.h:5160 +msgid "HP LaserJet 3200se" +msgstr "HP LaserJet 3200se" + +#: src/xml/xmli18n-tmp.h:5161 +msgid "HP LaserJet 3300 MFP" +msgstr "HP LaserJet 3300 MFP" + +#: src/xml/xmli18n-tmp.h:5162 +msgid "HP LaserJet 3310 MFP" +msgstr "HP LaserJet 3310 MFP" + +#: src/xml/xmli18n-tmp.h:5163 +msgid "HP LaserJet 3320 MFP" +msgstr "HP LaserJet 3320 MFP" + +#: src/xml/xmli18n-tmp.h:5164 +msgid "HP LaserJet 3320N MFP" +msgstr "HP LaserJet 3320N MFP" + +#: src/xml/xmli18n-tmp.h:5165 +msgid "HP LaserJet 3330 MFP" +msgstr "HP LaserJet 3330 MFP" + +#: src/xml/xmli18n-tmp.h:5166 +msgid "HP LaserJet 3380" +msgstr "HP LaserJet 3380" + +#: src/xml/xmli18n-tmp.h:5167 +msgid "HP LaserJet 3390" +msgstr "HP LaserJet 3390" + +#: src/xml/xmli18n-tmp.h:5168 +msgid "HP LaserJet 3392" +msgstr "HP LaserJet 3392" + +#: src/xml/xmli18n-tmp.h:5169 +msgid "HP LaserJet 4000" +msgstr "HP LaserJet 4000" + +#: src/xml/xmli18n-tmp.h:5170 +msgid "HP LaserJet 4050" +msgstr "HP LaserJet 4050" + +#: src/xml/xmli18n-tmp.h:5171 +msgid "HP LaserJet 4100" +msgstr "HP LaserJet 4100" + +#: src/xml/xmli18n-tmp.h:5172 +msgid "HP LaserJet 4200" +msgstr "HP LaserJet 4200" + +#: src/xml/xmli18n-tmp.h:5173 +msgid "HP LaserJet 4240" +msgstr "HP LaserJet 4240" + +#: src/xml/xmli18n-tmp.h:5174 +msgid "HP LaserJet 4250" +msgstr "HP LaserJet 4250" + +#: src/xml/xmli18n-tmp.h:5175 +msgid "HP LaserJet 4300" +msgstr "HP LaserJet 4300" + +#: src/xml/xmli18n-tmp.h:5176 +msgid "HP LaserJet 4345 mfp" +msgstr "HP LaserJet 4345 mfp" + +#: src/xml/xmli18n-tmp.h:5177 +msgid "HP LaserJet 4350" +msgstr "HP LaserJet 4350" + +#: src/xml/xmli18n-tmp.h:5178 +msgid "HP LaserJet 5000" +msgstr "HP LaserJet 5000" + +#: src/xml/xmli18n-tmp.h:5179 +msgid "HP LaserJet 5100" +msgstr "HP LaserJet 5100" + +#: src/xml/xmli18n-tmp.h:5180 +msgid "HP LaserJet 5200" +msgstr "HP LaserJet 5200" + +#: src/xml/xmli18n-tmp.h:5181 +msgid "HP LaserJet 5200L" +msgstr "HP LaserJet 5200L" + +#: src/xml/xmli18n-tmp.h:5182 +msgid "HP LaserJet 8000" +msgstr "HP LaserJet 8000" + +#: src/xml/xmli18n-tmp.h:5183 +msgid "HP LaserJet 8100" +msgstr "HP LaserJet 8100" + +#: src/xml/xmli18n-tmp.h:5184 +msgid "HP LaserJet 8150" +msgstr "HP LaserJet 8150" + +#: src/xml/xmli18n-tmp.h:5185 +msgid "HP LaserJet 9000" +msgstr "HP LaserJet 9000" + +#: src/xml/xmli18n-tmp.h:5186 +msgid "HP LaserJet 9040" +msgstr "HP LaserJet 9040" + +#: src/xml/xmli18n-tmp.h:5187 +msgid "HP LaserJet 9040 MFP" +msgstr "HP LaserJet 9040 MFP" + +#: src/xml/xmli18n-tmp.h:5188 +msgid "HP LaserJet 9050" +msgstr "HP LaserJet 9050" + +#: src/xml/xmli18n-tmp.h:5189 +msgid "HP LaserJet 9050 MFP" +msgstr "HP LaserJet 9050 MFP" + +#: src/xml/xmli18n-tmp.h:5190 +msgid "HP LaserJet M3027 MFP" +msgstr "HP LaserJet M3027 MFP" + +#: src/xml/xmli18n-tmp.h:5191 +msgid "HP LaserJet M3035 MFP" +msgstr "HP LaserJet M3035 MFP" + +#: src/xml/xmli18n-tmp.h:5192 +msgid "HP LaserJet M4345 MFP" +msgstr "HP LaserJet M4345 MFP" + +#: src/xml/xmli18n-tmp.h:5193 +msgid "HP LaserJet M5025 MFP" +msgstr "HP LaserJet M5025 MFP" + +#: src/xml/xmli18n-tmp.h:5194 +msgid "HP LaserJet M5035 MFP" +msgstr "HP LaserJet M5035 MFP" + +#: src/xml/xmli18n-tmp.h:5195 +msgid "HP LaserJet P2010" +msgstr "HP LaserJet P2010" + +#: src/xml/xmli18n-tmp.h:5196 +msgid "HP LaserJet P2015" +msgstr "HP LaserJet P2015" + +#: src/xml/xmli18n-tmp.h:5197 +msgid "HP LaserJet P3004" +msgstr "HP LaserJet P3004" + +#: src/xml/xmli18n-tmp.h:5198 +msgid "HP LaserJet P3005" +msgstr "HP LaserJet P3005" + +#: src/xml/xmli18n-tmp.h:5199 +msgid "HP Mopier 240" +msgstr "HP Mopier 240" + +#: src/xml/xmli18n-tmp.h:5200 +msgid "HP Mopier 320" +msgstr "HP Mopier 320" + +#: src/xml/xmli18n-tmp.h:5201 +msgid "HP OfficeJet 300" +msgstr "HP OfficeJet 300" + +#: src/xml/xmli18n-tmp.h:5202 +msgid "HP OfficeJet 330" +msgstr "HP OfficeJet 330" + +#: src/xml/xmli18n-tmp.h:5203 +msgid "HP OfficeJet 350" +msgstr "HP OfficeJet 350" + +#: src/xml/xmli18n-tmp.h:5204 +msgid "HP OfficeJet 500" +msgstr "HP OfficeJet 500" + +#: src/xml/xmli18n-tmp.h:5205 +msgid "HP OfficeJet 520" +msgstr "HP OfficeJet 520" + +#: src/xml/xmli18n-tmp.h:5206 +msgid "HP OfficeJet 570" +msgstr "HP OfficeJet 570" + +#: src/xml/xmli18n-tmp.h:5207 +msgid "HP OfficeJet 580" +msgstr "HP OfficeJet 580" + +#: src/xml/xmli18n-tmp.h:5208 +msgid "HP OfficeJet 590" +msgstr "HP OfficeJet 590" + +#: src/xml/xmli18n-tmp.h:5209 +msgid "HP OfficeJet 600" +msgstr "HP OfficeJet 600" + +#: src/xml/xmli18n-tmp.h:5210 +msgid "HP OfficeJet 610" +msgstr "HP OfficeJet 610" + +#: src/xml/xmli18n-tmp.h:5211 +msgid "HP OfficeJet 625" +msgstr "HP OfficeJet 625" + +#: src/xml/xmli18n-tmp.h:5212 +msgid "HP OfficeJet 630" +msgstr "HP OfficeJet 630" + +#: src/xml/xmli18n-tmp.h:5213 +msgid "HP OfficeJet 635" +msgstr "HP OfficeJet 635" + +#: src/xml/xmli18n-tmp.h:5214 +msgid "HP OfficeJet 700" +msgstr "HP OfficeJet 700" + +#: src/xml/xmli18n-tmp.h:5215 +msgid "HP OfficeJet 710" +msgstr "HP OfficeJet 710" + +#: src/xml/xmli18n-tmp.h:5216 +msgid "HP OfficeJet 720" +msgstr "HP OfficeJet 720" + +#: src/xml/xmli18n-tmp.h:5217 +msgid "HP OfficeJet 725" +msgstr "HP OfficeJet 725" + +#: src/xml/xmli18n-tmp.h:5218 +msgid "HP OfficeJet 5105" +msgstr "HP OfficeJet 5105" + +#: src/xml/xmli18n-tmp.h:5219 +msgid "HP OfficeJet 5110" +msgstr "HP OfficeJet 5110" + +#: src/xml/xmli18n-tmp.h:5220 +msgid "HP OfficeJet 5110xi" +msgstr "HP OfficeJet 5110xi" + +#: src/xml/xmli18n-tmp.h:5221 +msgid "HP OfficeJet 6105" +msgstr "HP OfficeJet 6105" + +#: src/xml/xmli18n-tmp.h:5222 +msgid "HP OfficeJet 6110" +msgstr "HP OfficeJet 6110" + +#: src/xml/xmli18n-tmp.h:5223 +msgid "HP OfficeJet 7110" +msgstr "HP OfficeJet 7110" + +#: src/xml/xmli18n-tmp.h:5224 +msgid "HP OfficeJet 7130" +msgstr "HP OfficeJet 7130" + +#: src/xml/xmli18n-tmp.h:5225 +msgid "HP OfficeJet 7140" +msgstr "HP OfficeJet 7140" + +#: src/xml/xmli18n-tmp.h:5226 +msgid "HP OfficeJet D125" +msgstr "HP OfficeJet D125" + +#: src/xml/xmli18n-tmp.h:5227 +msgid "HP OfficeJet D135" +msgstr "HP OfficeJet D135" + +#: src/xml/xmli18n-tmp.h:5228 +msgid "HP OfficeJet D145" +msgstr "HP OfficeJet D145" + +#: src/xml/xmli18n-tmp.h:5229 +msgid "HP OfficeJet D155" +msgstr "HP OfficeJet D155" + +#: src/xml/xmli18n-tmp.h:5230 +msgid "HP OfficeJet G55" +msgstr "HP OfficeJet G55" + +#: src/xml/xmli18n-tmp.h:5231 +msgid "HP OfficeJet G85" +msgstr "HP OfficeJet G85" + +#: src/xml/xmli18n-tmp.h:5232 +msgid "HP OfficeJet G95" +msgstr "HP OfficeJet G95" + +#: src/xml/xmli18n-tmp.h:5233 +msgid "HP OfficeJet K60" +msgstr "HP OfficeJet K60" + +#: src/xml/xmli18n-tmp.h:5234 +msgid "HP OfficeJet K60xi" +msgstr "HP OfficeJet K60xi" + +#: src/xml/xmli18n-tmp.h:5235 +msgid "HP OfficeJet K80" +msgstr "HP OfficeJet K80" + +#: src/xml/xmli18n-tmp.h:5236 +msgid "HP OfficeJet K80xi" +msgstr "HP OfficeJet K80xi" + +#: src/xml/xmli18n-tmp.h:5237 +msgid "HP OfficeJet LX" +msgstr "HP OfficeJet LX" + +#: src/xml/xmli18n-tmp.h:5238 +msgid "HP OfficeJet Pro 1150C" +msgstr "HP OfficeJet Pro 1150C" + +#: src/xml/xmli18n-tmp.h:5239 +msgid "HP OfficeJet Pro 1170C" +msgstr "HP OfficeJet Pro 1170C" + +#: src/xml/xmli18n-tmp.h:5240 +msgid "HP OfficeJet Pro 1175C" +msgstr "HP OfficeJet Pro 1175C" + +#: src/xml/xmli18n-tmp.h:5241 +msgid "HP OfficeJet R40" +msgstr "HP OfficeJet R40" + +#: src/xml/xmli18n-tmp.h:5242 +msgid "HP OfficeJet R45" +msgstr "HP OfficeJet R45" + +#: src/xml/xmli18n-tmp.h:5243 +msgid "HP OfficeJet R60" +msgstr "HP OfficeJet R60" + +#: src/xml/xmli18n-tmp.h:5244 +msgid "HP OfficeJet R65" +msgstr "HP OfficeJet R65" + +#: src/xml/xmli18n-tmp.h:5245 +msgid "HP OfficeJet R80" +msgstr "HP OfficeJet R80" + +#: src/xml/xmli18n-tmp.h:5246 +msgid "HP OfficeJet T45" +msgstr "HP OfficeJet T45" + +#: src/xml/xmli18n-tmp.h:5247 +msgid "HP OfficeJet T65" +msgstr "HP OfficeJet T65" + +#: src/xml/xmli18n-tmp.h:5248 +msgid "HP OfficeJet V40" +msgstr "HP OfficeJet V40" + +#: src/xml/xmli18n-tmp.h:5249 +msgid "HP OfficeJet V40xi" +msgstr "HP OfficeJet V40xi" + +#: src/xml/xmli18n-tmp.h:5250 +msgid "HP OfficeJet" +msgstr "HP OfficeJet" + +#: src/xml/xmli18n-tmp.h:5251 +msgid "HP PSC 370" +msgstr "HP PSC 370" + +#: src/xml/xmli18n-tmp.h:5252 +msgid "HP PSC 380" +msgstr "HP PSC 380" + +#: src/xml/xmli18n-tmp.h:5253 +msgid "HP PSC 500" +msgstr "HP PSC 500" + +#: src/xml/xmli18n-tmp.h:5254 +msgid "HP PSC 750" +msgstr "HP PSC 750" + +#: src/xml/xmli18n-tmp.h:5255 +msgid "HP PSC 950" +msgstr "HP PSC 950" + +#: src/xml/xmli18n-tmp.h:5256 +msgid "HP PSC 950xi" +msgstr "HP PSC 950xi" + +#: src/xml/xmli18n-tmp.h:5257 +msgid "HP PSC 2110" +msgstr "HP PSC 2110" + +#: src/xml/xmli18n-tmp.h:5258 +msgid "HP PSC 2150" +msgstr "HP PSC 2150" + +#: src/xml/xmli18n-tmp.h:5259 +msgid "HP PSC 2210" +msgstr "HP PSC 2210" + +#: src/xml/xmli18n-tmp.h:5260 +msgid "HP PhotoSmart 7150" +msgstr "HP PhotoSmart 7150" + +#: src/xml/xmli18n-tmp.h:5261 +msgid "HP PhotoSmart 7345" +msgstr "HP PhotoSmart 7345" + +#: src/xml/xmli18n-tmp.h:5262 +msgid "HP PhotoSmart 7350" +msgstr "HP PhotoSmart 7350" + +#: src/xml/xmli18n-tmp.h:5263 +msgid "HP PhotoSmart 7550" +msgstr "HP PhotoSmart 7550" + +#: src/xml/xmli18n-tmp.h:5264 +msgid "HP PhotoSmart P100" +msgstr "HP PhotoSmart P100" + +#: src/xml/xmli18n-tmp.h:5265 +msgid "HP PhotoSmart P130" +msgstr "HP PhotoSmart P130" + +#: src/xml/xmli18n-tmp.h:5266 +msgid "HP PhotoSmart P230" +msgstr "HP PhotoSmart P230" + +#: src/xml/xmli18n-tmp.h:5267 +msgid "HP PhotoSmart P1000" +msgstr "HP PhotoSmart P1000" + +#: src/xml/xmli18n-tmp.h:5268 +msgid "HP PhotoSmart P1100" +msgstr "HP PhotoSmart P1100" + +#: src/xml/xmli18n-tmp.h:5269 +msgid "HP PhotoSmart P1115" +msgstr "HP PhotoSmart P1115" + +#: src/xml/xmli18n-tmp.h:5270 +msgid "HP PhotoSmart P1215" +msgstr "HP PhotoSmart P1215" + +#: src/xml/xmli18n-tmp.h:5271 +msgid "HP PhotoSmart P1218" +msgstr "HP PhotoSmart P1218" + +#: src/xml/xmli18n-tmp.h:5272 +msgid "HP PhotoSmart P1315" +msgstr "HP PhotoSmart P1315" + +#: src/xml/xmli18n-tmp.h:5273 +msgid "HP e-printer e20" +msgstr "HP e-printer e20" + +#: src/xml/xmli18n-tmp.h:5274 +msgid "IBM 4019" +msgstr "IBM 4019" + +#: src/xml/xmli18n-tmp.h:5275 +msgid "IBM 4029 030 LaserPrinter 10" +msgstr "IBM 4029 030 LaserPrinter 10" + +#: src/xml/xmli18n-tmp.h:5276 +msgid "IBM 4312" +msgstr "IBM 4312" + +#: src/xml/xmli18n-tmp.h:5277 +msgid "IBM Infoprint 12" +msgstr "IBM Infoprint 12" + +#: src/xml/xmli18n-tmp.h:5278 +msgid "IBM Page Printer 3112" +msgstr "IBM Page Printer 3112" + +#: src/xml/xmli18n-tmp.h:5279 +msgid "Infotec 4353 MF" +msgstr "Infotec 4353 MF" + +#: src/xml/xmli18n-tmp.h:5280 +msgid "Infotec 4452 MF" +msgstr "Infotec 4452 MF" + +#: src/xml/xmli18n-tmp.h:5281 +msgid "Infotec 4651 MF" +msgstr "Infotec 4651 MF" + +#: src/xml/xmli18n-tmp.h:5282 +msgid "Infotec IS2022" +msgstr "Infotec IS2022" + +#: src/xml/xmli18n-tmp.h:5283 +msgid "Infotec IS2027" +msgstr "Infotec IS2027" + +#: src/xml/xmli18n-tmp.h:5284 +msgid "Infotec IS2032" +msgstr "Infotec IS2032" + +#: src/xml/xmli18n-tmp.h:5285 +msgid "Infotec IS2035" +msgstr "Infotec IS2035" + +#: src/xml/xmli18n-tmp.h:5286 +msgid "Infotec IS2045" +msgstr "Infotec IS2045" + +#: src/xml/xmli18n-tmp.h:5287 +msgid "Infotec IS2090" +msgstr "Infotec IS2090" + +#: src/xml/xmli18n-tmp.h:5288 +msgid "Infotec IS2105" +msgstr "Infotec IS2105" + +#: src/xml/xmli18n-tmp.h:5289 +msgid "Infotec IS 2015" +msgstr "Infotec IS 2015" + +#: src/xml/xmli18n-tmp.h:5290 +msgid "Infotec IS 2018" +msgstr "Infotec IS 2018" + +#: src/xml/xmli18n-tmp.h:5291 +msgid "Infotec IS 2018D" +msgstr "Infotec IS 2018D" + +#: src/xml/xmli18n-tmp.h:5292 +msgid "Infotec IS 2060" +msgstr "Infotec IS 2060" + +#: src/xml/xmli18n-tmp.h:5293 +msgid "Infotec IS 2075" +msgstr "Infotec IS 2075" + +#: src/xml/xmli18n-tmp.h:5294 +msgid "Infotec IS 2122" +msgstr "Infotec IS 2122" + +#: src/xml/xmli18n-tmp.h:5295 +msgid "Infotec IS 2127" +msgstr "Infotec IS 2127" + +#: src/xml/xmli18n-tmp.h:5296 +msgid "Infotec IS 2132" +msgstr "Infotec IS 2132" + +#: src/xml/xmli18n-tmp.h:5297 +msgid "Infotec IS 2135" +msgstr "Infotec IS 2135" + +#: src/xml/xmli18n-tmp.h:5298 +msgid "Infotec IS 2145" +msgstr "Infotec IS 2145" + +#: src/xml/xmli18n-tmp.h:5299 +msgid "Infotec IS 2151" +msgstr "Infotec IS 2151" + +#: src/xml/xmli18n-tmp.h:5300 +msgid "Infotec IS 2160" +msgstr "Infotec IS 2160" + +#: src/xml/xmli18n-tmp.h:5301 +msgid "Infotec IS 2175" +msgstr "Infotec IS 2175" + +#: src/xml/xmli18n-tmp.h:5302 +msgid "Infotec IS 2215" +msgstr "Infotec IS 2215" + +#: src/xml/xmli18n-tmp.h:5303 +msgid "Infotec IS 2216" +msgstr "Infotec IS 2216" + +#: src/xml/xmli18n-tmp.h:5304 +msgid "Infotec IS 2220" +msgstr "Infotec IS 2220" + +#: src/xml/xmli18n-tmp.h:5305 +msgid "Infotec IS 2220D" +msgstr "Infotec IS 2220D" + +#: src/xml/xmli18n-tmp.h:5306 +msgid "Infotec IS 2225" +msgstr "Infotec IS 2225" + +#: src/xml/xmli18n-tmp.h:5307 +msgid "Infotec IS 2230" +msgstr "Infotec IS 2230" + +#: src/xml/xmli18n-tmp.h:5308 +msgid "Infotec IS 2235" +msgstr "Infotec IS 2235" + +#: src/xml/xmli18n-tmp.h:5309 +msgid "Infotec IS 2245" +msgstr "Infotec IS 2245" + +#: src/xml/xmli18n-tmp.h:5310 +msgid "Infotec IS 2255" +msgstr "Infotec IS 2255" + +#: src/xml/xmli18n-tmp.h:5311 +msgid "Infotec IS 2265" +msgstr "Infotec IS 2265" + +#: src/xml/xmli18n-tmp.h:5312 +msgid "Infotec IS 2275" +msgstr "Infotec IS 2275" + +#: src/xml/xmli18n-tmp.h:5313 +msgid "Infotec IS 2316" +msgstr "Infotec IS 2316" + +#: src/xml/xmli18n-tmp.h:5314 +msgid "Infotec IS 2320" +msgstr "Infotec IS 2320" + +#: src/xml/xmli18n-tmp.h:5315 +msgid "Infotec IS 2325" +msgstr "Infotec IS 2325" + +#: src/xml/xmli18n-tmp.h:5316 +msgid "Infotec IS 2416" +msgstr "Infotec IS 2416" + +#: src/xml/xmli18n-tmp.h:5317 +msgid "Infotec IS 2425" +msgstr "Infotec IS 2425" + +#: src/xml/xmli18n-tmp.h:5318 +msgid "Infotec IS 2430" +msgstr "Infotec IS 2430" + +#: src/xml/xmli18n-tmp.h:5319 +msgid "Infotec IS 2435" +msgstr "Infotec IS 2435" + +#: src/xml/xmli18n-tmp.h:5320 +msgid "Infotec IS 2445" +msgstr "Infotec IS 2445" + +#: src/xml/xmli18n-tmp.h:5321 +msgid "Infotec IS 3090" +msgstr "Infotec IS 3090" + +#: src/xml/xmli18n-tmp.h:5322 +msgid "Infotec IS 3110" +msgstr "Infotec IS 3110" + +#: src/xml/xmli18n-tmp.h:5323 +msgid "Infotec IS 3135" +msgstr "Infotec IS 3135" + +#: src/xml/xmli18n-tmp.h:5324 +msgid "Infotec MP 2550" +msgstr "Infotec MP 2550" + +#: src/xml/xmli18n-tmp.h:5325 +msgid "Infotec MP 2550B" +msgstr "Infotec MP 2550B" + +#: src/xml/xmli18n-tmp.h:5326 +msgid "Infotec MP 3350" +msgstr "Infotec MP 3350" + +#: src/xml/xmli18n-tmp.h:5327 +msgid "Infotec MP 3350B" +msgstr "Infotec MP 3350B" + +#: src/xml/xmli18n-tmp.h:5328 +msgid "Infotec MP 4000" +msgstr "Infotec MP 4000" + +#: src/xml/xmli18n-tmp.h:5329 +msgid "Infotec MP 4000B" +msgstr "Infotec MP 4000B" + +#: src/xml/xmli18n-tmp.h:5330 +msgid "Infotec MP 5000" +msgstr "Infotec MP 5000" + +#: src/xml/xmli18n-tmp.h:5331 +msgid "Infotec MP 5000B" +msgstr "Infotec MP 5000B" + +#: src/xml/xmli18n-tmp.h:5332 +msgid "Kyocera CS-1815" +msgstr "Kyocera CS-1815" + +#: src/xml/xmli18n-tmp.h:5333 +msgid "Kyocera F-1010" +msgstr "Kyocera F-1010" + +#: src/xml/xmli18n-tmp.h:5334 +msgid "Kyocera FS-600 - KPDL-2" +msgstr "Kyocera FS-600 - KPDL-2" + +#: src/xml/xmli18n-tmp.h:5335 +msgid "Kyocera FS-600" +msgstr "Kyocera FS-600" + +#: src/xml/xmli18n-tmp.h:5336 +msgid "Kyocera FS-680" +msgstr "Kyocera FS-680" + +#: src/xml/xmli18n-tmp.h:5337 +msgid "Kyocera FS-800" +msgstr "Kyocera FS-800" + +#: src/xml/xmli18n-tmp.h:5338 +msgid "Kyocera FS-920" +msgstr "Kyocera FS-920" + +#: src/xml/xmli18n-tmp.h:5339 +msgid "Kyocera FS-1000" +msgstr "Kyocera FS-1000" + +#: src/xml/xmli18n-tmp.h:5340 +msgid "Kyocera FS-1000+" +msgstr "Kyocera FS-1000+" + +#: src/xml/xmli18n-tmp.h:5341 +msgid "Kyocera FS-1010" +msgstr "Kyocera FS-1010" + +#: src/xml/xmli18n-tmp.h:5342 +msgid "Kyocera FS-1018MFP" +msgstr "Kyocera FS-1018MFP" + +#: src/xml/xmli18n-tmp.h:5343 +msgid "Kyocera FS-1020D" +msgstr "Kyocera FS-1020D" + +#: src/xml/xmli18n-tmp.h:5344 +msgid "Kyocera FS-1030D" +msgstr "Kyocera FS-1030D" + +#: src/xml/xmli18n-tmp.h:5345 +msgid "Kyocera FS-1050" +msgstr "Kyocera FS-1050" + +#: src/xml/xmli18n-tmp.h:5346 +msgid "Kyocera FS-1118MFP" +msgstr "Kyocera FS-1118MFP" + +#: src/xml/xmli18n-tmp.h:5347 +msgid "Kyocera FS-1200" +msgstr "Kyocera FS-1200" + +#: src/xml/xmli18n-tmp.h:5348 +msgid "Kyocera FS-1600" +msgstr "Kyocera FS-1600" + +#: src/xml/xmli18n-tmp.h:5349 +msgid "Kyocera FS-1600+" +msgstr "Kyocera FS-1600+" + +#: src/xml/xmli18n-tmp.h:5350 +msgid "Kyocera FS-1700" +msgstr "Kyocera FS-1700" + +#: src/xml/xmli18n-tmp.h:5351 +msgid "Kyocera FS-1700+" +msgstr "Kyocera FS-1700+" + +#: src/xml/xmli18n-tmp.h:5352 +msgid "Kyocera FS-1714M" +msgstr "Kyocera FS-1714M" + +#: src/xml/xmli18n-tmp.h:5353 +msgid "Kyocera FS-1750" +msgstr "Kyocera FS-1750" + +#: src/xml/xmli18n-tmp.h:5354 +msgid "Kyocera FS-1800" +msgstr "Kyocera FS-1800" + +#: src/xml/xmli18n-tmp.h:5355 +msgid "Kyocera FS-1800+" +msgstr "Kyocera FS-1800+" + +#: src/xml/xmli18n-tmp.h:5356 +msgid "Kyocera FS-1900" +msgstr "Kyocera FS-1900" + +#: src/xml/xmli18n-tmp.h:5357 +msgid "Kyocera FS-1920" +msgstr "Kyocera FS-1920" + +#: src/xml/xmli18n-tmp.h:5358 +msgid "Kyocera FS-2000D" +msgstr "Kyocera FS-2000D" + +#: src/xml/xmli18n-tmp.h:5359 +msgid "Kyocera FS-3500" +msgstr "Kyocera FS-3500" + +#: src/xml/xmli18n-tmp.h:5360 +msgid "Kyocera FS-3600" +msgstr "Kyocera FS-3600" + +#: src/xml/xmli18n-tmp.h:5361 +msgid "Kyocera FS-3600+" +msgstr "Kyocera FS-3600+" + +#: src/xml/xmli18n-tmp.h:5362 +msgid "Kyocera FS-3700" +msgstr "Kyocera FS-3700" + +#: src/xml/xmli18n-tmp.h:5363 +msgid "Kyocera FS-3700+" +msgstr "Kyocera FS-3700+" + +#: src/xml/xmli18n-tmp.h:5364 +msgid "Kyocera FS-3718M" +msgstr "Kyocera FS-3718M" + +#: src/xml/xmli18n-tmp.h:5365 +msgid "Kyocera FS-3750" +msgstr "Kyocera FS-3750" + +#: src/xml/xmli18n-tmp.h:5366 +msgid "Kyocera FS-3800" +msgstr "Kyocera FS-3800" + +#: src/xml/xmli18n-tmp.h:5367 +msgid "Kyocera FS-3820N" +msgstr "Kyocera FS-3820N" + +#: src/xml/xmli18n-tmp.h:5368 +msgid "Kyocera FS-3830N" +msgstr "Kyocera FS-3830N" + +#: src/xml/xmli18n-tmp.h:5369 +msgid "Kyocera FS-3900DN" +msgstr "Kyocera FS-3900DN" + +#: src/xml/xmli18n-tmp.h:5370 +msgid "Kyocera FS-4000DN" +msgstr "Kyocera FS-4000DN" + +#: src/xml/xmli18n-tmp.h:5371 +msgid "Kyocera FS-5800C" +msgstr "Kyocera FS-5800C" + +#: src/xml/xmli18n-tmp.h:5372 +msgid "Kyocera FS-5900C" +msgstr "Kyocera FS-5900C" + +#: src/xml/xmli18n-tmp.h:5373 +msgid "Kyocera FS-6020" +msgstr "Kyocera FS-6020" + +#: src/xml/xmli18n-tmp.h:5374 +msgid "Kyocera FS-6026" +msgstr "Kyocera FS-6026" + +#: src/xml/xmli18n-tmp.h:5375 +msgid "Kyocera FS-6300" +msgstr "Kyocera FS-6300" + +#: src/xml/xmli18n-tmp.h:5376 +msgid "Kyocera FS-6500" +msgstr "Kyocera FS-6500" + +#: src/xml/xmli18n-tmp.h:5377 +msgid "Kyocera FS-6500+" +msgstr "Kyocera FS-6500+" + +#: src/xml/xmli18n-tmp.h:5378 +msgid "Kyocera FS-6700" +msgstr "Kyocera FS-6700" + +#: src/xml/xmli18n-tmp.h:5379 +msgid "Kyocera FS-6750" +msgstr "Kyocera FS-6750" + +#: src/xml/xmli18n-tmp.h:5380 +msgid "Kyocera FS-6900" +msgstr "Kyocera FS-6900" + +#: src/xml/xmli18n-tmp.h:5381 +msgid "Kyocera FS-6950DN" +msgstr "Kyocera FS-6950DN" + +#: src/xml/xmli18n-tmp.h:5382 +msgid "Kyocera FS-7000" +msgstr "Kyocera FS-7000" + +#: src/xml/xmli18n-tmp.h:5383 +msgid "Kyocera FS-7000+" +msgstr "Kyocera FS-7000+" + +#: src/xml/xmli18n-tmp.h:5384 +msgid "Kyocera FS-7028M" +msgstr "Kyocera FS-7028M" + +#: src/xml/xmli18n-tmp.h:5385 +msgid "Kyocera FS-8000C" +msgstr "Kyocera FS-8000C" + +#: src/xml/xmli18n-tmp.h:5386 +msgid "Kyocera FS-9000" +msgstr "Kyocera FS-9000" + +#: src/xml/xmli18n-tmp.h:5387 +msgid "Kyocera FS-9100DN" +msgstr "Kyocera FS-9100DN" + +#: src/xml/xmli18n-tmp.h:5388 +msgid "Kyocera FS-9130DN" +msgstr "Kyocera FS-9130DN" + +#: src/xml/xmli18n-tmp.h:5389 +msgid "Kyocera FS-9500DN" +msgstr "Kyocera FS-9500DN" + +#: src/xml/xmli18n-tmp.h:5390 +msgid "Kyocera FS-9530DN" +msgstr "Kyocera FS-9530DN" + +#: src/xml/xmli18n-tmp.h:5391 +msgid "Kyocera KM-1510" +msgstr "Kyocera KM-1510" + +#: src/xml/xmli18n-tmp.h:5392 +msgid "Kyocera KM-1530" +msgstr "Kyocera KM-1530" + +#: src/xml/xmli18n-tmp.h:5393 +msgid "Kyocera KM-1810" +msgstr "Kyocera KM-1810" + +#: src/xml/xmli18n-tmp.h:5394 +msgid "Kyocera KM-1815" +msgstr "Kyocera KM-1815" + +#: src/xml/xmli18n-tmp.h:5395 +msgid "Kyocera KM-1820" +msgstr "Kyocera KM-1820" + +#: src/xml/xmli18n-tmp.h:5396 +msgid "Kyocera KM-2030" +msgstr "Kyocera KM-2030" + +#: src/xml/xmli18n-tmp.h:5397 +msgid "Kyocera KM-2530" +msgstr "Kyocera KM-2530" + +#: src/xml/xmli18n-tmp.h:5398 +msgid "Kyocera KM-3050" +msgstr "Kyocera KM-3050" + +#: src/xml/xmli18n-tmp.h:5399 +msgid "Kyocera KM-3530" +msgstr "Kyocera KM-3530" + +#: src/xml/xmli18n-tmp.h:5400 +msgid "Kyocera KM-4050" +msgstr "Kyocera KM-4050" + +#: src/xml/xmli18n-tmp.h:5401 +msgid "Kyocera KM-4230" +msgstr "Kyocera KM-4230" + +#: src/xml/xmli18n-tmp.h:5402 +msgid "Kyocera KM-4230/5230" +msgstr "Kyocera KM-4230/5230" + +#: src/xml/xmli18n-tmp.h:5403 +msgid "Kyocera KM-4530" +msgstr "Kyocera KM-4530" + +#: src/xml/xmli18n-tmp.h:5404 +msgid "Kyocera KM-5050" +msgstr "Kyocera KM-5050" + +#: src/xml/xmli18n-tmp.h:5405 +msgid "Kyocera KM-5230" +msgstr "Kyocera KM-5230" + +#: src/xml/xmli18n-tmp.h:5406 +msgid "Kyocera KM-5530" +msgstr "Kyocera KM-5530" + +#: src/xml/xmli18n-tmp.h:5407 +msgid "Kyocera KM-6030" +msgstr "Kyocera KM-6030" + +#: src/xml/xmli18n-tmp.h:5408 +msgid "Kyocera KM-6230" +msgstr "Kyocera KM-6230" + +#: src/xml/xmli18n-tmp.h:5409 +msgid "Kyocera KM-8030" +msgstr "Kyocera KM-8030" + +#: src/xml/xmli18n-tmp.h:5410 +msgid "Lanier 5622" +msgstr "Lanier 5622" + +#: src/xml/xmli18n-tmp.h:5411 +msgid "Lanier 5627" +msgstr "Lanier 5627" + +#: src/xml/xmli18n-tmp.h:5412 +msgid "Lanier 5632" +msgstr "Lanier 5632" + +#: src/xml/xmli18n-tmp.h:5413 +msgid "Lanier 5635" +msgstr "Lanier 5635" + +#: src/xml/xmli18n-tmp.h:5414 +msgid "Lanier 5645" +msgstr "Lanier 5645" + +#: src/xml/xmli18n-tmp.h:5415 +msgid "Lanier LD0105" +msgstr "Lanier LD0105" + +#: src/xml/xmli18n-tmp.h:5416 +msgid "Lanier LD015" +msgstr "Lanier LD015" + +#: src/xml/xmli18n-tmp.h:5417 +msgid "Lanier LD035" +msgstr "Lanier LD035" + +#: src/xml/xmli18n-tmp.h:5418 +msgid "Lanier LD045" +msgstr "Lanier LD045" + +#: src/xml/xmli18n-tmp.h:5419 +msgid "Lanier LD060" +msgstr "Lanier LD060" + +#: src/xml/xmli18n-tmp.h:5420 +msgid "Lanier LD075" +msgstr "Lanier LD075" + +#: src/xml/xmli18n-tmp.h:5421 +msgid "Lanier LD090" +msgstr "Lanier LD090" + +#: src/xml/xmli18n-tmp.h:5422 +msgid "Lanier LD115" +msgstr "Lanier LD115" + +#: src/xml/xmli18n-tmp.h:5423 +msgid "Lanier LD116" +msgstr "Lanier LD116" + +#: src/xml/xmli18n-tmp.h:5424 +msgid "Lanier LD118" +msgstr "Lanier LD118" + +#: src/xml/xmli18n-tmp.h:5425 +msgid "Lanier LD118d" +msgstr "Lanier LD118d" + +#: src/xml/xmli18n-tmp.h:5426 +msgid "Lanier LD120" +msgstr "Lanier LD120" + +#: src/xml/xmli18n-tmp.h:5427 +msgid "Lanier LD120d" +msgstr "Lanier LD120d" + +#: src/xml/xmli18n-tmp.h:5428 +msgid "Lanier LD122" +msgstr "Lanier LD122" + +#: src/xml/xmli18n-tmp.h:5429 +msgid "Lanier LD127" +msgstr "Lanier LD127" + +#: src/xml/xmli18n-tmp.h:5430 +msgid "Lanier LD132" +msgstr "Lanier LD132" + +#: src/xml/xmli18n-tmp.h:5431 +msgid "Lanier LD135" +msgstr "Lanier LD135" + +#: src/xml/xmli18n-tmp.h:5432 +msgid "Lanier LD145" +msgstr "Lanier LD145" + +#: src/xml/xmli18n-tmp.h:5433 +msgid "Lanier LD151" +msgstr "Lanier LD151" + +#: src/xml/xmli18n-tmp.h:5434 +msgid "Lanier LD160" +msgstr "Lanier LD160" + +#: src/xml/xmli18n-tmp.h:5435 +msgid "Lanier LD175" +msgstr "Lanier LD175" + +#: src/xml/xmli18n-tmp.h:5436 +msgid "Lanier LD225" +msgstr "Lanier LD225" + +#: src/xml/xmli18n-tmp.h:5437 +msgid "Lanier LD230" +msgstr "Lanier LD230" + +#: src/xml/xmli18n-tmp.h:5438 +msgid "Lanier LD235" +msgstr "Lanier LD235" + +#: src/xml/xmli18n-tmp.h:5439 +msgid "Lanier LD245" +msgstr "Lanier LD245" + +#: src/xml/xmli18n-tmp.h:5440 +msgid "Lanier MP2500/LD125" +msgstr "Lanier MP2500/LD125" + +#: src/xml/xmli18n-tmp.h:5441 +msgid "Lanier MP 1100/LD1100" +msgstr "Lanier MP 1100/LD1100" + +#: src/xml/xmli18n-tmp.h:5442 +msgid "Lanier MP 1350/LD1135" +msgstr "Lanier MP 1350/LD1135" + +#: src/xml/xmli18n-tmp.h:5443 +msgid "Lanier MP 1600/LD316" +msgstr "Lanier MP 1600/LD316" + +#: src/xml/xmli18n-tmp.h:5444 +msgid "Lanier MP 161/LD016" +msgstr "Lanier MP 161/LD016" + +#: src/xml/xmli18n-tmp.h:5445 +msgid "Lanier MP 2000/LD320d" +msgstr "Lanier MP 2000/LD320d" + +#: src/xml/xmli18n-tmp.h:5446 +msgid "Lanier MP 2510/LD325" +msgstr "Lanier MP 2510/LD325" + +#: src/xml/xmli18n-tmp.h:5447 +msgid "Lanier MP 2550B/LD425B" +msgstr "Lanier MP 2550B/LD425B" + +#: src/xml/xmli18n-tmp.h:5448 +msgid "Lanier MP 2550/LD425" +msgstr "Lanier MP 2550/LD425" + +#: src/xml/xmli18n-tmp.h:5449 +msgid "Lanier MP 3010/LD330" +msgstr "Lanier MP 3010/LD330" + +#: src/xml/xmli18n-tmp.h:5450 +msgid "Lanier MP 3350B/LD433B" +msgstr "Lanier MP 3350B/LD433B" + +#: src/xml/xmli18n-tmp.h:5451 +msgid "Lanier MP 3350/LD433" +msgstr "Lanier MP 3350/LD433" + +#: src/xml/xmli18n-tmp.h:5452 +msgid "Lanier MP 3500/LD335" +msgstr "Lanier MP 3500/LD335" + +#: src/xml/xmli18n-tmp.h:5453 +msgid "Lanier MP 4000B/LD040B" +msgstr "Lanier MP 4000B/LD040B" + +#: src/xml/xmli18n-tmp.h:5454 +msgid "Lanier MP 4000/LD040" +msgstr "Lanier MP 4000/LD040" + +#: src/xml/xmli18n-tmp.h:5455 +msgid "Lanier MP 4500/LD345" +msgstr "Lanier MP 4500/LD345" + +#: src/xml/xmli18n-tmp.h:5456 +msgid "Lanier MP 5000B/LD050B" +msgstr "Lanier MP 5000B/LD050B" + +#: src/xml/xmli18n-tmp.h:5457 +msgid "Lanier MP 5000/LD050" +msgstr "Lanier MP 5000/LD050" + +#: src/xml/xmli18n-tmp.h:5458 +msgid "Lanier MP 5500/LD255" +msgstr "Lanier MP 5500/LD255" + +#: src/xml/xmli18n-tmp.h:5459 +msgid "Lanier MP 6500/LD265" +msgstr "Lanier MP 6500/LD265" + +#: src/xml/xmli18n-tmp.h:5460 +msgid "Lanier MP 7500/LD275" +msgstr "Lanier MP 7500/LD275" + +#: src/xml/xmli18n-tmp.h:5461 +msgid "Lanier MP 9000/LD190" +msgstr "Lanier MP 9000/LD190" + +#: src/xml/xmli18n-tmp.h:5462 +msgid "Lexmark 4076" +msgstr "Lexmark 4076" + +#: src/xml/xmli18n-tmp.h:5463 +msgid "Lexmark Optra E" +msgstr "Lexmark Optra E" + +#: src/xml/xmli18n-tmp.h:5464 +msgid "Lexmark Optra E+" +msgstr "Lexmark Optra E+" + +#: src/xml/xmli18n-tmp.h:5465 +msgid "Lexmark Optra E220" +msgstr "Lexmark Optra E220" + +#: src/xml/xmli18n-tmp.h:5466 +msgid "Lexmark Optra E321" +msgstr "Lexmark Optra E321" + +#: src/xml/xmli18n-tmp.h:5467 +msgid "Lexmark Optra E323" +msgstr "Lexmark Optra E323" + +#: src/xml/xmli18n-tmp.h:5468 +msgid "Lexmark Valuewriter 300" +msgstr "Lexmark Valuewriter 300" + +#: src/xml/xmli18n-tmp.h:5469 +msgid "Minolta PagePro 6" +msgstr "Minolta PagePro 6" + +#: src/xml/xmli18n-tmp.h:5470 +msgid "Minolta PagePro 6e" +msgstr "Minolta PagePro 6e" + +#: src/xml/xmli18n-tmp.h:5471 +msgid "Minolta PagePro 6ex" +msgstr "Minolta PagePro 6ex" + +#: src/xml/xmli18n-tmp.h:5472 +msgid "Minolta PagePro 8" +msgstr "Minolta PagePro 8" + +#: src/xml/xmli18n-tmp.h:5473 +msgid "Minolta PagePro 8L" +msgstr "Minolta PagePro 8L" + +#: src/xml/xmli18n-tmp.h:5474 +msgid "Minolta PagePro 1100" +msgstr "Minolta PagePro 1100" + +#: src/xml/xmli18n-tmp.h:5475 +msgid "NEC SuperScript 660i" +msgstr "NEC SuperScript 660i" + +#: src/xml/xmli18n-tmp.h:5476 +msgid "NEC SuperScript 860" +msgstr "NEC SuperScript 860" + +#: src/xml/xmli18n-tmp.h:5477 +msgid "NEC SuperScript 870" +msgstr "NEC SuperScript 870" + +#: src/xml/xmli18n-tmp.h:5478 +msgid "NEC SuperScript 1260" +msgstr "NEC SuperScript 1260" + +#: src/xml/xmli18n-tmp.h:5479 +msgid "NEC SuperScript 1400" +msgstr "NEC SuperScript 1400" + +#: src/xml/xmli18n-tmp.h:5480 +msgid "NEC SuperScript 1800" +msgstr "NEC SuperScript 1800" + +#: src/xml/xmli18n-tmp.h:5481 +msgid "NRG 10515/10518/10512" +msgstr "NRG 10515/10518/10512" + +#: src/xml/xmli18n-tmp.h:5482 +msgid "NRG 2205/2238/2212" +msgstr "NRG 2205/2238/2212" + +#: src/xml/xmli18n-tmp.h:5483 +msgid "NRG 2705/2738/2712" +msgstr "NRG 2705/2738/2712" + +#: src/xml/xmli18n-tmp.h:5484 +msgid "NRG 3205/3238/3212" +msgstr "NRG 3205/3238/3212" + +#: src/xml/xmli18n-tmp.h:5485 +msgid "NRG 3525/3508/3502" +msgstr "NRG 3525/3508/3502" + +#: src/xml/xmli18n-tmp.h:5486 +msgid "NRG 3545/3518/3532" +msgstr "NRG 3545/3518/3532" + +#: src/xml/xmli18n-tmp.h:5487 +msgid "NRG 4525/4508/4502" +msgstr "NRG 4525/4508/4502" + +#: src/xml/xmli18n-tmp.h:5488 +msgid "NRG 4545/4518/4532" +msgstr "NRG 4545/4518/4532" + +#: src/xml/xmli18n-tmp.h:5489 +msgid "NRG 6002/6005/6008" +msgstr "NRG 6002/6005/6008" + +#: src/xml/xmli18n-tmp.h:5490 +msgid "NRG 7502/7505/7508" +msgstr "NRG 7502/7505/7508" + +#: src/xml/xmli18n-tmp.h:5491 +msgid "NRG 9005/9008/9002" +msgstr "NRG 9005/9008/9002" + +#: src/xml/xmli18n-tmp.h:5492 +msgid "NRG DSm415" +msgstr "NRG DSm415" + +#: src/xml/xmli18n-tmp.h:5493 +msgid "NRG DSm615" +msgstr "NRG DSm615" + +#: src/xml/xmli18n-tmp.h:5494 +msgid "NRG DSm616" +msgstr "NRG DSm616" + +#: src/xml/xmli18n-tmp.h:5495 +msgid "NRG DSm618" +msgstr "NRG DSm618" + +#: src/xml/xmli18n-tmp.h:5496 +msgid "NRG DSm618d" +msgstr "NRG DSm618d" + +#: src/xml/xmli18n-tmp.h:5497 +msgid "NRG DSm620" +msgstr "NRG DSm620" + +#: src/xml/xmli18n-tmp.h:5498 +msgid "NRG DSm620d" +msgstr "NRG DSm620d" + +#: src/xml/xmli18n-tmp.h:5499 +msgid "NRG DSm622" +msgstr "NRG DSm622" + +#: src/xml/xmli18n-tmp.h:5500 +msgid "NRG DSm627" +msgstr "NRG DSm627" + +#: src/xml/xmli18n-tmp.h:5501 +msgid "NRG DSm632" +msgstr "NRG DSm632" + +#: src/xml/xmli18n-tmp.h:5502 +msgid "NRG DSm635" +msgstr "NRG DSm635" + +#: src/xml/xmli18n-tmp.h:5503 +msgid "NRG DSm645" +msgstr "NRG DSm645" + +#: src/xml/xmli18n-tmp.h:5504 +msgid "NRG DSm651" +msgstr "NRG DSm651" + +#: src/xml/xmli18n-tmp.h:5505 +msgid "NRG DSm660" +msgstr "NRG DSm660" + +#: src/xml/xmli18n-tmp.h:5506 +msgid "NRG DSm675" +msgstr "NRG DSm675" + +#: src/xml/xmli18n-tmp.h:5507 +msgid "NRG DSm725" +msgstr "NRG DSm725" + +#: src/xml/xmli18n-tmp.h:5508 +msgid "NRG DSm730" +msgstr "NRG DSm730" + +#: src/xml/xmli18n-tmp.h:5509 +msgid "NRG DSm735" +msgstr "NRG DSm735" + +#: src/xml/xmli18n-tmp.h:5510 +msgid "NRG DSm745" +msgstr "NRG DSm745" + +#: src/xml/xmli18n-tmp.h:5511 +msgid "NRG MP 1100" +msgstr "NRG MP 1100" + +#: src/xml/xmli18n-tmp.h:5512 +msgid "NRG MP 1350" +msgstr "NRG MP 1350" + +#: src/xml/xmli18n-tmp.h:5513 +msgid "NRG MP 1600" +msgstr "NRG MP 1600" + +#: src/xml/xmli18n-tmp.h:5514 +msgid "NRG MP 161" +msgstr "NRG MP 161" + +#: src/xml/xmli18n-tmp.h:5515 +msgid "NRG MP 2000" +msgstr "NRG MP 2000" + +#: src/xml/xmli18n-tmp.h:5516 +msgid "NRG MP 2500" +msgstr "NRG MP 2500" + +#: src/xml/xmli18n-tmp.h:5517 +msgid "NRG MP 2510" +msgstr "NRG MP 2510" + +#: src/xml/xmli18n-tmp.h:5518 +msgid "NRG MP 2550" +msgstr "NRG MP 2550" + +#: src/xml/xmli18n-tmp.h:5519 +msgid "NRG MP 2550B" +msgstr "NRG MP 2550B" + +#: src/xml/xmli18n-tmp.h:5520 +msgid "NRG MP 3010" +msgstr "NRG MP 3010" + +#: src/xml/xmli18n-tmp.h:5521 +msgid "NRG MP 3350" +msgstr "NRG MP 3350" + +#: src/xml/xmli18n-tmp.h:5522 +msgid "NRG MP 3350B" +msgstr "NRG MP 3350B" + +#: src/xml/xmli18n-tmp.h:5523 +msgid "NRG MP 3500" +msgstr "NRG MP 3500" + +#: src/xml/xmli18n-tmp.h:5524 +msgid "NRG MP 4000" +msgstr "NRG MP 4000" + +#: src/xml/xmli18n-tmp.h:5525 +msgid "NRG MP 4000B" +msgstr "NRG MP 4000B" + +#: src/xml/xmli18n-tmp.h:5526 +msgid "NRG MP 4500" +msgstr "NRG MP 4500" + +#: src/xml/xmli18n-tmp.h:5527 +msgid "NRG MP 5000" +msgstr "NRG MP 5000" + +#: src/xml/xmli18n-tmp.h:5528 +msgid "NRG MP 5000B" +msgstr "NRG MP 5000B" + +#: src/xml/xmli18n-tmp.h:5529 +msgid "NRG MP 5500" +msgstr "NRG MP 5500" + +#: src/xml/xmli18n-tmp.h:5530 +msgid "NRG MP 6500" +msgstr "NRG MP 6500" + +#: src/xml/xmli18n-tmp.h:5531 +msgid "NRG MP 7500" +msgstr "NRG MP 7500" + +#: src/xml/xmli18n-tmp.h:5532 +msgid "NRG MP 9000" +msgstr "NRG MP 9000" + +#: src/xml/xmli18n-tmp.h:5533 +msgid "Oki B401d" +msgstr "Oki B401d" + +#: src/xml/xmli18n-tmp.h:5534 +msgid "Oki B4350" +msgstr "Oki B4350" + +#: src/xml/xmli18n-tmp.h:5535 +msgid "Oki OL400" +msgstr "Oki OL400" + +#: src/xml/xmli18n-tmp.h:5536 +msgid "Oki OL400e" +msgstr "Oki OL400e" + +#: src/xml/xmli18n-tmp.h:5537 +msgid "Oki OL400ex" +msgstr "Oki OL400ex" + +#: src/xml/xmli18n-tmp.h:5538 +msgid "Oki OL410e" +msgstr "Oki OL410e" + +#: src/xml/xmli18n-tmp.h:5539 +msgid "Oki OL600e" +msgstr "Oki OL600e" + +#: src/xml/xmli18n-tmp.h:5540 +msgid "Oki OL610e/S" +msgstr "Oki OL610e/S" + +#: src/xml/xmli18n-tmp.h:5541 +msgid "Oki OL800" +msgstr "Oki OL800" + +#: src/xml/xmli18n-tmp.h:5542 +msgid "Oki OL810ex" +msgstr "Oki OL810ex" + +#: src/xml/xmli18n-tmp.h:5543 +msgid "Oki Okipage 6e" +msgstr "Oki Okipage 6e" + +#: src/xml/xmli18n-tmp.h:5544 +msgid "Oki Okipage 6ex" +msgstr "Oki Okipage 6ex" + +#: src/xml/xmli18n-tmp.h:5545 +msgid "Oki Okipage 8p" +msgstr "Oki Okipage 8p" + +#: src/xml/xmli18n-tmp.h:5546 +msgid "Oki Okipage 10e" +msgstr "Oki Okipage 10e" + +#: src/xml/xmli18n-tmp.h:5547 +msgid "Oki Okipage 10ex" +msgstr "Oki Okipage 10ex" + +#: src/xml/xmli18n-tmp.h:5548 +msgid "Oki Okipage 14ex" +msgstr "Oki Okipage 14ex" + +#: src/xml/xmli18n-tmp.h:5549 +msgid "Oki Super 6e" +msgstr "Oki Super 6e" + +#: src/xml/xmli18n-tmp.h:5550 +msgid "Olivetti JP350S" +msgstr "Olivetti JP350S" + +#: src/xml/xmli18n-tmp.h:5551 +msgid "Olivetti PG 306" +msgstr "Olivetti PG 306" + +#: src/xml/xmli18n-tmp.h:5552 +msgid "PCPI 1030" +msgstr "PCPI 1030" + +#: src/xml/xmli18n-tmp.h:5553 +msgid "Panasonic KX-P4410" +msgstr "Panasonic KX-P4410" + +#: src/xml/xmli18n-tmp.h:5554 +msgid "Panasonic KX-P4450" +msgstr "Panasonic KX-P4450" + +#: src/xml/xmli18n-tmp.h:5555 +msgid "Panasonic KX-P6150" +msgstr "Panasonic KX-P6150" + +#: src/xml/xmli18n-tmp.h:5556 +msgid "Panasonic KX-P6500" +msgstr "Panasonic KX-P6500" + +#: src/xml/xmli18n-tmp.h:5557 +msgid "Raven LP-410" +msgstr "Raven LP-410" + +#: src/xml/xmli18n-tmp.h:5558 +msgid "Ricoh Aficio 1022" +msgstr "Ricoh Aficio 1022" + +#: src/xml/xmli18n-tmp.h:5559 +msgid "Ricoh Aficio 1027" +msgstr "Ricoh Aficio 1027" + +#: src/xml/xmli18n-tmp.h:5560 +msgid "Ricoh Aficio 1032" +msgstr "Ricoh Aficio 1032" + +#: src/xml/xmli18n-tmp.h:5561 +msgid "Ricoh Aficio 1035" +msgstr "Ricoh Aficio 1035" + +#: src/xml/xmli18n-tmp.h:5562 +msgid "Ricoh Aficio 1045" +msgstr "Ricoh Aficio 1045" + +#: src/xml/xmli18n-tmp.h:5563 +msgid "Ricoh Aficio 1060" +msgstr "Ricoh Aficio 1060" + +#: src/xml/xmli18n-tmp.h:5564 +msgid "Ricoh Aficio 1075" +msgstr "Ricoh Aficio 1075" + +#: src/xml/xmli18n-tmp.h:5565 +msgid "Ricoh Aficio 1515" +msgstr "Ricoh Aficio 1515" + +#: src/xml/xmli18n-tmp.h:5566 +msgid "Ricoh Aficio 2015" +msgstr "Ricoh Aficio 2015" + +#: src/xml/xmli18n-tmp.h:5567 +msgid "Ricoh Aficio 2016" +msgstr "Ricoh Aficio 2016" + +#: src/xml/xmli18n-tmp.h:5568 +msgid "Ricoh Aficio 2018" +msgstr "Ricoh Aficio 2018" + +#: src/xml/xmli18n-tmp.h:5569 +msgid "Ricoh Aficio 2018D" +msgstr "Ricoh Aficio 2018D" + +#: src/xml/xmli18n-tmp.h:5570 +msgid "Ricoh Aficio 2020" +msgstr "Ricoh Aficio 2020" + +#: src/xml/xmli18n-tmp.h:5571 +msgid "Ricoh Aficio 2020D" +msgstr "Ricoh Aficio 2020D" + +#: src/xml/xmli18n-tmp.h:5572 +msgid "Ricoh Aficio 2022" +msgstr "Ricoh Aficio 2022" + +#: src/xml/xmli18n-tmp.h:5573 +msgid "Ricoh Aficio 2027" +msgstr "Ricoh Aficio 2027" + +#: src/xml/xmli18n-tmp.h:5574 +msgid "Ricoh Aficio 2032" +msgstr "Ricoh Aficio 2032" + +#: src/xml/xmli18n-tmp.h:5575 +msgid "Ricoh Aficio 2035" +msgstr "Ricoh Aficio 2035" + +#: src/xml/xmli18n-tmp.h:5576 +msgid "Ricoh Aficio 2035e" +msgstr "Ricoh Aficio 2035e" + +#: src/xml/xmli18n-tmp.h:5577 +msgid "Ricoh Aficio 2045" +msgstr "Ricoh Aficio 2045" + +#: src/xml/xmli18n-tmp.h:5578 +msgid "Ricoh Aficio 2045e" +msgstr "Ricoh Aficio 2045e" + +#: src/xml/xmli18n-tmp.h:5579 +msgid "Ricoh Aficio 2051" +msgstr "Ricoh Aficio 2051" + +#: src/xml/xmli18n-tmp.h:5580 +msgid "Ricoh Aficio 2060" +msgstr "Ricoh Aficio 2060" + +#: src/xml/xmli18n-tmp.h:5581 +msgid "Ricoh Aficio 2075" +msgstr "Ricoh Aficio 2075" + +#: src/xml/xmli18n-tmp.h:5582 +msgid "Ricoh Aficio 2090" +msgstr "Ricoh Aficio 2090" + +#: src/xml/xmli18n-tmp.h:5583 +msgid "Ricoh Aficio 2105" +msgstr "Ricoh Aficio 2105" + +#: src/xml/xmli18n-tmp.h:5584 +msgid "Ricoh Aficio 220" +msgstr "Ricoh Aficio 220" + +#: src/xml/xmli18n-tmp.h:5585 +msgid "Ricoh Aficio 3025" +msgstr "Ricoh Aficio 3025" + +#: src/xml/xmli18n-tmp.h:5586 +msgid "Ricoh Aficio 3030" +msgstr "Ricoh Aficio 3030" + +#: src/xml/xmli18n-tmp.h:5587 +msgid "Ricoh Aficio 3035" +msgstr "Ricoh Aficio 3035" + +#: src/xml/xmli18n-tmp.h:5588 +msgid "Ricoh Aficio 3045" +msgstr "Ricoh Aficio 3045" + +#: src/xml/xmli18n-tmp.h:5589 +msgid "Ricoh Aficio 401" +msgstr "Ricoh Aficio 401" + +#: src/xml/xmli18n-tmp.h:5590 +msgid "Ricoh Aficio 700" +msgstr "Ricoh Aficio 700" + +#: src/xml/xmli18n-tmp.h:5591 +msgid "Ricoh Aficio MP 1100" +msgstr "Ricoh Aficio MP 1100" + +#: src/xml/xmli18n-tmp.h:5592 +msgid "Ricoh Aficio MP 1350" +msgstr "Ricoh Aficio MP 1350" + +#: src/xml/xmli18n-tmp.h:5593 +msgid "Ricoh Aficio MP 1600" +msgstr "Ricoh Aficio MP 1600" + +#: src/xml/xmli18n-tmp.h:5594 +msgid "Ricoh Aficio MP 161" +msgstr "Ricoh Aficio MP 161" + +#: src/xml/xmli18n-tmp.h:5595 +msgid "Ricoh Aficio MP 2000" +msgstr "Ricoh Aficio MP 2000" + +#: src/xml/xmli18n-tmp.h:5596 +msgid "Ricoh Aficio MP 2500" +msgstr "Ricoh Aficio MP 2500" + +#: src/xml/xmli18n-tmp.h:5597 +msgid "Ricoh Aficio MP 2510" +msgstr "Ricoh Aficio MP 2510" + +#: src/xml/xmli18n-tmp.h:5598 +msgid "Ricoh Aficio MP 2550" +msgstr "Ricoh Aficio MP 2550" + +#: src/xml/xmli18n-tmp.h:5599 +msgid "Ricoh Aficio MP 2550B" +msgstr "Ricoh Aficio MP 2550B" + +#: src/xml/xmli18n-tmp.h:5600 +msgid "Ricoh Aficio MP 3010" +msgstr "Ricoh Aficio MP 3010" + +#: src/xml/xmli18n-tmp.h:5601 +msgid "Ricoh Aficio MP 3350" +msgstr "Ricoh Aficio MP 3350" + +#: src/xml/xmli18n-tmp.h:5602 +msgid "Ricoh Aficio MP 3350B" +msgstr "Ricoh Aficio MP 3350B" + +#: src/xml/xmli18n-tmp.h:5603 +msgid "Ricoh Aficio MP 3500" +msgstr "Ricoh Aficio MP 3500" + +#: src/xml/xmli18n-tmp.h:5604 +msgid "Ricoh Aficio MP 4000" +msgstr "Ricoh Aficio MP 4000" + +#: src/xml/xmli18n-tmp.h:5605 +msgid "Ricoh Aficio MP 4000B" +msgstr "Ricoh Aficio MP 4000B" + +#: src/xml/xmli18n-tmp.h:5606 +msgid "Ricoh Aficio MP 4500" +msgstr "Ricoh Aficio MP 4500" + +#: src/xml/xmli18n-tmp.h:5607 +msgid "Ricoh Aficio MP 5000" +msgstr "Ricoh Aficio MP 5000" + +#: src/xml/xmli18n-tmp.h:5608 +msgid "Ricoh Aficio MP 5000B" +msgstr "Ricoh Aficio MP 5000B" + +#: src/xml/xmli18n-tmp.h:5609 +msgid "Ricoh Aficio MP 5500" +msgstr "Ricoh Aficio MP 5500" + +#: src/xml/xmli18n-tmp.h:5610 +msgid "Ricoh Aficio MP 6500" +msgstr "Ricoh Aficio MP 6500" + +#: src/xml/xmli18n-tmp.h:5611 +msgid "Ricoh Aficio MP 7500" +msgstr "Ricoh Aficio MP 7500" + +#: src/xml/xmli18n-tmp.h:5612 +msgid "Ricoh Aficio MP 9000" +msgstr "Ricoh Aficio MP 9000" + +#: src/xml/xmli18n-tmp.h:5613 +msgid "Samsung ML-85" +msgstr "Samsung ML-85" + +#: src/xml/xmli18n-tmp.h:5614 +msgid "Samsung ML-1250" +msgstr "Samsung ML-1250" + +#: src/xml/xmli18n-tmp.h:5615 +msgid "Samsung ML-1450" +msgstr "Samsung ML-1450" + +#: src/xml/xmli18n-tmp.h:5616 +msgid "Samsung ML-1450PS" +msgstr "Samsung ML-1450PS" + +#: src/xml/xmli18n-tmp.h:5617 +msgid "Samsung ML-1650" +msgstr "Samsung ML-1650" + +#: src/xml/xmli18n-tmp.h:5618 +msgid "Samsung ML-1651N" +msgstr "Samsung ML-1651N" + +#: src/xml/xmli18n-tmp.h:5619 +msgid "Samsung ML-1750" +msgstr "Samsung ML-1750" + +#: src/xml/xmli18n-tmp.h:5620 +msgid "Samsung ML-2150" +msgstr "Samsung ML-2150" + +#: src/xml/xmli18n-tmp.h:5621 +msgid "Samsung ML-2150PS" +msgstr "Samsung ML-2150PS" + +#: src/xml/xmli18n-tmp.h:5622 +msgid "Samsung ML-2151N" +msgstr "Samsung ML-2151N" + +#: src/xml/xmli18n-tmp.h:5623 +msgid "Samsung ML-2151NPS" +msgstr "Samsung ML-2151NPS" + +#: src/xml/xmli18n-tmp.h:5624 +msgid "Samsung ML-2152W" +msgstr "Samsung ML-2152W" + +#: src/xml/xmli18n-tmp.h:5625 +msgid "Samsung ML-2152WPS" +msgstr "Samsung ML-2152WPS" + +#: src/xml/xmli18n-tmp.h:5626 +msgid "Samsung ML-2250" +msgstr "Samsung ML-2250" + +#: src/xml/xmli18n-tmp.h:5627 +msgid "Samsung ML-2550" +msgstr "Samsung ML-2550" + +#: src/xml/xmli18n-tmp.h:5628 +msgid "Samsung ML-2551N" +msgstr "Samsung ML-2551N" + +#: src/xml/xmli18n-tmp.h:5629 +msgid "Samsung ML-2552W" +msgstr "Samsung ML-2552W" + +#: src/xml/xmli18n-tmp.h:5630 +msgid "Samsung ML-4600" +msgstr "Samsung ML-4600" + +#: src/xml/xmli18n-tmp.h:5631 +msgid "Samsung ML-5000a" +msgstr "Samsung ML-5000a" + +#: src/xml/xmli18n-tmp.h:5632 +msgid "Samsung ML-6000" +msgstr "Samsung ML-6000" + +#: src/xml/xmli18n-tmp.h:5633 +msgid "Samsung ML-6100" +msgstr "Samsung ML-6100" + +#: src/xml/xmli18n-tmp.h:5634 +msgid "Samsung ML-7000" +msgstr "Samsung ML-7000" + +#: src/xml/xmli18n-tmp.h:5635 +msgid "Samsung ML-7000N" +msgstr "Samsung ML-7000N" + +#: src/xml/xmli18n-tmp.h:5636 +msgid "Samsung ML-7000P" +msgstr "Samsung ML-7000P" + +#: src/xml/xmli18n-tmp.h:5637 +msgid "Samsung ML-7050" +msgstr "Samsung ML-7050" + +#: src/xml/xmli18n-tmp.h:5638 +msgid "Samsung ML-7300" +msgstr "Samsung ML-7300" + +#: src/xml/xmli18n-tmp.h:5639 +msgid "Samsung ML-7300N" +msgstr "Samsung ML-7300N" + +#: src/xml/xmli18n-tmp.h:5640 +msgid "Samsung QL-5100A" +msgstr "Samsung QL-5100A" + +#: src/xml/xmli18n-tmp.h:5641 +msgid "Samsung QL-6050" +msgstr "Samsung QL-6050" + +#: src/xml/xmli18n-tmp.h:5642 +msgid "Savin 2522" +msgstr "Savin 2522" + +#: src/xml/xmli18n-tmp.h:5643 +msgid "Savin 2527" +msgstr "Savin 2527" + +#: src/xml/xmli18n-tmp.h:5644 +msgid "Savin 2532" +msgstr "Savin 2532" + +#: src/xml/xmli18n-tmp.h:5645 +msgid "Savin 2535/2235" +msgstr "Savin 2535/2235" + +#: src/xml/xmli18n-tmp.h:5646 +msgid "Savin 2545/2245" +msgstr "Savin 2545/2245" + +#: src/xml/xmli18n-tmp.h:5647 +msgid "Savin 2560" +msgstr "Savin 2560" + +#: src/xml/xmli18n-tmp.h:5648 +msgid "Savin 2575" +msgstr "Savin 2575" + +#: src/xml/xmli18n-tmp.h:5649 +msgid "Savin 3515" +msgstr "Savin 3515" + +#: src/xml/xmli18n-tmp.h:5650 +msgid "Savin 40105" +msgstr "Savin 40105" + +#: src/xml/xmli18n-tmp.h:5651 +msgid "Savin 4015" +msgstr "Savin 4015" + +#: src/xml/xmli18n-tmp.h:5652 +msgid "Savin 4018" +msgstr "Savin 4018" + +#: src/xml/xmli18n-tmp.h:5653 +msgid "Savin 4018d" +msgstr "Savin 4018d" + +#: src/xml/xmli18n-tmp.h:5654 +msgid "Savin 4022" +msgstr "Savin 4022" + +#: src/xml/xmli18n-tmp.h:5655 +msgid "Savin 4027" +msgstr "Savin 4027" + +#: src/xml/xmli18n-tmp.h:5656 +msgid "Savin 4035/4135g" +msgstr "Savin 4035/4135g" + +#: src/xml/xmli18n-tmp.h:5657 +msgid "Savin 4035e/4135eG" +msgstr "Savin 4035e/4135eG" + +#: src/xml/xmli18n-tmp.h:5658 +msgid "Savin 4045/4145g" +msgstr "Savin 4045/4145g" + +#: src/xml/xmli18n-tmp.h:5659 +msgid "Savin 4045e/4145eG" +msgstr "Savin 4045e/4145eG" + +#: src/xml/xmli18n-tmp.h:5660 +msgid "Savin 4051" +msgstr "Savin 4051" + +#: src/xml/xmli18n-tmp.h:5661 +msgid "Savin 4060" +msgstr "Savin 4060" + +#: src/xml/xmli18n-tmp.h:5662 +msgid "Savin 4075" +msgstr "Savin 4075" + +#: src/xml/xmli18n-tmp.h:5663 +msgid "Savin 4090" +msgstr "Savin 4090" + +#: src/xml/xmli18n-tmp.h:5664 +msgid "Savin 7025" +msgstr "Savin 7025" + +#: src/xml/xmli18n-tmp.h:5665 +msgid "Savin 8016" +msgstr "Savin 8016" + +#: src/xml/xmli18n-tmp.h:5666 +msgid "Savin 8020" +msgstr "Savin 8020" + +#: src/xml/xmli18n-tmp.h:5667 +msgid "Savin 8020d" +msgstr "Savin 8020d" + +#: src/xml/xmli18n-tmp.h:5668 +msgid "Savin 8025" +msgstr "Savin 8025" + +#: src/xml/xmli18n-tmp.h:5669 +msgid "Savin 8025e" +msgstr "Savin 8025e" + +#: src/xml/xmli18n-tmp.h:5670 +msgid "Savin 8030" +msgstr "Savin 8030" + +#: src/xml/xmli18n-tmp.h:5671 +msgid "Savin 8030e" +msgstr "Savin 8030e" + +#: src/xml/xmli18n-tmp.h:5672 +msgid "Savin 8035/8035g" +msgstr "Savin 8035/8035g" + +#: src/xml/xmli18n-tmp.h:5673 +msgid "Savin 8035e" +msgstr "Savin 8035e" + +#: src/xml/xmli18n-tmp.h:5674 +msgid "Savin 8045/8045g" +msgstr "Savin 8045/8045g" + +#: src/xml/xmli18n-tmp.h:5675 +msgid "Savin 8045e" +msgstr "Savin 8045e" + +#: src/xml/xmli18n-tmp.h:5676 +msgid "Savin 8055" +msgstr "Savin 8055" + +#: src/xml/xmli18n-tmp.h:5677 +msgid "Savin 8065" +msgstr "Savin 8065" + +#: src/xml/xmli18n-tmp.h:5678 +msgid "Savin 8075" +msgstr "Savin 8075" + +#: src/xml/xmli18n-tmp.h:5679 +msgid "Savin 8090" +msgstr "Savin 8090" + +#: src/xml/xmli18n-tmp.h:5680 +msgid "Savin 8110" +msgstr "Savin 8110" + +#: src/xml/xmli18n-tmp.h:5681 +msgid "Savin 8135" +msgstr "Savin 8135" + +#: src/xml/xmli18n-tmp.h:5682 +msgid "Savin 816" +msgstr "Savin 816" + +#: src/xml/xmli18n-tmp.h:5683 +msgid "Savin 9016" +msgstr "Savin 9016" + +#: src/xml/xmli18n-tmp.h:5684 +msgid "Savin 9021d" +msgstr "Savin 9021d" + +#: src/xml/xmli18n-tmp.h:5685 +msgid "Savin 9025" +msgstr "Savin 9025" + +#: src/xml/xmli18n-tmp.h:5686 +msgid "Savin 9025b" +msgstr "Savin 9025b" + +#: src/xml/xmli18n-tmp.h:5687 +msgid "Savin 9033" +msgstr "Savin 9033" + +#: src/xml/xmli18n-tmp.h:5688 +msgid "Savin 9033b" +msgstr "Savin 9033b" + +#: src/xml/xmli18n-tmp.h:5689 +msgid "Savin 9040" +msgstr "Savin 9040" + +#: src/xml/xmli18n-tmp.h:5690 +msgid "Savin 9040b" +msgstr "Savin 9040b" + +#: src/xml/xmli18n-tmp.h:5691 +msgid "Savin 9050" +msgstr "Savin 9050" + +#: src/xml/xmli18n-tmp.h:5692 +msgid "Savin 9050b" +msgstr "Savin 9050b" + +#: src/xml/xmli18n-tmp.h:5693 +msgid "Seiko SpeedJET 200" +msgstr "Seiko SpeedJET 200" + +#: src/xml/xmli18n-tmp.h:5694 +msgid "Sharp AR-161" +msgstr "Sharp AR-161" + +#: src/xml/xmli18n-tmp.h:5695 +msgid "Sharp AR-M257" +msgstr "Sharp AR-M257" + +#: src/xml/xmli18n-tmp.h:5696 +msgid "Sony IJP-V100" +msgstr "Sony IJP-V100" + +#: src/xml/xmli18n-tmp.h:5697 +msgid "Star LS-04" +msgstr "Star LS-04" + +#: src/xml/xmli18n-tmp.h:5698 +msgid "Star LaserPrinter 8" +msgstr "Star LaserPrinter 8" + +#: src/xml/xmli18n-tmp.h:5699 +msgid "Tally MT908" +msgstr "Tally MT908" + +#: src/xml/xmli18n-tmp.h:5700 +msgid "Tektronix Phaser 750DP" +msgstr "Tektronix Phaser 750DP" + +#: src/xml/xmli18n-tmp.h:5701 +msgid "Tektronix Phaser 750DX" +msgstr "Tektronix Phaser 750DX" + +#: src/xml/xmli18n-tmp.h:5702 +msgid "Tektronix Phaser 750N" +msgstr "Tektronix Phaser 750N" + +#: src/xml/xmli18n-tmp.h:5703 +msgid "Tektronix Phaser 750P" +msgstr "Tektronix Phaser 750P" + +#: src/xml/xmli18n-tmp.h:5704 +msgid "Xerox Able 1406" +msgstr "Xerox Able 1406" + +#: src/xml/xmli18n-tmp.h:5705 +msgid "Xerox DocuPrint 4508" +msgstr "Xerox DocuPrint 4508" + +#: src/xml/xmli18n-tmp.h:5706 +msgid "Xerox DocuPrint C20" +msgstr "Xerox DocuPrint C20" + +#: src/xml/xmli18n-tmp.h:5707 +msgid "Xerox DocuPrint N4512" +msgstr "Xerox DocuPrint N4512" + +#: src/xml/xmli18n-tmp.h:5708 +msgid "Xerox DocuPrint N4512PS" +msgstr "Xerox DocuPrint N4512PS" + +#: src/xml/xmli18n-tmp.h:5709 +msgid "Xerox DocuPrint P12" +msgstr "Xerox DocuPrint P12" + +#: src/xml/xmli18n-tmp.h:5710 +msgid "Xerox DocuPrint P1202" +msgstr "Xerox DocuPrint P1202" + +#: src/xml/xmli18n-tmp.h:5711 +msgid "Xerox DocuPrint P8e" +msgstr "Xerox DocuPrint P8e" + +#: src/xml/xmli18n-tmp.h:5712 +msgid "Xerox Document Centre 400" +msgstr "Xerox Document Centre 400" + +#: src/xml/xmli18n-tmp.h:5713 +msgid "Xerox Phaser 2135" +msgstr "Xerox Phaser 2135" + +#: src/xml/xmli18n-tmp.h:5714 +msgid "Xerox Phaser 4400B" +msgstr "Xerox Phaser 4400B" + +#: src/xml/xmli18n-tmp.h:5715 +msgid "Xerox Phaser 4400DT" +msgstr "Xerox Phaser 4400DT" + +#: src/xml/xmli18n-tmp.h:5716 +msgid "Xerox Phaser 4400DX" +msgstr "Xerox Phaser 4400DX" + +#: src/xml/xmli18n-tmp.h:5717 +msgid "Xerox Phaser 4400N" +msgstr "Xerox Phaser 4400N" + +#: src/xml/xmli18n-tmp.h:5718 +msgid "Xerox Phaser 4500B" +msgstr "Xerox Phaser 4500B" + +#: src/xml/xmli18n-tmp.h:5719 +msgid "Xerox Phaser 4500DT" +msgstr "Xerox Phaser 4500DT" + +#: src/xml/xmli18n-tmp.h:5720 +msgid "Xerox Phaser 4500DX" +msgstr "Xerox Phaser 4500DX" + +#: src/xml/xmli18n-tmp.h:5721 +msgid "Xerox Phaser 4500N" +msgstr "Xerox Phaser 4500N" + +#: src/xml/xmli18n-tmp.h:5722 +msgid "Xerox Phaser 4510B" +msgstr "Xerox Phaser 4510B" + +#: src/xml/xmli18n-tmp.h:5723 +msgid "Xerox Phaser 4510DT" +msgstr "Xerox Phaser 4510DT" + +#: src/xml/xmli18n-tmp.h:5724 +msgid "Xerox Phaser 4510DX" +msgstr "Xerox Phaser 4510DX" + +#: src/xml/xmli18n-tmp.h:5725 +msgid "Xerox Phaser 4510N" +msgstr "Xerox Phaser 4510N" + +#: src/xml/xmli18n-tmp.h:5726 +msgid "Xerox Phaser 5500B" +msgstr "Xerox Phaser 5500B" + +#: src/xml/xmli18n-tmp.h:5727 +msgid "Xerox Phaser 5500DN" +msgstr "Xerox Phaser 5500DN" + +#: src/xml/xmli18n-tmp.h:5728 +msgid "Xerox Phaser 5500DT" +msgstr "Xerox Phaser 5500DT" + +#: src/xml/xmli18n-tmp.h:5729 +msgid "Xerox Phaser 5500DX" +msgstr "Xerox Phaser 5500DX" + +#: src/xml/xmli18n-tmp.h:5730 +msgid "Xerox Phaser 5500N" +msgstr "Xerox Phaser 5500N" + +#: src/xml/xmli18n-tmp.h:5731 +msgid "Xerox Phaser 6130N" +msgstr "Xerox Phaser 6130N" + +#: src/xml/xmli18n-tmp.h:5732 +msgid "Xerox Phaser 6180DN" +msgstr "Xerox Phaser 6180DN" + +#: src/xml/xmli18n-tmp.h:5733 +msgid "Xerox Phaser 6180MFP-D" +msgstr "Xerox Phaser 6180MFP-D" + +#: src/xml/xmli18n-tmp.h:5734 +msgid "Xerox Phaser 6200B" +msgstr "Xerox Phaser 6200B" + +#: src/xml/xmli18n-tmp.h:5735 +msgid "Xerox Phaser 6200DP" +msgstr "Xerox Phaser 6200DP" + +#: src/xml/xmli18n-tmp.h:5736 +msgid "Xerox Phaser 6200DX" +msgstr "Xerox Phaser 6200DX" + +#: src/xml/xmli18n-tmp.h:5737 +msgid "Xerox Phaser 6200N" +msgstr "Xerox Phaser 6200N" + +#: src/xml/xmli18n-tmp.h:5738 +msgid "Xerox Phaser 6250B" +msgstr "Xerox Phaser 6250B" + +#: src/xml/xmli18n-tmp.h:5739 +msgid "Xerox Phaser 6250DP" +msgstr "Xerox Phaser 6250DP" + +#: src/xml/xmli18n-tmp.h:5740 +msgid "Xerox Phaser 6250DT" +msgstr "Xerox Phaser 6250DT" + +#: src/xml/xmli18n-tmp.h:5741 +msgid "Xerox Phaser 6250DX" +msgstr "Xerox Phaser 6250DX" + +#: src/xml/xmli18n-tmp.h:5742 +msgid "Xerox Phaser 6250N" +msgstr "Xerox Phaser 6250N" + +#: src/xml/xmli18n-tmp.h:5743 +msgid "Xerox Phaser 6300DN" +msgstr "Xerox Phaser 6300DN" + +#: src/xml/xmli18n-tmp.h:5744 +msgid "Xerox Phaser 6300N" +msgstr "Xerox Phaser 6300N" + +#: src/xml/xmli18n-tmp.h:5745 +msgid "Xerox Phaser 6350DP" +msgstr "Xerox Phaser 6350DP" + +#: src/xml/xmli18n-tmp.h:5746 +msgid "Xerox Phaser 6350DT" +msgstr "Xerox Phaser 6350DT" + +#: src/xml/xmli18n-tmp.h:5747 +msgid "Xerox Phaser 6350DX" +msgstr "Xerox Phaser 6350DX" + +#: src/xml/xmli18n-tmp.h:5748 +msgid "Xerox Phaser 6360DN" +msgstr "Xerox Phaser 6360DN" + +#: src/xml/xmli18n-tmp.h:5749 +msgid "Xerox Phaser 6360DX" +msgstr "Xerox Phaser 6360DX" + +#: src/xml/xmli18n-tmp.h:5750 +msgid "Xerox Phaser 7300B" +msgstr "Xerox Phaser 7300B" + +#: src/xml/xmli18n-tmp.h:5751 +msgid "Xerox Phaser 7300DN" +msgstr "Xerox Phaser 7300DN" + +#: src/xml/xmli18n-tmp.h:5752 +msgid "Xerox Phaser 7300DT" +msgstr "Xerox Phaser 7300DT" + +#: src/xml/xmli18n-tmp.h:5753 +msgid "Xerox Phaser 7300DX" +msgstr "Xerox Phaser 7300DX" + +#: src/xml/xmli18n-tmp.h:5754 +msgid "Xerox Phaser 7300N" +msgstr "Xerox Phaser 7300N" + +#: src/xml/xmli18n-tmp.h:5755 +msgid "Xerox Phaser 7400DN" +msgstr "Xerox Phaser 7400DN" + +#: src/xml/xmli18n-tmp.h:5756 +msgid "Xerox Phaser 7400DT" +msgstr "Xerox Phaser 7400DT" + +#: src/xml/xmli18n-tmp.h:5757 +msgid "Xerox Phaser 7400DX" +msgstr "Xerox Phaser 7400DX" + +#: src/xml/xmli18n-tmp.h:5758 +msgid "Xerox Phaser 7400DXF" +msgstr "Xerox Phaser 7400DXF" + +#: src/xml/xmli18n-tmp.h:5759 +msgid "Xerox Phaser 7400N" +msgstr "Xerox Phaser 7400N" + +#: src/xml/xmli18n-tmp.h:5760 +msgid "Xerox Phaser 7700DN" +msgstr "Xerox Phaser 7700DN" + +#: src/xml/xmli18n-tmp.h:5761 +msgid "Xerox Phaser 7700DX" +msgstr "Xerox Phaser 7700DX" + +#: src/xml/xmli18n-tmp.h:5762 +msgid "Xerox Phaser 7700GX" +msgstr "Xerox Phaser 7700GX" + +#: src/xml/xmli18n-tmp.h:5763 +msgid "Xerox Phaser 7750B" +msgstr "Xerox Phaser 7750B" + +#: src/xml/xmli18n-tmp.h:5764 +msgid "Xerox Phaser 7750DN" +msgstr "Xerox Phaser 7750DN" + +#: src/xml/xmli18n-tmp.h:5765 +msgid "Xerox Phaser 7750DXF" +msgstr "Xerox Phaser 7750DXF" + +#: src/xml/xmli18n-tmp.h:5766 +msgid "Xerox Phaser 7750GX" +msgstr "Xerox Phaser 7750GX" + +#: src/xml/xmli18n-tmp.h:5767 +msgid "Xerox Phaser 7760DN" +msgstr "Xerox Phaser 7760DN" + +#: src/xml/xmli18n-tmp.h:5768 +msgid "Xerox Phaser 7760DX" +msgstr "Xerox Phaser 7760DX" + +#: src/xml/xmli18n-tmp.h:5769 +msgid "Xerox Phaser 7760GX" +msgstr "Xerox Phaser 7760GX" + +#: src/xml/xmli18n-tmp.h:5770 +msgid "Xerox Phaser 8400B" +msgstr "Xerox Phaser 8400B" + +#: src/xml/xmli18n-tmp.h:5771 +msgid "Xerox Phaser 8400BD" +msgstr "Xerox Phaser 8400BD" + +#: src/xml/xmli18n-tmp.h:5772 +msgid "Xerox Phaser 8400DP" +msgstr "Xerox Phaser 8400DP" + +#: src/xml/xmli18n-tmp.h:5773 +msgid "Xerox Phaser 8400DX" +msgstr "Xerox Phaser 8400DX" + +#: src/xml/xmli18n-tmp.h:5774 +msgid "Xerox Phaser 8400N" +msgstr "Xerox Phaser 8400N" + +#: src/xml/xmli18n-tmp.h:5775 +msgid "Xerox Phaser 8500DN" +msgstr "Xerox Phaser 8500DN" + +#: src/xml/xmli18n-tmp.h:5776 +msgid "Xerox Phaser 8500N" +msgstr "Xerox Phaser 8500N" + +#: src/xml/xmli18n-tmp.h:5777 +msgid "Xerox Phaser 8550DP" +msgstr "Xerox Phaser 8550DP" + +#: src/xml/xmli18n-tmp.h:5778 +msgid "Xerox Phaser 8550DT" +msgstr "Xerox Phaser 8550DT" + +#: src/xml/xmli18n-tmp.h:5779 +msgid "Xerox Phaser 8550DX" +msgstr "Xerox Phaser 8550DX" + +#: src/xml/xmli18n-tmp.h:5780 +msgid "Xerox Phaser 8560DN" +msgstr "Xerox Phaser 8560DN" + +#: src/xml/xmli18n-tmp.h:5781 +msgid "Xerox WorkCentre 7345" +msgstr "Xerox WorkCentre 7345" + +#: src/xml/xmli18n-tmp.h:5782 +msgid "Xerox WorkCentre M118" +msgstr "Xerox WorkCentre M118" + +#: src/xml/xmli18n-tmp.h:5783 +msgid "Compaq IJ1200" +msgstr "Compaq IJ1200" + +#: src/xml/xmli18n-tmp.h:5784 +msgid "Lexmark X73" +msgstr "Lexmark X73" + +#: src/xml/xmli18n-tmp.h:5785 +msgid "Lexmark Z42" +msgstr "Lexmark Z42" + +#: src/xml/xmli18n-tmp.h:5786 +msgid "Lexmark Z43" +msgstr "Lexmark Z43" + +#: src/xml/xmli18n-tmp.h:5787 +msgid "Lexmark Z52" +msgstr "Lexmark Z52" + +#: src/xml/xmli18n-tmp.h:5788 +msgid "Lexmark Z53" +msgstr "Lexmark Z53" + +#: src/xml/xmli18n-tmp.h:5789 +msgid "Olympus P-10" +msgstr "Olympus P-10" + +#: src/xml/xmli18n-tmp.h:5790 +msgid "Olympus P-11" +msgstr "Olympus P-11" + +#: src/xml/xmli18n-tmp.h:5791 +msgid "Olympus P-200" +msgstr "Olympus P-200" + +#: src/xml/xmli18n-tmp.h:5792 +msgid "Olympus P-300" +msgstr "Olympus P-300" + +#: src/xml/xmli18n-tmp.h:5793 +msgid "Olympus P-300E" +msgstr "Olympus P-300E" + +#: src/xml/xmli18n-tmp.h:5794 +msgid "Olympus P-300U" +msgstr "Olympus P-300U" + +#: src/xml/xmli18n-tmp.h:5795 +msgid "Olympus P-330E" +msgstr "Olympus P-330E" + +#: src/xml/xmli18n-tmp.h:5796 +msgid "Olympus P-330NE" +msgstr "Olympus P-330NE" + +#: src/xml/xmli18n-tmp.h:5797 +msgid "Olympus P-400" +msgstr "Olympus P-400" + +#: src/xml/xmli18n-tmp.h:5798 +msgid "Olympus P-440" +msgstr "Olympus P-440" + +#: src/xml/xmli18n-tmp.h:5799 +msgid "Olympus P-S100" +msgstr "Olympus P-S100" + +#: src/xml/xmli18n-tmp.h:5800 +msgid "Canon CP-10" +msgstr "Canon CP-10" + +#: src/xml/xmli18n-tmp.h:5801 +msgid "Canon CP-100" +msgstr "Canon CP-100" + +#: src/xml/xmli18n-tmp.h:5802 +msgid "Canon CP-200" +msgstr "Canon CP-200" + +#: src/xml/xmli18n-tmp.h:5803 +msgid "Canon CP-220" +msgstr "Canon CP-220" + +#: src/xml/xmli18n-tmp.h:5804 +msgid "Canon CP-300" +msgstr "Canon CP-300" + +#: src/xml/xmli18n-tmp.h:5805 +msgid "Canon CP-330" +msgstr "Canon CP-330" + +#: src/xml/xmli18n-tmp.h:5806 +msgid "Canon SELPHY CP400" +msgstr "Canon SELPHY CP400" + +#: src/xml/xmli18n-tmp.h:5807 +msgid "Canon SELPHY CP500" +msgstr "Canon SELPHY CP500" + +#: src/xml/xmli18n-tmp.h:5808 +msgid "Canon SELPHY CP510" +msgstr "Canon SELPHY CP510" + +#: src/xml/xmli18n-tmp.h:5809 +msgid "Canon SELPHY CP520" +msgstr "Canon SELPHY CP520" + +#: src/xml/xmli18n-tmp.h:5810 +msgid "Canon SELPHY CP530" +msgstr "Canon SELPHY CP530" + +#: src/xml/xmli18n-tmp.h:5811 +msgid "Canon SELPHY CP600" +msgstr "Canon SELPHY CP600" + +#: src/xml/xmli18n-tmp.h:5812 +msgid "Canon SELPHY CP710" +msgstr "Canon SELPHY CP710" + +#: src/xml/xmli18n-tmp.h:5813 +msgid "Canon SELPHY CP720" +msgstr "Canon SELPHY CP720" + +#: src/xml/xmli18n-tmp.h:5814 +msgid "Canon SELPHY CP730" +msgstr "Canon SELPHY CP730" + +#: src/xml/xmli18n-tmp.h:5815 +msgid "Canon SELPHY CP740" +msgstr "Canon SELPHY CP740" + +#: src/xml/xmli18n-tmp.h:5816 +msgid "Canon SELPHY CP750" +msgstr "Canon SELPHY CP750" + +#: src/xml/xmli18n-tmp.h:5817 +msgid "Canon SELPHY CP760" +msgstr "Canon SELPHY CP760" + +#: src/xml/xmli18n-tmp.h:5818 +msgid "Canon SELPHY CP770" +msgstr "Canon SELPHY CP770" + +#: src/xml/xmli18n-tmp.h:5819 +msgid "Canon SELPHY CP780" +msgstr "Canon SELPHY CP780" + +#: src/xml/xmli18n-tmp.h:5820 +msgid "Canon SELPHY CP790" +msgstr "Canon SELPHY CP790" + +#: src/xml/xmli18n-tmp.h:5821 +msgid "Canon SELPHY CP800" +msgstr "Canon SELPHY CP800" + +#: src/xml/xmli18n-tmp.h:5822 +msgid "Canon SELPHY CP810" +msgstr "Canon SELPHY CP810" + +#: src/xml/xmli18n-tmp.h:5823 +msgid "Canon SELPHY CP900" +msgstr "Canon SELPHY CP900" + +#: src/xml/xmli18n-tmp.h:5824 +msgid "Canon SELPHY ES1" +msgstr "Canon SELPHY ES1" + +#: src/xml/xmli18n-tmp.h:5825 +msgid "Canon SELPHY ES2" +msgstr "Canon SELPHY ES2" + +#: src/xml/xmli18n-tmp.h:5826 +msgid "Canon SELPHY ES3" +msgstr "Canon SELPHY ES3" + +#: src/xml/xmli18n-tmp.h:5827 +msgid "Canon SELPHY ES20" +msgstr "Canon SELPHY ES20" + +#: src/xml/xmli18n-tmp.h:5828 +msgid "Canon SELPHY ES30" +msgstr "Canon SELPHY ES30" + +#: src/xml/xmli18n-tmp.h:5829 +msgid "Canon SELPHY ES40" +msgstr "Canon SELPHY ES40" + +#: src/xml/xmli18n-tmp.h:5830 +msgid "Sony UP-DP10" +msgstr "Sony UP-DP10" + +#: src/xml/xmli18n-tmp.h:5831 +msgid "Sony UP-DR150" +msgstr "Sony UP-DR150" + +#: src/xml/xmli18n-tmp.h:5832 +msgid "Sony DPP-EX5" +msgstr "Sony DPP-EX5" + +#: src/xml/xmli18n-tmp.h:5833 +msgid "Sony DPP-EX7" +msgstr "Sony DPP-EX7" + +#: src/xml/xmli18n-tmp.h:5834 +msgid "Sony UP-DR100" +msgstr "Sony UP-DR100" + +#: src/xml/xmli18n-tmp.h:5835 +msgid "Sony UP-DR200" +msgstr "Sony UP-DR200" + +#: src/xml/xmli18n-tmp.h:5836 +msgid "Fujifilm Printpix-CX-400" +msgstr "Fujifilm Printpix-CX-400" + +#: src/xml/xmli18n-tmp.h:5837 +msgid "Fujifilm Printpix-CX-550" +msgstr "Fujifilm Printpix-CX-550" + +#: src/xml/xmli18n-tmp.h:5838 +msgid "Fujifilm FinePix-NX-500" +msgstr "Fujifilm FinePix-NX-500" + +#: src/xml/xmli18n-tmp.h:5839 +msgid "Kodak Easyshare-Printer-Dock" +msgstr "Kodak Easyshare-Printer-Dock" + +#: src/xml/xmli18n-tmp.h:5840 +msgid "Kodak EasyShare-G600-Printer-Dock" +msgstr "Kodak EasyShare-G600-Printer-Dock" + +#: src/xml/xmli18n-tmp.h:5841 +msgid "Kodak PD-4000" +msgstr "Kodak PD-4000" + +#: src/xml/xmli18n-tmp.h:5842 +msgid "Kodak PD-6000" +msgstr "Kodak PD-6000" + +#: src/xml/xmli18n-tmp.h:5843 +msgid "Kodak Photo-Printer" +msgstr "Kodak Photo-Printer" + +#: src/xml/xmli18n-tmp.h:5844 +msgid "Kodak Photo-Printer-500" +msgstr "Kodak Photo-Printer-500" + +#: src/xml/xmli18n-tmp.h:5845 +msgid "Kodak Printer-Dock-Plus" +msgstr "Kodak Printer-Dock-Plus" + +#: src/xml/xmli18n-tmp.h:5846 +msgid "Kodak Printer-Dock-Plus-S3" +msgstr "Kodak Printer-Dock-Plus-S3" + +#: src/xml/xmli18n-tmp.h:5847 +msgid "Kodak 6800" +msgstr "Kodak 6800" + +#: src/xml/xmli18n-tmp.h:5848 +msgid "Kodak 6850" +msgstr "Kodak 6850" + +#: src/xml/xmli18n-tmp.h:5849 +msgid "Kodak 605" +msgstr "Kodak 605" + +#: src/xml/xmli18n-tmp.h:5850 +msgid "Kodak 1400" +msgstr "Kodak 1400" + +#: src/xml/xmli18n-tmp.h:5851 +msgid "Kodak 805" +msgstr "Kodak 805" + +#: src/xml/xmli18n-tmp.h:5852 +msgid "Kodak 9810" +msgstr "Kodak 9810" + +#: src/xml/xmli18n-tmp.h:5853 +msgid "Kodak 8500" +msgstr "Kodak 8500" + +#: src/xml/xmli18n-tmp.h:5854 +msgid "Mitsubishi CP-3020D" +msgstr "Mitsubishi CP-3020D" + +#: src/xml/xmli18n-tmp.h:5855 +msgid "Mitsubishi CP-3020DU" +msgstr "Mitsubishi CP-3020DU" + +#: src/xml/xmli18n-tmp.h:5856 +msgid "Mitsubishi CP-3020DE" +msgstr "Mitsubishi CP-3020DE" + +#: src/xml/xmli18n-tmp.h:5857 +msgid "Mitsubishi CP-3020DA" +msgstr "Mitsubishi CP-3020DA" + +#: src/xml/xmli18n-tmp.h:5858 +msgid "Mitsubishi CP-3020DAE" +msgstr "Mitsubishi CP-3020DAE" + +#: src/xml/xmli18n-tmp.h:5859 +msgid "Mitsubishi CP-9550D" +msgstr "Mitsubishi CP-9550D" + +#: src/xml/xmli18n-tmp.h:5860 +msgid "Mitsubishi CP-9550DW" +msgstr "Mitsubishi CP-9550DW" + +#: src/xml/xmli18n-tmp.h:5861 +msgid "Mitsubishi CP-9810D" +msgstr "Mitsubishi CP-9810D" + +#: src/xml/xmli18n-tmp.h:5862 +msgid "Mitsubishi CP-9810DW" +msgstr "Mitsubishi CP-9810DW" + +#: src/xml/xmli18n-tmp.h:5863 +msgid "Mitsubishi CP-D70DW" +msgstr "Mitsubishi CP-D70DW" + +#: src/xml/xmli18n-tmp.h:5864 +msgid "Mitsubishi CP-D707DW" +msgstr "Mitsubishi CP-D707DW" + +#: src/xml/xmli18n-tmp.h:5865 +msgid "Mitsubishi CP-K60DW" +msgstr "Mitsubishi CP-K60DW" + +#: src/xml/xmli18n-tmp.h:5866 +msgid "Shinko CHC-S9045" +msgstr "Shinko CHC-S9045" + +#: src/xml/xmli18n-tmp.h:5867 +msgid "Shinko CHC-S2145" +msgstr "Shinko CHC-S2145" + +#: src/xml/xmli18n-tmp.h:5868 +msgid "Sinfonia CHC-S2145" +msgstr "Sinfonia CHC-S2145" + +#: src/xml/xmli18n-tmp.h:5869 +msgid "Dai Nippon Printing DS40" +msgstr "Dai Nippon Printing DS40" + +#: src/xml/xmli18n-tmp.h:5870 +msgid "Dai Nippon Printing DS80" +msgstr "Dai Nippon Printing DS80" + +#: src/xml/xmli18n-tmp.h:5871 +msgid "Dai Nippon Printing DSRX1" +msgstr "Dai Nippon Printing DSRX1" + +#: src/xml/xmli18n-tmp.h:5872 +msgid "Citizen CX" +msgstr "Citizen CX" + +#: src/xml/xmli18n-tmp.h:5873 +msgid "Citizen CX-W" +msgstr "Citizen CX-W" + +#: src/xml/xmli18n-tmp.h:5874 +msgid "Citizen CY" +msgstr "Citizen CY" + +#: src/xml/xmli18n-tmp.h:5875 +msgid "Citizen CW-01" +msgstr "Citizen CW-01" + +#: src/xml/xmli18n-tmp.h:5876 +msgid "Citizen OP900" +msgstr "Citizen OP900" + +#: src/xml/xmli18n-tmp.h:5877 +msgid "Citizen CW-02" +msgstr "Citizen CW-02" + +#: src/xml/xmli18n-tmp.h:5878 +msgid "Citizen OP900II" +msgstr "Citizen OP900II" + +#: src/xml/xmli18n-tmp.h:5879 +msgid "Mitsubishi CP-3800DW" +msgstr "Mitsubishi CP-3800DW" + +#: src/xml/xmli18n-tmp.h:5880 +msgid "RAW DATA 16 bit" +msgstr "SUROVI 16 bitni PODATKI" + +#: src/xml/xmli18n-tmp.h:5881 +msgid "RAW DATA 8 bit" +msgstr "SUROVI 8 bitni PODATKI" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/indicator-datetime.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/indicator-datetime.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/indicator-datetime.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/indicator-datetime.po 2014-04-02 10:34:36.000000000 +0000 @@ -0,0 +1,222 @@ +# Slovenian translations for PACKAGE package. +# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Canonical OEM, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: indicator-datetime\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-03-28 16:21+0000\n" +"PO-Revision-Date: 2014-03-30 00:08+0000\n" +"Last-Translator: Ubuntu Archive Robot \n" +"Language-Team: Slovenian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 11:18+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#. TRANSLATORS: a strftime(3) format for 12hr time w/seconds +#: ../src/formatter.cpp:234 +msgid "%l:%M:%S %p" +msgstr "%H:%M:%S" + +#. TRANSLATORS: a strftime(3) format for 12hr time +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 12-hour clock, events/appointments that happen today. +#. en_US example: "%l:%M %p" --> "1:00 PM" +#: ../src/formatter.cpp:237 ../src/utils.c:304 +msgid "%l:%M %p" +msgstr "%H:%M" + +#. TRANSLATORS: a strftime(3) format for 24hr time w/seconds +#: ../src/formatter.cpp:240 +msgid "%H:%M:%S" +msgstr "%H:%M:%S" + +#. TRANSLATORS: a strftime(3) format for 24hr time +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 24-hour clock, events/appointments that happen today. +#. en_US example: "%H:%M" --> "13:00" +#: ../src/formatter.cpp:243 ../src/utils.c:341 +msgid "%H:%M" +msgstr "%H:%M" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) +#. This format string shows the abbreviated weekday, day, abbreviated month, and year. +#. en_US example: "%a %b %e %Y" --> "Sat Oct 31 2020" +#. en_GB example: "%a %e %b %Y" --> "Sat 31 Oct 2020" +#. zh_CN example(?): "%Y年%m月%d日 周%a" --> "2020年10月31日 周六" +#: ../src/formatter-desktop.cpp:138 +msgid "%a %b %e %Y" +msgstr "%a, %e. %b %Y" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) +#. This format string shows the abbreviated weekday, day, and abbreviated month. +#. en_US example: "%a %b %e" --> "Sat Oct 31" +#. en_GB example: "%a %e %b" --> "Sat 31 Oct" +#. zh_CN example(?): "%m月%d日 周%a" --> "03月27日 周六" +#: ../src/formatter-desktop.cpp:147 +msgid "%a %b %e" +msgstr "%a. %e. %b" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) +#. This format string shows the abbreviated weekday. +#. zh_CN example(?): "周%a" --> "周六" +#: ../src/formatter-desktop.cpp:154 +#, c-format +msgid "%a" +msgstr "%a" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) +#. This format string shows the day, abbreviated month, and year. +#. en_US example: "%b %e %Y" --> "Oct 31 2020" +#. en_GB example: "%e %b %Y" --> "31 Oct 2020" +#. zh_CN example(?): "%Y年%m月%d日" --> "2020年10月31日" +#: ../src/formatter-desktop.cpp:163 +msgid "%b %e %Y" +msgstr "%e. %b %Y" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. That will fix bug #1001595 for your locale and make the date/time in the upper-right corner of your screen look beautiful :) +#. This format string shows the abbreviated month and day. +#. en_US example: "%b %e" --> "Mar 27" +#. en_GB example: "%e %b" --> "27 Mar" +#. zh_CN example(?): "%m月%d日" --> "03月27日" +#: ../src/formatter-desktop.cpp:172 +msgid "%b %e" +msgstr "%e. %b" + +#. This strftime(3) format string shows the year. +#: ../src/formatter-desktop.cpp:176 +msgid "%Y" +msgstr "%Y" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. Format string for the day on the first menuitem in the datetime indicator. +#. This format string gives the full weekday, date, month, and year. +#. en_US example: "%A, %B %e %Y" --> Saturday, October 31 2020" +#. en_GB example: "%A, %e %B %Y" --> Saturday, 31 October 2020" +#: ../src/menu.cpp:255 +msgid "%A, %e %B %Y" +msgstr "%A, %d. %m. %Y" + +#. add the 'Add Event…' menuitem +#: ../src/menu.cpp:352 +msgid "Add Event…" +msgstr "Dodaj dogodek ..." + +#: ../src/menu.cpp:362 +msgid "Clock" +msgstr "Ura" + +#: ../src/menu.cpp:414 +msgid "Time & Date settings…" +msgstr "Nastavitve datuma in časa ..." + +#: ../src/menu.cpp:469 +msgid "Date and Time" +msgstr "Datum in čas" + +#: ../src/menu.cpp:519 +msgid "Upcoming" +msgstr "Prihajajoče" + +#: ../src/menu.cpp:524 +#, c-format +msgid "%s (has alarms)" +msgstr "%s (ima alarme)" + +#: ../src/snap.cpp:238 +#, c-format +msgid "Alarm %s" +msgstr "Bujenje %s" + +#. text for the alarm popup dialog's button to show the active alarm +#: ../src/snap.cpp:248 +msgid "Show" +msgstr "Pokaži" + +#. text for the alarm popup dialog's button to shut up the alarm +#: ../src/snap.cpp:250 +msgid "Dismiss" +msgstr "Opusti" + +#: ../src/utils.c:274 +msgid "Today" +msgstr "Danes" + +#: ../src/utils.c:278 +msgid "Tomorrow" +msgstr "Jutri" + +#. This is a strftime(3) format string indicating the unabbreviated weekday. +#: ../src/utils.c:283 +#, c-format +msgid "%A" +msgstr "%A" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing full-day events that are over a week away. +#. en_US example: "%a %b %d" --> "Sat Oct 31" +#. en_GB example: "%a %d %b" --> "Sat 31 Oct" +#. zh_CN example(?): "%m月%d日 周%a" --> "10月31日 周六" +#: ../src/utils.c:292 +msgid "%a %d %b" +msgstr "%a %d %b" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 12-hour clock, events/appointments that happen tomorrow. +#. (\u2003 is a unicode em space which is slightly wider than a normal space.) +#. en_US example: "Tomorrow\u2003%l:%M %p" --> "Tomorrow 1:00 PM" +#: ../src/utils.c:312 +msgid "Tomorrow\\u2003%l:%M %p" +msgstr "Jutri\\u2003%l:%M %p" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 12-hour clock, events/appointments that happen this week. +#. (\u2003 is a unicode em space which is slightly wider than a normal space.) +#. en_US example: "Tomorrow\u2003%l:%M %p" --> "Fri 1:00 PM" +#: ../src/utils.c:320 +msgid "%a\\u2003%l:%M %p" +msgstr "%a\\u2003%l:%M %p" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 12-hour clock, events/appointments that happen over a week from now. +#. (\u2003 is a unicode em space which is slightly wider than a normal space.) +#. en_US example: "%a %d %b\u2003%l:%M %p" --> "Fri Oct 31 1:00 PM" +#. en_GB example: "%a %b %d\u2003%l:%M %p" --> "Fri 31 Oct 1:00 PM" +#: ../src/utils.c:329 +msgid "%a %d %b\\u2003%l:%M %p" +msgstr "%a %d %b\\u2003%l:%M %p" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 24-hour clock, events/appointments that happen tomorrow. +#. (\u2003 is a unicode em space which is slightly wider than a normal space.) +#. en_US example: "Tomorrow\u2003%l:%M %p" --> "Tomorrow 13:00" +#: ../src/utils.c:349 +msgid "Tomorrow\\u2003%H:%M" +msgstr "Jutri\\u2003%H:%M" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 24-hour clock, events/appointments that happen this week. +#. (\u2003 is a unicode em space which is slightly wider than a normal space.) +#. en_US example: "%a\u2003%H:%M" --> "Fri 13:00" +#: ../src/utils.c:357 +msgid "%a\\u2003%H:%M" +msgstr "%a\\u2003%H:%M" + +#. Translators, please edit/rearrange these strftime(3) tokens to suit your locale! +#. This format string is used for showing, on a 24-hour clock, events/appointments that happen over a week from now. +#. (\u2003 is a unicode em space which is slightly wider than a normal space.) +#. en_US example: "%a %d %b\u2003%H:%M" --> "Fri Oct 31 13:00" +#. en_GB example: "%a %b %d\u2003%H:%M" --> "Fri 31 Oct 13:00" +#: ../src/utils.c:366 +msgid "%a %d %b\\u2003%H:%M" +msgstr "%a %d %b\\u2003%H:%M" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/keystone.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/keystone.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/keystone.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/keystone.po 2014-04-02 10:34:37.000000000 +0000 @@ -0,0 +1,1902 @@ +# Slovenian translation for keystone +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the keystone package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: keystone\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-03-26 06:00+0000\n" +"PO-Revision-Date: 2014-02-20 20:34+0000\n" +"Last-Translator: Andrej Znidarsic \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 11:21+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#: keystone/clean.py:24 +#, python-format +msgid "%s cannot be empty." +msgstr "%s ne sme biti prazen." + +#: keystone/clean.py:26 +#, python-format +msgid "%(property_name)s cannot be less than %(min_length)s characters." +msgstr "%(property_name)s ne sme biti krajše od %(min_length)s znakov." + +#: keystone/clean.py:31 +#, python-format +msgid "" +"%(property_name)s should not be greater than %(max_length)s characters." +msgstr "%(property_name)s ne sme biti večje od %(max_length)s znakov." + +#: keystone/clean.py:40 +#, python-format +msgid "%(property_name)s is not a %(display_expected_type)s" +msgstr "%(property_name)s ni %(display_expected_type)s" + +#: keystone/exception.py:49 +msgid "missing exception kwargs (programmer error)" +msgstr "manjka izjema kwargs (napaka programerja)" + +#: keystone/exception.py:79 +#, python-format +msgid "" +"Expecting to find %(attribute)s in %(target)s. The server could not comply " +"with the request since it is either malformed or otherwise incorrect. The " +"client is assumed to be in error." +msgstr "" + +#: keystone/exception.py:88 +msgid "" +"Timestamp not in expected format. The server could not comply with the " +"request since it is either malformed or otherwise incorrect. The client is " +"assumed to be in error." +msgstr "" + +#: keystone/exception.py:97 +#, python-format +msgid "" +"String length exceeded.The length of string '%(string)s' exceeded the limit " +"of column %(type)s(CHAR(%(length)d))." +msgstr "" + +#: keystone/exception.py:103 +#, python-format +msgid "" +"Request attribute %(attribute)s must be less than or equal to %(size)i. The " +"server could not comply with the request because the attribute size is " +"invalid (too large). The client is assumed to be in error." +msgstr "" + +#: keystone/exception.py:113 +msgid "" +"The certificates you requested are not available. It is likely that this " +"server does not use PKI tokens otherwise this is the result of " +"misconfiguration." +msgstr "" + +#: keystone/exception.py:132 +msgid "The request you have made requires authentication." +msgstr "Zahteva, ki ste jo naredili, zahteva overitev." + +#: keystone/exception.py:138 +msgid "Authentication plugin error." +msgstr "Napaka vstavka overitve." + +#: keystone/exception.py:146 +#, python-format +msgid "Unable to find valid groups while using mapping %(mapping_id)s" +msgstr "" + +#: keystone/exception.py:151 +msgid "Attempted to authenticate with an unsupported method." +msgstr "Poskus overitve z nepodprtim načinom." + +#: keystone/exception.py:159 +msgid "Additional authentications steps required." +msgstr "Zahtevani so dodatni koraki overitev." + +#: keystone/exception.py:167 +msgid "You are not authorized to perform the requested action." +msgstr "NIste pooblaščeni za izvedbo zahtevanega dejanja." + +#: keystone/exception.py:174 +#, python-format +msgid "You are not authorized to perform the requested action, %(action)s." +msgstr "NIste pooblaščeni za izvedbo zahtevanega dejanja, %(action)s." + +#: keystone/exception.py:179 +#, python-format +msgid "" +"Could not change immutable attribute %(attribute)s in target %(target)s" +msgstr "" + +#: keystone/exception.py:184 +#, python-format +msgid "Could not find, %(target)s." +msgstr "Ni mogoče najti, %(target)s." + +#: keystone/exception.py:190 +#, python-format +msgid "Could not find endpoint, %(endpoint_id)s." +msgstr "" + +#: keystone/exception.py:197 +msgid "An unhandled exception has occurred: Could not find metadata." +msgstr "Pojavila se je neobravnavana izjema: metapodatkov ni mogoče najti" + +#: keystone/exception.py:202 +#, python-format +msgid "Could not find policy, %(policy_id)s." +msgstr "Pravilnika ni mogoče najti, %(policy_id)s." + +#: keystone/exception.py:206 +#, python-format +msgid "Could not find role, %(role_id)s." +msgstr "Vloge ni mogoče najti, %(role_id)s." + +#: keystone/exception.py:210 +#, python-format +msgid "Could not find region, %(region_id)s." +msgstr "" + +#: keystone/exception.py:214 +#, python-format +msgid "Could not find service, %(service_id)s." +msgstr "Storitve ni mogoče najti, %(service_id)s." + +#: keystone/exception.py:218 +#, python-format +msgid "Could not find domain, %(domain_id)s." +msgstr "Domene ni mogoče najti, %(domain_id)s." + +#: keystone/exception.py:222 +#, python-format +msgid "Could not find project, %(project_id)s." +msgstr "Projekta ni mogoče najti, %(project_id)s." + +#: keystone/exception.py:226 +#, python-format +msgid "Could not find token, %(token_id)s." +msgstr "Žetona ni mogoče najti, %(token_id)s." + +#: keystone/exception.py:230 +#, python-format +msgid "Could not find user, %(user_id)s." +msgstr "Uporabnika ni mogoče najti, %(user_id)s." + +#: keystone/exception.py:234 +#, python-format +msgid "Could not find group, %(group_id)s." +msgstr "Skupine ni mogoče najti, %(group_id)s." + +#: keystone/exception.py:238 +#, python-format +msgid "Could not find mapping, %(mapping_id)s." +msgstr "" + +#: keystone/exception.py:242 +#, python-format +msgid "Could not find trust, %(trust_id)s." +msgstr "Zaupanja ni mogoče najti, %(trust_id)s." + +#: keystone/exception.py:246 +#, python-format +msgid "No remaining uses for trust %(trust_id)s." +msgstr "" + +#: keystone/exception.py:250 +#, python-format +msgid "Could not find credential, %(credential_id)s." +msgstr "Poverila ni mogoče najti, %(credential_id)s." + +#: keystone/exception.py:254 +#, python-format +msgid "Could not find version, %(version)s." +msgstr "Različice ni mogoče najti, %(version)s." + +#: keystone/exception.py:258 +#, python-format +msgid "Could not find IdentityProvider, %(idp_id)s." +msgstr "" + +#: keystone/exception.py:262 +#, python-format +msgid "" +"Could not find federated protocol %(protocol_id)s for IdentityProvider, " +"%(idp_id)s" +msgstr "" + +#: keystone/exception.py:267 +#, python-format +msgid "Conflict occurred attempting to store %(type)s. %(details)s" +msgstr "Med poskusom shranitve %(type)s se je pojavil spor. %(details)s" + +#: keystone/exception.py:274 +msgid "Request is too large." +msgstr "Zahteva je preobsežna." + +#: keystone/exception.py:281 +msgid "" +"An unexpected error prevented the server from fulfilling your request." +msgstr "" + +#: keystone/exception.py:284 +#, python-format +msgid "" +"An unexpected error prevented the server from fulfilling your request. " +"%(exception)s" +msgstr "" +"Nepričakovana napaka je strežniku preprečila izpolnitev vaše zahteve. " +"%(exception)s" + +#: keystone/exception.py:307 +msgid "" +"Expected signing certificates are not available on the server. Please check " +"Keystone configuration." +msgstr "" + +#: keystone/exception.py:313 +#, python-format +msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." +msgstr "" + +#: keystone/exception.py:318 +#, python-format +msgid "" +"Group %(group_id)s returned by mapping %(mapping_id)s was not found in the " +"backend." +msgstr "" + +#: keystone/exception.py:323 +msgid "The action you have requested has not been implemented." +msgstr "" + +#: keystone/exception.py:330 +msgid "The service you have requested is no longer available on this server." +msgstr "" + +#: keystone/exception.py:337 +#, python-format +msgid "The Keystone configuration file %(config_file)s could not be found." +msgstr "" + +#: keystone/exception.py:343 +#, python-format +msgid "" +"%(mod_name)s doesn't provide database migrations. The migration repository " +"path at %(path)s doesn't exist or isn't a directory." +msgstr "" + +#: keystone/notifications.py:120 +#, python-format +msgid "" +"%(event)s is not a valid notification event, must be one of: %(actions)s" +msgstr "" + +#: keystone/notifications.py:129 +#, python-format +msgid "Method not callable: %s" +msgstr "" + +#: keystone/notifications.py:137 +#, python-format +msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." +msgstr "" + +#: keystone/notifications.py:156 +#, python-format +msgid "" +"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " +"%(operation)s for%(payload)s" +msgstr "" + +#: keystone/notifications.py:219 +#, python-format +msgid "Failed to send %(res_id)s %(event_type)s notification" +msgstr "" + +#: keystone/notifications.py:290 +#, python-format +msgid "CADF Event: %s" +msgstr "" + +#: keystone/notifications.py:303 +#, python-format +msgid "Failed to send %(action)s %(event_type)s notification" +msgstr "" + +#: keystone/assignment/controllers.py:72 +#, python-format +msgid "Authentication failed: %s" +msgstr "" + +#: keystone/assignment/controllers.py:106 +#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:131 +msgid "Name field is required and cannot be empty" +msgstr "Polje ime je zahtevano in ne sme biti prazno" + +#: keystone/assignment/controllers.py:143 +#, python-format +msgid "User %(user_id)s in project %(project_id)s doesn't exist." +msgstr "" + +#: keystone/assignment/controllers.py:161 +msgid "Marker could not be found" +msgstr "" + +#: keystone/assignment/controllers.py:172 +msgid "Invalid limit value" +msgstr "" + +#: keystone/assignment/controllers.py:475 +msgid "Specify a domain or project, not both" +msgstr "" + +#: keystone/assignment/controllers.py:480 +msgid "Specify a user or group, not both" +msgstr "" + +#: keystone/assignment/controllers.py:694 +#, python-format +msgid "" +"Group %(group)s not found for role-assignment - %(target)s with Role: " +"%(role)s" +msgstr "" + +#: keystone/assignment/core.py:242 +#, python-format +msgid "Creating the default role %s because it does not exist." +msgstr "" + +#: keystone/assignment/core.py:274 +#, python-format +msgid "Removing role %s failed because it does not exist." +msgstr "" + +#: keystone/assignment/core.py:336 +msgid "delete the default domain" +msgstr "" + +#: keystone/assignment/core.py:347 +msgid "cannot delete a domain that is enabled, please disable it first." +msgstr "" + +#: keystone/assignment/core.py:384 +#, python-format +msgid "" +"Project %(projectid)s not found when deleting domain contents for " +"%(domainid)s, continuing with cleanup." +msgstr "" + +#: keystone/assignment/core.py:397 +#, python-format +msgid "" +"Group %(groupid)s not found when deleting domain contents for %(domainid)s, " +"continuing with cleanup." +msgstr "" + +#: keystone/assignment/core.py:409 +#, python-format +msgid "" +"User %(userid)s not found when deleting domain contents for %(domainid)s, " +"continuing with cleanup." +msgstr "" + +#: keystone/assignment/core.py:521 +#, python-format +msgid "Group %s not found, no tokens to invalidate." +msgstr "" + +#: keystone/assignment/core.py:559 +#, python-format +msgid "Project (%s)" +msgstr "" + +#: keystone/assignment/core.py:561 +#, python-format +msgid "Domain (%s)" +msgstr "" + +#: keystone/assignment/core.py:563 +msgid "Unknown Target" +msgstr "" + +#: keystone/assignment/core.py:564 +#, python-format +msgid "" +"Group (%(group)s), referenced in assignment for %(target)s, not found - " +"ignoring." +msgstr "" + +#: keystone/assignment/core.py:1005 keystone/common/controller.py:269 +#: keystone/identity/core.py:232 +#, python-format +msgid "Expected dict or list: %s" +msgstr "" + +#: keystone/assignment/backends/kvs.py:202 +#: keystone/assignment/backends/ldap.py:581 +#: keystone/assignment/backends/sql.py:353 +#, python-format +msgid "Cannot remove role that has not been granted, %s" +msgstr "" + +#: keystone/assignment/backends/ldap.py:111 +msgid "Domain metadata not supported by LDAP" +msgstr "" + +#: keystone/assignment/backends/ldap.py:200 +#: keystone/assignment/backends/ldap.py:248 keystone/common/ldap/core.py:334 +#: keystone/identity/backends/kvs.py:117 keystone/identity/backends/kvs.py:224 +#, python-format +msgid "Duplicate ID, %s." +msgstr "Podvojeni ID, %s." + +#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:324 +#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 +#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 +#, python-format +msgid "Duplicate name, %s." +msgstr "" + +#: keystone/assignment/backends/ldap.py:250 +#: keystone/assignment/backends/ldap.py:258 +#: keystone/assignment/backends/ldap.py:262 +msgid "Domains are read-only against LDAP" +msgstr "" + +#: keystone/assignment/backends/ldap.py:315 +#: keystone/assignment/backends/sql.py:137 +msgid "Inherited roles can only be assigned to domains" +msgstr "" + +#: keystone/assignment/backends/ldap.py:554 +#, python-format +msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" +msgstr "" + +#: keystone/assignment/backends/ldap.py:560 +#, python-format +msgid "Role %s not found" +msgstr "" + +#: keystone/assignment/backends/ldap.py:667 +#, python-format +msgid "Cannot duplicate name %s" +msgstr "" + +#: keystone/assignment/backends/sql.py:124 +#, python-format +msgid "" +"Unexpected combination of grant attributes - User, Group, Project, Domain: %s" +msgstr "" + +#: keystone/assignment/backends/sql.py:293 +msgid "Must specify either domain or project" +msgstr "" + +#: keystone/assignment/backends/sql.py:374 +#, python-format +msgid "Unexpected assignment type encountered, %s" +msgstr "" + +#: keystone/auth/controllers.py:57 +#, python-format +msgid "" +"Cannot load an auth-plugin by class-name without a \"method\" attribute " +"defined: %s" +msgstr "" + +#: keystone/auth/controllers.py:65 +#, python-format +msgid "" +"Driver requested method %(req)s does not match plugin name %(plugin)s." +msgstr "" + +#: keystone/auth/controllers.py:70 +#, python-format +msgid "Auth Plugin %s does not have a \"method\" attribute." +msgstr "" + +#: keystone/auth/controllers.py:74 +#, python-format +msgid "" +"Auth plugin %(plugin)s is requesting previously registered method %(method)s" +msgstr "" + +#: keystone/auth/controllers.py:115 +#, python-format +msgid "Project is disabled: %s" +msgstr "" + +#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 +#: keystone/token/core.py:80 keystone/token/core.py:96 +#, python-format +msgid "Domain is disabled: %s" +msgstr "" + +#: keystone/auth/controllers.py:278 +msgid "Scoping to both domain and project is not allowed" +msgstr "" + +#: keystone/auth/controllers.py:281 +msgid "Scoping to both domain and trust is not allowed" +msgstr "" + +#: keystone/auth/controllers.py:284 +msgid "Scoping to both project and trust is not allowed" +msgstr "" + +#: keystone/auth/controllers.py:380 +#, python-format +msgid "" +"User %(user_id)s doesn't have access to default project %(project_id)s. The " +"token will be unscoped rather than scoped to the project." +msgstr "" + +#: keystone/auth/controllers.py:387 +#, python-format +msgid "" +"User %(user_id)s's default project %(project_id)s is disabled. The token " +"will be unscoped rather than scoped to the project." +msgstr "" + +#: keystone/auth/controllers.py:396 +#, python-format +msgid "" +"User %(user_id)s's default project %(project_id)s not found. The token will " +"be unscoped rather than scoped to the project." +msgstr "" + +#: keystone/auth/controllers.py:427 +msgid "User not found" +msgstr "" + +#: keystone/auth/plugins/external.py:46 +msgid "No authenticated user" +msgstr "" + +#: keystone/auth/plugins/external.py:56 +#, python-format +msgid "Unable to lookup user %s" +msgstr "" + +#: keystone/auth/plugins/oauth1.py:38 +#, python-format +msgid "%s not supported" +msgstr "" + +#: keystone/auth/plugins/oauth1.py:56 +msgid "Access token is expired" +msgstr "" + +#: keystone/auth/plugins/oauth1.py:70 +msgid "Could not validate the access token" +msgstr "" + +#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 +#, python-format +msgid "User is disabled: %s" +msgstr "" + +#: keystone/auth/plugins/password.py:123 +msgid "Invalid username or password" +msgstr "" + +#: keystone/auth/plugins/saml2.py:95 +msgid "Federation token is expired" +msgstr "" + +#: keystone/catalog/controllers.py:154 +#, python-format +msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" +msgstr "" + +#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 +#: keystone/identity/controllers.py:134 +msgid "Enabled field must be a boolean" +msgstr "" + +#: keystone/catalog/core.py:42 +#, python-format +msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" +msgstr "Napačno oblikovana končna točka %(url)s - neznan ključ %(keyerror)s" + +#: keystone/catalog/core.py:47 +#, python-format +msgid "" +"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " +"brackets ?)" +msgstr "" +"Napačno oblikovana končna točka %(url)s - neznan ključ %(keyerror)s(ali vam " +"manjkajo oklepaji?)" + +#: keystone/catalog/core.py:53 +#, python-format +msgid "" +"Malformed endpoint %s - incomplete format (are you missing a type notifier ?)" +msgstr "" + +#: keystone/catalog/backends/templated.py:106 +#, python-format +msgid "Unable to open template file %s" +msgstr "Ni mogoče odpreti datoteke predloge %s" + +#: keystone/common/authorization.py:75 +msgid "RBAC: Invalid user data in v3 token" +msgstr "" + +#: keystone/common/authorization.py:80 +msgid "RBAC: Proceeding without project" +msgstr "" + +#: keystone/common/authorization.py:99 +msgid "RBAC: Invalid user data in v2 token" +msgstr "" + +#: keystone/common/authorization.py:104 +msgid "RBAC: Proceeding without tenant" +msgstr "" + +#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 +#: keystone/common/base64utils.py:332 +msgid "pad must be single character" +msgstr "" + +#: keystone/common/base64utils.py:211 +#, python-format +msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" +msgstr "" + +#: keystone/common/base64utils.py:215 +#, python-format +msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" +msgstr "" + +#: keystone/common/base64utils.py:221 +#, python-format +msgid "text is not a multiple of 4, but contains pad \"%s\"" +msgstr "" + +#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 +msgid "padded base64url text must be multiple of 4 characters" +msgstr "" + +#: keystone/common/controller.py:39 +#, python-format +msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" +msgstr "" + +#: keystone/common/controller.py:46 +msgid "RBAC: using auth context from the request environment" +msgstr "" + +#: keystone/common/controller.py:51 +msgid "RBAC: building auth context from the incoming auth token" +msgstr "" + +#: keystone/common/controller.py:62 keystone/middleware/core.py:266 +msgid "RBAC: Invalid token" +msgstr "RBAC: neveljaven žeton" + +#: keystone/common/controller.py:91 keystone/common/controller.py:182 +#: keystone/common/controller.py:585 +msgid "RBAC: Bypassing authorization" +msgstr "" + +#: keystone/common/controller.py:138 keystone/common/controller.py:180 +#: keystone/common/controller.py:603 +msgid "RBAC: Authorization granted" +msgstr "" + +#: keystone/common/controller.py:168 +#, python-format +msgid "RBAC: Adding query filter params (%s)" +msgstr "" + +#: keystone/common/controller.py:532 +msgid "Cannot change Domain ID" +msgstr "" + +#: keystone/common/controller.py:556 +msgid "Invalid token in _get_domain_id_for_request" +msgstr "" + +#: keystone/common/dependency.py:83 +msgid "event_callbacks must be a dict" +msgstr "" + +#: keystone/common/dependency.py:88 +#, python-format +msgid "event_callbacks[%s] must be a dict" +msgstr "" + +#: keystone/common/pemutils.py:223 +#, python-format +msgid "" +"unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" +msgstr "" + +#: keystone/common/pemutils.py:242 +#, python-format +msgid "" +"unknown pem header \"%(pem_header)s\", valid headers are: " +"%(valid_pem_headers)s" +msgstr "" + +#: keystone/common/pemutils.py:300 +#, python-format +msgid "failed to find end matching \"%s\"" +msgstr "" + +#: keystone/common/pemutils.py:304 +#, python-format +msgid "" +"beginning & end PEM headers do not match (%(begin_pem_header)s!= " +"%(end_pem_header)s)" +msgstr "" + +#: keystone/common/pemutils.py:379 +#, python-format +msgid "unknown pem_type: \"%s\"" +msgstr "" + +#: keystone/common/pemutils.py:391 +#, python-format +msgid "" +"failed to base64 decode %(pem_type)s PEM at position%(position)d: %(err_msg)s" +msgstr "" + +#: keystone/common/serializer.py:203 +msgid "Multiple truncation attributes found" +msgstr "" + +#: keystone/common/utils.py:77 +#, python-format +msgid "Truncating user password to %s characters." +msgstr "" + +#: keystone/common/utils.py:195 keystone/credential/controllers.py:42 +msgid "Invalid blob in credential" +msgstr "" + +#: keystone/common/utils.py:274 +msgid "" +"Error setting up the debug environment. Verify that the option --debug-url " +"has the format : and that a debugger processes is listening on " +"that port." +msgstr "" + +#: keystone/common/wsgi.py:67 +msgid "No bind information present in token" +msgstr "" + +#: keystone/common/wsgi.py:71 +#, python-format +msgid "Named bind mode %s not in bind information" +msgstr "" + +#: keystone/common/wsgi.py:78 +msgid "Kerberos credentials required and not present" +msgstr "" + +#: keystone/common/wsgi.py:82 +msgid "Kerberos credentials do not match those in bind" +msgstr "" + +#: keystone/common/wsgi.py:85 +msgid "Kerberos bind authentication successful" +msgstr "" + +#: keystone/common/wsgi.py:88 +#, python-format +msgid "" +"Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" +msgstr "" + +#: keystone/common/wsgi.py:92 +#, python-format +msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" +msgstr "" + +#: keystone/common/wsgi.py:181 +#, python-format +msgid "arg_dict: %s" +msgstr "" + +#: keystone/common/wsgi.py:210 +#, python-format +msgid "Authorization failed. %(exception)s from %(remote_addr)s" +msgstr "" + +#: keystone/common/wsgi.py:287 +#, python-format +msgid "%s field is required and cannot be empty" +msgstr "" + +#: keystone/common/wsgi.py:298 +msgid "" +"will not lookup trust as the request auth token is either absent or it is " +"the system admin token" +msgstr "" + +#: keystone/common/wsgi.py:305 +msgid "Invalid token in _get_trust_id_for_request" +msgstr "" + +#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:274 +msgid "The resource could not be found." +msgstr "" + +#: keystone/common/cache/core.py:54 +#, python-format +msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" +msgstr "" + +#: keystone/common/cache/core.py:60 +#, python-format +msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" +msgstr "" + +#: keystone/common/cache/core.py:65 +#, python-format +msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" +msgstr "" + +#: keystone/common/cache/core.py:70 +#, python-format +msgid "CACHE_SET_MULTI: \"%r\"" +msgstr "" + +#: keystone/common/cache/core.py:75 +#, python-format +msgid "CACHE_DELETE: \"%r\"" +msgstr "" + +#: keystone/common/cache/core.py:78 +#, python-format +msgid "CACHE_DELETE_MULTI: \"%r\"" +msgstr "" + +#: keystone/common/cache/core.py:96 +#, python-format +msgid "" +"Unable to build cache config-key. Expected format \":\". " +"Skipping unknown format: %s" +msgstr "" + +#: keystone/common/cache/core.py:104 +#, python-format +msgid "Keystone Cache Config: %s" +msgstr "" + +#: keystone/common/cache/core.py:119 +msgid "region not type dogpile.cache.CacheRegion" +msgstr "" + +#: keystone/common/cache/core.py:152 +#, python-format +msgid "Adding cache-proxy '%s' to backend." +msgstr "" + +#: keystone/common/cache/backends/mongo.py:231 +msgid "db_hosts value is required" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:236 +msgid "database db_name is required" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:241 +msgid "cache_collection name is required" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:252 +msgid "integer value expected for w (write concern attribute)" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:260 +msgid "replicaset_name required when use_replica is True" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:275 +msgid "integer value expected for mongo_ttl_seconds" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:301 +msgid "no ssl support available" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:310 +#, python-format +msgid "" +"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\", " +"\"REQUIRED\"" +msgstr "" + +#: keystone/common/cache/backends/mongo.py:403 +#, python-format +msgid "" +"TTL index already exists on db collection <%(c_name)s>, remove index " +"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " +"effective" +msgstr "" + +#: keystone/common/environment/__init__.py:52 +#, python-format +msgid "Environment configured as: %s" +msgstr "" + +#: keystone/common/environment/eventlet_server.py:52 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: keystone/common/environment/eventlet_server.py:123 +msgid "Server error" +msgstr "" + +#: keystone/common/kvs/core.py:63 +#, python-format +msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" +msgstr "" + +#: keystone/common/kvs/core.py:71 +#, python-format +msgid "Lock Timeout occurred for key, %(target)s" +msgstr "" + +#: keystone/common/kvs/core.py:106 +#, python-format +msgid "KVS region %s is already configured. Cannot reconfigure." +msgstr "" + +#: keystone/common/kvs/core.py:122 +#, python-format +msgid "Importing class %s as KVS proxy." +msgstr "" + +#: keystone/common/kvs/core.py:130 +#, python-format +msgid "%s is not a dogpile.proxy.ProxyBackend" +msgstr "" + +#: keystone/common/kvs/core.py:134 +#, python-format +msgid "Adding proxy '%(proxy)s' to KVS %(name)s." +msgstr "" + +#: keystone/common/kvs/core.py:141 +#, python-format +msgid "Key Value Store not configured: %s" +msgstr "" + +#: keystone/common/kvs/core.py:158 +#, python-format +msgid "" +"Non-expiring keys not supported/required by %(region)s backend; unable to " +"set key_mangler for backend: %(err)s" +msgstr "" + +#: keystone/common/kvs/core.py:184 +#, python-format +msgid "Using %(func)s as KVS region %(name)s key_mangler" +msgstr "" + +#: keystone/common/kvs/core.py:194 +msgid "`key_mangler` option must be a function reference" +msgstr "" + +#: keystone/common/kvs/core.py:196 +#, python-format +msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" +msgstr "" + +#: keystone/common/kvs/core.py:206 +#, python-format +msgid "KVS region %s key_mangler disabled." +msgstr "" + +#: keystone/common/kvs/core.py:235 +#, python-format +msgid "KVS region configuration for %(name)s: %(config)r" +msgstr "" + +#: keystone/common/kvs/core.py:348 +#, python-format +msgid "Lock key must match target key: %(lock)s != %(target)s" +msgstr "" + +#: keystone/common/kvs/core.py:352 +msgid "Must be called within an active lock context." +msgstr "" + +#: keystone/common/kvs/core.py:376 +#, python-format +msgid "KVS lock acquired for: %s" +msgstr "" + +#: keystone/common/kvs/core.py:395 +#, python-format +msgid "KVS lock released for: %s" +msgstr "" + +#: keystone/common/kvs/core.py:397 +#, python-format +msgid "KVS lock released (timeout reached) for: %s" +msgstr "" + +#: keystone/common/kvs/backends/memcached.py:72 +#, python-format +msgid "Maximum lock attempts on %s occurred." +msgstr "" + +#: keystone/common/kvs/backends/memcached.py:111 +#, python-format +msgid "" +"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " +"%(driver_list)s" +msgstr "" + +#: keystone/common/kvs/backends/memcached.py:182 +msgid "`key_mangler` functions must be callable." +msgstr "" + +#: keystone/common/ldap/core.py:77 +#, python-format +msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" +msgstr "" + +#: keystone/common/ldap/core.py:87 +#, python-format +msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" +msgstr "" + +#: keystone/common/ldap/core.py:99 +#, python-format +msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" +msgstr "" + +#: keystone/common/ldap/core.py:216 +#, python-format +msgid "" +"Invalid additional attribute mapping: \"%s\". Format must be " +":" +msgstr "" + +#: keystone/common/ldap/core.py:222 +#, python-format +msgid "" +"Invalid additional attribute mapping: \"%(item)s\". Value \"%(attr_map)s\" " +"must use one of %(keys)s." +msgstr "" + +#: keystone/common/ldap/core.py:303 +#, python-format +msgid "LDAP %s create" +msgstr "" + +#: keystone/common/ldap/core.py:308 +#, python-format +msgid "LDAP %s update" +msgstr "" + +#: keystone/common/ldap/core.py:313 +#, python-format +msgid "LDAP %s delete" +msgstr "" + +#: keystone/common/ldap/core.py:434 +#, python-format +msgid "Cannot change %(option_name)s %(attr)s" +msgstr "" + +#: keystone/common/ldap/core.py:491 +#, python-format +msgid "LDAP init: url=%s" +msgstr "" + +#: keystone/common/ldap/core.py:492 +#, python-format +msgid "" +"LDAP init: use_tls=%(use_tls)s\n" +"tls_cacertfile=%(tls_cacertfile)s\n" +"tls_cacertdir=%(tls_cacertdir)s\n" +"tls_req_cert=%(tls_req_cert)s\n" +"tls_avail=%(tls_avail)s\n" +msgstr "" + +#: keystone/common/ldap/core.py:511 +msgid "Invalid TLS / LDAPS combination" +msgstr "" + +#: keystone/common/ldap/core.py:515 +#, python-format +msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" +msgstr "" + +#: keystone/common/ldap/core.py:525 +#, python-format +msgid "tls_cacertfile %s not found or is not a file" +msgstr "" + +#: keystone/common/ldap/core.py:537 +#, python-format +msgid "tls_cacertdir %s not found or is not a directory" +msgstr "" + +#: keystone/common/ldap/core.py:544 +#, python-format +msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" +msgstr "" + +#: keystone/common/ldap/core.py:561 +#, python-format +msgid "LDAP bind: dn=%s" +msgstr "" + +#: keystone/common/ldap/core.py:575 +#, python-format +msgid "LDAP add: dn=%(dn)s, attrs=%(attrs)s" +msgstr "" + +#: keystone/common/ldap/core.py:586 +#, python-format +msgid "" +"LDAP search: dn=%(dn)s, scope=%(scope)s, query=%(query)s, attrs=%(attrlist)s" +msgstr "" + +#: keystone/common/ldap/core.py:610 +msgid "" +"Referrals were returned and ignored. Enable referral chasing in " +"keystone.conf via [ldap] chase_referrals" +msgstr "" + +#: keystone/common/ldap/core.py:650 +msgid "" +"LDAP Server does not support paging. Disable paging in keystone.conf to " +"avoid this message." +msgstr "" + +#: keystone/common/ldap/core.py:666 +#, python-format +msgid "LDAP modify: dn=%(dn)s, modlist=%(modlist)s" +msgstr "" + +#: keystone/common/ldap/core.py:672 +#, python-format +msgid "LDAP delete: dn=%s" +msgstr "" + +#: keystone/common/ldap/core.py:677 +#, python-format +msgid "LDAP delete_ext: dn=%(dn)s, serverctrls=%(serverctrls)s" +msgstr "" + +#: keystone/common/sql/core.py:219 +msgid "" +"Cannot truncate a driver call without hints list as first parameter after " +"self " +msgstr "" + +#: keystone/common/sql/migration_helpers.py:125 +#: keystone/common/sql/migration_helpers.py:150 +#, python-format +msgid "%s extension does not exist." +msgstr "" + +#: keystone/common/sql/migrate_repo/versions/033_migrate_ec2credentials_table_credentials.py:60 +#, python-format +msgid "" +"Credential %(access)s already exists with different secret in %(table)s table" +msgstr "" + +#: keystone/common/sql/migrate_repo/versions/033_migrate_ec2credentials_table_credentials.py:70 +#, python-format +msgid "" +"Credential %(access)s already exists with different project in %(table)s " +"table" +msgstr "" + +#: keystone/contrib/ec2/controllers.py:305 +msgid "Token belongs to another user" +msgstr "" + +#: keystone/contrib/ec2/controllers.py:333 +msgid "Credential belongs to another user" +msgstr "" + +#: keystone/contrib/endpoint_filter/backends/sql.py:54 +#, python-format +msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" +msgstr "" + +#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 +#, python-format +msgid "" +"Received the following notification: service %(service)s, resource_type: " +"%(resource_type)s, operation %(operation)s payload %(payload)s" +msgstr "" + +#: keystone/contrib/federation/utils.py:198 +msgid "Could not map user" +msgstr "" + +#: keystone/contrib/federation/utils.py:227 +#, python-format +msgid "Ignoring user name %s" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:79 +msgid "Cannot change consumer secret" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:153 +#: keystone/contrib/oauth1/backends/sql.py:285 +msgid "User IDs do not match" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:160 +msgid "Could not find role" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:203 +msgid "Invalid signature" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:252 +#: keystone/contrib/oauth1/controllers.py:322 +msgid "Request token is expired" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:266 +msgid "There should not be any non-oauth parameters" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:270 +msgid "provided consumer key does not match stored consumer key" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:274 +msgid "provided verifier does not match stored verifier" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:278 +msgid "provided request key does not match stored request key" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:282 +msgid "Request Token does not have an authorizing user id" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:338 +msgid "authorizing user does not have role required" +msgstr "" + +#: keystone/contrib/oauth1/controllers.py:353 +msgid "User is not a member of the requested project" +msgstr "" + +#: keystone/contrib/oauth1/backends/sql.py:95 +msgid "Consumer not found" +msgstr "" + +#: keystone/contrib/oauth1/backends/sql.py:199 +msgid "Request token not found" +msgstr "" + +#: keystone/contrib/oauth1/backends/sql.py:265 +msgid "Access token not found" +msgstr "" + +#: keystone/contrib/revoke/controllers.py:32 +#, python-format +msgid "invalid date format %s" +msgstr "" + +#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 +#: keystone/token/provider.py:146 keystone/token/provider.py:224 +#: keystone/token/provider.py:231 keystone/token/providers/common.py:624 +msgid "Failed to validate token" +msgstr "" + +#: keystone/credential/core.py:120 +#, python-format +msgid "Deletion of credential is not required: %s" +msgstr "" + +#: keystone/identity/controllers.py:161 +msgid "Enabled field should be a boolean" +msgstr "" + +#: keystone/identity/controllers.py:202 +#, python-format +msgid "Unable to remove user %(user)s from %(tenant)s." +msgstr "" + +#: keystone/identity/controllers.py:221 +#, python-format +msgid "Unable to add user %(user)s to %(tenant)s." +msgstr "" + +#: keystone/identity/core.py:105 +#, python-format +msgid "Invalid domain name (%s) found in config file name" +msgstr "" + +#: keystone/identity/core.py:129 +#, python-format +msgid "Unable to locate domain config directory: %s" +msgstr "" + +#: keystone/identity/core.py:142 +#, python-format +msgid "Ignoring file (%s) while scanning domain config directory" +msgstr "" + +#: keystone/identity/core.py:183 +msgid "" +"Running an experimental and unsupported configuration " +"(domain_specific_drivers_enabled = True); this will result in known issues." +msgstr "" + +#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 +#: keystone/identity/backends/ldap.py:57 keystone/identity/backends/ldap.py:59 +#: keystone/identity/backends/ldap.py:65 keystone/identity/backends/ldap.py:67 +#: keystone/identity/backends/sql.py:112 keystone/identity/backends/sql.py:114 +msgid "Invalid user / password" +msgstr "" + +#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 +#: keystone/identity/backends/sql.py:198 keystone/identity/backends/sql.py:209 +msgid "User not found in group" +msgstr "" + +#: keystone/identity/backends/ldap.py:96 keystone/identity/backends/sql.py:160 +msgid "Cannot change user ID" +msgstr "" + +#: keystone/identity/backends/ldap.py:99 +msgid "Cannot change user name" +msgstr "" + +#: keystone/identity/backends/ldap.py:167 +#, python-format +msgid "" +"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should be " +"removed from the group. The user will be ignored." +msgstr "" + +#: keystone/identity/backends/ldap.py:308 +#, python-format +msgid "User %(user_id)s is already a member of group %(group_id)s" +msgstr "" + +#: keystone/middleware/core.py:271 +msgid "Auth token not in the request header. Will not build auth context." +msgstr "" + +#: keystone/middleware/core.py:276 +msgid "Auth context already exists in the request environment" +msgstr "" + +#: keystone/middleware/core.py:281 +#, python-format +msgid "RBAC: auth_context: %s" +msgstr "" + +#: keystone/openstack/common/eventlet_backdoor.py:140 +#, python-format +msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" +msgstr "" + +#: keystone/openstack/common/exception.py:103 +msgid "Uncaught exception" +msgstr "" + +#: keystone/openstack/common/excutils.py:62 +#, python-format +msgid "Original exception being dropped: %s" +msgstr "" + +#: keystone/openstack/common/excutils.py:91 +#, python-format +msgid "Unexpected exception occurred %d time(s)... retrying." +msgstr "" + +#: keystone/openstack/common/fileutils.py:63 +#, python-format +msgid "Reloading cached file %s" +msgstr "" + +#: keystone/openstack/common/gettextutils.py:297 +msgid "Message objects do not support addition." +msgstr "" + +#: keystone/openstack/common/gettextutils.py:306 +msgid "" +"Message objects do not support str() because they may contain non-ascii " +"characters. Please use unicode() or translate() instead." +msgstr "" + +#: keystone/openstack/common/lockutils.py:103 +#, python-format +msgid "Could not release the acquired lock `%s`" +msgstr "" + +#: keystone/openstack/common/lockutils.py:168 +#, python-format +msgid "Got semaphore \"%(lock)s\"" +msgstr "" + +#: keystone/openstack/common/lockutils.py:177 +#, python-format +msgid "Attempting to grab file lock \"%(lock)s\"" +msgstr "" + +#: keystone/openstack/common/lockutils.py:187 +#, python-format +msgid "Created lock path: %s" +msgstr "" + +#: keystone/openstack/common/lockutils.py:205 +#, python-format +msgid "Got file lock \"%(lock)s\" at %(path)s" +msgstr "" + +#: keystone/openstack/common/lockutils.py:209 +#, python-format +msgid "Released file lock \"%(lock)s\" at %(path)s" +msgstr "" + +#: keystone/openstack/common/lockutils.py:247 +#, python-format +msgid "Got semaphore / lock \"%(function)s\"" +msgstr "" + +#: keystone/openstack/common/lockutils.py:251 +#, python-format +msgid "Semaphore / lock released \"%(function)s\"" +msgstr "" + +#: keystone/openstack/common/log.py:326 +#, python-format +msgid "Deprecated: %s" +msgstr "" + +#: keystone/openstack/common/log.py:437 +#, python-format +msgid "Error loading logging config %(log_config)s: %(err_msg)s" +msgstr "" + +#: keystone/openstack/common/log.py:488 +#, python-format +msgid "syslog facility must be one of: %s" +msgstr "" + +#: keystone/openstack/common/log.py:709 +#, python-format +msgid "Fatal call to deprecated config: %(msg)s" +msgstr "" + +#: keystone/openstack/common/loopingcall.py:82 +#, python-format +msgid "task run outlasted interval by %s sec" +msgstr "" + +#: keystone/openstack/common/loopingcall.py:89 +msgid "in fixed duration looping call" +msgstr "" + +#: keystone/openstack/common/loopingcall.py:129 +#, python-format +msgid "Dynamic looping call sleeping for %.02f seconds" +msgstr "" + +#: keystone/openstack/common/loopingcall.py:136 +msgid "in dynamic looping call" +msgstr "" + +#: keystone/openstack/common/policy.py:75 +msgid "JSON file containing policy" +msgstr "" + +#: keystone/openstack/common/policy.py:78 +msgid "Rule enforced when requested rule is not found" +msgstr "" + +#: keystone/openstack/common/policy.py:92 +#, python-format +msgid "Policy doesn't allow %s to be performed." +msgstr "" + +#: keystone/openstack/common/policy.py:182 +#, python-format +msgid "Rules must be an instance of dict or Rules, got %s instead" +msgstr "" + +#: keystone/openstack/common/policy.py:212 +msgid "Rules successfully reloaded" +msgstr "" + +#: keystone/openstack/common/policy.py:258 +#, python-format +msgid "Rule %s will be now enforced" +msgstr "" + +#: keystone/openstack/common/policy.py:273 +#, python-format +msgid "Rule [%s] doesn't exist" +msgstr "" + +#: keystone/openstack/common/policy.py:481 +#, python-format +msgid "Failed to understand rule %s" +msgstr "" + +#: keystone/openstack/common/policy.py:491 +#, python-format +msgid "No handler for matches of kind %s" +msgstr "" + +#: keystone/openstack/common/policy.py:761 +#, python-format +msgid "Failed to understand rule %r" +msgstr "" + +#: keystone/openstack/common/processutils.py:130 +#, python-format +msgid "Got unknown keyword args to utils.execute: %r" +msgstr "" + +#: keystone/openstack/common/processutils.py:145 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: keystone/openstack/common/processutils.py:169 +#: keystone/openstack/common/processutils.py:241 +#, python-format +msgid "Result was %s" +msgstr "" + +#: keystone/openstack/common/processutils.py:181 +#, python-format +msgid "%r failed. Retrying." +msgstr "" + +#: keystone/openstack/common/processutils.py:220 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: keystone/openstack/common/processutils.py:222 +msgid "Environment not supported over SSH" +msgstr "" + +#: keystone/openstack/common/processutils.py:226 +msgid "process_input not supported over SSH" +msgstr "" + +#: keystone/openstack/common/service.py:134 +#: keystone/openstack/common/service.py:346 +msgid "Full set of CONF:" +msgstr "" + +#: keystone/openstack/common/service.py:143 +#: keystone/openstack/common/service.py:231 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: keystone/openstack/common/service.py:155 +msgid "Exception during rpc cleanup." +msgstr "" + +#: keystone/openstack/common/service.py:200 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: keystone/openstack/common/service.py:237 +msgid "Unhandled exception" +msgstr "" + +#: keystone/openstack/common/service.py:270 +msgid "Forking too fast, sleeping" +msgstr "" + +#: keystone/openstack/common/service.py:289 +#, python-format +msgid "Started child %d" +msgstr "" + +#: keystone/openstack/common/service.py:299 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: keystone/openstack/common/service.py:316 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: keystone/openstack/common/service.py:320 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: keystone/openstack/common/service.py:324 +#, python-format +msgid "pid %d not in child list" +msgstr "" + +#: keystone/openstack/common/service.py:354 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: keystone/openstack/common/service.py:372 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + +#: keystone/openstack/common/strutils.py:86 +#, python-format +msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" +msgstr "" + +#: keystone/openstack/common/strutils.py:188 +#, python-format +msgid "Invalid string format: %s" +msgstr "" + +#: keystone/openstack/common/strutils.py:195 +#, python-format +msgid "Unknown byte multiplier: %s" +msgstr "" + +#: keystone/openstack/common/versionutils.py:69 +#, python-format +msgid "" +"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and may " +"be removed in %(remove_in)s." +msgstr "" + +#: keystone/openstack/common/versionutils.py:73 +#, python-format +msgid "" +"%(what)s is deprecated as of %(as_of)s and may be removed in %(remove_in)s. " +"It will not be superseded." +msgstr "" + +#: keystone/openstack/common/db/exception.py:44 +msgid "Invalid Parameter: Unicode is not supported by the current database." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/migration.py:188 +msgid "version should be an integer" +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/migration.py:216 +#, python-format +msgid "" +"Tables \"%s\" have non utf8 collation, please make sure all tables are " +"CHARSET=utf8" +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/migration.py:240 +msgid "" +"The database is not under version control, but has tables. Please stamp the " +"current version of the schema manually." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:58 +msgid "Sort key supplied was not valid." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:119 +msgid "Unknown sort direction, must be 'desc' or 'asc'" +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:162 +#, python-format +msgid "" +"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted " +"feature." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:174 +#, python-format +msgid "Unrecognized read_deleted value '%s'" +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:181 +#, python-format +msgid "There is no `project_id` column in `%s` table." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:243 +msgid "model should be a subclass of ModelBase" +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:286 +#, python-format +msgid "" +"Please specify column %s in col_name_col_instance param. It is required " +"because column has unsupported type by sqlite)." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:292 +#, python-format +msgid "" +"col_name_col_instance param has wrong type of column instance for column %s " +"It should be instance of sqlalchemy.Column." +msgstr "" + +#: keystone/openstack/common/db/sqlalchemy/utils.py:400 +msgid "Unsupported id columns type" +msgstr "" + +#: keystone/policy/backends/rules.py:99 +#, python-format +msgid "enforce %(action)s: %(credentials)s" +msgstr "" + +#: keystone/tests/core.py:162 +#, python-format +msgid "Failed to checkout %s" +msgstr "Prevzem %s je spodletel" + +#: keystone/tests/fakeldap.py:250 +#, python-format +msgid "FakeLdap delete item: dn=%s" +msgstr "" + +#: keystone/token/controllers.py:363 +#, python-format +msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" +msgstr "" + +#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 +msgid "Token does not belong to specified tenant." +msgstr "" + +#: keystone/token/core.py:87 +#, python-format +msgid "Tenant is disabled: %s" +msgstr "" + +#: keystone/token/provider.py:88 +msgid "" +"keystone.conf [signing] token_format (deprecated) conflicts with " +"keystone.conf [token] provider" +msgstr "" + +#: keystone/token/provider.py:96 +msgid "" +"keystone.conf [signing] token_format is deprecated in favor of keystone.conf " +"[token] provider" +msgstr "" + +#: keystone/token/provider.py:106 +msgid "" +"Unrecognized keystone.conf [signing] token_format: expected either 'UUID' or " +"'PKI'" +msgstr "" + +#: keystone/token/provider.py:222 +#, python-format +msgid "Unexpected error or malformed token determining token expiry: %s" +msgstr "" + +#: keystone/token/backends/kvs.py:56 +msgid "" +"It is recommended to only use the base key-value-store implementation for " +"the token driver for testing purposes. Please use " +"keystone.token.backends.memcache.Token or keystone.token.backends.sql.Token " +"instead." +msgstr "" + +#: keystone/token/backends/kvs.py:131 +#, python-format +msgid "Unknown token version %s" +msgstr "" + +#: keystone/token/backends/kvs.py:170 +#, python-format +msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." +msgstr "" + +#: keystone/token/backends/kvs.py:179 +#, python-format +msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." +msgstr "" + +#: keystone/token/backends/kvs.py:204 +#, python-format +msgid "Token `%s` is expired, not adding to the revocation list." +msgstr "" + +#: keystone/token/backends/kvs.py:224 +#, python-format +msgid "" +"Reinitializing revocation list due to error in loading revocation list from " +"backend. Expected `list` type got `%(type)s`. Old revocation list data: " +"%(list)r" +msgstr "" + +#: keystone/token/backends/kvs.py:238 +#, python-format +msgid "" +"Removing `%s` from revocation list due to invalid expires data in revocation " +"list." +msgstr "" + +#: keystone/token/backends/kvs.py:269 +#, python-format +msgid "" +"Invalid token entry expected tuple of `(, )` got: " +"`%(item)r`" +msgstr "" + +#: keystone/token/backends/kvs.py:278 +#, python-format +msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" +msgstr "" + +#: keystone/token/providers/common.py:183 +#: keystone/token/providers/common.py:286 +#, python-format +msgid "User %(user_id)s has no access to project %(project_id)s" +msgstr "" + +#: keystone/token/providers/common.py:188 +#: keystone/token/providers/common.py:291 +#, python-format +msgid "User %(user_id)s has no access to domain %(domain_id)s" +msgstr "" + +#: keystone/token/providers/common.py:213 +msgid "Trustor is disabled." +msgstr "" + +#: keystone/token/providers/common.py:277 +msgid "Trustee has no delegated roles." +msgstr "" + +#: keystone/token/providers/common.py:341 +msgid "User is not a trustee." +msgstr "" + +#: keystone/token/providers/common.py:436 +msgid "Oauth is disabled." +msgstr "" + +#: keystone/token/providers/common.py:549 +msgid "Non-default domain is not supported" +msgstr "" + +#: keystone/token/providers/common.py:557 +msgid "Domain scoped token is not supported" +msgstr "" + +#: keystone/token/providers/pki.py:42 +msgid "Unable to sign token" +msgstr "" + +#: keystone/token/providers/pki.py:43 +msgid "Unable to sign token." +msgstr "" + +#: keystone/trust/controllers.py:140 +msgid "At least one role should be specified." +msgstr "" + +#: keystone/trust/core.py:58 +msgid "remaining_uses must be a positive integer or null." +msgstr "" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/landscape-client.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/landscape-client.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/landscape-client.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/landscape-client.po 2014-04-02 10:34:35.000000000 +0000 @@ -0,0 +1,183 @@ +# Slovenian translation for landscape-client +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the landscape-client package. +# FIRST AUTHOR , 2012. +# +msgid "" +msgstr "" +"Project-Id-Version: landscape-client\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-03-28 14:58+0000\n" +"PO-Revision-Date: 2013-03-07 09:45+0000\n" +"Last-Translator: Damir Jerovšek \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 10:58+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#: ../landscape/ui/controller/app.py:49 +msgid "Success." +msgstr "Opravilo je uspelo." + +#: ../landscape/ui/controller/app.py:58 +msgid "Failure." +msgstr "Opravilo je spodletelo." + +#: ../landscape/ui/controller/app.py:90 +msgid "Authentication failed" +msgstr "Overitev je spodletela" + +#: ../landscape/ui/controller/configuration.py:87 +msgid "Registering client failed" +msgstr "Registracija odjemalca je spodletela" + +#: ../landscape/ui/controller/configuration.py:90 +msgid "Registering client was successful" +msgstr "Odjemalec je bil uspešno registriran" + +#: ../landscape/ui/controller/configuration.py:98 +#: ../landscape/ui/controller/configuration.py:101 +#, python-format +msgid "Attempting to register at %s" +msgstr "Poskus registracije na %s" + +#: ../landscape/ui/controller/configuration.py:112 +msgid "Disabling client failed" +msgstr "Onemogočanje odjemalca je spodletelo" + +#: ../landscape/ui/controller/configuration.py:115 +msgid "Disabling client was successful" +msgstr "Onemogočanje odjemalca je bilo uspešno" + +#: ../landscape/ui/controller/configuration.py:120 +msgid "Attempting to disable landscape client." +msgstr "Poskus onemogočenja odjemalca landscape." + +#: ../landscape/ui/view/configuration.py:55 +#: ../applications/landscape-client-settings.desktop.in.h:1 +msgid "Landscape Service" +msgstr "Storitev Landscape" + +#: ../landscape/ui/view/configuration.py:124 +msgid "None" +msgstr "Brez" + +#: ../landscape/ui/view/configuration.py:128 +msgid "Landscape - hosted by Canonical" +msgstr "Landscape - gostovanje podjetja Canonical" + +#: ../landscape/ui/view/configuration.py:132 +msgid "Landscape - dedicated server" +msgstr "Landscape - namenski strežnik" + +#: ../landscape/ui/view/configuration.py:136 +msgid "Register" +msgstr "Registracija" + +#: ../landscape/ui/view/configuration.py:140 +msgid "Disable" +msgstr "Onemogoči" + +#: ../landscape/ui/view/configuration.py:144 +msgid "Invalid host name." +msgstr "Neveljavno ime gostitelja." + +#: ../landscape/ui/view/configuration.py:148 +msgid "Only ASCII characters are allowed." +msgstr "Dovoljeni so samo znaki ASCII." + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:1 +msgid "" +"Landscape is a remote administration service from Canonical. If you allow " +"it, a Landscape server can monitor this computer's performance and send " +"administration commands." +msgstr "" +"Landscape je oddaljena skrbniška storitev od Canonicala. Če mu dovolite, " +"lahko strežnik Landscape nadzira zmogljivost računalnika ter pošilja " +"skrbniške ukaze." + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:2 +#: ../scripts/landscape-client-ui-install:52 +msgid "Find out more..." +msgstr "Izvedite več ..." + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:3 +msgid "Landscape service:" +msgstr "Storitev Landscape:" + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:4 +msgid "Account name:" +msgstr "Ime računa:" + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:5 +msgid "Registration Key:" +msgstr "Ključ vpisa:" + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:6 +msgid "Don't have an account?" +msgstr "Ali še nimate računa?" + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:7 +msgid "Sign up..." +msgstr "Včlanite se ..." + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:8 +msgid "Landscape server hostname:" +msgstr "Ime gostitelja strežnika Landscape:" + +#: ../landscape/ui/view/ui/landscape-client-settings.glade.h:9 +msgid "" +"If you click \"Disable\" the Landscape client on this machine will be " +"disabled. You can reenable it later by revisiting this dialog." +msgstr "" +"Če kliknete \"Onemogoči\", bo odjemalec Landscape na tem računalniku " +"onemogočen. Omogočite ga lahko s poznejšo spremembo te nastavitve." + +#: ../applications/landscape-client-settings.desktop.in.h:2 +msgid "Landscape Management Service Preferences" +msgstr "Možnosti storitve upravljanja Landscape" + +#: ../polkit-1/com.canonical.LandscapeClientSettings.policy.in.h:1 +msgid "Allow the user to read and write Landscape Client settings." +msgstr "" +"Omogoči uporabniku branje in pisanje v nastavitve odjemalca Landscape." + +#: ../polkit-1/com.canonical.LandscapeClientSettings.policy.in.h:2 +msgid "" +"System policy prevents you from reading and writing Landscape Client " +"Settings." +msgstr "" +"Sistemska pravila vam preprečujejo branje in pisanje v nastavitve Landscape " +"odjemalca." + +#: ../scripts/landscape-client-ui-install:55 +msgid "Landscape client" +msgstr "Odjemalec Landscape" + +#: ../scripts/landscape-client-ui-install:56 +msgid "" +"Landscape is an easy-to-use commercial systems management and monitoring " +"service offered by Canonical that helps administrators manage multiple " +"machines efficiently." +msgstr "" +"Landscape je storitev sistema komercialnega upravljanja in nadzora, ki je " +"enostavna za uporabo. Storitev skrbnikom pomaga učinkovito upravljati z več " +"računalniki, ponuja pa jo podjetje Canonical." + +#: ../scripts/landscape-client-ui-install:59 +msgid "" +"You need to install Landscape client to be able to configure it. Do you want " +"to install it now?" +msgstr "" +"Da ga lahko nastavite, morate odjemalec Landscape namestiti. Ali ga želite " +"namestiti sedaj?" + +#: ../scripts/landscape-client-ui-install:61 +msgid "Install Landscape client?" +msgstr "Ali želite namestiti odjemalec Landscape?" + +#: ../scripts/landscape-client-ui-install:62 +msgid "Install" +msgstr "Namesti" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/language-selector.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/language-selector.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/language-selector.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/language-selector.po 2014-04-02 10:34:34.000000000 +0000 @@ -0,0 +1,399 @@ +# Slovenian translation for language-selector +# Copyright (c) 2006 Rosetta Contributors and Canonical Ltd 2006 +# This file is distributed under the same license as the language-selector package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: language-selector\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-03-27 18:15+0000\n" +"PO-Revision-Date: 2013-06-10 05:19+0000\n" +"Last-Translator: Andrej Znidarsic \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || " +"n%100==4 ? 3 : 0);\n" +"X-Launchpad-Export-Date: 2014-04-01 10:52+0000\n" +"X-Generator: Launchpad (build 16967)\n" +"Language: sl\n" + +#. Hack for Chinese langpack split +#. Translators: please translate 'Chinese (simplified)' and 'Chinese (traditional)' so that they appear next to each other when sorted alphabetically. +#: ../LanguageSelector/LocaleInfo.py:56 +msgid "Chinese (simplified)" +msgstr "kitajščina (poenostavljena)" + +#. Translators: please translate 'Chinese (simplified)' and 'Chinese (traditional)' so that they appear next to each other when sorted alphabetically. +#: ../LanguageSelector/LocaleInfo.py:58 +msgid "Chinese (traditional)" +msgstr "kitajščina (tradicionalna)" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:228 +msgid "No language information available" +msgstr "Ni podatkov o jeziku" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:229 +msgid "" +"The system does not have information about the available languages yet. Do " +"you want to perform a network update to get them now? " +msgstr "" +"Sistem trenutno nima podatkov o jezikih, ki so na voljo. Ali želite izvesti " +"posodobitev preko omrežja? " + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:233 +msgid "_Update" +msgstr "_Posodobi" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:317 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:354 +#: ../data/LanguageSelector.ui.h:23 +msgid "Language" +msgstr "Jezik" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:324 +msgid "Installed" +msgstr "Nameščeno" + +#. print("%(INSTALL)d to install, %(REMOVE)d to remove" % (countInstall, countRemove)) +#. Translators: %(INSTALL)d is parsed; either keep it exactly as is or remove it entirely, but don't translate "INSTALL". +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:392 +#, python-format +msgid "%(INSTALL)d to install" +msgid_plural "%(INSTALL)d to install" +msgstr[0] "Nameščenih bo %(INSTALL)d" +msgstr[1] "Nameščen bo %(INSTALL)d" +msgstr[2] "Nameščena bosta %(INSTALL)d" +msgstr[3] "Nameščeni bodo %(INSTALL)d" + +#. Translators: %(REMOVE)d is parsed; either keep it exactly as is or remove it entirely, but don't translate "REMOVE". +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:394 +#, python-format +msgid "%(REMOVE)d to remove" +msgid_plural "%(REMOVE)d to remove" +msgstr[0] "Odstranjenih bo %(REMOVE)d" +msgstr[1] "Odstranjen bo %(REMOVE)d" +msgstr[2] "Odstranjena bosta %(REMOVE)d" +msgstr[3] "Odstranjeni bodo %(REMOVE)d" + +#. Translators: this string will concatenate the "%n to install" and "%n to remove" strings, you can replace the comma if you need to. +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:403 +#, python-format +msgid "%s, %s" +msgstr "%s %s" + +#. find out about the other options +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:451 +msgid "none" +msgstr "brez" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:504 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:709 +msgid "Software database is broken" +msgstr "Napaka v podatkovni zbirki programske opreme" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:505 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:710 +msgid "" +"It is impossible to install or remove any software. Please use the package " +"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix " +"this issue at first." +msgstr "" +"Nameščanje ali odstranjevanje programske opreme ni mogoče. Uporabite " +"upravljalnik paketov \"Synaptic\" ali pa v terminalu zaženite \"sudo apt-get " +"install -f\"." + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:546 +msgid "Could not install the selected language support" +msgstr "Izbrane jezikovne podpore ni mogoče namestiti" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:547 +msgid "" +"This is perhaps a bug of this application. Please file a bug report at " +"https://bugs.launchpad.net/ubuntu/+source/language-selector/+filebug" +msgstr "" +"To je morda hrošč tega programa. Oddajte poročilo o hrošču na " +"https://bugs.launchpad.net/ubuntu/+source/language-selector/+filebug" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:571 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:607 +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:611 +msgid "Could not install the full language support" +msgstr "Popolne jezikovne podpore ni bilo mogoče namestiti" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:572 +msgid "" +"Usually this is related to an error in your software archive or software " +"manager. Check your preferences in Software Sources (click the icon at the " +"very right of the top bar and select \"System Settings... -> Software " +"Sources\")." +msgstr "" +"Običajno je to povezano z napako v programskem arhivu ali upravljalniku " +"programov. Preverite svoje nastavitve v Programskih virih (kliknite na ikono " +"skrajno desno v vrhnji vrstici in izberite \"Nastavitve Sistema ... -> " +"Programski viri\")." + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:608 +msgid "Failed to authorize to install packages." +msgstr "Overitev za namestitev paketov je spodletela." + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:666 +msgid "The language support is not installed completely" +msgstr "Jezikovna podpora ni popolnoma nameščena" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:667 +msgid "" +"Some translations or writing aids available for your chosen languages are " +"not installed yet. Do you want to install them now?" +msgstr "" +"Nekateri prevodi ali pisalni pripomočki, ki so na razpolago za vaš izbrani " +"jezik, trenutno niso nameščeni. Ali jih želite namestiti?" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:670 +msgid "_Remind Me Later" +msgstr "_Opomni me kasneje" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:671 +msgid "_Install" +msgstr "_Namesti" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:674 +msgid "Details" +msgstr "Podrobnosti" + +#: ../LanguageSelector/gtk/GtkLanguageSelector.py:934 +#, python-format +msgid "" +"Failed to apply the '%s' format\n" +"choice. The examples may show up if you\n" +"close and re-open Language Support." +msgstr "" +"Neuspešno uveljavljanje izbranega formata\n" +"'%s'. Zgledi se lahko ponovno prikažejo, če\n" +"zaprete in ponovno odprete Jezikovno podporo." + +#: ../data/LanguageSelector.ui.h:1 ../data/language-selector.desktop.in.h:1 +msgid "Language Support" +msgstr "Jezikovna podpora" + +#: ../data/LanguageSelector.ui.h:2 +msgid "" +"Checking available language support\n" +"\n" +"The availability of translations or writing aids can differ between " +"languages." +msgstr "" +"Preverjanje razpoložljive jezikovne podpore\n" +"\n" +"Razpoložljivost prevodov in pripomočkov za pisanje se lahko med jeziki " +"razlikuje." + +#: ../data/LanguageSelector.ui.h:5 +msgid "Installed Languages" +msgstr "Nameščeni jeziki" + +#: ../data/LanguageSelector.ui.h:6 +msgid "" +"When a language is installed, individual users can choose it in their " +"Language settings." +msgstr "" +"Ko je jezik nameščen, ga posamezni uporabniki lahko izberejo v svojih " +"Jezikovnih nastavitvah." + +#: ../data/LanguageSelector.ui.h:7 +msgid "Cancel" +msgstr "Prekliči" + +#: ../data/LanguageSelector.ui.h:8 +msgid "Apply Changes" +msgstr "Uveljavi spremembe" + +#: ../data/LanguageSelector.ui.h:9 +msgid "Language for menus and windows:" +msgstr "Jezik menijev in oken:" + +#: ../data/LanguageSelector.ui.h:10 +msgid "" +"This setting only affects the language your desktop and applications are " +"displayed in. It does not set the system environment, like currency or date " +"format settings. For that, use the settings in the Regional Formats tab.\n" +"The order of the values displayed here decides which translations to use for " +"your desktop. If translations for the first language are not available, the " +"next one in this list will be tried. The last entry of this list is always " +"\"English\".\n" +"Every entry below \"English\" will be ignored." +msgstr "" +"Ta nastavitev vpliva na jezik, v katerem je prikazano vaše namizje in " +"programi. Ne nastavi sistemskega okolja, kot so nastavitve enot ali oblike " +"datuma. Za to uporabite nastavitve v zavihku področne oblike.\n" +"Vrstni red vrednosti prikazanih tukaj določi, kateri prevodi bodo " +"uporabljeni za vaše namizje. V primeru, da prevodi za prvi jezik niso na " +"voljo, bo uporabljen naslednji na tem seznamu. Zadnji vnos na seznamu je " +"vedno \"Angleščina\".\n" +"Vsi vnosi pod \"Angleščino\" bodo prezrti." + +#: ../data/LanguageSelector.ui.h:13 +msgid "" +"Drag languages to arrange them in order of preference.\n" +"Changes take effect next time you log in." +msgstr "" +"Povlecite jezike in jih razvrstite v želenem vrstnem redu.\n" +"Spremembe bodo imele učinek ob naslednji prijavi." + +#: ../data/LanguageSelector.ui.h:15 +msgid "Apply System-Wide" +msgstr "Uveljavi za celoten sistem" + +#: ../data/LanguageSelector.ui.h:16 +msgid "" +"Use the same language choices for startup and the login " +"screen." +msgstr "" +"Uporabi enake izbire jezika za zagonski in prijavni zaslon." + +#: ../data/LanguageSelector.ui.h:17 +msgid "Install / Remove Languages..." +msgstr "Namesti / odstrani jezike ..." + +#: ../data/LanguageSelector.ui.h:18 +msgid "Keyboard input method system:" +msgstr "Sistem načina vnosa s tipkovnico:" + +#: ../data/LanguageSelector.ui.h:19 +msgid "" +"If you need to type in languages, which require more complex input methods " +"than just a simple key to letter mapping, you may want to enable this " +"function.\n" +"For example, you will need this function for typing Chinese, Japanese, " +"Korean or Vietnamese.\n" +"The recommended value for Ubuntu is \"IBus\".\n" +"If you want to use alternative input method systems, install the " +"corresponding packages first and then choose the desired system here." +msgstr "" +"Če želite pisati v jezikih, ki zahtevajo zapletenejše načine vnosa od " +"preproste preslikave tipke v črko, boste morda želeli omogočiti to " +"zmožnost.\n" +"To zmožnost boste na primer potrebovali za tipkanje v kitajščini, " +"japonščini, korejščini ali vietnamščini.\n" +"Priporočljiva vrednost za Ubuntu je \"IBus\".\n" +"Če bi želeli uporabiti druge sisteme za načine vnosa, najprej namestite " +"ustrezne pakete, nato pa tukaj izberite želen sistem." + +#: ../data/LanguageSelector.ui.h:24 +msgid "Display numbers, dates and currency amounts in the usual format for:" +msgstr "Prikaži številke, datume in zneske valut v običajni obliki za:" + +#: ../data/LanguageSelector.ui.h:25 +msgid "" +"This will set the system environment like shown below and will also affect " +"the preferred paper format and other region specific settings.\n" +"If you want to display the desktop in a different language than this, please " +"select it in the \"Language\" tab.\n" +"Hence you should set this to a sensible value for the region in which you " +"are located." +msgstr "" +"To bo nastavilo sistemsko okolje, kot je prikazano spodaj in bo vplivalo na " +"prednostno obliko papirja in druge nastavitve za vaše področje. V primeru, " +"da želite namizje prikazati v drugačnem jeziku, ga izberite v zavihku " +"\"Jezik\".\n" +"To nastavite na smiselno vrednost za področje, kjer se nahajate." + +#: ../data/LanguageSelector.ui.h:28 +msgid "Changes take effect next time you log in." +msgstr "Spremembe bodo imele učinek ob naslednji prijavi." + +#: ../data/LanguageSelector.ui.h:29 +msgid "" +"Use the same format choice for startup and the login screen." +msgstr "" +"Uporabi enako izbiro oblike za zagonski in prijavni zaslon." + +#: ../data/LanguageSelector.ui.h:30 +msgid "Number:" +msgstr "Število:" + +#: ../data/LanguageSelector.ui.h:31 +msgid "Date:" +msgstr "Datum:" + +#: ../data/LanguageSelector.ui.h:32 +msgid "Currency:" +msgstr "Valuta:" + +#: ../data/LanguageSelector.ui.h:33 +msgid "Example" +msgstr "Primer" + +#: ../data/LanguageSelector.ui.h:34 +msgid "Regional Formats" +msgstr "Področne oblike" + +#: ../data/language-selector.desktop.in.h:2 +msgid "Configure multiple and native language support on your system" +msgstr "V sistemu nastavite podporo svojemu in drugim jezikom" + +#. Name +#: ../data/incomplete-language-support-gnome.note.in:5 +msgid "Incomplete Language Support" +msgstr "Nepopolna jezikovna podpora" + +#. Description +#: ../data/incomplete-language-support-gnome.note.in:6 +msgid "" +"The language support files for your selected language seem to be incomplete. " +"You can install the missing components by clicking on \"Run this action " +"now\" and follow the instructions. An active internet connection is " +"required. If you would like to do this at a later time, please use Language " +"Support instead (click the icon at the very right of the top bar and select " +"\"System Settings... -> Language Support\")." +msgstr "" +"Videti je, da so datoteke jezikovne podpore za vaš jezik nepopolne. " +"Manjkajoče sestavne dele lahko namestite s klikom na \"Zaženi to dejanje " +"zdaj\" in sledenjem navodilom. Zahtevana je dejavna internetna povezava. Če " +"želite to storiti kasneje, uporabite Jezikovno podporo (kliknite na ikono " +"skrajno desno v zgornji vrstici in izberite \"Nastavitve sistema ... -> " +"Jezikovna Podpora\")." + +#. Name +#: ../data/restart_session_required.note.in:5 +msgid "Session Restart Required" +msgstr "Zahtevan je ponovni zagon seje" + +#. Description +#: ../data/restart_session_required.note.in:6 +msgid "The new language settings will take effect once you have logged out." +msgstr "Nove jezikovne nastavitve bodo začele veljati, ko se boste odjavili." + +#: ../dbus_backend/com.ubuntu.languageselector.policy.in.h:1 +msgid "Set system default language" +msgstr "Nastavi privzeti sistemski jezik" + +#: ../dbus_backend/com.ubuntu.languageselector.policy.in.h:2 +msgid "System policy prevented setting default language" +msgstr "Sistemska pravila so preprečila nastavitev privzetega jezika" + +#: ../gnome-language-selector:33 +msgid "don't verify installed language support" +msgstr "ne preveri nameščene jezikovne podpore" + +#: ../gnome-language-selector:36 ../check-language-support:27 +msgid "alternative datadir" +msgstr "nadomestna mapa podatkov" + +#: ../check-language-support:24 +msgid "target language code" +msgstr "oznaka ciljnega jezika" + +#: ../check-language-support:28 +msgid "check for the given package(s) only -- separate packagenames by comma" +msgstr "preveri samo za podane pakete -- imena paketov ločite z vejicami" + +#: ../check-language-support:30 +msgid "output all available language support packages for all languages" +msgstr "izpiši vse razpoložljive pakete jezikovne podpore za vse jezike" + +#: ../check-language-support:33 +msgid "show installed packages as well as missing ones" +msgstr "pokaži nameščene in manjkajoče pakete" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/lightdm.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/lightdm.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/lightdm.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/lightdm.po 2014-04-02 10:34:37.000000000 +0000 @@ -0,0 +1,103 @@ +# Slovenian translation for lightdm +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the lightdm package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: lightdm\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-03-25 04:05+0000\n" +"PO-Revision-Date: 2014-02-10 16:08+0000\n" +"Last-Translator: Dražen Matešić \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 11:19+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#: ../debian/guest-session-auto.sh:22 +msgid "Temporary Guest Session" +msgstr "Začasna seja gosta" + +#: ../debian/guest-session-auto.sh:23 +msgid "" +"All data created during this guest session will be deleted\n" +"when you log out, and settings will be reset to defaults.\n" +"Please save files on some external device, for instance a\n" +"USB stick, if you would like to access them again later." +msgstr "" +"Vsi podatki, ustvarjeni v času te seje gosta, bodo izbrisani,\n" +"ko se odjavite. Nastavitve se bodo ponastavile.\n" +"Shranite datoteke na zunanjo napravo, na primer\n" +"ključek USB, če bi radi do njih dostopali tudi kasneje." + +#: ../debian/guest-session-auto.sh:27 +msgid "" +"Another alternative is to save files in the\n" +"/var/guest-data folder." +msgstr "" +"Druga možnost je shranitev datotek v\n" +"mapo /var/guest-data." + +#. Help string for command line --config flag +#: ../src/lightdm.c:928 +msgid "Use configuration file" +msgstr "Uporabi nastavitveno datoteko" + +#. Help string for command line --debug flag +#: ../src/lightdm.c:931 +msgid "Print debugging messages" +msgstr "Izpiši sporočila razhroščevanja" + +#. Help string for command line --test-mode flag +#: ../src/lightdm.c:934 +msgid "Run as unprivileged user, skipping things that require root access" +msgstr "" +"Zaženi kot uporabnik brez posebnih dovoljenj. Preskoči korake, ki zahtevajo " +"skrbniški dostop." + +#. Help string for command line --pid-file flag +#: ../src/lightdm.c:937 +msgid "File to write PID into" +msgstr "Datoteka, v katero se zapiše PID" + +#. Help string for command line --log-dir flag +#: ../src/lightdm.c:940 +msgid "Directory to write logs to" +msgstr "Mapa za zapisovanje dnevnikov" + +#. Help string for command line --run-dir flag +#: ../src/lightdm.c:943 +msgid "Directory to store running state" +msgstr "Mapa za shranjevanje stanja izvajanja" + +#. Help string for command line --cache-dir flag +#: ../src/lightdm.c:946 +msgid "Directory to cache information" +msgstr "Mapa za predpomnjenje podatkov" + +#. Help string for command line --version flag +#: ../src/lightdm.c:949 +msgid "Show release version" +msgstr "Prikaži različico izdaje" + +#. Arguments and description for --help test +#: ../src/lightdm.c:968 +msgid "- Display Manager" +msgstr "- Upravljalnik zaslona" + +#. Text printed out when an unknown command-line argument provided +#: ../src/lightdm.c:978 +#, c-format +msgid "Run '%s --help' to see a full list of available command line options." +msgstr "Za popoln seznam možnosti ukazne vrstice zaženite '%s --help'." + +#. Text printed out when an unknown command-line argument provided +#: ../src/dm-tool.c:29 +#, c-format +msgid "" +"Run 'dm-tool --help' to see a full list of available command line options." +msgstr "" +"Zagon ukaza 'dm-tool --help' omogoča ogled vseh možnosti ukazne vrstice." diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/oneconf.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/oneconf.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/oneconf.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/oneconf.po 2014-04-02 10:34:37.000000000 +0000 @@ -0,0 +1,213 @@ +# Slovenian translation for oneconf +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the oneconf package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: oneconf\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-03-24 15:44+0000\n" +"PO-Revision-Date: 2012-08-14 13:34+0000\n" +"Last-Translator: Andrej Znidarsic \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-04-01 11:19+0000\n" +"X-Generator: Launchpad (build 16967)\n" + +#: .././oneconf-service:70 +#, c-format +msgid "Usage: %prog [options]" +msgstr "Uporaba: %prog [možnosti]" + +#: .././oneconf-service:73 +msgid "Enable debug mode." +msgstr "Omogoči način razhroščevanja." + +#: .././oneconf-service:75 +msgid "Use the mock infrastructure." +msgstr "Uporabi demonstracijsko infrastrukturo." + +#: .././oneconf-service:102 +msgid "" +"An OneConf service is already running, shut it down with oneconf-query --stop" +msgstr "Storitev OneConf se že izvaja. Izklopite jo z oneconf-query --stop" + +#: .././oneconf-query:44 +msgid "Installed package:" +msgstr "Nameščeni paket:" + +#: .././oneconf-query:51 +msgid "Additional packages: (package to install)" +msgstr "Dodatni paketi: (paketi za namestitev)" + +#: .././oneconf-query:54 +msgid "Missing packages: (package to remove)" +msgstr "Manjkajoči paketi: (paketi za odstranitev)" + +#: .././oneconf-query:60 +msgid "Listing this host stored in OneConf:" +msgstr "Navedba tega gostitelja shranjenega v OneConf:" + +#: .././oneconf-query:62 +msgid "Hosts stored for OneConf:" +msgstr "Shranjeni gostitelji za OneConf:" + +#: .././oneconf-query:74 +msgid "" +"You can't define --all-packages, --manual-packages or --hosts together." +msgstr "" +"--all-packages, --manual-packages ali --hosts ni mogoče določiti skupaj." + +#: .././oneconf-query:78 +msgid "" +"You can't define --list, --diff, --update, --async-update, --share-" +"inventory, --stop, --get-last-sync together." +msgstr "" +"--list, --diff, --update, --async-update, --share-inventory, --stop, --get-" +"last-sync ni mogoče določiti skupaj." + +#: .././oneconf-query:82 +#, c-format +msgid "%s isn't compatible with %s" +msgstr "%s ni združljv z %s" + +#: .././oneconf-query:88 +#, c-format +msgid "usage: %prog [options]" +msgstr "uporaba: %prog [možnosti]" + +#: .././oneconf-query:92 +msgid "" +"Current diff between this machine and another provided by hostname/hostid" +msgstr "" +"Trenutna razlika med tem in drugim računalnikom, ki ga določa ime/oznaka " +"gostitelja" + +#: .././oneconf-query:96 +msgid "List stored package (default for local hostid) or host lists" +msgstr "" +"Paket shranjen v seznamu (privzet ali krajevna oznaka gostitelja) ali " +"seznamu gostiteljev" + +#: .././oneconf-query:99 +msgid "Get last sync date" +msgstr "Pridobi datum zadnjega usklajevanja" + +#: .././oneconf-query:101 +msgid "Update the package list in store" +msgstr "Posodobi seznam paketov v shrambi" + +#: .././oneconf-query:104 +msgid "Perform async update of the package list in store" +msgstr "Opravi nesočasno posodobitev seznama paketov v shrambi" + +#: .././oneconf-query:106 +msgid "Stop oneconf service" +msgstr "Zaustavi storitev oneconf" + +#: .././oneconf-query:108 +msgid "Enable debug mode (use --direct)" +msgstr "Omogoči način razhroščevanja (uporabi --direct)" + +#: .././oneconf-query:110 +msgid "Don't use dbus for the request" +msgstr "Za to zahtevo ne uporabljaj dbus" + +#: .././oneconf-query:115 +msgid "Get all installed packages from storage" +msgstr "Iz shrambe pridobi vse nameščene pakete" + +#: .././oneconf-query:118 +msgid "Get only manual installed packages from storage" +msgstr "Iz shrambe pridobi samo ročno nameščene pakete" + +#: .././oneconf-query:121 +msgid "All available hosts from storage (only with list)" +msgstr "Vsi razpoložljivi gostitelji s shrambe (samo s seznama)" + +#: .././oneconf-query:124 +msgid "This host (only with list)" +msgstr "Ta gostitelj (samo s seznamom)" + +#: .././oneconf-query:130 +msgid "Specify target hostname" +msgstr "Določite ciljnega gostitelja" + +#: .././oneconf-query:132 +msgid "Specify target hostid" +msgstr "Določite id ciljnega gostitelja" + +#: .././oneconf-query:138 +msgid "Share this inventory on the web" +msgstr "Deli ta seznam na spletu" + +#: .././oneconf-query:142 +msgid "Hide this inventory on the web" +msgstr "Skrij ta seznam na spletu" + +#: .././oneconf-query:224 +msgid "hostid and hostname can't be provided together." +msgstr "Id in imena gostitelja ni mogoče določiti skupaj." + +#: .././oneconf-query:229 .././oneconf-query:239 +msgid "You can't use hostid or hostname when updating." +msgstr "Med posodabljanjem ni mogoče uporabljati id ali imena gostitelja." + +#: .././oneconf-query:232 .././oneconf-query:242 +msgid "You can't define --package, --host or --hosts when updating." +msgstr "" +"Med posodabljanjem ni mogoče opredeliti možnosti --package, --host ali --" +"hosts." + +#: .././oneconf-query:263 +msgid "You have to provide either hostid or hostname for getting a diff." +msgstr "" +"Zagotoviti morate bodisi id ali ime gostitelja za pridobivanje razlike." + +#: .././oneconf-query:281 .././oneconf-query:290 +msgid "" +"You can't define --package, --host or --hosts when changing show inventory " +"status." +msgstr "" +"Ko spreminjate stanje inventarja, ni mogoče določiti možnosti --package, --" +"host ali --hosts." + +#: .././oneconf-query:287 +msgid "You can't use hostid or hostname when changing show inventory status." +msgstr "" +"Med spreminjanjem stanja inventarja ne morete uporabiti id ali imena " +"gostitelja." + +#: .././oneconf/dbusconnect.py:210 +#, python-format +msgid "Wasn't able to request stopping the service: %s" +msgstr "Ni bilo možno zahtevati zaustavitve storitve: %s" + +#: .././oneconf/directconnect.py:88 +msgid "" +"Nothing done: in direct mode, there is no communication with the service" +msgstr "" +"Nič ni bilo narejeno: v neposrednem načinu ni sporazumevanja s storitvijo" + +#: .././oneconf/hosts.py:236 +msgid "No hostname registered for this id" +msgstr "Za ta oznako ni vpisanega imena gostitelja" + +#: .././oneconf/hosts.py:258 +msgid "" +"Multiple hostid registered for this hostname. Use --list --host to get the " +"hostid and use the --hostid option." +msgstr "" +"Za to ime gostitelja je vpisanih več oznak gostitelja. Uporabite --list --" +"host, za pridobitev oznake gostitelja, nato pa uporabite možnost --hostid." + +#: .././oneconf/hosts.py:262 +msgid "No hostid registered for this hostname" +msgstr "Za to ime gostitelja ni vpisana nobena oznaka gostitelja." + +#: .././oneconf/hosts.py:339 .././oneconf/hosts.py:342 +msgid "Was never synced" +msgstr "Ni bilo nikoli usklajeno" diff -Nru language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/update-manager.po language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/update-manager.po --- language-pack-sl-14.04+20140321/data/sl/LC_MESSAGES/update-manager.po 1970-01-01 00:00:00.000000000 +0000 +++ language-pack-sl-14.04+20140401/data/sl/LC_MESSAGES/update-manager.po 2014-04-02 10:34:34.000000000 +0000 @@ -0,0 +1,653 @@ +# Slovenian translation for update-manager +# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006 +# This file is distributed under the same license as the update-manager package. +# FIRST AUTHOR , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: update-manager\n" +"Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" +"POT-Creation-Date: 2014-03-27 18:16+0000\n" +"PO-Revision-Date: 2014-03-29 12:42+0000\n" +"Last-Translator: Matej Urbančič \n" +"Language-Team: Slovenian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || " +"n%100==4 ? 3 : 0);\n" +"X-Launchpad-Export-Date: 2014-04-01 10:50+0000\n" +"X-Generator: Launchpad (build 16967)\n" +"X-Poedit-Country: SLOVENIA\n" +"Language: sl\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: ../UpdateManager/backend/InstallBackendAptdaemon.py:67 +msgid "Checking for updates…" +msgstr "Preverjanje za posodobitve ..." + +#: ../UpdateManager/backend/InstallBackendAptdaemon.py:92 +msgid "Installing updates…" +msgstr "Nameščanje posodobitev ..." + +#: ../UpdateManager/backend/InstallBackendSynaptic.py:37 +msgid "Please wait, this can take some time." +msgstr "Počakajte. Postopek je lahko dolgotrajen." + +#: ../UpdateManager/backend/InstallBackendSynaptic.py:39 +msgid "Update is complete" +msgstr "Posodobitev je končana." + +#: ../UpdateManager/ChangelogViewer.py:79 +msgid "Open Link in Browser" +msgstr "Odpri povezavo v brskalniku" + +#: ../UpdateManager/ChangelogViewer.py:83 +msgid "Copy Link to Clipboard" +msgstr "Kopiraj povezavo v odložišče" + +#: ../UpdateManager/Dialogs.py:115 +msgid "Settings…" +msgstr "Nastavitve ..." + +#: ../UpdateManager/Dialogs.py:144 ../UpdateManager/UpdateManager.py:247 +msgid "You stopped the check for updates." +msgstr "Preverjanje za posodobitve je zaustavljeno." + +#: ../UpdateManager/Dialogs.py:146 +msgid "_Check Again" +msgstr "_Preveri ponovno" + +#: ../UpdateManager/Dialogs.py:158 +msgid "No software updates are available." +msgstr "Posodobitve programov niso na voljo" + +#: ../UpdateManager/Dialogs.py:160 ../UpdateManager/Dialogs.py:170 +msgid "The software on this computer is up to date." +msgstr "Programska oprema je na tem računalniku posodobljena." + +#. Translators: these are Ubuntu version names like "Ubuntu 12.04" +#: ../UpdateManager/Dialogs.py:172 +#, python-format +msgid "However, %s %s is now available (you have %s)." +msgstr "%s %s je sedaj na voljo (nameščen je %s)." + +#: ../UpdateManager/Dialogs.py:177 +msgid "Upgrade…" +msgstr "Nadgradnja ..." + +#. Translators: this is an Ubuntu version name like "Ubuntu 12.04" +#: ../UpdateManager/Dialogs.py:200 +#, python-format +msgid "Software updates are no longer provided for %s %s." +msgstr "Posodobitve programske opreme za %s %s niso več na voljo." + +#. Translators: this is an Ubuntu version name like "Ubuntu 12.04" +#: ../UpdateManager/Dialogs.py:204 +#, python-format +msgid "To stay secure, you should upgrade to %s %s." +msgstr "Da bi ostali varni, nadgradite na %s %s." + +#: ../UpdateManager/Dialogs.py:217 +msgid "Not all updates can be installed" +msgstr "Vseh posodobitev ni mogoče namestiti" + +#: ../UpdateManager/Dialogs.py:219 +msgid "" +"Run a partial upgrade, to install as many updates as possible.\n" +"\n" +" This can be caused by:\n" +" * A previous upgrade which didn't complete\n" +" * Problems with some of the installed software\n" +" * Unofficial software packages not provided by Ubuntu\n" +" * Normal changes of a pre-release version of Ubuntu" +msgstr "" +"Zagon delne nadgradnje za namestitev čim več posodobitev.\n" +"\n" +" To lahko povzroči:\n" +" * predhodna nedokončana nadgradnja,\n" +" * problemi z nekatero nameščeno programsko opremo,\n" +" * neuradni programski paketi, ki niso prirejeni za sistem Ubuntu,\n" +" * običajne spremembe razvojnih različic sistema Ubuntu." + +#: ../UpdateManager/Dialogs.py:227 +msgid "_Partial Upgrade" +msgstr "_Delno nadgradi" + +#: ../UpdateManager/Dialogs.py:228 +msgid "_Continue" +msgstr "_Nadaljuj" + +#: ../UpdateManager/Dialogs.py:265 +msgid "_Try Again" +msgstr "_Poskusi znova" + +#: ../UpdateManager/Dialogs.py:279 +msgid "The computer needs to restart to finish installing updates." +msgstr "" +"Pred dokončanjem nameščanja posodobitev je treba računalnik ponovno zagnati." + +#: ../UpdateManager/Dialogs.py:281 +msgid "Restart _Later" +msgstr "Ponovno _zaženi kasneje" + +#: ../UpdateManager/Dialogs.py:282 +msgid "_Restart Now…" +msgstr "_Ponovno zaženi sedaj ..." + +#. Basic GTK+ parameters +#: ../UpdateManager/UpdateManager.py:87 ../data/update-manager.desktop.in.h:1 +msgid "Software Updater" +msgstr "Posodobilnik programov" + +#: ../UpdateManager/UpdateManager.py:245 +msgid "Some software couldn’t be checked for updates." +msgstr "" +"Za nekatere programe ni bilo mogoče preveriti razpoložljivosti posodobitev." + +#: ../UpdateManager/UpdateManager.py:248 +msgid "Updated software is available from a previous check." +msgstr "Od zadnjega preverjanja je na voljo nova programska oprema." + +#. we assert a clean cache +#: ../UpdateManager/UpdateManager.py:326 +msgid "Software index is broken" +msgstr "Kazalo programskih paketov je okvarjeno" + +#: ../UpdateManager/UpdateManager.py:327 +msgid "" +"It is impossible to install or remove any software. Please use the package " +"manager \"Synaptic\" or run \"sudo apt-get install -f\" in a terminal to fix " +"this issue at first." +msgstr "" +"Programov ni mogoče namestiti ali odstraniti. Pred nadaljevanjem odpravite " +"napako s pomočjo orodja \"Synaptic\" ali pa v ukazni lupini zaženite \"sudo " +"apt-get install -f\"." + +#: ../UpdateManager/UpdateManager.py:333 +msgid "Could not initialize the package information" +msgstr "Ni mogoče pridobiti podatkov o paketih" + +#: ../UpdateManager/UpdateManager.py:334 +msgid "" +"An unresolvable problem occurred while initializing the package " +"information.\n" +"\n" +"Please report this bug against the 'update-manager' package and include the " +"following error message:\n" +msgstr "" +"Prišlo je do nerešljive napake med pridobivanjem podrobnosti o paketih.\n" +"\n" +"Pošljite poročilo o napaki za paket 'update-manager' in priložite naslednje " +"podatke:\n" + +#: ../UpdateManager/UpdateManager.py:351 +msgid "Could not calculate the upgrade" +msgstr "Ni mogoče preračunati zahtev nadgradnje" + +#: ../UpdateManager/UpdateManager.py:352 +msgid "" +"An unresolvable problem occurred while calculating the upgrade.\n" +"\n" +"Please report this bug against the 'update-manager' package and include the " +"following error message:\n" +msgstr "" +"Med preračunavanjem posodobitev je prišlo do nerešljive napake.\n" +"\n" +"Pošljite poročilo o hrošču v paketu 'update-manager' in vključite naslednje " +"sporočilo napake:\n" + +#: ../UpdateManager/UpdatesAvailable.py:251 +msgid "Install Now" +msgstr "Namesti zdaj" + +#: ../UpdateManager/UpdatesAvailable.py:284 +#: ../UpdateManagerText/UpdateManagerText.py:36 +msgid "Install" +msgstr "Namesti" + +#: ../UpdateManager/UpdatesAvailable.py:318 +msgid "Download" +msgstr "Prejem" + +#: ../UpdateManager/UpdatesAvailable.py:377 +msgid "_Remind Me Later" +msgstr "_Opomni me kasneje" + +#. upload_archive = version_match.group(2).strip() +#: ../UpdateManager/UpdatesAvailable.py:514 +#, python-format +msgid "Version %s: \n" +msgstr "Različica %s: \n" + +#: ../UpdateManager/UpdatesAvailable.py:577 +msgid "" +"No network connection detected, you can not download changelog information." +msgstr "" +"Ni zaznane omrežne povezave. Podrobnosti dnevnika sprememb ni mogoče prejeti." + +#: ../UpdateManager/UpdatesAvailable.py:587 +msgid "Downloading list of changes..." +msgstr "Prejemanje seznama sprememb ..." + +#: ../UpdateManager/UpdatesAvailable.py:631 +msgid "_Deselect All" +msgstr "_Odstrani izbor vsega" + +#: ../UpdateManager/UpdatesAvailable.py:637 +msgid "Select _All" +msgstr "Izberi _vse" + +#: ../UpdateManager/UpdatesAvailable.py:732 +#, python-format +msgid "%s will be downloaded." +msgstr "Prejetih bo %s." + +#: ../UpdateManager/UpdatesAvailable.py:746 +msgid "The update has already been downloaded." +msgid_plural "The updates have already been downloaded." +msgstr[0] "Te posodobitve so bile že prejete." +msgstr[1] "Ta posodobitev je bila že prejeta." +msgstr[2] "Ti posodobitvi sta bili že prejeti." +msgstr[3] "Te posodobitve so bile že prejete." + +#: ../UpdateManager/UpdatesAvailable.py:752 +msgid "There are no updates to install." +msgstr "Ni posodobitev za namestitev." + +#: ../UpdateManager/UpdatesAvailable.py:761 +msgid "Unknown download size." +msgstr "Neznana velikost prejema." + +#: ../UpdateManager/UpdatesAvailable.py:788 +#, python-format +msgid "" +"Updated software has been issued since %s %s was released. Do you want to " +"install it now?" +msgstr "" +"Od izida sistema %s %s je bila izdana posodobitev programske opreme. Ali jo " +"želite namestiti?" + +#: ../UpdateManager/UpdatesAvailable.py:793 +msgid "" +"Updated software is available for this computer. Do you want to install it " +"now?" +msgstr "Na voljo je posodobitev programske opreme. Ali jo želite namestiti?" + +#: ../UpdateManager/UpdatesAvailable.py:796 +msgid "" +"The computer also needs to restart to finish installing previous updates." +msgstr "" +"Računalnik se mora ponovno zagnati, da zaključi z nameščanjem prejšnjih " +"nadgradenj." + +#. print("on_button_install_clicked") +#: ../UpdateManager/UpdatesAvailable.py:826 +msgid "Not enough free disk space" +msgstr "Ni dovolj prostora na disku" + +#: ../UpdateManager/UpdatesAvailable.py:827 +#, python-format +msgid "" +"The upgrade needs a total of %s free space on disk '%s'. Please free at " +"least an additional %s of disk space on '%s'. Empty your trash and remove " +"temporary packages of former installations using 'sudo apt-get clean'." +msgstr "" +"Nadgradnja zahteva %s prostora na disku '%s'. Sprostiti je treba vsaj %s " +"prostora na '%s'. Izpraznite smeti in odstranite začasne datoteke predhodnih " +"namestitev z uporabo ukaza 'sudo apt-get clean'." + +#: ../UpdateManager/UpdatesAvailable.py:853 +msgid "Connecting..." +msgstr "Povezovanje ..." + +#: ../UpdateManager/UpdatesAvailable.py:869 +msgid "You may not be able to check for updates or download new updates." +msgstr "" +"Morda ne bo mogoče preveriti za posodobitve ali prejeti novih posodobitev." + +#: ../UpdateManager/UpdatesAvailable.py:1018 +msgid "Security updates" +msgstr "Varnostne posodobitve" + +#: ../UpdateManager/UpdatesAvailable.py:1021 +msgid "Other updates" +msgstr "Druge posodobitve" + +#: ../UpdateManager/UnitySupport.py:67 +msgid "Install All Available Updates" +msgstr "Namesti vse razpoložljive posodobitve" + +#: ../UpdateManagerText/UpdateManagerText.py:35 +msgid "Cancel" +msgstr "Prekliči" + +#: ../UpdateManagerText/UpdateManagerText.py:38 +msgid "Changelog" +msgstr "Dnevnik sprememb" + +#: ../UpdateManagerText/UpdateManagerText.py:41 +msgid "Updates" +msgstr "Posodobitve" + +#: ../UpdateManagerText/UpdateManagerText.py:54 +msgid "Building Updates List" +msgstr "Izgradnja seznama posodobitev" + +#: ../UpdateManagerText/UpdateManagerText.py:57 +msgid "" +"\n" +"A normal upgrade can not be calculated, please run:\n" +" sudo apt-get dist-upgrade\n" +"\n" +"\n" +"This can be caused by:\n" +" * A previous upgrade which didn't complete\n" +" * Problems with some of the installed software\n" +" * Unofficial software packages not provided by Ubuntu\n" +" * Normal changes of a pre-release version of Ubuntu" +msgstr "" +"\n" +"Običajne posodobitve ni mogoče izračunati, zaženite:\n" +" sudo apt-get dist-upgrade\n" +"\n" +"\n" +"To lahko povzroči:\n" +" * predhodna nedokončana nadgradnja,\n" +" * problemi z nekatero nameščeno programsko opremo,\n" +" * neuradni programski paketi, ki niso prirejeni za sistem Ubuntu,\n" +" * običajne spremembe razvojnih različic sistema Ubuntu." + +#: ../UpdateManagerText/UpdateManagerText.py:127 +msgid "Downloading changelog" +msgstr "Prejemanje dnevnika sprememb" + +#: ../UpdateManager/Core/MyCache.py:333 +msgid "This update does not come from a source that supports changelogs." +msgstr "Ta posodobitev ne prihaja iz vira, ki podpira dnevnike sprememb." + +#: ../UpdateManager/Core/MyCache.py:339 ../UpdateManager/Core/MyCache.py:374 +msgid "" +"Failed to download the list of changes. \n" +"Please check your Internet connection." +msgstr "" +"Prejemanje seznama sprememb je spodletelo.\n" +"Preverite internetno povezavo." + +#: ../UpdateManager/Core/MyCache.py:346 +#, python-format +msgid "" +"Changes for %s versions:\n" +"Installed version: %s\n" +"Available version: %s\n" +"\n" +msgstr "" +"Spremembe za različice %s:\n" +"Nameščena različica: %s\n" +"Razpoložljiva različica: %s\n" +"\n" + +#: ../UpdateManager/Core/MyCache.py:360 +#, python-format +msgid "" +"The changelog does not contain any relevant changes.\n" +"\n" +"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n" +"until the changes become available or try again later." +msgstr "" +"Dnevnik sprememb ne vsebuje pomembnih sprememb.\n" +"\n" +"Uporabite http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n" +"dokler dnevnik ne bo posodobljen ali pa poskusite kasneje." + +#: ../UpdateManager/Core/MyCache.py:367 +#, python-format +msgid "" +"The list of changes is not available yet.\n" +"\n" +"Please use http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n" +"until the changes become available or try again later." +msgstr "" +"Seznam sprememb še ni na voljo.\n" +"\n" +"Do takrat lahko uporabljate " +"http://launchpad.net/ubuntu/+source/%s/%s/+changelog\n" +"ali pa poskusite kasneje." + +#. Translators: the %s is a distro name, like 'Ubuntu' and 'base' as in +#. the core components and packages. +#: ../UpdateManager/Core/UpdateList.py:167 +#, python-format +msgid "%s base" +msgstr "Osnovni paketi %s" + +#. TRANSLATORS: download size of small updates, e.g. "250 kB" +#: ../UpdateManager/Core/utils.py:485 +#, python-format +msgid "%(size).0f kB" +msgid_plural "%(size).0f kB" +msgstr[0] "%(size).0f kB" +msgstr[1] "%(size).0f kB" +msgstr[2] "%(size).0f kB" +msgstr[3] "%(size).0f kB" + +#. TRANSLATORS: download size of updates, e.g. "2.3 MB" +#: ../UpdateManager/Core/utils.py:489 +#, python-format +msgid "%.1f MB" +msgstr "%.1f MB" + +#: ../data/gtkbuilder/UpdateManager.ui.h:1 +msgid "updates" +msgstr "posodobitve" + +#: ../data/gtkbuilder/UpdateManager.ui.h:2 +msgid "Changes" +msgstr "Spremembe" + +#: ../data/gtkbuilder/UpdateManager.ui.h:3 +msgid "Description" +msgstr "Opis" + +#: ../data/gtkbuilder/UpdateManager.ui.h:4 +msgid "Technical description" +msgstr "Tehnični opis" + +#: ../data/gtkbuilder/UpdateManager.ui.h:5 +msgid "Details of updates" +msgstr "Podrobnosti posodobitev" + +#: ../data/gtkbuilder/UpdateManager.ui.h:6 +msgid "The computer will need to restart." +msgstr "Računalnik se mora znova zagnati." + +#: ../data/gtkbuilder/UpdateManager.ui.h:7 +msgid "" +"You are connected via roaming and may be charged for the data consumed by " +"this update." +msgstr "" +"Prevezani ste preko gostovanja v omrežju, zato bo najverjetneje treba " +"prejete podatke prenosa plačati." + +#: ../data/gtkbuilder/UpdateManager.ui.h:8 +msgid "" +"You may want to wait until you’re not using a mobile broadband connection." +msgstr "" +"Lahko počakate in pakete posodobite, ko bo na voljo druga, brezplačna " +"širokopasovna povezava." + +#: ../data/gtkbuilder/UpdateManager.ui.h:9 +msgid "It’s safer to connect the computer to AC power before updating." +msgstr "" +"Varneje je, če računalnik pred posodabljanjem priključite na električno " +"omrežje." + +#: ../data/update-manager.desktop.in.h:2 +msgid "Software Updates" +msgstr "Posodobitve programov" + +#: ../data/update-manager.desktop.in.h:3 +msgid "Show and install available updates" +msgstr "Pokaži in namesti razpoložljive posodobitve" + +#: ../update-manager:70 ../update-manager-text:55 +msgid "Show version and exit" +msgstr "Pokaži različico in končaj" + +#: ../update-manager:73 +msgid "Directory that contains the data files" +msgstr "Mapa, ki vsebuje podatkovne datoteke" + +#: ../update-manager:76 +msgid "Check if a new Ubuntu release is available" +msgstr "Preveri, ali je na voljo nova izdaja Ubuntu" + +#: ../update-manager:79 +msgid "Check if upgrading to the latest devel release is possible" +msgstr "" +"Preveri, ali je mogoče sistem nadgraditi na najnovejšo razvojno različico" + +#: ../update-manager:83 +msgid "Upgrade using the latest proposed version of the release upgrader" +msgstr "" +"Nadgradi z uporabo najnovejše predlagane različice programa za nadgradnjo" + +#: ../update-manager:90 +msgid "Do not focus on map when starting" +msgstr "Ob začenjanju ne postavi v žarišče" + +#: ../update-manager:93 +msgid "Do not check for updates when starting" +msgstr "Ob zagonu ne preveri za posodobitve" + +#: ../update-manager:97 +msgid "Test upgrade with a sandbox aufs overlay" +msgstr "Preizkusna nadgradnja v načinu peskovnika aufs" + +#: ../update-manager-text:59 +msgid "Show description of the package instead of the changelog" +msgstr "Prikaži opis paketa namesto dnevnika sprememb" + +#: ../ubuntu-support-status:91 +msgid "Show unsupported packages on this machine" +msgstr "Prikaži nepodprte pakete na tem računalniku" + +#: ../ubuntu-support-status:94 +msgid "Show supported packages on this machine" +msgstr "Prikaži podprte pakete na tem računalniku" + +#: ../ubuntu-support-status:97 +msgid "Show all packages with their status" +msgstr "Pokaži vse pakete z njihovim stanjem" + +#: ../ubuntu-support-status:100 +msgid "Show all packages in a list" +msgstr "Pokaži vse pakete na seznamu" + +#: ../ubuntu-support-status:143 +#, c-format +msgid "Support status summary of '%s':" +msgstr "Povzetek stanja podpore '%s':" + +#: ../ubuntu-support-status:146 +msgid "You have %(num)s packages (%(percent).1f%%) supported until %(time)s" +msgstr "" +"Nameščenih je %(num) paketov (%(percent).1f%%), ki so podprti do %(time)" + +#: ../ubuntu-support-status:152 +msgid "" +"You have %(num)s packages (%(percent).1f%%) that can not/no-longer be " +"downloaded" +msgstr "" +"Nameščenih je %(num)s paketov (%(percent).1f%%), ki jih ni več mogoče " +"prejeti." + +#: ../ubuntu-support-status:155 +msgid "You have %(num)s packages (%(percent).1f%%) that are unsupported" +msgstr "Nameščenih je %(num) paketov (%(percent).1f%%), ki niso podprti." + +#: ../ubuntu-support-status:163 +msgid "" +"Run with --show-unsupported, --show-supported or --show-all to see more " +"details" +msgstr "" +"Za več podrobnosti zaženite z možnostmi --show-unsupported, --show-supported " +"ali --show-all" + +#: ../ubuntu-support-status:167 +msgid "No longer downloadable:" +msgstr "Ni več na voljo za prejem:" + +#: ../ubuntu-support-status:170 +msgid "Unsupported: " +msgstr "Nepodprto: " + +#: ../ubuntu-support-status:175 +#, c-format +msgid "Supported until %s:" +msgstr "Podprto do %s:" + +#: ../ubuntu-support-status:184 +msgid "Unsupported" +msgstr "Nepodprto" + +#. Why do we use %s here instead of $strings or {} format placeholders? +#. It's because we don't want to break existing translations. +#: ../janitor/plugincore/exceptions.py:43 +#, python-format +msgid "Unimplemented method: %s" +msgstr "Nepodprt način: %s" + +#: ../janitor/plugincore/core/file_cruft.py:41 +msgid "A file on disk" +msgstr "Datoteka na disku" + +#: ../janitor/plugincore/core/missing_package_cruft.py:40 +msgid "Install missing package." +msgstr "Namesti manjkajoči paket." + +#. 2012-06-08 BAW: i18n string; don't use {} or PEP 292. +#: ../janitor/plugincore/core/missing_package_cruft.py:50 +#, python-format +msgid "Package %s should be installed." +msgstr "Paket %s bi moral biti nameščen." + +#: ../janitor/plugincore/core/package_cruft.py:50 +msgid ".deb package" +msgstr "paket .deb" + +#: ../janitor/plugincore/plugins/langpack_manual_plugin.py:47 +#, python-format +msgid "%s needs to be marked as manually installed." +msgstr "%s mora biti označen kot ročno nameščen." + +#: ../janitor/plugincore/plugins/kdelibs4to5_plugin.py:50 +msgid "" +"When upgrading, if kdelibs4-dev is installed, kdelibs5-dev needs to be " +"installed. See bugs.launchpad.net, bug #279621 for details." +msgstr "" +"Če je med nadgradnjo nameščen paket kdelibs4-dev, mora biti nameščen tudi " +"kdelibs5-dev. Več podrobnosti o hrošču si lahko ogledate na " +"bugs.launchpad.net, hrošč #279621." + +#: ../janitor/plugincore/plugins/dpkg_status_plugin.py:45 +#, python-format +msgid "%i obsolete entries in the status file" +msgstr "%i zastarelih vnosov v datoteki stanja" + +#: ../janitor/plugincore/plugins/dpkg_status_plugin.py:48 +msgid "Obsolete entries in dpkg status" +msgstr "Zastareli vnosi v stanju dpkg" + +#. pragma: no cover +#: ../janitor/plugincore/plugins/dpkg_status_plugin.py:51 +msgid "Obsolete dpkg status entries" +msgstr "Zastareli vnosi stanja dpkg" + +#: ../janitor/plugincore/plugins/remove_lilo_plugin.py:43 +msgid "" +"Remove lilo since grub is also installed.(See bug #314004 for details.)" +msgstr "" +"Odstrani nalagalnik lilo, ker je nameščen tudi nalagalnik grub. (Za več " +"podrobnosti si poglejte podrobnosti hrošča #314004.)" diff -Nru language-pack-sl-14.04+20140321/debian/changelog language-pack-sl-14.04+20140401/debian/changelog --- language-pack-sl-14.04+20140321/debian/changelog 2014-03-25 11:28:45.000000000 +0000 +++ language-pack-sl-14.04+20140401/debian/changelog 2014-04-02 10:34:33.000000000 +0000 @@ -1,3 +1,9 @@ +language-pack-sl (1:14.04+20140401) trusty; urgency=low + + * Automatic update to latest translation data. + + -- Ubuntu automatic language-pack builder Wed, 02 Apr 2014 10:34:33 +0000 + language-pack-sl (1:14.04+20140321) trusty; urgency=low * Initial release.