/*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(l.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new Date},support:l}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new Date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},A="undefined",B=1<<31,C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=D.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",M=L.replace("w","w#"),N="\\["+K+"*("+L+")"+K+"*(?:([*^$|!~]?=)"+K+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+M+")|)|)"+K+"*\\]",O=":("+L+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+N.replace(3,8)+")*)|.*)\\)|)",P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(O),U=new RegExp("^"+M+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L.replace("w","w*")+")"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{G.apply(D=H.call(t.childNodes),t.childNodes),D[t.childNodes.length].nodeType}catch(cb){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerDocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodeType)&&9!==i)return[];if(n&&!e){if(f=Z.exec(a))if(h=f[1]){if(9===i){if(g=b.getElementById(h),!g||!g.parentNode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerDocument&&(g=b.ownerDocument.getElementById(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return G.apply(d,b.getElementsByTagName(a)),d;if((h=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodeName.toLowerCase()){m=ob(a),(p=b.getAttribute("id"))?q=p.replace(_,"\\$&"):b.setAttribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentNode)||b,v=m.join(",")}if(v)try{return G.apply(d,u.querySelectorAll(v)),d}catch(w){}finally{p||b.removeAttribute("id")}}}return xb(a.replace(P,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||B)-(~a.sourceIndex||B);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getElementsByTagName!==A&&a}c=db.support={},f=db.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},k=db.setDocument=function(a){var b,e=a?a.ownerDocument||a:t,g=e.defaultView;return e!==l&&9===e.nodeType&&e.documentElement?(l=e,m=e.documentElement,n=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){k()},!1):g.attachEvent&&g.attachEvent("onunload",function(){k()})),c.attributes=gb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=gb(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(e.getElementsByClassName)&&gb(function(a){return a.innerHTML="
",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=gb(function(a){return m.appendChild(a).id=s,!e.getElementsByName||!e.getElementsByName(s).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==A&&n){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getAttributeNode!==A&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==A?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==A&&n?b.getElementsByClassName(a):void 0},p=[],o=[],(c.qsa=Y.test(e.querySelectorAll))&&(gb(function(a){a.innerHTML="",a.querySelectorAll("[t^='']").length&&o.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||o.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&o.push("name"+K+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||o.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),o.push(",.*:")})),(c.matchesSelector=Y.test(q=m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&gb(function(a){c.disconnectedMatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",O)}),o=o.length&&new RegExp(o.join("|")),p=p.length&&new RegExp(p.join("|")),b=Y.test(m.compareDocumentPosition),r=b||Y.test(m.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===t&&r(t,a)?-1:b===e||b.ownerDocument===t&&r(t,b)?1:i?I.call(i,a)-I.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?I.call(i,a)-I.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesSelector=function(a,b){if((a.ownerDocument||a)!==l&&k(a),b=b.replace(S,"='$1']"),!(!c.matchesSelector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerDocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerDocument||a)!==l&&k(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},db.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},db.uniqueSort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectDuplicates,i=!c.sortStable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cacheLength:50,createPseudo:fb,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},PSEUDO:function(a){var b,c=!a[5]&&a[2];return V.CHILD.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&T.test(c)&&(b=ob(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ab,bb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=w[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==A&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(P,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:fb(function(a){return U.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).toLowerCase(),function(b){var c;do if(c=n?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeElement&&(!l.hasFocus||l.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return I.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(P,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.TAG("*",k),w=u+=null==t?1:Math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=E.call(j));s=sb(s)}G.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniqueSort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&c.getById&&9===b.nodeType&&n&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=V.needsContext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentNode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return G.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentNode)||b),e}return c.sortStable=s.split("").sort(z).join("")===s,c.detectDuplicates=!!j,k(),c.sortDetached=gb(function(a){return 1&a.compareDocumentPosition(l.createElement("div"))}),gb(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&gb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),gb(function(a){return null==a.getAttribute("disabled")})||hb(J,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,B=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:A.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};B.prototype=n.fn,y=n(z);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!n(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return E(a,"nextSibling")},prev:function(a){return E(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.unique(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\S+/g,G={};function H(a){var b=G[a]={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?G[a]||H(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readyWait:!n.isReady){if(!z.body)return setTimeout(n.ready);n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function J(){z.addEventListener?(z.removeEventListener("DOMContentLoaded",K,!1),a.removeEventListener("load",K,!1)):(z.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(z.addEventListener||"load"===event.type||"complete"===z.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===z.readyState)setTimeout(n.ready);else if(z.addEventListener)z.addEventListener("DOMContentLoaded",K,!1),a.addEventListener("load",K,!1);else{z.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&z.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!n.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}J(),n.ready()}}()}return I.promise(b)};var L="undefined",M;for(M in n(l))break;l.ownLast="0"!==M,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c=z.getElementsByTagName("body")[0];c&&(a=z.createElement("div"),a.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createElement("div"),c.appendChild(a).appendChild(b),typeof b.style.zoom!==L&&(b.style.cssText="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineBlockNeedsLayout=3===b.offsetWidth)&&(c.style.zoom=1)),c.removeChild(a),a=b=null)}),function(){var a=z.createElement("div");if(null==l.deleteExpando){l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}}a=null}(),n.acceptData=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(n.acceptData(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f }}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d]));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length| t |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: drakx_share\n"
"POT-Creation-Date: 2012-03-11 01:59+0100\n"
"PO-Revision-Date: 2012-03-09 08:41+0000\n"
"Last-Translator: Peter Grun <p.grun@bluewin.ch>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: any.pm:270 any.pm:969 diskdrake/interactive.pm:651
#: diskdrake/interactive.pm:875 diskdrake/interactive.pm:937
#: diskdrake/interactive.pm:1040 diskdrake/interactive.pm:1270
#: diskdrake/interactive.pm:1322 do_pkgs.pm:241 do_pkgs.pm:287
#: harddrake/sound.pm:270 interactive.pm:587 pkgs.pm:285
#, c-format
msgid "Please wait"
msgstr "Bitte warten"
#: any.pm:270
#, c-format
msgid "Bootloader installation in progress"
msgstr "Installation des Bootloaders ..."
#: any.pm:281
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
"error.\n"
"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
"\n"
"Assign a new Volume ID?"
msgstr ""
"LILO möchte dem Laufwerk %s eine neue Datenträger-ID zuweisen. Jedoch ist\n"
"das Ändern der Datenträger-ID einer Windows NT, 2000, oder XP Startplatte\n"
"ein fataler Windows-Fehler.\n"
"Dies trifft nicht für Windows 95, 98, oder NT Datenplatten zu.\n"
"\n"
"Neue Datenträger-ID zuweisen?"
#: any.pm:292
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr ""
"Die Installation des Betriebssytemstarters schlug fehl. Folgender Fehler "
"trat auf:"
#: any.pm:298
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you do not see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
"Sie müssen Ihr Open-Firmware-Boot-Gerät anpassen, dass es den \n"
"Betriebssytemstarter erkennt. Falls Sie beim Neustart nicht die \n"
"Eingabeaufforderung des Betriebssytemstarters sehen, drücken Sie \n"
"Strg-Option-O-F und geben Sie folgendes ein:\n"
" setenv boot-device %s,\\\\:tbxi\n"
"Tippen Sie dann: shut-down\n"
"Beim darauffolgenden Neustart sollte Sie die Eingabeaufforderung sehen."
#: any.pm:338
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard disk drive you boot "
"(eg: System Commander).\n"
"\n"
"On which drive are you booting?"
msgstr ""
"Sie haben sich entschieden, den Bootloader auf einer Partition zu "
"installieren.\n"
"Dies setzt voraus, dass Sie bereits einen Bootloader auf der Festplatte "
"installiert haben (z.B. System Commander).\n"
"\n"
"Von welchem Laufwerk booten Sie?"
#: any.pm:349
#, c-format
msgid "Bootloader Installation"
msgstr "Installation des Bootloaders"
#: any.pm:353
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Wo soll der Bootloader installiert werden?"
#: any.pm:377
#, c-format
msgid "First sector (MBR) of drive %s"
msgstr "Erster Sektor der %s Platte (MBR)"
#: any.pm:379
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Erster Sektor der Platte (MBR)"
#: any.pm:381
#, c-format
msgid "First sector of the root partition"
msgstr "Erster Sektor der Root-Partition"
#: any.pm:383
#, c-format
msgid "On Floppy"
msgstr "Auf Diskette"
#: any.pm:385 pkgs.pm:281 ugtk2.pm:526
#, c-format
msgid "Skip"
msgstr "Überspringen"
#: any.pm:420
#, c-format
msgid "Boot Style Configuration"
msgstr "Konfiguration der Boot-Einstellungen"
#: any.pm:431 any.pm:464 any.pm:465
#, c-format
msgid "Bootloader main options"
msgstr "Haupt-Optionen des Bootloaders"
#: any.pm:435
#, c-format
msgid "Bootloader"
msgstr "Bootloader"
#: any.pm:436 any.pm:468
#, c-format
msgid "Bootloader to use"
msgstr "Zu verwendender Bootloader"
#: any.pm:439 any.pm:471
#, c-format
msgid "Boot device"
msgstr "Boot-Gerät"
#: any.pm:442
#, c-format
msgid "Main options"
msgstr "Haupt-Optionen"
#: any.pm:443
#, c-format
msgid "Delay before booting default image"
msgstr "Wartezeit vor dem Starten des Standard-Betriebssystems"
#: any.pm:444
#, c-format
msgid "Enable ACPI"
msgstr "ACPI aktivieren"
#: any.pm:445
#, c-format
msgid "Enable SMP"
msgstr "SMP aktivieren"
#: any.pm:446
#, c-format
msgid "Enable APIC"
msgstr "APIC aktivieren"
#: any.pm:448
#, c-format
msgid "Enable Local APIC"
msgstr "Lokales APIC aktivieren"
#: any.pm:449 security/level.pm:63
#, c-format
msgid "Security"
msgstr "Sicherheit"
#: any.pm:450 any.pm:904 any.pm:923 authentication.pm:252
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "Passwort"
#: any.pm:453 authentication.pm:263
#, c-format
msgid "The passwords do not match"
msgstr "Die Passwörter stimmen nicht überein"
#: any.pm:453 authentication.pm:263 diskdrake/interactive.pm:1497
#, c-format
msgid "Please try again"
msgstr "Bitte versuchen Sie es erneut"
#: any.pm:455
#, c-format
msgid "You cannot use a password with %s"
msgstr "Sie können kein Passwort mit %s benutzen"
#: any.pm:459 any.pm:907 any.pm:925 authentication.pm:253
#, c-format
msgid "Password (again)"
msgstr "Passwort (erneut)"
#: any.pm:460
#, c-format
msgid "Clean /tmp at each boot"
msgstr " „/tmp“ bei jedem Systemstart säubern"
#: any.pm:470
#, c-format
msgid "Init Message"
msgstr "Init-Nachricht"
#: any.pm:472
#, c-format
msgid "Open Firmware Delay"
msgstr "Open-Firmware-Verzögerung"
#: any.pm:473
#, c-format
msgid "Kernel Boot Timeout"
msgstr "Kernel-Start-Wartezeit"
#: any.pm:474
#, c-format
msgid "Enable CD Boot?"
msgstr "Booten von CD erlauben?"
#: any.pm:475
#, c-format
msgid "Enable OF Boot?"
msgstr "Open-Firmware-Start erlauben?"
#: any.pm:476
#, c-format
msgid "Default OS?"
msgstr "Standard-Betriebssystem?"
#: any.pm:550
#, c-format
msgid "Image"
msgstr "Abbild"
#: any.pm:551 any.pm:565
#, c-format
msgid "Root"
msgstr "Root"
#: any.pm:552 any.pm:578
#, c-format
msgid "Append"
msgstr "Hinzufügen / Erweitern"
#: any.pm:554
#, c-format
msgid "Xen append"
msgstr "Xen hinzufügen"
#: any.pm:556
#, c-format
msgid "Requires password to boot"
msgstr "Benötigt Passwort zum Booten"
#: any.pm:558
#, c-format
msgid "Video mode"
msgstr "Video-Modus"
#: any.pm:560
#, c-format
msgid "Initrd"
msgstr "Init-RamDisk"
#: any.pm:561
#, c-format
msgid "Network profile"
msgstr "Netzwerk Profil"
#: any.pm:570 any.pm:575 any.pm:577 diskdrake/interactive.pm:411
#, c-format
msgid "Label"
msgstr "Bezeichnung"
#: any.pm:572 any.pm:580 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Standard"
#: any.pm:579
#, c-format
msgid "NoVideo"
msgstr "NoVideo"
#: any.pm:590
#, c-format
msgid "Empty label not allowed"
msgstr "Leere Einträge sind nicht erlaubt"
#: any.pm:591
#, c-format
msgid "You must specify a kernel image"
msgstr "Sie müssen ein Kernel-Image angeben"
#: any.pm:591
#, c-format
msgid "You must specify a root partition"
msgstr "Sie müssen die Root-Partition festlegen"
#: any.pm:592
#, c-format
msgid "This label is already used"
msgstr "Dieser Eintrag existiert bereits"
#: any.pm:610
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Welche Art Eintrag wollen Sie hinzufügen?"
#: any.pm:611
#, c-format
msgid "Linux"
msgstr "Linux"
#: any.pm:611
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Anderes OS (SunOS...)"
#: any.pm:612
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Anderes OS (MacOS ...)"
#: any.pm:612
#, c-format
msgid "Other OS (Windows...)"
msgstr "Anderes OS (Windows ...)"
#: any.pm:659
#, c-format
msgid "Bootloader Configuration"
msgstr "Konfiguration des Bootloaders"
#: any.pm:660
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can create additional entries or change the existing ones."
msgstr ""
"Hier sind die verschiedenen Einträge.\n"
"Sie können weitere hinzufügen oder existierende ändern."
#: any.pm:865
#, c-format
msgid "access to X programs"
msgstr "Zugriff auf X-Programme"
#: any.pm:866
#, c-format
msgid "access to rpm tools"
msgstr "Zugriff auf RPM-Werkzeuge"
#: any.pm:867
#, c-format
msgid "allow \"su\""
msgstr "„su“ erlauben"
#: any.pm:868
#, c-format
msgid "access to administrative files"
msgstr "Zugriff auf Verwaltungsdateien"
#: any.pm:869
#, c-format
msgid "access to network tools"
msgstr "Zugriff auf Netzwerk-Werkzeuge"
#: any.pm:870
#, c-format
msgid "access to compilation tools"
msgstr "Zugriff auf Kompilier-Werkzeuge"
#: any.pm:876
#, c-format
msgid "(already added %s)"
msgstr "(%s wurde bereits hinzugefügt)"
#: any.pm:882
#, c-format
msgid "Please give a user name"
msgstr "Bitte geben Sie einen Benutzernamen an"
#: any.pm:883
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
"Der Benutzername muss mit einem Kleinbuchstaben beginnen und sollte nur aus "
"Kleinbuchstaben, Ziffern, „-“ und „_“ bestehen."
#: any.pm:884
#, c-format
msgid "The user name is too long"
msgstr "Dieser Benutzername ist zu lang"
#: any.pm:885
#, c-format
msgid "This user name has already been added"
msgstr "Dieser Benutzername existiert bereits"
#: any.pm:891 any.pm:927
#, c-format
msgid "User ID"
msgstr "Benutzer-ID"
#: any.pm:891 any.pm:928
#, c-format
msgid "Group ID"
msgstr "Gruppen-ID"
#: any.pm:892
#, c-format
msgid "%s must be a number"
msgstr "%s muss eine Zahl sein"
#: any.pm:893
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr "%s sollte größer als 500 sein. Trotzdem akzeptieren?"
#: any.pm:897
#, c-format
msgid "User management"
msgstr "Benutzerverwaltung"
#: any.pm:902
#, c-format
msgid "Enable guest account"
msgstr "Den Gastzugang aktivieren"
#: any.pm:903 authentication.pm:239
#, c-format
msgid "Set administrator (root) password"
msgstr "Administratorpasswort setzen"
#: any.pm:909
#, c-format
msgid "Enter a user"
msgstr "Benutzer einrichten"
#: any.pm:911
#, c-format
msgid "Icon"
msgstr "Symbol"
#: any.pm:914
#, c-format
msgid "Real name"
msgstr "Vollständiger Name"
#: any.pm:921
#, c-format
msgid "Login name"
msgstr "Benutzername"
#: any.pm:926
#, c-format
msgid "Shell"
msgstr "Shell"
#: any.pm:969
#, c-format
msgid "Please wait, adding media..."
msgstr "Bitte warten, füge Medien hinzu ..."
#: any.pm:999 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Automatisch anmelden"
#: any.pm:1000
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"Ich kann Ihren Computer so einrichten, dass ein Benutzer automatisch "
"angemeldet wird."
#: any.pm:1001
#, c-format
msgid "Use this feature"
msgstr "Diese Möglichkeit nutzen"
#: any.pm:1002
#, c-format
msgid "Choose the default user:"
msgstr "Wählen Sie den Standard-Nutzer:"
#: any.pm:1003
#, c-format
msgid "Choose the window manager to run:"
msgstr "Wählen Sie den Window-Manager, den Sie verwenden wollen:"
#: any.pm:1014 any.pm:1034 any.pm:1102
#, c-format
msgid "Release Notes"
msgstr "Versionshinweise"
#: any.pm:1041 any.pm:1390 interactive/gtk.pm:819
#, c-format
msgid "Close"
msgstr "Schließen"
#: any.pm:1088
#, c-format
msgid "License agreement"
msgstr "Lizenzvereinbarung"
#: any.pm:1090 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "Verlassen"
#: any.pm:1097
#, c-format
msgid "Do you accept this license ?"
msgstr "Akzeptieren Sie diese Lizenz?"
#: any.pm:1098
#, c-format
msgid "Accept"
msgstr "Akzeptieren"
#: any.pm:1098
#, c-format
msgid "Refuse"
msgstr "Ablehnen"
#: any.pm:1124 any.pm:1186
#, c-format
msgid "Please choose a language to use"
msgstr "Bitte wählen Sie die zu verwendende Sprache"
#: any.pm:1152
#, c-format
msgid ""
"%s can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr ""
"%s kann mehrere Sprachen unterstützen., Wählen\n"
"Sie die Sprachen, die Sie gerne installieren möchten. Sie werden verfügbar "
"sein,\n"
"wenn Ihre Installation beendet ist und Sie das System neu starten."
#: any.pm:1154 fs/partitioning_wizard.pm:172
#, c-format
msgid "Mageia"
msgstr "Mageia"
#: any.pm:1155
#, c-format
msgid "Multiple languages"
msgstr "Mehrere Sprachen"
#: any.pm:1164 any.pm:1195
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Alte (nicht UTF-8) Kodierung"
#: any.pm:1165
#, c-format
msgid "All languages"
msgstr "Alle Sprachen"
#: any.pm:1187
#, c-format
msgid "Language choice"
msgstr "Sprachauswahl"
#: any.pm:1241
#, c-format
msgid "Country / Region"
msgstr "Staat / Region"
#: any.pm:1242
#, c-format
msgid "Please choose your country"
msgstr "Bitte wählen Sie Ihr Land"
#: any.pm:1244
#, c-format
msgid "Here is the full list of available countries"
msgstr "Hier ist die komplette Liste aller Länder"
#: any.pm:1245
#, c-format
msgid "Other Countries"
msgstr "Andere Länder"
#: any.pm:1245 interactive.pm:488 interactive/gtk.pm:445
#, c-format
msgid "Advanced"
msgstr "Fortgeschritten"
#: any.pm:1251
#, c-format
msgid "Input method:"
msgstr "Eingabe-Methode:"
#: any.pm:1254
#, c-format
msgid "None"
msgstr "Keine"
#: any.pm:1335
#, c-format
msgid "No sharing"
msgstr "Keine Freigaben"
#: any.pm:1335
#, c-format
msgid "Allow all users"
msgstr "Allen Benutzern erlauben"
#: any.pm:1335
#, c-format
msgid "Custom"
msgstr "Benutzerdefiniert"
#: any.pm:1339
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
"and nautilus.\n"
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
"Wollen Sie Benutzern erlauben, Verzeichnisse freizugeben?\n"
"Wenn Sie das erlauben, können die Anwender Verzeichnisse in Konqueror oder "
"Nautilus im Kontextmenü des entsprechenden Verzeichnisses freigeben.\n"
"\n"
"Mit „Benutzerdefiniert“ können Sie eine Einstellung pro Benutzer vornehmen.\n"
#: any.pm:1351
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
"NFS: das traditionelle Unix-Dateisystem für Freigaben im Netz, mit weniger "
"Unterstützung für Mac und Windows."
#: any.pm:1354
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
"SMB: ein Dateisystem für Freigaben im Netz von Windows, Mac OS X und vielen "
"modernen Linux-Systemen verwendet"
#: any.pm:1362
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
"Sie können die Dateien mittels SMB oder NFS anbieten. Welche Variante wollen "
"Sie verwenden?"
#: any.pm:1390
#, c-format
msgid "Launch userdrake"
msgstr "UserDrake starten"
#: any.pm:1392
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
"Die Freigaben zwischen Benutzern regelt die Gruppe „fileshare“. \n"
"Sie können UserDrake verwenden, um Benutzer in diese Gruppe aufzunehmen."
#: any.pm:1500
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
"Sie müssen sich abmelden und wieder anmelden, damit die Änderungen wirksam "
"werden. Klicken Sie auf OK, um sich nun abzumelden."
#: any.pm:1504
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Sie müssen sich abmelden und wieder anmelden, damit die Änderungen wirksam "
"werden"
#: any.pm:1539
#, c-format
msgid "Timezone"
msgstr "Zeitzone"
#: any.pm:1539
#, c-format
msgid "Which is your timezone?"
msgstr "Wählen Sie Ihre Zeitzone"
#: any.pm:1562 any.pm:1564
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Datum, Zeit und Zeitzonen Einstellungen"
#: any.pm:1565
#, c-format
msgid "What is the best time?"
msgstr "Welches ist die beste Zeit?"
#: any.pm:1569
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (Hardware Uhr gestellt auf GMT)"
#: any.pm:1570
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (Hardware Uhr gestellt auf Ortszeit)"
#: any.pm:1572
#, c-format
msgid "NTP Server"
msgstr "NTP-Server"
#: any.pm:1573
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Automatische Zeit-Synchronisation (durch NTP)"
#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "Lokale Datei"
#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"
#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"
#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr "Chipkarte"
#: authentication.pm:28 authentication.pm:218
#, c-format
msgid "Windows Domain"
msgstr "Windows-Domäne"
#: authentication.pm:29
#, c-format
msgid "Kerberos 5"
msgstr "Kerberos 5"
#: authentication.pm:65
#, c-format
msgid "Local file:"
msgstr "Lokale Datei:"
#: authentication.pm:65
#, c-format
msgid ""
"Use local for all authentication and information user tell in local file"
msgstr ""
"Benutze lokale Dateien zur Authentifizierung und für Benutzerinformationen"
#: authentication.pm:66
#, c-format
msgid "LDAP:"
msgstr "LDAP:"
#: authentication.pm:66
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
"Richtet Ihren Rechner so ein, dass er LDAP für die Authentifizierung."
"verwendet. LDAP führt bestimmte Informationen innerhalb Ihrer Organisation "
"zusammen."
#: authentication.pm:67
#, c-format
msgid "NIS:"
msgstr "NIS:"
#: authentication.pm:67
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
"Erlaubt es Ihnen, eine Gruppe von Rechnern in der gleichen NIS-Domäne mit "
"einer gemeinsamen Passwort- und Gruppendatei laufen zu lassen."
#: authentication.pm:68
#, c-format
msgid "Windows Domain:"
msgstr "Windows-Domäne:"
#: authentication.pm:68
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
"Winbind ermöglicht dem System, aus einer Windows-Domäne Informationen "
"abzufragen und Nutzer zu authentifizieren."
#: authentication.pm:69
#, c-format
msgid "Kerberos 5 :"
msgstr "Kerberos 5 :"
#: authentication.pm:69
#, c-format
msgid "With Kerberos and LDAP for authentication in Active Directory Server "
msgstr ""
"Mit Kerberos und LDAP für die Authentifizierung an einem „Active Directory "
"Server“ "
#: authentication.pm:109 authentication.pm:143 authentication.pm:162
#: authentication.pm:163 authentication.pm:189 authentication.pm:213
#: authentication.pm:898
#, c-format
msgid " "
msgstr " "
#: authentication.pm:110 authentication.pm:144 authentication.pm:190
#: authentication.pm:214
#, c-format
msgid "Welcome to the Authentication Wizard"
msgstr "Willkommen im Authentifizierungsassistenten"
#: authentication.pm:112
#, c-format
msgid ""
"You have selected LDAP authentication. Please review the configuration "
"options below "
msgstr ""
"Sie haben LDAP-Authentifizierung gewählt. Bitte überprüfen Sie die unten "
"stehenden Einstellungsmöglichkeiten "
#: authentication.pm:114 authentication.pm:169
#, c-format
msgid "LDAP Server"
msgstr "LDAP-Server"
#: authentication.pm:115 authentication.pm:170
#, c-format
msgid "Base dn"
msgstr "Base dn"
#: authentication.pm:116
#, c-format
msgid "Fetch base Dn "
msgstr "Hole die Base Dn"
#: authentication.pm:118 authentication.pm:173
#, c-format
msgid "Use encrypt connection with TLS "
msgstr "Verwende eine verschlüsselte Verbindung mit TLS "
#: authentication.pm:119 authentication.pm:174
#, c-format
msgid "Download CA Certificate "
msgstr "Lade das CA-Zertifikat herunter "
#: authentication.pm:121 authentication.pm:154
#, c-format
msgid "Use Disconnect mode "
msgstr "Verwende den Offline-Modus "
#: authentication.pm:122 authentication.pm:175
#, c-format
msgid "Use anonymous BIND "
msgstr "anonymes BIND verwenden "
#: authentication.pm:123 authentication.pm:126 authentication.pm:128
#: authentication.pm:132
#, c-format
msgid " "
msgstr " "
#: authentication.pm:124 authentication.pm:176
#, c-format
msgid "Bind DN "
msgstr "Bind DN "
#: authentication.pm:125 authentication.pm:177
#, c-format
msgid "Bind Password "
msgstr "BIND Passwort "
#: authentication.pm:127
#, c-format
msgid "Advanced path for group "
msgstr "Fortgeschrittener Pfad für Gruppe "
#: authentication.pm:129
#, c-format
msgid "Password base"
msgstr "Passwort-Datenbank"
#: authentication.pm:130
#, c-format
msgid "Group base"
msgstr "Gruppen-Datenbank"
#: authentication.pm:131
#, c-format
msgid "Shadow base"
msgstr "Shadow-Datenbank"
#: authentication.pm:146
#, c-format
msgid ""
"You have selected Kerberos 5 authentication. Please review the configuration "
"options below "
msgstr ""
"Sie haben die „Kerberos 5“-Authentifizierung gewählt. Bitte überprüfen Sie "
"die unten stehenden Einstellungsmöglichkeiten "
#: authentication.pm:148
#, c-format
msgid "Realm "
msgstr "Bereich "
#: authentication.pm:150
#, c-format
msgid "KDCs Servers"
msgstr "KDCs-Server"
#: authentication.pm:152
#, c-format
msgid "Use DNS to locate KDC for the realm"
msgstr "Benutze DNS um KDC für den Bereich zu lokalisieren"
#: authentication.pm:153
#, c-format
msgid "Use DNS to locate realms"
msgstr "Benutze DNS, um Bereiche zu lokalisieren"
#: authentication.pm:158
#, c-format
msgid "Use local file for users information"
msgstr "Lokale Datei für Benutzerinformation verwenden"
#: authentication.pm:159
#, c-format
msgid "Use LDAP for users information"
msgstr "Nutze LDAP für die Benutzerinformationen"
#: authentication.pm:165
#, c-format
msgid ""
"You have selected Kerberos 5 for authentication, now you must choose the "
"type of users information "
msgstr ""
"Sie haben die „Kerberos 5“-Authentifizierung gewählt. Nun müssen Sie den Typ "
"der Benutzerinformation auswählen "
#: authentication.pm:171
#, c-format
msgid "Fecth base Dn "
msgstr "Hole die Base Dn "
#: authentication.pm:192
#, c-format
msgid ""
"You have selected NIS authentication. Please review the configuration "
"options below "
msgstr ""
"Sie haben die-NIS Authentifizierung gewählt. Bitte überprüfen Sie die unten "
"stehenden Einstellungsmöglichkeiten "
#: authentication.pm:194
#, c-format
msgid "NIS Domain"
msgstr "NIS-Domäne"
#: authentication.pm:195
#, c-format
msgid "NIS Server"
msgstr "NIS-Server"
#: authentication.pm:216
#, c-format
msgid ""
"You have selected Windows Domain authentication. Please review the "
"configuration options below "
msgstr ""
"Sie haben die „Windows Domain“-Authentifizierung gewählt. Bitte überprüfen "
"Sie die unten stehenden Einstellungsmöglichkeiten "
#: authentication.pm:220
#, c-format
msgid "Domain Model "
msgstr "Domänen-Modell "
#: authentication.pm:222
#, c-format
msgid "Active Directory Realm "
msgstr "Active Directory Bereich "
#: authentication.pm:223
#, c-format
msgid "DNS Domain"
msgstr "DNS-Domäne"
#: authentication.pm:224
#, c-format
msgid "DC Server"
msgstr "DC-Server"
#: authentication.pm:238 authentication.pm:254
#, c-format
msgid "Authentication"
msgstr "Authentifizierung"
#: authentication.pm:240
#, c-format
msgid "Authentication method"
msgstr "Authentifizierungsmethode"
#. -PO: keep this short or else the buttons will not fit in the window
#: authentication.pm:245
#, c-format
msgid "No password"
msgstr "Kein Passwort"
#: authentication.pm:266
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Dieses Passwort ist zu kurz (es muss mindestens %d Zeichen lang sein)!"
#: authentication.pm:377
#, c-format
msgid "Cannot use broadcast with no NIS domain"
msgstr "Broadcast kann nicht ohne NIS-Domäne verwendet werden"
#: authentication.pm:893
#, c-format
msgid "Select file"
msgstr "Datei auswählen"
#: authentication.pm:899
#, c-format
msgid "Domain Windows for authentication : "
msgstr "Windows Domäne für Authentifizierung : "
#: authentication.pm:901
#, c-format
msgid "Domain Admin User Name"
msgstr "Benutzername des Domänen-Administrators"
#: authentication.pm:902
#, c-format
msgid "Domain Admin Password"
msgstr "Passwort des Domänen-Administrators"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#: bootloader.pm:972
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
"\n"
"Choose an operating system from the list above or\n"
"wait for default boot.\n"
"\n"
msgstr ""
"Willkommen zum Bootloader!\n"
"\n"
"Markieren Sie in obiger Liste ein Betriebssystem\n"
"oder warten Sie auf das Starten des Standard-Betriebssystems.\n"
"\n"
#: bootloader.pm:1149
#, c-format
msgid "LILO with text menu"
msgstr "LILO mit Textmenü"
#: bootloader.pm:1150
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB mit grafischem Menü"
#: bootloader.pm:1151
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB mit Textmenü"
#: bootloader.pm:1152
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
#: bootloader.pm:1153
#, c-format
msgid "SILO"
msgstr "SILO"
#: bootloader.pm:1237
#, c-format
msgid "not enough room in /boot"
msgstr "Sie haben nicht genug Platz in /boot"
#: bootloader.pm:1963
#, c-format
msgid "You cannot install the bootloader on a %s partition\n"
msgstr "Sie können den Bootloader nicht auf einer %s-Partition installieren.\n"
#: bootloader.pm:2084
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
"Ihre Bootloaderkonfiguration muss geändert werden, da sich Ihre "
"Partitionsnummerierung geändert hat"
#: bootloader.pm:2097
#, c-format
msgid ""
"The bootloader cannot be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
"Der Bootloader kann nicht richtig installiert werden. Sie müssen ins "
"Rettungssystem booten und „%s“ wählen"
#: bootloader.pm:2098
#, c-format
msgid "Re-install Boot Loader"
msgstr "Bootloader neu installieren"
#: common.pm:142
#, c-format
msgid "B"
msgstr "B"
#: common.pm:142
#, c-format
msgid "KB"
msgstr "kB"
#: common.pm:142
#, c-format
msgid "MB"
msgstr "MB"
#: common.pm:142
#, c-format
msgid "GB"
msgstr "GB"
#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "TB"
#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d Minuten"
#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 Minute"
#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d Sekunden"
#: common.pm:393
#, c-format
msgid "command %s missing"
msgstr "Kommando %s fehlt"
#: diskdrake/dav.pm:17
#, c-format
msgid ""
"WebDAV is a protocol that allows you to mount a web server's directory\n"
"locally, and treat it like a local filesystem (provided the web server is\n"
"configured as a WebDAV server). If you would like to add WebDAV mount\n"
"points, select \"New\"."
msgstr ""
"WebDAV ist ein Protokoll, dass es Ihnen erlaubt, Webserver-Verzeichnisse\n"
"einzuhängen, sodass Sie diese wie bei lokalen Dateisystemen verwenden\n"
"können (sofern der Webserver als WebDAV-Server eingerichtet wurde). \n"
"Falls Sie Einhängepunkte für WebDAV hinzufügen wollen, wählen Sie\n"
"„Neu“."
#: diskdrake/dav.pm:25
#, c-format
msgid "New"
msgstr "Neu"
#: diskdrake/dav.pm:63 diskdrake/interactive.pm:418 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Aushängen"
#: diskdrake/dav.pm:64 diskdrake/interactive.pm:414 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Einhängen"
#: diskdrake/dav.pm:65
#, c-format
msgid "Server"
msgstr "Server"
#: diskdrake/dav.pm:66 diskdrake/interactive.pm:408
#: diskdrake/interactive.pm:728 diskdrake/interactive.pm:746
#: diskdrake/interactive.pm:750 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Einhängepunkt"
#: diskdrake/dav.pm:67 diskdrake/interactive.pm:410
#: diskdrake/interactive.pm:1167 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "Optionen"
#: diskdrake/dav.pm:68 interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Remove"
msgstr "Entfernen"
#: diskdrake/dav.pm:69 diskdrake/hd_gtk.pm:187 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "Fertig"
#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:128 diskdrake/hd_gtk.pm:292
#: diskdrake/interactive.pm:247 diskdrake/interactive.pm:260
#: diskdrake/interactive.pm:456 diskdrake/interactive.pm:527
#: diskdrake/interactive.pm:545 diskdrake/interactive.pm:550
#: diskdrake/interactive.pm:718 diskdrake/interactive.pm:1006
#: diskdrake/interactive.pm:1058 diskdrake/interactive.pm:1213
#: diskdrake/interactive.pm:1226 diskdrake/interactive.pm:1229
#: diskdrake/interactive.pm:1497 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:23
#: do_pkgs.pm:28 do_pkgs.pm:44 do_pkgs.pm:60 do_pkgs.pm:65 do_pkgs.pm:82
#: fsedit.pm:246 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:95 scanner.pm:106 scanner.pm:113
#: scanner.pm:120 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Fehler"
#: diskdrake/dav.pm:86
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "Bitte geben Sie die WebDAV-Server-URL an"
#: diskdrake/dav.pm:90
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "Die URL muss mit „http://“ oder „https://“ beginnen!"
#: diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:417 diskdrake/interactive.pm:306
#: diskdrake/interactive.pm:391 diskdrake/interactive.pm:603
#: diskdrake/interactive.pm:821 diskdrake/interactive.pm:886
#: diskdrake/interactive.pm:1038 diskdrake/interactive.pm:1080
#: diskdrake/interactive.pm:1081 diskdrake/interactive.pm:1307
#: diskdrake/interactive.pm:1345 diskdrake/interactive.pm:1496 do_pkgs.pm:19
#: do_pkgs.pm:39 do_pkgs.pm:57 do_pkgs.pm:77 harddrake/sound.pm:399
#, c-format
msgid "Warning"
msgstr "Warnung"
#: diskdrake/dav.pm:106
#, c-format
msgid "Are you sure you want to delete this mount point?"
msgstr "Sind Sie sicher, dass Sie diesen Mountpunkt löschen wollen?"
#: diskdrake/dav.pm:124
#, c-format
msgid "Server: "
msgstr "Server: "
#: diskdrake/dav.pm:125 diskdrake/interactive.pm:501
#: diskdrake/interactive.pm:1369 diskdrake/interactive.pm:1457
#, c-format
msgid "Mount point: "
msgstr "Einhängepunkt: "
#: diskdrake/dav.pm:126 diskdrake/interactive.pm:1464
#, c-format
msgid "Options: %s"
msgstr "Optionen: %s"
#: diskdrake/hd_gtk.pm:61 diskdrake/interactive.pm:301
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:108
#: fs/partitioning_wizard.pm:53 fs/partitioning_wizard.pm:236
#: fs/partitioning_wizard.pm:244 fs/partitioning_wizard.pm:283
#: fs/partitioning_wizard.pm:431 fs/partitioning_wizard.pm:494
#: fs/partitioning_wizard.pm:577 fs/partitioning_wizard.pm:580
#, c-format
msgid "Partitioning"
msgstr "Partitionierung"
#: diskdrake/hd_gtk.pm:73
#, c-format
msgid "Click on a partition, choose a filesystem type then choose an action"
msgstr ""
"Klicken Sie auf eine Partition, wählen Sie den Dateisystem-Typ, dann wählen "
"Sie eine Aktion"
#: diskdrake/hd_gtk.pm:110 diskdrake/interactive.pm:1188
#: diskdrake/interactive.pm:1198 diskdrake/interactive.pm:1251
#, c-format
msgid "Read carefully"
msgstr "Lesen Sie bitte aufmerksam"
#: diskdrake/hd_gtk.pm:110
#, c-format
msgid "Please make a backup of your data first"
msgstr "Bitte machen Sie zuerst eine Sicherheitskopie Ihrer Daten!"
#: diskdrake/hd_gtk.pm:111 diskdrake/interactive.pm:240
#, c-format
msgid "Exit"
msgstr "Verlassen"
#: diskdrake/hd_gtk.pm:111
#, c-format
msgid "Continue"
msgstr "Fortfahren"
#: diskdrake/hd_gtk.pm:182 fs/partitioning_wizard.pm:553 interactive.pm:653
#: interactive/gtk.pm:811 interactive/gtk.pm:829 interactive/gtk.pm:850
#: ugtk2.pm:936
#, c-format
msgid "Help"
msgstr "Hilfe"
#: diskdrake/hd_gtk.pm:228
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
"I suggest you first resize that partition\n"
"(click on it, then click on \"Resize\")"
msgstr ""
"Sie haben nur eine große Windows-Partition.\n"
"Ich rate Ihnen, diese Partition erst zu verkleinern\n"
"(Wählen Sie sie an und drücken Sie dann „Größe ändern“)"
#: diskdrake/hd_gtk.pm:230
#, c-format
msgid "Please click on a partition"
msgstr "Bitte klicken Sie auf eine Partition"
#: diskdrake/hd_gtk.pm:244 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Details"
#: diskdrake/hd_gtk.pm:292
#, c-format
msgid "No hard disk drives found"
msgstr "Keine Festplattenlaufwerke gefunden"
#: diskdrake/hd_gtk.pm:323
#, c-format
msgid "Unknown"
msgstr "Unbekannt"
#: diskdrake/hd_gtk.pm:388
#, c-format
msgid "Ext4"
msgstr "Ext4"
#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "XFS"
msgstr "XFS"
#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "Swap"
msgstr "Swap"
#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "SunOS"
msgstr "SunOS"
#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "HFS"
msgstr "HFS"
#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "Windows"
msgstr "Windows"
#: diskdrake/hd_gtk.pm:389 fs/partitioning_wizard.pm:402 services.pm:187
#, c-format
msgid "Other"
msgstr "Andere"
#: diskdrake/hd_gtk.pm:389 diskdrake/interactive.pm:1384
#: fs/partitioning_wizard.pm:402
#, c-format
msgid "Empty"
msgstr "Leer"
#: diskdrake/hd_gtk.pm:396
#, c-format
msgid "Filesystem types:"
msgstr "Dateisystemtypen:"
#: diskdrake/hd_gtk.pm:417
#, c-format
msgid "This partition is already empty"
msgstr "Diese Partition ist bereits leer"
#: diskdrake/hd_gtk.pm:426
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Verwenden Sie erst „Aushängen“"
#: diskdrake/hd_gtk.pm:426
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Verwenden Sie „%s“ stattdessen (im Expertenmodus)"
#: diskdrake/hd_gtk.pm:426 diskdrake/interactive.pm:409
#: diskdrake/interactive.pm:645 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "Typ"
#: diskdrake/interactive.pm:211
#, c-format
msgid "Choose another partition"
msgstr "Wählen Sie eine andere Partition"
#: diskdrake/interactive.pm:211
#, c-format
msgid "Choose a partition"
msgstr "Wählen Sie eine Partition"
#: diskdrake/interactive.pm:273 diskdrake/interactive.pm:382
#: interactive/curses.pm:519
#, c-format
msgid "More"
msgstr "Mehr"
#: diskdrake/interactive.pm:281 diskdrake/interactive.pm:294
#: diskdrake/interactive.pm:572 diskdrake/interactive.pm:1292
#, c-format
msgid "Confirmation"
msgstr "Bestätigung"
#: diskdrake/interactive.pm:281
#, c-format
msgid "Continue anyway?"
msgstr "Wollen Sie trotzdem fortfahren?"
#: diskdrake/interactive.pm:286
#, c-format
msgid "Quit without saving"
msgstr "Beenden ohne speichern"
#: diskdrake/interactive.pm:286
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Beenden ohne die Partitionstabelle zu speichern?"
#: diskdrake/interactive.pm:294
#, c-format
msgid "Do you want to save the /etc/fstab modifications?"
msgstr "Wollen Sie die Änderungen in /etc/fstab speichern?"
#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
#, c-format
msgid "You need to reboot for the partition table modifications to take effect"
msgstr ""
"Sie müssen das System neu starten, damit die Änderungen an der "
"Partitionstabelle übernommen werden können."
#: diskdrake/interactive.pm:306
#, c-format
msgid ""
"You should format partition %s.\n"
"Otherwise no entry for mount point %s will be written in fstab.\n"
"Quit anyway?"
msgstr ""
"Sie sollten die Partition %s formatieren.\n"
"Sonst wird kein Eintrag für den Mount-Punkt %s in fstab geschrieben.\n"
"Trotzdem verlassen?"
#: diskdrake/interactive.pm:319
#, c-format
msgid "Clear all"
msgstr "Alles löschen"
#: diskdrake/interactive.pm:320
#, c-format
msgid "Auto allocate"
msgstr "Automatisches Erstellen"
#: diskdrake/interactive.pm:326
#, c-format
msgid "Toggle to normal mode"
msgstr "In den Normal-Modus wechseln"
#: diskdrake/interactive.pm:326
#, c-format
msgid "Toggle to expert mode"
msgstr "In den Experten-Modus wechseln"
#: diskdrake/interactive.pm:338
#, c-format
msgid "Hard disk drive information"
msgstr "Festplatten-Information"
#: diskdrake/interactive.pm:371
#, c-format
msgid "All primary partitions are used"
msgstr "Alle Primärpartitionen sind in Gebrauch"
#: diskdrake/interactive.pm:372
#, c-format
msgid "I cannot add any more partitions"
msgstr "Es können keine weitere Partitionen hinzugefügt werden."
#: diskdrake/interactive.pm:373
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
"Um mehr Partitionen einrichten zu können, müssen Sie zunächst eine Partition "
"löschen und anschließend eine erweiterte Partition erzeugen."
#: diskdrake/interactive.pm:384
#, c-format
msgid "Reload partition table"
msgstr "Partitionstabelle neu laden"
#: diskdrake/interactive.pm:391
#, c-format
msgid "Detailed information"
msgstr "Ausführliche Informationen"
#: diskdrake/interactive.pm:407
#, c-format
msgid "View"
msgstr "Ansehen"
#: diskdrake/interactive.pm:412 diskdrake/interactive.pm:834
#, c-format
msgid "Resize"
msgstr "Größe ändern"
#: diskdrake/interactive.pm:413
#, c-format
msgid "Format"
msgstr "Formatieren"
#: diskdrake/interactive.pm:415 diskdrake/interactive.pm:969
#, c-format
msgid "Add to RAID"
msgstr "Zum RAID hinzufügen"
#: diskdrake/interactive.pm:416 diskdrake/interactive.pm:988
#, c-format
msgid "Add to LVM"
msgstr "Zum LVM hinzufügen"
#: diskdrake/interactive.pm:417
#, c-format
msgid "Use"
msgstr "Nutze"
#: diskdrake/interactive.pm:419
#, c-format
msgid "Delete"
msgstr "Löschen"
#: diskdrake/interactive.pm:420
#, c-format
msgid "Remove from RAID"
msgstr "Aus dem RAID löschen"
#: diskdrake/interactive.pm:421
#, c-format
msgid "Remove from LVM"
msgstr "Aus dem LVM löschen"
#: diskdrake/interactive.pm:422
#, c-format
msgid "Remove from dm"
msgstr "Aus dem DM entfernen"
#: diskdrake/interactive.pm:423
#, c-format
msgid "Modify RAID"
msgstr "RAID modifizieren"
#: diskdrake/interactive.pm:424
#, c-format
msgid "Use for loopback"
msgstr "Als Loopback verwenden"
#: diskdrake/interactive.pm:434
#, c-format
msgid "Create"
msgstr "Erzeugen"
#: diskdrake/interactive.pm:456
#, c-format
msgid "Failed to mount partition"
msgstr "Kann die Partition nicht mounten"
#: diskdrake/interactive.pm:490 diskdrake/interactive.pm:492
#, c-format
msgid "Create a new partition"
msgstr "Eine neue Partition erzeugen"
#: diskdrake/interactive.pm:494
#, c-format
msgid "Start sector: "
msgstr "Anfangssektor: "
#: diskdrake/interactive.pm:497 diskdrake/interactive.pm:1073
#, c-format
msgid "Size in MB: "
msgstr "Größe in MB:"
#: diskdrake/interactive.pm:499 diskdrake/interactive.pm:1074
#, c-format
msgid "Filesystem type: "
msgstr "Dateisystemtyp: "
#: diskdrake/interactive.pm:505
#, c-format
msgid "Preference: "
msgstr "Einstellung: "
#: diskdrake/interactive.pm:508
#, c-format
msgid "Logical volume name "
msgstr "Name für logisches Laufwerk"
#: diskdrake/interactive.pm:510
#, c-format
msgid "Encrypt partition"
msgstr "Partition verschlüsseln"
#: diskdrake/interactive.pm:511
#, c-format
msgid "Encryption key "
msgstr "Verschlüsselungs-Passwort "
#: diskdrake/interactive.pm:512 diskdrake/interactive.pm:1501
#, c-format
msgid "Encryption key (again)"
msgstr "Verschlüsselungs-Passwort (erneut)"
#: diskdrake/interactive.pm:524 diskdrake/interactive.pm:1497
#, c-format
msgid "The encryption keys do not match"
msgstr "Die Verschlüsselungs-Passwörter stimmen nicht überein"
#: diskdrake/interactive.pm:525
#, c-format
msgid "Missing encryption key"
msgstr "Fehlendes Verschlüsselungs-Passwort"
#: diskdrake/interactive.pm:545
#, c-format
msgid ""
"You cannot create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
"Sie können keine neue Partion anlegen (da das Maximum an Primären "
"Partitionen bereits erreicht wurde). Entfernen Sie zunächst eine Primäre "
"Partition und legen Sie dann eine Erweiterte Partition."
#: diskdrake/interactive.pm:572 diskdrake/interactive.pm:1292
#: fs/partitioning.pm:48
#, c-format
msgid "Check for bad blocks?"
msgstr "Auf defekte Sektoren überprüfen?"
#: diskdrake/interactive.pm:603
#, c-format
msgid "Remove the loopback file?"
msgstr "Die Loopback-Datei entfernen?"
#: diskdrake/interactive.pm:626
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Nach Änderung des Partitionstyps von %s werden sämtliche Daten darauf "
"gelöscht."
#: diskdrake/interactive.pm:642
#, c-format
msgid "Change partition type"
msgstr "Partitionstyp ändern"
#: diskdrake/interactive.pm:644 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Welches Dateisystem wollen Sie verwenden?"
#: diskdrake/interactive.pm:651
#, c-format
msgid "Switching from %s to %s"
msgstr "Wechsle von %s zu %s"
#: diskdrake/interactive.pm:686
#, c-format
msgid "Set volume label"
msgstr "Datenträgerbezeichnung festlegen"
#: diskdrake/interactive.pm:688
#, c-format
msgid "Beware, this will be written to disk as soon as you validate!"
msgstr ""
"Beachten Sie! Dies wird auf die Platte geschrieben, sobald Sie bestätigen!"
#: diskdrake/interactive.pm:689
#, c-format
msgid "Beware, this will be written to disk only after formatting!"
msgstr ""
"Beachten Sie! Dies wird nur nach einer Formatierung auf der Platte "
"gespeichert!"
#: diskdrake/interactive.pm:691
#, c-format
msgid "Which volume label?"
msgstr "Welche Datenträgerbezeichnung?"
#: diskdrake/interactive.pm:692
#, c-format
msgid "Label:"
msgstr "Bezeichnung:"
#: diskdrake/interactive.pm:713
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "Wo wollen Sie die Loopback-Datei %s einhängen?"
#: diskdrake/interactive.pm:714
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Wo wollen Sie das Gerät %s einhängen?"
#: diskdrake/interactive.pm:719
#, c-format
msgid ""
"Cannot unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
"Der Einhängepunkt kann nicht entfernt werden, da diese Partition für ein "
"„Loopback“ genutzt wird.\n"
"Entfernen Sie zuerst das „Loopback“"
#: diskdrake/interactive.pm:749
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Wo wollen Sie „%s“ einhängen?"
#: diskdrake/interactive.pm:779 diskdrake/interactive.pm:875
#: fs/partitioning_wizard.pm:129 fs/partitioning_wizard.pm:205
#, c-format
msgid "Resizing"
msgstr "Größe ändern"
#: diskdrake/interactive.pm:779
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "Errechne die Grenzen des FAT-Dateisystems"
#: diskdrake/interactive.pm:821
#, c-format
msgid "This partition is not resizeable"
msgstr "Die Größe dieser Partition ist nicht änderbar"
#: diskdrake/interactive.pm:826
#, c-format
msgid "All data on this partition should be backed up"
msgstr "Für alle Daten auf dieser Partition sollte ein Backup angelegt werden."
#: diskdrake/interactive.pm:828
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Durch Veränderung der Partitionsgröße von %s, gehen sämtliche Daten darauf "
"verloren."
#: diskdrake/interactive.pm:835
#, c-format
msgid "Choose the new size"
msgstr "Wählen Sie die neue Größe"
#: diskdrake/interactive.pm:836
#, c-format
msgid "New size in MB: "
msgstr "Neue Größe in MB:"
#: diskdrake/interactive.pm:837
#, c-format
msgid "Minimum size: %s MB"
msgstr "Minimale Größe: %s MB"
#: diskdrake/interactive.pm:838
#, c-format
msgid "Maximum size: %s MB"
msgstr "Maximale Größe: %s MB"
#: diskdrake/interactive.pm:886 fs/partitioning_wizard.pm:213
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s),\n"
"filesystem checks will be run on your next boot into Microsoft Windows®"
msgstr ""
"Um nach der Größenänderung der Partition(en) die Datenintegrität\n"
"zu gewährleisten, wird Microsoft Windows® beim nächsten Hochfahren eine\n"
"Dateisystemprüfung durchführen."
#: diskdrake/interactive.pm:952 diskdrake/interactive.pm:1492
#, c-format
msgid "Filesystem encryption key"
msgstr "Dateisystem-Schlüssel"
#: diskdrake/interactive.pm:953
#, c-format
msgid "Enter your filesystem encryption key"
msgstr "Geben Sie Ihren Schlüssel für die Dateisystemverschlüsselung an"
#: diskdrake/interactive.pm:954 diskdrake/interactive.pm:1500
#, c-format
msgid "Encryption key"
msgstr "Verschlüsselungs-Passwort"
#: diskdrake/interactive.pm:961
#, c-format
msgid "Invalid key"
msgstr "Ungültiger Schlüssel"
#: diskdrake/interactive.pm:969
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Wählen Sie ein vorhandenes RAID"
#: diskdrake/interactive.pm:971 diskdrake/interactive.pm:990
#, c-format
msgid "new"
msgstr "neu"
#: diskdrake/interactive.pm:988
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Wählen Sie einen vorhandenen LVM"
#: diskdrake/interactive.pm:1000 diskdrake/interactive.pm:1009
#, c-format
msgid "LVM name"
msgstr "LVM-Name"
#: diskdrake/interactive.pm:1001
#, c-format
msgid "Enter a name for the new LVM volume group"
msgstr "Geben Sie einen Namen für die neue LVM-Gruppe an"
#: diskdrake/interactive.pm:1006
#, c-format
msgid "\"%s\" already exists"
msgstr "\"%s\" existiert bereits."
#: diskdrake/interactive.pm:1038
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
"Der Datenträger %s wird noch verwendet.\n"
"Möchten Sie verwendete physische Erweiterungen auf diesem Datenträger auf "
"andere Datenträger verschieben?"
#: diskdrake/interactive.pm:1040
#, c-format
msgid "Moving physical extents"
msgstr "Physische Erweiterungen verschieben"
#: diskdrake/interactive.pm:1058
#, c-format
msgid "This partition cannot be used for loopback"
msgstr "Diese Partition kann nicht für „Loopback“ verwendet werden"
#: diskdrake/interactive.pm:1071
#, c-format
msgid "Loopback"
msgstr "Loopback"
#: diskdrake/interactive.pm:1072
#, c-format
msgid "Loopback file name: "
msgstr "Name der Loopback-Datei: "
#: diskdrake/interactive.pm:1077
#, c-format
msgid "Give a file name"
msgstr "Dateinamen angeben"
#: diskdrake/interactive.pm:1080
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr ""
"Diese Datei wird bereits von einer anderen Loopback-Verknüpfung verwendet, "
"wählen Sie eine andere Datei."
#: diskdrake/interactive.pm:1081
#, c-format
msgid "File already exists. Use it?"
msgstr "Datei existiert bereits. Soll ich sie verwenden?"
#: diskdrake/interactive.pm:1113 diskdrake/interactive.pm:1116
#, c-format
msgid "Mount options"
msgstr "Einhänge-Optionen"
#: diskdrake/interactive.pm:1123
#, c-format
msgid "Various"
msgstr "Verschiedene"
#: diskdrake/interactive.pm:1169
#, c-format
msgid "device"
msgstr "Gerät"
#: diskdrake/interactive.pm:1170
#, c-format
msgid "level"
msgstr "Ebene"
#: diskdrake/interactive.pm:1171
#, c-format
msgid "chunk size in KiB"
msgstr "Blockgröße in kB"
#: diskdrake/interactive.pm:1189
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Vorsicht: Diese Aktion ist gefährlich."
#: diskdrake/interactive.pm:1204
#, c-format
msgid "Partitioning Type"
msgstr "Partitionierungsart"
#: diskdrake/interactive.pm:1204
#, c-format
msgid "What type of partitioning?"
msgstr "Welcher Partitionstyp?"
#: diskdrake/interactive.pm:1242
#, c-format
msgid "You'll need to reboot before the modification can take effect"
msgstr ""
"Sie müssen das System neu starten, damit die Änderung übernommen werden kann."
#: diskdrake/interactive.pm:1251
#, c-format
msgid "Partition table of drive %s is going to be written to disk"
msgstr "Die Partitionstabelle der Platte %s wird gespeichert"
#: diskdrake/interactive.pm:1270 fs/format.pm:110 fs/format.pm:117
#, c-format
msgid "Formatting partition %s"
msgstr "Partition %s wird formatiert"
#: diskdrake/interactive.pm:1283
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Nach Formatieren der Partition %s, werden sämtliche Daten darauf gelöscht."
#: diskdrake/interactive.pm:1306
#, c-format
msgid "Move files to the new partition"
msgstr "Dateien auf die neue Partition verschieben"
#: diskdrake/interactive.pm:1306
#, c-format
msgid "Hide files"
msgstr "Dateien verstecken"
#: diskdrake/interactive.pm:1307
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)\n"
"\n"
"You can either choose to move the files into the partition that will be "
"mounted there or leave them where they are (which results in hiding them by "
"the contents of the mounted partition)"
msgstr ""
"Verzeichnis %s enthält Daten\n"
"(%s)\n"
"\n"
"Sie haben die Wahl, die Daten in die neue Partition zu kopieren oder sie an "
"dem Ort zu belassen. (Was zur Folge hat, dass sie durch die Partition "
"verdeckt werden)"
#: diskdrake/interactive.pm:1322
#, c-format
msgid "Moving files to the new partition"
msgstr "Dateien werden auf die neue Partition verschoben"
#: diskdrake/interactive.pm:1326
#, c-format
msgid "Copying %s"
msgstr "%s wird kopiert"
#: diskdrake/interactive.pm:1330
#, c-format
msgid "Removing %s"
msgstr "%s wird entfernt"
#: diskdrake/interactive.pm:1344
#, c-format
msgid "partition %s is now known as %s"
msgstr "die Partition %s heißt nun %s"
#: diskdrake/interactive.pm:1345
#, c-format
msgid "Partitions have been renumbered: "
msgstr "Die Partitionen wurden neu nummeriert:"
#: diskdrake/interactive.pm:1370 diskdrake/interactive.pm:1441
#, c-format
msgid "Device: "
msgstr "Gerät: "
#: diskdrake/interactive.pm:1371
#, c-format
msgid "Volume label: "
msgstr "Datenträger-Bezeichnung: "
#: diskdrake/interactive.pm:1372
#, c-format
msgid "UUID: "
msgstr "UUID: "
#: diskdrake/interactive.pm:1373
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS Laufwerksbuchstabe: %s (vermutlich?)\n"
#: diskdrake/interactive.pm:1377 diskdrake/interactive.pm:1386
#: diskdrake/interactive.pm:1460
#, c-format
msgid "Type: "
msgstr "Typ:"
#: diskdrake/interactive.pm:1381 diskdrake/interactive.pm:1445
#, c-format
msgid "Name: "
msgstr "Name: "
#: diskdrake/interactive.pm:1388
#, c-format
msgid "Start: sector %s\n"
msgstr "Anfang: Sektor %s\n"
#: diskdrake/interactive.pm:1389
#, c-format
msgid "Size: %s"
msgstr "Größe: %s"
#: diskdrake/interactive.pm:1391
#, c-format
msgid ", %s sectors"
msgstr ", %s Sektoren"
#: diskdrake/interactive.pm:1393
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Zylinder %d bis %d\n"
#: diskdrake/interactive.pm:1394
#, c-format
msgid "Number of logical extents: %d\n"
msgstr "Anzahl logischer Erweiterungen: %d\n"
#: diskdrake/interactive.pm:1395
#, c-format
msgid "Formatted\n"
msgstr "Formatiert\n"
#: diskdrake/interactive.pm:1396
#, c-format
msgid "Not formatted\n"
msgstr "Nicht formatiert\n"
#: diskdrake/interactive.pm:1397
#, c-format
msgid "Mounted\n"
msgstr "Eingehängt\n"
#: diskdrake/interactive.pm:1398
#, c-format
msgid "RAID %s\n"
msgstr "RAID %s\n"
#: diskdrake/interactive.pm:1400
#, c-format
msgid "Encrypted"
msgstr "Verschlüsselt"
#: diskdrake/interactive.pm:1402
#, c-format
msgid " (mapped on %s)"
msgstr "(abgebildet auf %s)"
#: diskdrake/interactive.pm:1403
#, c-format
msgid " (to map on %s)"
msgstr "(abzubilden auf %s)"
#: diskdrake/interactive.pm:1404
#, c-format
msgid " (inactive)"
msgstr " (deaktiviert)"
#: diskdrake/interactive.pm:1411
#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr ""
"Loopback-Datei(en):\n"
" %s\n"
#: diskdrake/interactive.pm:1412
#, c-format
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
msgstr ""
"Partition wird standardmäßig geladen\n"
" (für MS-DOS-Boot, nicht jedoch für LILO)\n"
#: diskdrake/interactive.pm:1414
#, c-format
msgid "Level %s\n"
msgstr "Ebene %s\n"
#: diskdrake/interactive.pm:1415
#, c-format
msgid "Chunk size %d KiB\n"
msgstr "Blockgröße %d kiB\n"
#: diskdrake/interactive.pm:1416
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-Platten %s\n"
#: diskdrake/interactive.pm:1418
#, c-format
msgid "Loopback file name: %s"
msgstr "Dateiname des Loopbacks: %s"
#: diskdrake/interactive.pm:1421
#, c-format
msgid ""
"\n"
"Chances are, this partition is\n"
"a Driver partition. You should\n"
"probably leave it alone.\n"
msgstr ""
"\n"
"Es handelt sich mit großer\n"
"Wahrscheinlichkeit um eine\n"
"Treiber-Partition. Sie sollten\n"
"sie daher besser unverändert\n"
"lassen.\n"
#: diskdrake/interactive.pm:1424
#, c-format
msgid ""
"\n"
"This special Bootstrap\n"
"partition is for\n"
"dual-booting your system.\n"
msgstr ""
"\n"
"Diese spezielle Start-Partition\n"
"ist für die Verwendung mehrerer\n"
"Betriebssysteme auf dem selben\n"
"Rechner.\n"
#: diskdrake/interactive.pm:1433
#, c-format
msgid "Free space on %s (%s)"
msgstr "Freier Speicher auf %s (%s)"
#: diskdrake/interactive.pm:1442
#, c-format
msgid "Read-only"
msgstr "Nur lesbar"
#: diskdrake/interactive.pm:1443
#, c-format
msgid "Size: %s\n"
msgstr "Größe: %s\n"
#: diskdrake/interactive.pm:1444
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Geometrie: %s Zylinder, %s Köpfe, %s Sektoren\n"
#: diskdrake/interactive.pm:1446
#, c-format
msgid "Medium type: "
msgstr "Medienart: "
#: diskdrake/interactive.pm:1447
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-Platten %s\n"
#: diskdrake/interactive.pm:1448
#, c-format
msgid "Partition table type: %s\n"
msgstr "Partitionstabellentyp: %s\n"
#: diskdrake/interactive.pm:1449
#, c-format
msgid "on channel %d id %d\n"
msgstr "auf Kanal %d ID %d\n"
#: diskdrake/interactive.pm:1493
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Wählen Sie Ihr Dateisystem Verschlüsselungs-Passwort"
#: diskdrake/interactive.pm:1496
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"Dieses Passwort ist zu einfach (es muss mindestens %d Zeichen lang sein)!"
#: diskdrake/interactive.pm:1503
#, c-format
msgid "Encryption algorithm"
msgstr "Verschlüsselungsalgorithmus"
#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "Typ ändern"
#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:129 interactive.pm:550
#: interactive/curses.pm:267 interactive/http.pm:104 interactive/http.pm:160
#: interactive/stdio.pm:39 interactive/stdio.pm:148 mygtk2.pm:846 ugtk2.pm:415
#: ugtk2.pm:517 ugtk2.pm:526 ugtk2.pm:812
#, c-format
msgid "Cancel"
msgstr "Abbrechen"
#: diskdrake/smbnfs_gtk.pm:164
#, c-format
msgid "Cannot login using username %s (bad password?)"
msgstr ""
"Login mit diesem Benutzernamen %s war nicht erfolgreich (falsches Passwort?)"
#: diskdrake/smbnfs_gtk.pm:168 diskdrake/smbnfs_gtk.pm:177
#, c-format
msgid "Domain Authentication Required"
msgstr "Domänen-Authentifizierung nötig"
#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Which username"
msgstr "Welchen Benutzernamen"
#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Another one"
msgstr "Anderer"
#: diskdrake/smbnfs_gtk.pm:178
#, c-format
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
"Bitte geben Sie Benutzername, Passwort und Domäne an, um sich an diesem "
"Rechner anzumelden."
#: diskdrake/smbnfs_gtk.pm:180
#, c-format
msgid "Username"
msgstr "Benutzername"
#: diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "Domäne"
#: diskdrake/smbnfs_gtk.pm:206
#, c-format
msgid "Search servers"
msgstr "Server suchen"
#: diskdrake/smbnfs_gtk.pm:211
#, c-format
msgid "Search for new servers"
msgstr "Suche nach neuen Servern"
#: do_pkgs.pm:19 do_pkgs.pm:57
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Das Paket %s muss installiert sein. Soll es installiert werden?"
#: do_pkgs.pm:23 do_pkgs.pm:44 do_pkgs.pm:60 do_pkgs.pm:82
#, c-format
msgid "Could not install the %s package!"
msgstr "Das Paket konnte %s nicht installiert werden!"
#: do_pkgs.pm:28 do_pkgs.pm:65
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Das zwingend benötigte Paket „%s“ fehlt."
#: do_pkgs.pm:39 do_pkgs.pm:77
#, c-format
msgid "The following packages need to be installed:\n"
msgstr "Die folgenden Pakete müssen installiert werden:\n"
#: do_pkgs.pm:241
#, c-format
msgid "Installing packages..."
msgstr "Pakete werden installiert..."
#: do_pkgs.pm:287 pkgs.pm:285
#, c-format
msgid "Removing packages..."
msgstr "Pakete werden entfernt..."
#: fs/any.pm:17
#, c-format
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
msgstr ""
"Ein Fehler ist aufgetreten - es wurde kein gültiges Gerät gefunden auf dem "
"das Dateisystem erstellt werden kann. Bitte überprüfen Sie die Hardware, um "
"den Grund für diesen Fehler zu finden."
#: fs/any.pm:75 fs/partitioning_wizard.pm:62
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "In /boot/efi muss eine FAT-Partition eingebunden sein"
#: fs/format.pm:114
#, c-format
msgid "Creating and formatting file %s"
msgstr "Erzeugen und Formatieren der Datei %s"
#: fs/format.pm:133
#, c-format
msgid "I do not know how to set label on %s with type %s"
msgstr ""
"Es ist nicht bekannt, wie die Bezeichnung von %s mit Typ %s gesetzt werden "
"soll"
#: fs/format.pm:145
#, c-format
msgid "setting label on %s failed, is it formatted?"
msgstr ""
"Das Festlegen einer Datenträgerbezeichnung für %s schlug fehl, ist das Gerät "
"formatiert?"
#: fs/format.pm:186
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr ""
"Es ist nicht bekannt, wie %s mit einem Dateisystem vom Typ %s zu formatiert "
"ist ."
#: fs/format.pm:191 fs/format.pm:193
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s formatieren von %s schlug fehl"
#: fs/loopback.pm:24
#, c-format
msgid "Circular mounts %s\n"
msgstr "Schleife bem Einbinden %s\n"
#: fs/mount.pm:85
#, c-format
msgid "Mounting partition %s"
msgstr "Partition „%s“ einhängen"
#: fs/mount.pm:86
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "Das Einhängen der Partition %s in das Verzeichnis %s schlug fehl."
#: fs/mount.pm:91 fs/mount.pm:108
#, c-format
msgid "Checking %s"
msgstr "%s wird überprüft"
#: fs/mount.pm:125 partition_table.pm:422
#, c-format
msgid "error unmounting %s: %s"
msgstr "Fehler beim Aushängen von %s: %s"
#: fs/mount.pm:140
#, c-format
msgid "Enabling swap partition %s"
msgstr "Swap-Partition „%s“ aktivieren"
#: fs/mount_options.pm:113
#, c-format
msgid "Enable POSIX Access Control Lists"
msgstr "Aktiviere die POSIX-Zugangskontrolllisten (ACLs)"
#: fs/mount_options.pm:115
#, c-format
msgid "Flush write cache on file close"
msgstr "Lösche den Schreib-Zwischenspeicher beim Schließen der Datei"
#: fs/mount_options.pm:117
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
"Gruppen-Platten-Quota entsprechend aktivieren und wahlweise Grenzwerte "
"durchsetzen"
#: fs/mount_options.pm:119
#, c-format
msgid ""
"Do not update inode access times on this filesystem\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
"Die Inode-Zugangszeit auf diesem Dateisystem nicht aktualisieren\n"
"(z.B. für schnelleren Zugang zum News-Spool und um den Server zu "
"beschleunigen)."
#: fs/mount_options.pm:122
#, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
"Inode-Zugriffszeiten auf diesem System in effizienterer Weise aktualisieren\n"
"(z.B. für schnellere Zugriffe auf den News-Spool um News-Server zu "
"beschleunigen)."
#: fs/mount_options.pm:125
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the filesystem to be mounted)."
msgstr ""
"Kann nur explizit gemountet werden (bedeutet, die Option -a wird das "
"Dateisystem nicht mounten)"
#: fs/mount_options.pm:128
#, c-format
msgid "Do not interpret character or block special devices on the filesystem."
msgstr ""
"Charakter- oder spezielle Block-Geräte im Dateisystem nicht interpretieren."
#: fs/mount_options.pm:130
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
"filesystem. This option might be useful for a server that has filesystems\n"
"containing binaries for architectures other than its own."
msgstr ""
"Die Ausführung von Binärdateien auf dem gemounteten Dateisystem\n"
"unterbinden. Diese Option kann nützlich sein für einen Server mit\n"
"Dateisystemen, die Binärdateien für andere Architekturen enthalten."
#: fs/mount_options.pm:134
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
"have suidperl(1) installed.)"
msgstr ""
"Die Wirkung von gesetzen Benutzer- oder Gruppen-Identifikator-\n"
"Bits unterbinden. (Dies erscheint sicher, ist aber faktisch unsicherer falls "
"Sie\n"
"suidperl(1) installiert haben.)"
#: fs/mount_options.pm:138
#, c-format
msgid "Mount the filesystem read-only."
msgstr "Dateisystem im \"nur Lesen\"-Modus mounten"
#: fs/mount_options.pm:140
#, c-format
msgid "All I/O to the filesystem should be done synchronously."
msgstr ""
"Alle I/O-Zugriffe auf das Dateisystem sollten synchron durchgeführt werden."
#: fs/mount_options.pm:142
#, c-format
msgid "Allow every user to mount and umount the filesystem."
msgstr "Erlaube allen Usern, das Dateisystem ein- und auszuhängen."
#: fs/mount_options.pm:144
#, c-format
msgid "Allow an ordinary user to mount the filesystem."
msgstr "Erlaube dem einfachen Benutzer, das Filesystem einzuhängen."
#: fs/mount_options.pm:146
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr "Nutzer-Platten-Quota aktivieren und wahlweise Grenzwerte durchsetzen"
#: fs/mount_options.pm:148
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr "Unterstütze \"Benutzer.\"-erweiterte Eigenschaften"
#: fs/mount_options.pm:150
#, c-format
msgid "Give write access to ordinary users"
msgstr "Schreib-Zugriff für den normalen Benutzer"
#: fs/mount_options.pm:152
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "Nur-Lese-Zugriff für den normalen Benutzer"
#: fs/mount_point.pm:82
#, c-format
msgid "Duplicate mount point %s"
msgstr "Einhängepunkt %s duplizieren"
#: fs/mount_point.pm:97
#, c-format
msgid "No partition available"
msgstr "Keine Partition verfügbar"
#: fs/mount_point.pm:100
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Überprüfe Partitionen um den Einhängepunkt zu finden"
#: fs/mount_point.pm:107
#, c-format
msgid "Choose the mount points"
msgstr "Wählen Sie den Einhängepunkt"
#: fs/partitioning.pm:46
#, c-format
msgid "Choose the partitions you want to format"
msgstr "Wählen Sie die Partition(en) die Sie formatieren wollen"
#: fs/partitioning.pm:75
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can lose data)"
msgstr ""
"Fehler beim Prüfen des %s Dateisystem. Wollen Sie die Fehler beheben? "
"(Beachten Sie, Sie können Daten verlieren)"
#: fs/partitioning.pm:78
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"Nicht genug Swap-Speicher um die Installation auszuführen, bitte fügen Sie "
"mehr Swap-Speicher hinzu"
#: fs/partitioning_wizard.pm:53
#, c-format
msgid ""
"You must have a root partition.\n"
"To accomplish this, create a partition (or click on an existing one).\n"
"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
"Sie müssen eine Root-Partition haben. \n"
"Um das zu bewerkstelligen, richten Sie zuerst eine Partition ein (oder "
"klicken auf eine bereits existierende Partition).\n"
"Danach wählen Sie die Aktion „Einhängepunkt“ und setzen die Einstellung dort "
"auf „/“"
#: fs/partitioning_wizard.pm:59
#, c-format
msgid ""
"You do not have a swap partition.\n"
"\n"
"Continue anyway?"
msgstr ""
"Sie haben keine Swap-Partition.\n"
"\n"
"Wollen Sie fortfahren?"
#: fs/partitioning_wizard.pm:93
#, c-format
msgid "Use free space"
msgstr "Verwende freien Platz"
#: fs/partitioning_wizard.pm:95
#, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "Nicht genug freier Platz, um die neue Partition hinzuzufügen"
#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use existing partitions"
msgstr "Bestehende Partitionen"
#: fs/partitioning_wizard.pm:105
#, c-format
msgid "There is no existing partition to use"
msgstr "Es gibt keine existierende Partition, die verwendet werden können."
#: fs/partitioning_wizard.pm:129
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr "Die Größe der Microsoft Windows®-Partition berechnen"
#: fs/partitioning_wizard.pm:165
#, c-format
msgid "Use the free space on a Microsoft Windows® partition"
msgstr ""
"Den freien Speicherplatz auf der Microsoft Windows® Partition verwenden"
#: fs/partitioning_wizard.pm:169
#, c-format
msgid "Which partition do you want to resize?"
msgstr "Bei welcher Partition wollen Sie die Größe ändern?"
#: fs/partitioning_wizard.pm:172
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
"computer under Microsoft Windows®, run the ``defrag'' utility, then restart "
"the %s installation."
msgstr ""
"Ihre Microsoft-Windows(R)-Partition ist zu stark fragmentiert. Bitte starten "
"Sie Ihren Computer zuerst unter Microsoft Windows(R) und führen Sie das "
"„defrag“-Programm aus, dann starten Sie die %s-Installation neu."
#: fs/partitioning_wizard.pm:180
#, c-format
msgid ""
"WARNING!\n"
"\n"
"\n"
"Your Microsoft Windows® partition will be now resized.\n"
"\n"
"\n"
"Be careful: this operation is dangerous. If you have not already done so, "
"you first need to exit the installation, run \"chkdsk c:\" from a Command "
"Prompt under Microsoft Windows® (beware, running graphical program \"scandisk"
"\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), "
"optionally run defrag, then restart the installation. You should also backup "
"your data.\n"
"\n"
"\n"
"When sure, press %s."
msgstr ""
"WARNUNG!\n"
"\n"
"\n"
"DrakX wird nun die Größe Ihrer Windows-Partition verändern.\n"
"\n"
"\n"
"Seien Sie vorsichtig: Diese Aktion ist gefährlich. Falls Sie es noch nicht "
"getan haben, sollten Sie nun die Installation abbrechen, um „chkdsk c:“ von "
"einem DOS Prompt unter Windows auf die Partition anzuwenden (Achtung:"
"scandisk unter der grafischen Windows Oberfläche reicht nicht aus, bitte "
"„chkdsk“ in einem DOS Prompt ausführen!) Defragmentieren. Anschließend "
"können Sie die Installation erneut starten.\n"
"Sie sollten natürlich generell Sicherheitskopien Ihrer Daten angelegt\n"
"haben.\n"
"\n"
"\n"
"Falls dies der Fall ist, können Sie mit %s fortfahren."
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: fs/partitioning_wizard.pm:189 fs/partitioning_wizard.pm:557
#: interactive.pm:549 interactive/curses.pm:270 ugtk2.pm:519
#, c-format
msgid "Next"
msgstr "Weiter"
#: fs/partitioning_wizard.pm:195
#, c-format
msgid "Partitionning"
msgstr "Partitionierung"
#: fs/partitioning_wizard.pm:195
#, c-format
msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr ""
"Wieviel Platz benötigen sie noch für Microsoft Windows® auf Partition %s?"
#: fs/partitioning_wizard.pm:196
#, c-format
msgid "Size"
msgstr "Größe"
#: fs/partitioning_wizard.pm:205
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "Größe der Microsoft Windows®-Partition wird geändert"
#: fs/partitioning_wizard.pm:210
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT-Größenanpassung schlug fehl: %s"
#: fs/partitioning_wizard.pm:226
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
"Sie haben keine FAT-Partition, deren Größe angepasst werden kann\n"
"(möglicherweise haben Sie auch einfach nur nicht mehr genügend\n"
"freien Speicher)."
#: fs/partitioning_wizard.pm:231
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "Entferne Microsoft Windows®"
#: fs/partitioning_wizard.pm:231
#, c-format
msgid "Erase and use entire disk"
msgstr "Komplette Platte löschen und freien Platz benutzen"
#: fs/partitioning_wizard.pm:235
#, c-format
msgid ""
"You have more than one hard disk drive, which one do you want the installer "
"to use?"
msgstr ""
"Sie verfügen über mehr als eine Festplatte, welche soll vom "
"Installationsprogramm benutzt werden?"
#: fs/partitioning_wizard.pm:243 fsedit.pm:632
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"SÄMTLICHE existierende Partitionen samt der darauf befindlichen Daten \n"
"auf Laufwerk %s gehen dabei verloren"
#: fs/partitioning_wizard.pm:253
#, c-format
msgid "Custom disk partitioning"
msgstr "Benutzerdefinierte Partitionierung"
#: fs/partitioning_wizard.pm:259
#, c-format
msgid "Use fdisk"
msgstr "Verwende fdisk"
#: fs/partitioning_wizard.pm:262
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, do not forget to save using `w'"
msgstr ""
"Sie können nun %s partitionieren.\n"
"Vergessen Sie nicht die Einstellungen mittels „w“ zu speichern, \n"
"sobald Sie fertig sind."
#: fs/partitioning_wizard.pm:401
#, c-format
msgid "Ext2/3/4"
msgstr "Ext2/3/4"
#: fs/partitioning_wizard.pm:431 fs/partitioning_wizard.pm:577
#, c-format
msgid "I cannot find any room for installing"
msgstr "Es kann kein Platz für die Installation gefunden werden."
#: fs/partitioning_wizard.pm:440 fs/partitioning_wizard.pm:584
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "Der DrakX-Partitionierungsassistent fand folgende Lösungen:"
#: fs/partitioning_wizard.pm:510
#, c-format
msgid "Here is the content of your disk drive "
msgstr "Hier sehen Sie den Inhalt ihres Festplattenlaufwerkes "
#: fs/partitioning_wizard.pm:594
#, c-format
msgid "Partitioning failed: %s"
msgstr "Partitionierunsgfehler: %s"
#: fs/type.pm:392
#, c-format
msgid "You cannot use JFS for partitions smaller than 16MB"
msgstr ""
"Sie können JFS nicht für Partitionen nutzen, die kleiner als 16 MB sind."
#: fs/type.pm:393
#, c-format
msgid "You cannot use ReiserFS for partitions smaller than 32MB"
msgstr ""
"Sie können ReiserFS nicht für Partitionen nutzen, die kleiner als 32 MB sind."
#: fsedit.pm:24
#, c-format
msgid "simple"
msgstr "Einfach"
#: fsedit.pm:28
#, c-format
msgid "with /usr"
msgstr "mit „/usr“"
#: fsedit.pm:33
#, c-format
msgid "server"
msgstr "Server"
#: fsedit.pm:137
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr "BIOS-Software-RAID wurde auf Festplatte %s gefunden. Aktivieren?"
#: fsedit.pm:247
#, c-format
msgid ""
"I cannot read the partition table of device %s, it's too corrupted for me :"
"(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
"The other solution is to not allow DrakX to modify the partition table.\n"
"(the error is %s)\n"
"\n"
"Do you agree to lose all the partitions?\n"
msgstr ""
"Die Partitionstabelle für das Gerät %s kann nicht gelesen werden, sie "
"scheint beschädigt. \n"
"Eine Fortsetzung ist möglich, indem fehlerhafte Partitionen gelöscht werden "
"(alle in ihnen enthaltende Daten gehen verloren!)\n"
"Die Alternative besteht darin, DrakX die Änderung der Partitionstabelle zu "
"erlauben.\n"
"(Der Fehler ist %s)\n"
"\n"
"Sind Sie mit dem Verlust aller Partitionen einverstanden?\n"
#: fsedit.pm:427
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Einhängepunkte müssen mit einem / beginnen."
#: fsedit.pm:428
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
"Einhängepunkte sollten nur Buchstaben, Ziffern und den Unterstrich "
"unterhalten"
#: fsedit.pm:429
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Es gibt bereits eine Partition, mit dem Einhängepunkt %s\n"
#: fsedit.pm:434
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"Please be sure to add a separate /boot partition"
msgstr ""
"Sie haben eine Software RAID Partition als Rootverzeichnis (/) gewählt.\n"
"Kein Bootloader kann diese ohne eine /boot Partition handhaben.\n"
"Stellen Sie sicher, dass Sie eine separate /boot Partition angelegt haben."
#: fsedit.pm:440
#, c-format
msgid ""
"Metadata version unsupported for a boot partition. Please be sure to add a "
"separate /boot partition."
msgstr ""
"Die Metadaten-Version wird für eine Boot-Partition nicht unterstützt. Fügen "
"Sie eine separate /boot-Partition hinzu."
#: fsedit.pm:448
#, c-format
msgid ""
"You've selected a software RAID partition as /boot.\n"
"No bootloader is able to handle this."
msgstr ""
"Sie haben eine Software-RAID-Partition als /boot-Partition ausgewählt. Kein "
"Bootloader kann damit umgehen. "
#: fsedit.pm:452
#, c-format
msgid "Metadata version unsupported for a boot partition."
msgstr "Die Metadaten-Version wird für eine Boot-Partition nicht unterstützt."
#: fsedit.pm:459
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"Please be sure to add a separate /boot partition"
msgstr ""
"Sie haben eine verschlüsselte Partition als Rootverzeichnis (/) gewählt. \n"
"Kein Bootloader kann diese ohne eine /boot-Partition handhaben.\n"
"Stellen Sie sicher, dass Sie eine separate /boot-Partition angelegt haben."
#: fsedit.pm:465 fsedit.pm:483
#, c-format
msgid "You cannot use an encrypted filesystem for mount point %s"
msgstr ""
"Sie können kein verschlüsseltes Dateisystem als Einhängepunkt %s verwenden."
#: fsedit.pm:469
#, c-format
msgid ""
"You cannot use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr ""
"Sie können kein Logisches Volumen (LVM) für den Einhängepunkt %s verwenden, "
"da es mehrere physiklische Geräte umspannt"
#: fsedit.pm:471
#, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
"The bootloader is not able to handle this when the volume spans physical "
"volumes.\n"
"You should create a separate /boot partition first"
msgstr ""
"Sie haben ein Logisches Volumen (LVM) als Root (/) gewählt.\n"
"Der Bootloader kann dies nicht handhaben, wenn dies mehrere physikalische "
"Geräte umspannt.\n"
"Sie sollten eine separate /boot-Partition erzeugen."
#: fsedit.pm:475 fsedit.pm:477
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Dieses Verzeichnis muss innerhalb des Wurzelverzeichnisses bleiben"
#: fsedit.pm:479 fsedit.pm:481
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
"Sie benötigen ein echtes GNU/Linux-Dateisystem (ext2/3/4, reiserfs, xfs oder "
"jfs) für diesen Einhängepunkt.\n"
#: fsedit.pm:548
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "Nicht genug freier Platz, um eine Partition anzulegen."
#: fsedit.pm:550
#, c-format
msgid "Nothing to do"
msgstr "Nichts zu tun."
#: harddrake/data.pm:62
#, c-format
msgid "SATA controllers"
msgstr "SATA-Controller"
#: harddrake/data.pm:71
#, c-format
msgid "RAID controllers"
msgstr "RAID-Controller"
#: harddrake/data.pm:81
#, c-format
msgid "(E)IDE/ATA controllers"
msgstr "(E)IDE/ATA-Controller"
#: harddrake/data.pm:92
#, c-format
msgid "Card readers"
msgstr "Kartenlesegerät"
#: harddrake/data.pm:101
#, c-format
msgid "Firewire controllers"
msgstr "Firewire-Controller"
#: harddrake/data.pm:110
#, c-format
msgid "PCMCIA controllers"
msgstr "PCMCIA-Controller"
#: harddrake/data.pm:119
#, c-format
msgid "SCSI controllers"
msgstr "SCSI-Controller"
#: harddrake/data.pm:128
#, c-format
msgid "USB controllers"
msgstr "USB-Controller"
#: harddrake/data.pm:137
#, c-format
msgid "USB ports"
msgstr "USB-Ports"
#: harddrake/data.pm:146
#, c-format
msgid "SMBus controllers"
msgstr "SMBus-Controller"
#: harddrake/data.pm:155
#, c-format
msgid "Bridges and system controllers"
msgstr "Brücken und System-Controller"
#: harddrake/data.pm:167
#, c-format
msgid "Floppy"
msgstr "Diskettenlaufwerk"
#: harddrake/data.pm:177
#, c-format
msgid "Zip"
msgstr "ZIP"
#: harddrake/data.pm:193
#, c-format
msgid "Hard Disk"
msgstr "Festplatte"
#: harddrake/data.pm:203
#, c-format
msgid "USB Mass Storage Devices"
msgstr "USB-Massenspeicher-Geräte"
#: harddrake/data.pm:212
#, c-format
msgid "CDROM"
msgstr "CD-ROM"
#: harddrake/data.pm:222
#, c-format
msgid "CD/DVD burners"
msgstr "CD/DVD-Brenner"
#: harddrake/data.pm:232
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
#: harddrake/data.pm:242
#, c-format
msgid "Tape"
msgstr "Bandlaufwerk"
#: harddrake/data.pm:253
#, c-format
msgid "AGP controllers"
msgstr "AGP-Controller"
#: harddrake/data.pm:262
#, c-format
msgid "Videocard"
msgstr "Videokarten"
#: harddrake/data.pm:271
#, c-format
msgid "DVB card"
msgstr "DVB-Karte"
#: harddrake/data.pm:279
#, c-format
msgid "Tvcard"
msgstr "TV-Karten"
#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "Andere Multimedia-Geräte"
#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "Soundkarte"
#: harddrake/data.pm:312
#, c-format
msgid "Webcam"
msgstr "Webcam"
#: harddrake/data.pm:327
#, c-format
msgid "Processors"
msgstr "Prozessoren"
#: harddrake/data.pm:337
#, c-format
msgid "ISDN adapters"
msgstr "ISDN Adapter"
#: harddrake/data.pm:348
#, c-format
msgid "USB sound devices"
msgstr "USB-Sound-Geräte"
#: harddrake/data.pm:357
#, c-format
msgid "Radio cards"
msgstr "Radiokarten"
#: harddrake/data.pm:366
#, c-format
msgid "ATM network cards"
msgstr "ATM-Netzwerkkarten"
#: harddrake/data.pm:375
#, c-format
msgid "WAN network cards"
msgstr "WAN-Netzwerkkarten"
#: harddrake/data.pm:384
#, c-format
msgid "Bluetooth devices"
msgstr "Bluetooth-Geräte"
#: harddrake/data.pm:393
#, c-format
msgid "Ethernetcard"
msgstr "Netzwerkkarte"
#: harddrake/data.pm:410
#, c-format
msgid "Modem"
msgstr "Modem"
#: harddrake/data.pm:420
#, c-format
msgid "ADSL adapters"
msgstr "ADSL Adapter"
#: harddrake/data.pm:432
#, c-format
msgid "Memory"
msgstr "Speicher"
#: harddrake/data.pm:441
#, c-format
msgid "Printer"
msgstr "Drucker"
#. -PO: these are joysticks controllers:
#: harddrake/data.pm:455
#, c-format
msgid "Game port controllers"
msgstr "Gameport-Controller"
#: harddrake/data.pm:464
#, c-format
msgid "Joystick"
msgstr "Joystick"
#: harddrake/data.pm:474
#, c-format
msgid "Keyboard"
msgstr "Tastatur"
#: harddrake/data.pm:488
#, c-format
msgid "Tablet and touchscreen"
msgstr "Tablet und Touchscreen"
#: harddrake/data.pm:497
#, c-format
msgid "Mouse"
msgstr "Maus"
#: harddrake/data.pm:512
#, c-format
msgid "Biometry"
msgstr "Biometrie"
#: harddrake/data.pm:520
#, c-format
msgid "UPS"
msgstr "USV"
#: harddrake/data.pm:529
#, c-format
msgid "Scanner"
msgstr "Scanner"
#: harddrake/data.pm:540
#, c-format
msgid "Unknown/Others"
msgstr "Unbekannt/Andere"
#: harddrake/data.pm:570
#, c-format
msgid "cpu # "
msgstr "CPU #"
#: harddrake/sound.pm:270
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Einen Moment ... Die Konfiguration wird eingerichtet"
#: harddrake/sound.pm:331
#, c-format
msgid "Enable PulseAudio"
msgstr "PulseAudio aktivieren"
#: harddrake/sound.pm:336
#, c-format
msgid "Use Glitch-Free mode"
msgstr "Störungsfreien Modus verwenden"
#: harddrake/sound.pm:342
#, c-format
msgid "Reset sound mixer to default values"
msgstr "Die Sound-Mixer-Einstellungen auf Standardwerte zurücksetzen"
#: harddrake/sound.pm:347
#, c-format
msgid "Troubleshooting"
msgstr "Problembehebung"
#: harddrake/sound.pm:354
#, c-format
msgid "No alternative driver"
msgstr "Kein alternativer Treiber"
#: harddrake/sound.pm:355
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
"Es existiert kein alternativer OSS/ALSA-Treiber für Ihre Soundkarte (%s), "
"die momentan „%s“ verwendet."
#: harddrake/sound.pm:362
#, c-format
msgid "Sound configuration"
msgstr "Sound-Konfiguration"
#: harddrake/sound.pm:364
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
"Hier können Sie einen alternativen Treiber (entweder OSS oder ALSA) für Ihre "
"Soundkarte (%s) auswählen"
#. -PO: here the first %s is either "OSS" or "ALSA",
#. -PO: the second %s is the name of the current driver
#. -PO: and the third %s is the name of the default driver
#: harddrake/sound.pm:369
#, c-format
msgid ""
"\n"
"\n"
"Your card currently uses the %s\"%s\" driver (the default driver for your "
"card is \"%s\")"
msgstr ""
"\n"
"\n"
"Ihre Karte verwendet derzeit den %s„%s“-Treiber (der Standardtreiber für "
"Ihre Karte ist \"%s\")"
#: harddrake/sound.pm:371
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
"sound API (it's available on most UNIX(tm) systems) but it's a very basic "
"and limited API.\n"
"What's more, OSS drivers all reinvent the wheel.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
"which\n"
"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
"It also provides a much higher API than OSS.\n"
"\n"
"To use alsa, one can either use:\n"
"- the old compatibility OSS API\n"
"- the new ALSA API that provides many enhanced features but requires using "
"the ALSA library.\n"
msgstr ""
"Das OSS (Open Sound System) war die erste Sound-API. Es ist eine OS-"
"unabhängige Sound-API (verfügbar auf den meisten UNIX(TM)-Systemen), aber es "
"ist eine sehr grundlegende und beschränkte API.\n"
"Hinzu kommt, dass alle OSS-Treiber das Rad neu erfinden.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) ist eine modularisierte "
"Architektur, die\n"
"eine große Anzahl an ISA-, USB- und PCI-Karten unterstützt.\n"
"\n"
"Außerdem unterstützt es eine viel höhere API als OSS.\n"
"\n"
"Um ALSA zu benutzen, kann man eine der folgenden Möglichkeiten wählen:\n"
"- die alte OSS-Kompatibilitäts-API - die neue ALSA-API, die viele erweiterte "
"Funktionen bietet, aber die Benutzung der ALSA-Bibliothek erfordert.\n"
#: harddrake/sound.pm:385 harddrake/sound.pm:468
#, c-format
msgid "Driver:"
msgstr "Treiber:"
#: harddrake/sound.pm:399
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
"\n"
"It has been reported to oops the kernel on unloading.\n"
"\n"
"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
"Der alte „%s“-Treiber steht auf einer schwarzen Liste.\n"
"\n"
"Der Treiber soll Fehlfunktionen verursachen.\n"
"\n"
"Der neue „%s“-Treiber steht nach einem Neustart zur Verfügung."
#: harddrake/sound.pm:407
#, c-format
msgid "No open source driver"
msgstr "Kein OpenSource-Treiber"
#: harddrake/sound.pm:408
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
"driver at \"%s\"."
msgstr ""
"Es existiert kein freier Treiber für Ihre Soundkarte (%s), aber es gibt "
"einen proprietären Treiber unter „%s“."
#: harddrake/sound.pm:411
#, c-format
msgid "No known driver"
msgstr "Kein bekannter Treiber"
#: harddrake/sound.pm:412
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Es gibt keinen bekannten Treiber für Ihre Soundkarte (%s)"
#: harddrake/sound.pm:427
#, c-format
msgid "Sound troubleshooting"
msgstr "Soundprobleme beheben"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:430
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
"\n"
"\n"
"- \"lspcidrake -v | fgrep -i AUDIO\" will tell you which driver your card "
"uses\n"
"by default\n"
"\n"
"- \"grep sound-slot /etc/modprobe.conf\" will tell you what driver it\n"
"currently uses\n"
"\n"
"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
"loaded or not\n"
"\n"
"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
"tell you if sound and alsa services are configured to be run on\n"
"initlevel 3\n"
"\n"
"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
"\n"
"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
"Der klassische Test, um Fehler im Sound-System zu finden:\n"
"\n"
"\n"
"- „lspcidrake -v | fgrep -i AUDIO“ verrät Ihnen, welcher Treiber Ihre "
"Soundkarte \n"
" standardmäßig verwendet.\n"
"\n"
"- \"grep sound-slot /etc/modprobe.conf\" sagt Ihnen, welchen Treiber Ihre "
"Soundkarte momentan benutzt. \n"
"\n"
"- \"/sbin/lsmod\" erlaubt es Ihnen zu überprüfen, ob das entsprechende Modul "
"(Treiber) geladen ist. \n"
"\n"
"- „/sbin/chkconfig --list sound“ und „/sbin/chkconfig --list alsa“ verraten\n"
" Ihnen, ob die Sound- und ALSA-Dienste konfiguriert sind, um im\n"
" Initlevel 3 zu laufen.\n"
"\n"
"- \"aumix -q\" sagt Ihnen, ob die Sound-Ausgabe stummgeschaltet wurde oder "
"nicht. \n"
"\n"
"- „/sbin/fuser -v /dev/dsp“ verrät das Programm, das die Soundkarte "
"benutzt.\n"
#: harddrake/sound.pm:457
#, c-format
msgid "Let me pick any driver"
msgstr "Soll irgendeinen Treiber ausgewählt werden?"
#: harddrake/sound.pm:460
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "Einen willkürlicher Treiber wird gewählt"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:463
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
"card\n"
"you can pick one from the above list.\n"
"\n"
"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
"Falls Sie glauben, den richtigen Treiber für Ihre Karte zu kennen, können "
"Sie diesen aus der obigen Liste auswählen.\n"
"\n"
"Der derzeit verwendete Treiber für Ihre \"%s\" Soundkarte ist \"%s\""
#: harddrake/v4l.pm:12
#, c-format
msgid "Auto-detect"
msgstr "Autoerkennung"
#: harddrake/v4l.pm:97 harddrake/v4l.pm:285 harddrake/v4l.pm:337
#, c-format
msgid "Unknown|Generic"
msgstr "Unbekannt|Generisch"
#: harddrake/v4l.pm:130
#, c-format
msgid "Unknown|CPH05X (bt878) [many vendors]"
msgstr "Unbekannt|CPH05X (bt878) [Zahlreiche Hersteller]"
#: harddrake/v4l.pm:131
#, c-format
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "Unbekannt|CPH06X (bt878) [Zahlreiche Hersteller]"
#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your TV card parameters if needed."
msgstr ""
"Das bttv Modul des GNU/Linux Kernels erkennt die richtigen Parameter für die "
"meisten modernen TV-Karten automatisch. \n"
"Sollte Ihre Karte nicht richtig erkannt werden, können Sie den richtigen "
"Tuner und Kartentyp hier einstellen. Falls nötig, wählen Sie einfach die "
"Parameter Ihrer TV Karten aus."
#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "Kartentyp:"
#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "Tunertyp:"
#: interactive.pm:128 interactive.pm:549 interactive/curses.pm:270
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
#: interactive/stdio.pm:148 interactive/stdio.pm:149 mygtk2.pm:846
#: ugtk2.pm:421 ugtk2.pm:519 ugtk2.pm:812 ugtk2.pm:835
#, c-format
msgid "Ok"
msgstr "OK"
#: interactive.pm:228 modules/interactive.pm:72 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Ja"
#: interactive.pm:228 modules/interactive.pm:72 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "No"
msgstr "Nein"
#: interactive.pm:262
#, c-format
msgid "Choose a file"
msgstr "Wählen Sie eine Datei"
#: interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Add"
msgstr "Hinzufügen"
#: interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Modify"
msgstr "Ändern"
#: interactive.pm:549 interactive/curses.pm:270 ugtk2.pm:519
#, c-format
msgid "Finish"
msgstr "Assistent beenden"
#: interactive.pm:550 interactive/curses.pm:267 ugtk2.pm:517
#, c-format
msgid "Previous"
msgstr "Zurück"
#: interactive/curses.pm:563 ugtk2.pm:872
#, c-format
msgid "No file chosen"
msgstr "Keine Datei ausgewählt"
#: interactive/curses.pm:567 ugtk2.pm:876
#, c-format
msgid "You have chosen a directory, not a file"
msgstr "Sie haben ein Verzeichnis ausgewählt, keine Datei"
#: interactive/curses.pm:569 ugtk2.pm:878
#, c-format
msgid "No such directory"
msgstr "Das Verzeichnis existiert nicht"
#: interactive/curses.pm:569 ugtk2.pm:878
#, c-format
msgid "No such file"
msgstr "Die Datei existiert nicht"
#: interactive/gtk.pm:594
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr "Achtung, die „Feststelltaste“ ist aktiviert"
#: interactive/stdio.pm:29 interactive/stdio.pm:154
#, c-format
msgid "Bad choice, try again\n"
msgstr "Schlechte Wahl, bitte versuchen Sie es noch einmal\n"
#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "Ihre Wahl? (Standard ‚%s‘) "
#: interactive/stdio.pm:54
#, c-format
msgid ""
"Entries you'll have to fill:\n"
"%s"
msgstr ""
"Angaben, die Sie machen müssen:\n"
"%s"
#: interactive/stdio.pm:70
#, c-format
msgid "Your choice? (0/1, default `%s') "
msgstr "Ihre Wahl? (0/1, Standard ‚%s‘) "
#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "Schaltfläche „%s“: %s"
#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "Möchten Sie diese Schaltfläche betätigen?"
#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "Ihre Wahl? (Standard „%s“ %s) "
#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr "Geben Sie „void“ für einen leeren Eintrag an"
#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr "=> Es gibt zahlreiche Auswahlmöglichkeiten (%s).\n"
#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
"or just hit Enter to proceed.\n"
"Your choice? "
msgstr ""
"Bitte wählen Sie die Nummer aus dem Bereich, die Sie bearbeiten wollen,\n"
"oder betägen Sie die Eingabetaste um fortzufahren. Ihre Wahl? "
#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
"%s"
msgstr ""
"=> Anmerkung: Ein Eintrag wurde geändert:\n"
"%s"
#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "Erneut verschicken"
#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
#. -PO: or as "default:RTL", depending if your language is written from
#. -PO: left to right, or from right to left; any other string is wrong.
#: lang.pm:203
#, c-format
msgid "default:LTR"
msgstr "default:LTR"
#: lang.pm:220
#, c-format
msgid "Andorra"
msgstr "Andorra"
#: lang.pm:221 timezone.pm:226
#, c-format
msgid "United Arab Emirates"
msgstr "Vereinigte arabische Emirate"
#: lang.pm:222
#, c-format
msgid "Afghanistan"
msgstr "Afghanistan"
#: lang.pm:223
#, c-format
msgid "Antigua and Barbuda"
msgstr "Antigua und Barbuda"
#: lang.pm:224
#, c-format
msgid "Anguilla"
msgstr "Anguilla"
#: lang.pm:225
#, c-format
msgid "Albania"
msgstr "Albanien"
#: lang.pm:226
#, c-format
msgid "Armenia"
msgstr "Armenien"
#: lang.pm:227
#, c-format
msgid "Netherlands Antilles"
msgstr "Niederländische Antillen"
#: lang.pm:228
#, c-format
msgid "Angola"
msgstr "Angola"
#: lang.pm:229
#, c-format
msgid "Antarctica"
msgstr "Antarktis"
#: lang.pm:230 timezone.pm:271
#, c-format
msgid "Argentina"
msgstr "Argentinien"
#: lang.pm:231
#, c-format
msgid "American Samoa"
msgstr "Samoa"
#: lang.pm:232 mirror.pm:12 timezone.pm:229
#, c-format
msgid "Austria"
msgstr "Österreich"
#: lang.pm:233 mirror.pm:11 timezone.pm:267
#, c-format
msgid "Australia"
msgstr "Australien"
#: lang.pm:234
#, c-format
msgid "Aruba"
msgstr "Aruba"
#: lang.pm:235
#, c-format
msgid "Azerbaijan"
msgstr "Aserbaidschan"
#: lang.pm:236
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "Bosnien-Herzegovina"
#: lang.pm:237
#, c-format
msgid "Barbados"
msgstr "Barbados"
#: lang.pm:238 timezone.pm:211
#, c-format
msgid "Bangladesh"
msgstr "Bangladesch"
#: lang.pm:239 mirror.pm:13 timezone.pm:231
#, c-format
msgid "Belgium"
msgstr "Belgien"
#: lang.pm:240
#, c-format
msgid "Burkina Faso"
msgstr "Burkina Faso"
#: lang.pm:241 timezone.pm:232
#, c-format
msgid "Bulgaria"
msgstr "Bulgarien"
#: lang.pm:242
#, c-format
msgid "Bahrain"
msgstr "Bahrain"
#: lang.pm:243
#, c-format
msgid "Burundi"
msgstr "Burundi"
#: lang.pm:244
#, c-format
msgid "Benin"
msgstr "Benin"
#: lang.pm:245
#, c-format
msgid "Bermuda"
msgstr "Bermuda"
#: lang.pm:246
#, c-format
msgid "Brunei Darussalam"
msgstr "Brunei "
#: lang.pm:247
#, c-format
msgid "Bolivia"
msgstr "Bolivien"
#: lang.pm:248 mirror.pm:14 timezone.pm:272
#, c-format
msgid "Brazil"
msgstr "Brasilien"
#: lang.pm:249
#, c-format
msgid "Bahamas"
msgstr "Bahamas"
#: lang.pm:250
#, c-format
msgid "Bhutan"
msgstr "Bhutan"
#: lang.pm:251
#, c-format
msgid "Bouvet Island"
msgstr "Bouvet-Insel"
#: lang.pm:252
#, c-format
msgid "Botswana"
msgstr "Botswana"
#: lang.pm:253 timezone.pm:230
#, c-format
msgid "Belarus"
msgstr "Weißrussland"
#: lang.pm:254
#, c-format
msgid "Belize"
msgstr "Belize"
#: lang.pm:255 mirror.pm:15 timezone.pm:261
#, c-format
msgid "Canada"
msgstr "Kanada"
#: lang.pm:256
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "Cocos (Keeling) Inseln"
#: lang.pm:257
#, c-format
msgid "Congo (Kinshasa)"
msgstr "Kongo (Kinshasa)"
#: lang.pm:258
#, c-format
msgid "Central African Republic"
msgstr "Zentralafrikanische Republik"
#: lang.pm:259
#, c-format
msgid "Congo (Brazzaville)"
msgstr "Kongo (Brazzaville)"
#: lang.pm:260 mirror.pm:39 timezone.pm:255
#, c-format
msgid "Switzerland"
msgstr "Schweiz"
#: lang.pm:261
#, c-format
msgid "Cote d'Ivoire"
msgstr "Elfenbeinküste"
#: lang.pm:262
#, c-format
msgid "Cook Islands"
msgstr "Cook-Inseln"
#: lang.pm:263 timezone.pm:273
#, c-format
msgid "Chile"
msgstr "Chile"
#: lang.pm:264
#, c-format
msgid "Cameroon"
msgstr "Kamerun"
#: lang.pm:265 timezone.pm:212
#, c-format
msgid "China"
msgstr "China"
#: lang.pm:266
#, c-format
msgid "Colombia"
msgstr "Kolumbien"
#: lang.pm:267 mirror.pm:16
#, c-format
msgid "Costa Rica"
msgstr "Costa Rica"
#: lang.pm:268
#, c-format
msgid "Serbia & Montenegro"
msgstr "Serbien & Montenegro"
#: lang.pm:269
#, c-format
msgid "Cuba"
msgstr "Kuba"
#: lang.pm:270
#, c-format
msgid "Cape Verde"
msgstr "Kap Verde"
#: lang.pm:271
#, c-format
msgid "Christmas Island"
msgstr "Weihnachtsinsel"
#: lang.pm:272
#, c-format
msgid "Cyprus"
msgstr "Zypern"
#: lang.pm:273 mirror.pm:17 timezone.pm:233
#, c-format
msgid "Czech Republic"
msgstr "Tschechische Republik"
#: lang.pm:274 mirror.pm:22 timezone.pm:238
#, c-format
msgid "Germany"
msgstr "Deutschland"
#: lang.pm:275
#, c-format
msgid "Djibouti"
msgstr "Djibouti"
#: lang.pm:276 mirror.pm:18 timezone.pm:234
#, c-format
msgid "Denmark"
msgstr "Dänemark"
#: lang.pm:277
#, c-format
msgid "Dominica"
msgstr "Dominica"
#: lang.pm:278
#, c-format
msgid "Dominican Republic"
msgstr "Dominikanische Republik"
#: lang.pm:279
#, c-format
msgid "Algeria"
msgstr "Algerien"
#: lang.pm:280
#, c-format
msgid "Ecuador"
msgstr "Ecuador"
#: lang.pm:281 mirror.pm:19 timezone.pm:235
#, c-format
msgid "Estonia"
msgstr "Estland"
#: lang.pm:282
#, c-format
msgid "Egypt"
msgstr "Ägypten"
#: lang.pm:283
#, c-format
msgid "Western Sahara"
msgstr "Westsahara"
#: lang.pm:284
#, c-format
msgid "Eritrea"
msgstr "Eritrea"
#: lang.pm:285 mirror.pm:37 timezone.pm:253
#, c-format
msgid "Spain"
msgstr "Spanien"
#: lang.pm:286
#, c-format
msgid "Ethiopia"
msgstr "Äthiopien"
#: lang.pm:287 mirror.pm:20 timezone.pm:236
#, c-format
msgid "Finland"
msgstr "Finnland"
#: lang.pm:288
#, c-format
msgid "Fiji"
msgstr "Fidschi"
#: lang.pm:289
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "Falkland Inseln"
#: lang.pm:290
#, c-format
msgid "Micronesia"
msgstr "Mikronesien"
#: lang.pm:291
#, c-format
msgid "Faroe Islands"
msgstr "Faröische Inseln"
#: lang.pm:292 mirror.pm:21 timezone.pm:237
#, c-format
msgid "France"