aboutsummaryrefslogtreecommitdiffstats
path: root/installer/8/common/jquery/jquery-ui-1.8.2.custom.min.js
blob: fec53e8e08a1e57e37623175a707f29f8b236466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
24
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: DrakX\n"
-"POT-Creation-Date: 2003-12-03 03:09+0100\n"
+"POT-Creation-Date: 2002-12-05 19:52+0100\n"
"PO-Revision-Date: 2000-08-24 12:00-0000\n"
"Last-Translator: Alastair McKinstry <mckinstry@computer.org>\n"
"Language-Team: Irish <ga@li.org>\n"
@@ -12,2917 +12,1699 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Scanning partitions to find mount points"
-msgstr ""
-
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, check additions/removals of suid root files."
-msgstr ""
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-"%s: %s requires hostname, MAC address, IP, nbi-image, 0/1 for THIN_CLIENT, "
-"0/1 for Local Config...\n"
-msgstr ""
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Configuration changed - restart clusternfs/dhcpd?"
-msgstr ""
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t\tErase=%s"
-msgstr ""
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"Differential backups only save files that have changed or are new since the "
-"original 'base' backup."
-msgstr ""
+#: ../../Xconfig/card.pm_.c:16
+msgid "256 kB"
+msgstr "256 kB"
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "network printer port"
-msgstr "Printéir Gréasán (lpd)"
+#: ../../Xconfig/card.pm_.c:17/*! * jQuery UI 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI */ (function(c){c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.2",plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e=0;e<b.length;e++)a.options[b[e][0]]&&b[e][1].apply(a.element,d)}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b)},hasScroll:function(a,b){if(c(a).css("overflow")== "hidden")return false;b=b&&b=="left"?"scrollLeft":"scrollTop";var d=false;if(a[b]>0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a<b+d},isOver:function(a,b,d,e,f,g){return c.ui.isOverAxis(a,d,f)&&c.ui.isOverAxis(b,e,g)},keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108, NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},enableSelection:function(){return this.attr("unselectable","off").css("MozUserSelect","")},disableSelection:function(){return this.attr("unselectable","on").css("MozUserSelect", "none")},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x", 1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==undefined)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b=="absolute"||b=="relative"||b=="fixed"){b=parseInt(a.css("zIndex"));if(!isNaN(b)&&b!=0)return b}a=a.parent()}}return 0}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){var b=a.nodeName.toLowerCase(),d=c.attr(a,"tabindex");return(/input|select|textarea|button|object/.test(b)? !a.disabled:"a"==b||"area"==b?a.href||!isNaN(d):!isNaN(d))&&!c(a)["area"==b?"parents":"closest"](":hidden").length},tabbable:function(a){var b=c.attr(a,"tabindex");return(isNaN(b)||b>=0)&&c(a).is(":focusable")}})}})(jQuery); ;/*! * jQuery UI Widget 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Widget */ (function(b){var j=b.fn.remove;b.fn.remove=function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add(this).each(function(){b(this).triggerHandler("remove")});return j.call(b(this),a,c)})};b.widget=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend({},c.options);b[e][a].prototype= b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])};b.widget.bridge=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.substring(0,1)==="_")return h;e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==undefined){h=i;return false}}):this.each(function(){var g= b.data(this,a);if(g){d&&g.option(d);g._init()}else b.data(this,a,new c(d,this))});return h}};b.Widget=function(a,c){arguments.length&&this._createWidget(a,c)};b.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){this.element=b(c).data(this.widgetName,this);this.options=b.extend(true,{},this.options,b.metadata&&b.metadata.get(c)[this.widgetName],a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create(); this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(a,c){var d=a,e=this;if(arguments.length===0)return b.extend({},e.options);if(typeof a==="string"){if(c===undefined)return this.options[a];d={};d[a]=c}b.each(d,function(f, h){e._setOption(f,h)});return e},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a= b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery); ;/*! * jQuery UI Mouse 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Mouse * * Depends: * jquery.ui.widget.js */ (function(c){c.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var a=this;this.element.bind("mousedown."+this.widgetName,function(b){return a._mouseDown(b)}).bind("click."+this.widgetName,function(b){if(a._preventClickEvent){a._preventClickEvent=false;b.stopImmediatePropagation();return false}});this.started=false},_mouseDestroy:function(){this.element.unbind("."+this.widgetName)},_mouseDown:function(a){a.originalEvent=a.originalEvent||{};if(!a.originalEvent.mouseHandled){this._mouseStarted&& this._mouseUp(a);this._mouseDownEvent=a;var b=this,e=a.which==1,f=typeof this.options.cancel=="string"?c(a.target).parents().add(a.target).filter(this.options.cancel).length:false;if(!e||f||!this._mouseCapture(a))return true;this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet)this._mouseDelayTimer=setTimeout(function(){b.mouseDelayMet=true},this.options.delay);if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a)){this._mouseStarted=this._mouseStart(a)!==false;if(!this._mouseStarted){a.preventDefault(); return true}}this._mouseMoveDelegate=function(d){return b._mouseMove(d)};this._mouseUpDelegate=function(d){return b._mouseUp(d)};c(document).bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate);c.browser.safari||a.preventDefault();return a.originalEvent.mouseHandled=true}},_mouseMove:function(a){if(c.browser.msie&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&& this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){c(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=a.target==this._mouseDownEvent.target;this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX- a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); ;/* * jQuery UI Position 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Position */ (function(c){c.ui=c.ui||{};var m=/left|center|right/,n=/top|center|bottom/,p=c.fn.position,q=c.fn.offset;c.fn.position=function(a){if(!a||!a.of)return p.apply(this,arguments);a=c.extend({},a);var b=c(a.of),d=(a.collision||"flip").split(" "),e=a.offset?a.offset.split(" "):[0,0],g,h,i;if(a.of.nodeType===9){g=b.width();h=b.height();i={top:0,left:0}}else if(a.of.scrollTo&&a.of.document){g=b.width();h=b.height();i={top:b.scrollTop(),left:b.scrollLeft()}}else if(a.of.preventDefault){a.at="left top";g=h= 0;i={top:a.of.pageY,left:a.of.pageX}}else{g=b.outerWidth();h=b.outerHeight();i=b.offset()}c.each(["my","at"],function(){var f=(a[this]||"").split(" ");if(f.length===1)f=m.test(f[0])?f.concat(["center"]):n.test(f[0])?["center"].concat(f):["center","center"];f[0]=m.test(f[0])?f[0]:"center";f[1]=n.test(f[1])?f[1]:"center";a[this]=f});if(d.length===1)d[1]=d[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(a.at[0]==="right")i.left+=g;else if(a.at[0]==="center")i.left+= g/2;if(a.at[1]==="bottom")i.top+=h;else if(a.at[1]==="center")i.top+=h/2;i.left+=e[0];i.top+=e[1];return this.each(function(){var f=c(this),k=f.outerWidth(),l=f.outerHeight(),j=c.extend({},i);if(a.my[0]==="right")j.left-=k;else if(a.my[0]==="center")j.left-=k/2;if(a.my[1]==="bottom")j.top-=l;else if(a.my[1]==="center")j.top-=l/2;j.left=parseInt(j.left);j.top=parseInt(j.top);c.each(["left","top"],function(o,r){c.ui.position[d[o]]&&c.ui.position[d[o]][r](j,{targetWidth:g,targetHeight:h,elemWidth:k, elemHeight:l,offset:e,my:a.my,at:a.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(j,{using:a.using}))})};c.ui.position={fit:{left:function(a,b){var d=c(window);b=a.left+b.elemWidth-d.width()-d.scrollLeft();a.left=b>0?a.left-b:Math.max(0,a.left)},top:function(a,b){var d=c(window);b=a.top+b.elemHeight-d.height()-d.scrollTop();a.top=b>0?a.top-b:Math.max(0,a.top)}},flip:{left:function(a,b){if(b.at[0]!=="center"){var d=c(window);d=a.left+b.elemWidth-d.width()-d.scrollLeft();var e=b.my[0]==="left"? -b.elemWidth:b.my[0]==="right"?b.elemWidth:0,g=-2*b.offset[0];a.left+=a.left<0?e+b.targetWidth+g:d>0?e-b.targetWidth+g:0}},top:function(a,b){if(b.at[1]!=="center"){var d=c(window);d=a.top+b.elemHeight-d.height()-d.scrollTop();var e=b.my[1]==="top"?-b.elemHeight:b.my[1]==="bottom"?b.elemHeight:0,g=b.at[1]==="top"?b.targetHeight:-b.targetHeight,h=-2*b.offset[1];a.top+=a.top<0?e+b.targetHeight+h:d>0?e+g+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(a,b){if(/static/.test(c.curCSS(a,"position")))a.style.position= "relative";var d=c(a),e=d.offset(),g=parseInt(c.curCSS(a,"top",true),10)||0,h=parseInt(c.curCSS(a,"left",true),10)||0;e={top:b.top-e.top+g,left:b.left-e.left+h};"using"in b?b.using.call(a,e):d.css(e)};c.fn.offset=function(a){var b=this[0];if(!b||!b.ownerDocument)return null;if(a)return this.each(function(){c.offset.setOffset(this,a)});return q.call(this)}}})(jQuery); ;/* * jQuery UI Resizable 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Resizables * * Depends: * jquery.ui.core.js * jquery.ui.mouse.js * jquery.ui.widget.js */ (function(d){d.widget("ui.resizable",d.ui.mouse,{widgetEventPrefix:"resize",options:{alsoResize:false,animate:false,animateDuration:"slow",animateEasing:"swing",aspectRatio:false,autoHide:false,containment:false,ghost:false,grid:false,handles:"e,s,se",helper:false,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:1E3},_create:function(){var b=this,a=this.options;this.element.addClass("ui-resizable");d.extend(this,{_aspectRatio:!!a.aspectRatio,aspectRatio:a.aspectRatio,originalElement:this.element, _proportionallyResizeElements:[],_helper:a.helper||a.ghost||a.animate?a.helper||"ui-resizable-helper":null});if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)){/relative/.test(this.element.css("position"))&&d.browser.opera&&this.element.css({position:"relative",top:"auto",left:"auto"});this.element.wrap(d('<div class="ui-wrapper" style="overflow: hidden;"></div>').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!d(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var e=0;e<c.length;e++){var g=d.trim(c[e]),f=d('<div class="ui-resizable-handle '+("ui-resizable-"+g)+'"></div>');/sw|se|ne|nw/.test(g)&&f.css({zIndex:++a.zIndex});"se"==g&&f.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[g]=".ui-resizable-"+g;this.element.append(f)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== String)this.handles[i]=d(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=d(this.handles[i],this.element),l=0;l=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,l);this._proportionallyResize()}d(this.handles[i])}};this._renderAxis(this.element);this._handles=d(".ui-resizable-handle",this.element).disableSelection(); this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();d(this.element).addClass("ui-resizable-autohide").hover(function(){d(this).removeClass("ui-resizable-autohide");b._handles.show()},function(){if(!b.resizing){d(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy();var b=function(c){d(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()}; if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a=false;for(var c in this.handles)if(d(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(), e=this.element;this.resizing=true;this.documentScroll={top:d(document).scrollTop(),left:d(document).scrollLeft()};if(e.is(".ui-draggable")||/absolute/.test(e.css("position")))e.css({position:"absolute",top:c.top,left:c.left});d.browser.opera&&/relative/.test(e.css("position"))&&e.css({position:"relative",top:"auto",left:"auto"});this._renderProxy();c=m(this.helper.css("left"));var g=m(this.helper.css("top"));if(a.containment){c+=d(a.containment).scrollLeft()||0;g+=d(a.containment).scrollTop()||0}this.offset= this.helper.offset();this.position={left:c,top:g};this.size=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalSize=this._helper?{width:e.outerWidth(),height:e.outerHeight()}:{width:e.width(),height:e.height()};this.originalPosition={left:c,top:g};this.sizeDiff={width:e.outerWidth()-e.width(),height:e.outerHeight()-e.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio: this.originalSize.width/this.originalSize.height||1;a=d(".ui-resizable-"+this.axis).css("cursor");d("body").css("cursor",a=="auto"?this.axis+"-resize":a);e.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,e=this._change[this.axis];if(!e)return false;c=e.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize", b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing=false;var a=this.options,c=this;if(this._helper){var e=this._proportionallyResizeElements,g=e.length&&/textarea/i.test(e[0].nodeName);e=g&&d.ui.hasScroll(e[0],"left")?0:c.sizeDiff.height; g={width:c.size.width-(g?0:c.sizeDiff.width),height:c.size.height-e};e=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var f=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(d.extend(g,{top:f,left:e}));c.helper.height(c.size.height);c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}d("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop", b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(k(b.left))this.position.left=b.left;if(k(b.top))this.position.top=b.top;if(k(b.height))this.size.height=b.height;if(k(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size,e=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(e=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(e=="nw"){b.top= a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,e=k(b.width)&&a.maxWidth&&a.maxWidth<b.width,g=k(b.height)&&a.maxHeight&&a.maxHeight<b.height,f=k(b.width)&&a.minWidth&&a.minWidth>b.width,h=k(b.height)&&a.minHeight&&a.minHeight>b.height;if(f)b.width=a.minWidth;if(h)b.height=a.minHeight;if(e)b.width=a.maxWidth;if(g)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height, l=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(f&&l)b.left=i-a.minWidth;if(e&&l)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(g&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b=this.helper||this.element,a=0;a<this._proportionallyResizeElements.length;a++){var c=this._proportionallyResizeElements[a];if(!this.borderDif){var e=[c.css("borderTopWidth"), c.css("borderRightWidth"),c.css("borderBottomWidth"),c.css("borderLeftWidth")],g=[c.css("paddingTop"),c.css("paddingRight"),c.css("paddingBottom"),c.css("paddingLeft")];this.borderDif=d.map(e,function(f,h){f=parseInt(f,10)||0;h=parseInt(g[h],10)||0;return f+h})}d.browser.msie&&(d(b).is(":hidden")||d(b).parents(":hidden").length)||c.css({height:b.height()-this.borderDif[0]-this.borderDif[2]||0,width:b.width()-this.borderDif[1]-this.borderDif[3]||0})}},_renderProxy:function(){var b=this.options;this.elementOffset= this.element.offset();if(this._helper){this.helper=this.helper||d('<div style="overflow:hidden;"></div>');var a=d.browser.msie&&d.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left-c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+ a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return d.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return d.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return d.extend(this._change.n.apply(this, arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return d.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){d.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});d.extend(d.ui.resizable, {version:"1.8.2"});d.ui.plugin.add("resizable","alsoResize",{start:function(){var b=d(this).data("resizable").options,a=function(c){d(c).each(function(){d(this).data("resizable-alsoresize",{width:parseInt(d(this).width(),10),height:parseInt(d(this).height(),10),left:parseInt(d(this).css("left"),10),top:parseInt(d(this).css("top"),10)})})};if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else d.each(b.alsoResize,function(c){a(c)}); else a(b.alsoResize)},resize:function(){var b=d(this).data("resizable"),a=b.options,c=b.originalSize,e=b.originalPosition,g={height:b.size.height-c.height||0,width:b.size.width-c.width||0,top:b.position.top-e.top||0,left:b.position.left-e.left||0},f=function(h,i){d(h).each(function(){var j=d(this),l=d(this).data("resizable-alsoresize"),p={};d.each((i&&i.length?i:["width","height","top","left"])||["width","height","top","left"],function(n,o){if((n=(l[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(/relative/.test(j.css("position"))&& d.browser.opera){b._revertToRelativePosition=true;j.css({position:"absolute",top:"auto",left:"auto"})}j.css(p)})};typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?d.each(a.alsoResize,function(h,i){f(h,i)}):f(a.alsoResize)},stop:function(){var b=d(this).data("resizable");if(b._revertToRelativePosition&&d.browser.opera){b._revertToRelativePosition=false;el.css({position:"relative"})}d(this).removeData("resizable-alsoresize-start")}});d.ui.plugin.add("resizable","animate",{stop:function(b){var a= d(this).data("resizable"),c=a.options,e=a._proportionallyResizeElements,g=e.length&&/textarea/i.test(e[0].nodeName),f=g&&d.ui.hasScroll(e[0],"left")?0:a.sizeDiff.height;g={width:a.size.width-(g?0:a.sizeDiff.width),height:a.size.height-f};f=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(d.extend(g,h&&f?{top:h,left:f}:{}),{duration:c.animateDuration,easing:c.animateEasing, step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"),10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};e&&e.length&&d(e[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});d.ui.plugin.add("resizable","containment",{start:function(){var b=d(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof d?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement= d(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0,top:0};b.parentData={element:d(document),left:0,top:0,width:d(document).width(),height:d(document).height()||document.body.parentNode.scrollHeight}}else{var e=d(a),g=[];d(["Top","Right","Left","Bottom"]).each(function(i,j){g[i]=m(e.css("padding"+j))});b.containerOffset=e.offset();b.containerPosition=e.position();b.containerSize={height:e.innerHeight()-g[3],width:e.innerWidth()-g[1]};c=b.containerOffset; var f=b.containerSize.height,h=b.containerSize.width;h=d.ui.hasScroll(a,"left")?a.scrollWidth:h;f=d.ui.hasScroll(a)?a.scrollHeight:f;b.parentData={element:a,left:c.left,top:c.top,width:h,height:f}}}},resize:function(b){var a=d(this).data("resizable"),c=a.options,e=a.containerOffset,g=a.position;b=a._aspectRatio||b.shiftKey;var f={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))f=e;if(g.left<(a._helper?e.left:0)){a.size.width+=a._helper?a.position.left-e.left: a.position.left-f.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?e.left:0}if(g.top<(a._helper?e.top:0)){a.size.height+=a._helper?a.position.top-e.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?e.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-f.left:a.offset.left-f.left)+a.sizeDiff.width);e=Math.abs((a._helper?a.offset.top-f.top:a.offset.top- e.top)+a.sizeDiff.height);g=a.containerElement.get(0)==a.element.parent().get(0);f=/relative|absolute/.test(a.containerElement.css("position"));if(g&&f)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(e+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-e;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=d(this).data("resizable"),a=b.options,c=b.containerOffset,e=b.containerPosition, g=b.containerElement,f=d(b.helper),h=f.offset(),i=f.outerWidth()-b.sizeDiff.width;f=f.outerHeight()-b.sizeDiff.height;b._helper&&!a.animate&&/relative/.test(g.css("position"))&&d(this).css({left:h.left-e.left-c.left,width:i,height:f});b._helper&&!a.animate&&/static/.test(g.css("position"))&&d(this).css({left:h.left-e.left-c.left,width:i,height:f})}});d.ui.plugin.add("resizable","ghost",{start:function(){var b=d(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25, display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost=="string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=d(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=d(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});d.ui.plugin.add("resizable","grid",{resize:function(){var b= d(this).data("resizable"),a=b.options,c=b.size,e=b.originalSize,g=b.originalPosition,f=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid;var h=Math.round((c.width-e.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-e.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(f)){b.size.width=e.width+h;b.size.height=e.height+a}else if(/^(ne)$/.test(f)){b.size.width=e.width+h;b.size.height=e.height+a;b.position.top=g.top-a}else{if(/^(sw)$/.test(f)){b.size.width=e.width+h;b.size.height= e.height+a}else{b.size.width=e.width+h;b.size.height=e.height+a;b.position.top=g.top-a}b.position.left=g.left-h}}});var m=function(b){return parseInt(b,10)||0},k=function(b){return!isNaN(parseInt(b,10))}})(jQuery); ; /* * jQuery UI Selectable 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Selectables * * Depends: * jquery.ui.core.js * jquery.ui.mouse.js * jquery.ui.widget.js */ (function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting"); b.unselecting=true;f._trigger("unselecting",c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f= this;this.dragged=true;if(!this.options.disabled){var d=this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.right<b||a.top>i||a.bottom<g);else if(d.tolerance=="fit")k=a.left>b&&a.right<h&&a.top>g&&a.bottom<i;if(k){if(a.selected){a.$element.removeClass("ui-selected"); a.selected=false}if(a.unselecting){a.$element.removeClass("ui-unselecting");a.unselecting=false}if(!a.selecting){a.$element.addClass("ui-selecting");a.selecting=true;f._trigger("selecting",c,{selecting:a.element})}}else{if(a.selecting)if(c.metaKey&&a.startselected){a.$element.removeClass("ui-selecting");a.selecting=false;a.$element.addClass("ui-selected");a.selected=true}else{a.$element.removeClass("ui-selecting");a.selecting=false;if(a.startselected){a.$element.addClass("ui-unselecting");a.unselecting= true}f._trigger("unselecting",c,{unselecting:a.element})}if(a.selected)if(!c.metaKey&&!a.startselected){a.$element.removeClass("ui-selected");a.selected=false;a.$element.addClass("ui-unselecting");a.unselecting=true;f._trigger("unselecting",c,{unselecting:a.element})}}}});return false}},_mouseStop:function(c){var f=this;this.dragged=false;e(".ui-unselecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-unselecting");d.unselecting=false;d.startselected= false;f._trigger("unselected",c,{unselected:d.element})});e(".ui-selecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-selecting").addClass("ui-selected");d.selecting=false;d.selected=true;d.startselected=true;f._trigger("selected",c,{selected:d.element})});this._trigger("stop",c);this.helper.remove();return false}});e.extend(e.ui.selectable,{version:"1.8.2"})})(jQuery); (function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({"z-index":100,position:"absolute",left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting"); b.unselecting=true;f._trigger("unselecting",c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f= this;this.dragged=true;if(!this.options.disabled){var d=this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.right<b||a.top>i||a.bottom<g);else if(d.tolerance=="fit")k=a.left>b&&a.right<h&&a.top>g&&a.bottom<i;if(k){if(a.selected){a.$element.removeClass("ui-selected"); a.selected=false}if(a.unselecting){a.$element.removeClass("ui-unselecting");a.unselecting=false}if(!a.selecting){a.$element.addClass("ui-selecting");a.selecting=true;f._trigger("selecting",c,{selecting:a.element})}}else{if(a.selecting)if(c.metaKey&&a.startselected){a.$element.removeClass("ui-selecting");a.selecting=false;a.$element.addClass("ui-selected");a.selected=true}else{a.$element.removeClass("ui-selecting");a.selecting=false;if(a.startselected){a.$element.addClass("ui-unselecting");a.unselecting= true}f._trigger("unselecting",c,{unselecting:a.element})}if(a.selected)if(!c.metaKey&&!a.startselected){a.$element.removeClass("ui-selected");a.selected=false;a.$element.addClass("ui-unselecting");a.unselecting=true;f._trigger("unselecting",c,{unselecting:a.element})}}}});return false}},_mouseStop:function(c){var f=this;this.dragged=false;e(".ui-unselecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-unselecting");d.unselecting=false;d.startselected= false;f._trigger("unselected",c,{unselected:d.element})});e(".ui-selecting",this.element[0]).each(function(){var d=e.data(this,"selectable-item");d.$element.removeClass("ui-selecting").addClass("ui-selected");d.selecting=false;d.selected=true;d.startselected=true;f._trigger("selected",c,{selected:d.element})});this._trigger("stop",c);this.helper.remove();return false}});e.extend(e.ui.selectable,{version:"1.8.2"})})(jQuery); ;/* * jQuery UI Autocomplete 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Autocomplete * * Depends: * jquery.ui.core.js * jquery.ui.widget.js * jquery.ui.position.js */ (function(e){e.widget("ui.autocomplete",{options:{minLength:1,delay:300},_create:function(){var a=this,c=this.element[0].ownerDocument;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(d){var b=e.ui.keyCode;switch(d.keyCode){case b.PAGE_UP:a._move("previousPage",d);break;case b.PAGE_DOWN:a._move("nextPage",d);break;case b.UP:a._move("previous",d);d.preventDefault(); break;case b.DOWN:a._move("next",d);d.preventDefault();break;case b.ENTER:case b.NUMPAD_ENTER:a.menu.active&&d.preventDefault();case b.TAB:if(!a.menu.active)return;a.menu.select(d);break;case b.ESCAPE:a.element.val(a.term);a.close(d);break;case b.LEFT:case b.RIGHT:case b.SHIFT:case b.CONTROL:case b.ALT:case b.COMMAND:case b.COMMAND_RIGHT:case b.INSERT:case b.CAPS_LOCK:case b.END:case b.HOME:break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){a.search(null,d)},a.options.delay); break}}).bind("focus.autocomplete",function(){a.selectedItem=null;a.previous=a.element.val()}).bind("blur.autocomplete",function(d){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(d);a._change(d)},150)});this._initSource();this.response=function(){return a._response.apply(a,arguments)};this.menu=e("<ul></ul>").addClass("ui-autocomplete").appendTo("body",c).mousedown(function(){setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(d,b){b=b.item.data("item.autocomplete"); false!==a._trigger("focus",null,{item:b})&&/^key/.test(d.originalEvent.type)&&a.element.val(b.value)},selected:function(d,b){b=b.item.data("item.autocomplete");false!==a._trigger("select",d,{item:b})&&a.element.val(b.value);a.close(d);d=a.previous;if(a.element[0]!==c.activeElement){a.element.focus();a.previous=d}a.selectedItem=b},blur:function(){a.menu.element.is(":visible")&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu");e.fn.bgiframe&&this.menu.element.bgiframe()}, destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();e.Widget.prototype.destroy.call(this)},_setOption:function(a){e.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource()},_initSource:function(){var a,c;if(e.isArray(this.options.source)){a=this.options.source;this.source=function(d,b){b(e.ui.autocomplete.filter(a,d.term))}}else if(typeof this.options.source=== "string"){c=this.options.source;this.source=function(d,b){e.getJSON(c,d,b)}}else this.source=this.options.source},search:function(a,c){a=a!=null?a:this.element.val();if(a.length<this.options.minLength)return this.close(c);clearTimeout(this.closing);if(this._trigger("search")!==false)return this._search(a)},_search:function(a){this.term=this.element.addClass("ui-autocomplete-loading").val();this.source({term:a},this.response)},_response:function(a){if(a.length){a=this._normalize(a);this._suggest(a); this._trigger("open")}else this.close();this.element.removeClass("ui-autocomplete-loading")},close:function(a){clearTimeout(this.closing);if(this.menu.element.is(":visible")){this._trigger("close",a);this.menu.element.hide();this.menu.deactivate()}},_change:function(a){this.previous!==this.element.val()&&this._trigger("change",a,{item:this.selectedItem})},_normalize:function(a){if(a.length&&a[0].label&&a[0].value)return a;return e.map(a,function(c){if(typeof c==="string")return{label:c,value:c};return e.extend({label:c.label|| c.value,value:c.value||c.label},c)})},_suggest:function(a){var c=this.menu.element.empty().zIndex(this.element.zIndex()+1),d;this._renderMenu(c,a);this.menu.deactivate();this.menu.refresh();this.menu.element.show().position({my:"left top",at:"left bottom",of:this.element,collision:"none"});a=c.width("").width();d=this.element.width();c.width(Math.max(a,d))},_renderMenu:function(a,c){var d=this;e.each(c,function(b,f){d._renderItem(a,f)})},_renderItem:function(a,c){return e("<li></li>").data("item.autocomplete", c).append("<a>"+c.label+"</a>").appendTo(a)},_move:function(a,c){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](c);else this.search(null,c)},widget:function(){return this.menu.element}});e.extend(e.ui.autocomplete,{escapeRegex:function(a){return a.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi,"\\$1")},filter:function(a,c){var d=new RegExp(e.ui.autocomplete.escapeRegex(c), "i");return e.grep(a,function(b){return d.test(b.label||b.value||b)})}})})(jQuery); (function(e){e.widget("ui.menu",{_create:function(){var a=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(c){if(e(c.target).closest(".ui-menu-item a").length){c.preventDefault();a.select(c)}});this.refresh()},refresh:function(){var a=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", -1).mouseenter(function(c){a.activate(c,e(this).parent())}).mouseleave(function(){a.deactivate()})},activate:function(a,c){this.deactivate();if(this.hasScroll()){var d=c.offset().top-this.element.offset().top,b=this.element.attr("scrollTop"),f=this.element.height();if(d<0)this.element.attr("scrollTop",b+d);else d>f&&this.element.attr("scrollTop",b+d-f+c.height())}this.active=c.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",a,{item:c})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); this._trigger("blur");this.active=null}},next:function(a){this.move("next",".ui-menu-item:first",a)},previous:function(a){this.move("prev",".ui-menu-item:last",a)},first:function(){return this.active&&!this.active.prev().length},last:function(){return this.active&&!this.active.next().length},move:function(a,c,d){if(this.active){a=this.active[a+"All"](".ui-menu-item").eq(0);a.length?this.activate(d,a):this.activate(d,this.element.children(c))}else this.activate(d,this.element.children(c))},nextPage:function(a){if(this.hasScroll())if(!this.active|| this.last())this.activate(a,this.element.children(":first"));else{var c=this.active.offset().top,d=this.element.height(),b=this.element.children("li").filter(function(){var f=e(this).offset().top-c-d+e(this).height();return f<10&&f>-10});b.length||(b=this.element.children(":last"));this.activate(a,b)}else this.activate(a,this.element.children(!this.active||this.last()?":first":":last"))},previousPage:function(a){if(this.hasScroll())if(!this.active||this.first())this.activate(a,this.element.children(":last")); else{var c=this.active.offset().top,d=this.element.height();result=this.element.children("li").filter(function(){var b=e(this).offset().top-c+d-e(this).height();return b<10&&b>-10});result.length||(result=this.element.children(":first"));this.activate(a,result)}else this.activate(a,this.element.children(!this.active||this.first()?":last":":first"))},hasScroll:function(){return this.element.height()<this.element.attr("scrollHeight")},select:function(a){this._trigger("selected",a,{item:this.active})}})})(jQuery); ;/* * jQuery UI Button 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Button * * Depends: * jquery.ui.core.js * jquery.ui.widget.js */ (function(a){var g,i=function(b){a(":ui-button",b.target.form).each(function(){var c=a(this).data("button");setTimeout(function(){c.refresh()},1)})},h=function(b){var c=b.name,d=b.form,e=a([]);if(c)e=d?a(d).find("[name='"+c+"']"):a("[name='"+c+"']",b.ownerDocument).filter(function(){return!this.form});return e};a.widget("ui.button",{options:{text:true,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset.button").bind("reset.button",i);this._determineButtonType(); this.hasTitle=!!this.buttonElement.attr("title");var b=this,c=this.options,d=this.type==="checkbox"||this.type==="radio",e="ui-state-hover"+(!d?" ui-state-active":"");if(c.label===null)c.label=this.buttonElement.html();if(this.element.is(":disabled"))c.disabled=true;this.buttonElement.addClass("ui-button ui-widget ui-state-default ui-corner-all").attr("role","button").bind("mouseenter.button",function(){if(!c.disabled){a(this).addClass("ui-state-hover");this===g&&a(this).addClass("ui-state-active")}}).bind("mouseleave.button", function(){c.disabled||a(this).removeClass(e)}).bind("focus.button",function(){a(this).addClass("ui-state-focus")}).bind("blur.button",function(){a(this).removeClass("ui-state-focus")});d&&this.element.bind("change.button",function(){b.refresh()});if(this.type==="checkbox")this.buttonElement.bind("click.button",function(){if(c.disabled)return false;a(this).toggleClass("ui-state-active");b.buttonElement.attr("aria-pressed",b.element[0].checked)});else if(this.type==="radio")this.buttonElement.bind("click.button", function(){if(c.disabled)return false;a(this).addClass("ui-state-active");b.buttonElement.attr("aria-pressed",true);var f=b.element[0];h(f).not(f).map(function(){return a(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed",false)});else{this.buttonElement.bind("mousedown.button",function(){if(c.disabled)return false;a(this).addClass("ui-state-active");g=this;a(document).one("mouseup",function(){g=null})}).bind("mouseup.button",function(){if(c.disabled)return false;a(this).removeClass("ui-state-active")}).bind("keydown.button", function(f){if(c.disabled)return false;if(f.keyCode==a.ui.keyCode.SPACE||f.keyCode==a.ui.keyCode.ENTER)a(this).addClass("ui-state-active")}).bind("keyup.button",function(){a(this).removeClass("ui-state-active")});this.buttonElement.is("a")&&this.buttonElement.keyup(function(f){f.keyCode===a.ui.keyCode.SPACE&&a(this).click()})}this._setOption("disabled",c.disabled)},_determineButtonType:function(){this.type=this.element.is(":checkbox")?"checkbox":this.element.is(":radio")?"radio":this.element.is("input")? "input":"button";if(this.type==="checkbox"||this.type==="radio"){this.buttonElement=this.element.parents().last().find("[for="+this.element.attr("id")+"]");this.element.addClass("ui-helper-hidden-accessible");var b=this.element.is(":checked");b&&this.buttonElement.addClass("ui-state-active");this.buttonElement.attr("aria-pressed",b)}else this.buttonElement=this.element},widget:function(){return this.buttonElement},destroy:function(){this.element.removeClass("ui-helper-hidden-accessible");this.buttonElement.removeClass("ui-button ui-widget ui-state-default ui-corner-all ui-state-hover ui-state-active ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon ui-button-text-only").removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html()); this.hasTitle||this.buttonElement.removeAttr("title");a.Widget.prototype.destroy.call(this)},_setOption:function(b,c){a.Widget.prototype._setOption.apply(this,arguments);if(b==="disabled")c?this.element.attr("disabled",true):this.element.removeAttr("disabled");this._resetButton()},refresh:function(){var b=this.element.is(":disabled");b!==this.options.disabled&&this._setOption("disabled",b);if(this.type==="radio")h(this.element[0]).each(function(){a(this).is(":checked")?a(this).button("widget").addClass("ui-state-active").attr("aria-pressed", true):a(this).button("widget").removeClass("ui-state-active").attr("aria-pressed",false)});else if(this.type==="checkbox")this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed",true):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed",false)},_resetButton:function(){if(this.type==="input")this.options.label&&this.element.val(this.options.label);else{var b=this.buttonElement.removeClass("ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon ui-button-text-only"), c=a("<span></span>").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,e=d.primary&&d.secondary;if(d.primary||d.secondary){b.addClass("ui-button-text-icon"+(e?"s":""));d.primary&&b.prepend("<span class='ui-button-icon-primary ui-icon "+d.primary+"'></span>");d.secondary&&b.append("<span class='ui-button-icon-secondary ui-icon "+d.secondary+"'></span>");if(!this.options.text){b.addClass(e?"ui-button-icons-only":"ui-button-icon-only").removeClass("ui-button-text-icons ui-button-text-icon"); this.hasTitle||b.attr("title",c)}}else b.addClass("ui-button-text-only")}}});a.widget("ui.buttonset",{_create:function(){this.element.addClass("ui-buttonset");this._init()},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(":button, :submit, :reset, :checkbox, :radio, a, :data(button)").filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); ;/* * jQuery UI Dialog 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Dialog * * Depends: * jquery.ui.core.js * jquery.ui.widget.js * jquery.ui.button.js * jquery.ui.draggable.js * jquery.ui.mouse.js * jquery.ui.position.js * jquery.ui.resizable.js */ (function(c){c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false,position:"center",resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");var a=this,b=a.options,d=b.title||a.originalTitle||"&#160;",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("<div></div>")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+ b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("<div></div>")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g), h=c('<a href="#"></a>').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("<span></span>")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("<span></span>").addClass("ui-dialog-title").attr("id", e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"); a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!== b.uiDialog[0])d=Math.max(d,c(this).css("z-index"))});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+=1;d.uiDialog.css("z-index", c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;d.next().length&&d.appendTo("body");a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target=== f[0]&&e.shiftKey){g.focus(1);return false}}});c([]).add(d.find(".ui-dialog-content :tabbable:first")).add(d.find(".ui-dialog-buttonpane :tabbable:first")).add(d).filter(":first").focus();a._trigger("open");a._isOpen=true;return a}},_createButtons:function(a){var b=this,d=false,e=c("<div></div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix");b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a,function(){return!(d=true)});if(d){c.each(a, function(g,f){g=c('<button type="button"></button>').text(g).click(function(){f.apply(b.element[0],arguments)}).appendTo(e);c.fn.button&&g.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging"); b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition,originalSize:f.originalSize,position:f.position,size:f.size}}a=a===undefined?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position"); a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize",f,b(h))},stop:function(f,h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop", f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0];a=a||c.ui.dialog.prototype.options.position;if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "):[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(e,g){if(+b[e]===b[e]){d[e]=b[e];b[e]= g}})}else if(typeof a==="object"){if("left"in a){b[0]="left";d[0]=a.left}else if("right"in a){b[0]="right";d[0]=-a.right}if("top"in a){b[1]="top";d[1]=a.top}else if("bottom"in a){b[1]="bottom";d[1]=-a.bottom}}(a=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position({my:b.join(" "),at:b.join(" "),offset:d.join(" "),of:window,collision:"fit",using:function(e){var g=c(this).css(e).offset().top;g<0&&c(this).css("top",e.top-g)}});a||this.uiDialog.hide()},_setOption:function(a, b){var d=this,e=d.uiDialog,g=e.is(":data(resizable)"),f=false;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"):e.removeClass("ui-dialog-disabled");break;case "draggable":b?d._makeDraggable():e.draggable("destroy");break; case "height":f=true;break;case "maxHeight":g&&e.resizable("option","maxHeight",b);f=true;break;case "maxWidth":g&&e.resizable("option","maxWidth",b);f=true;break;case "minHeight":g&&e.resizable("option","minHeight",b);f=true;break;case "minWidth":g&&e.resizable("option","minWidth",b);f=true;break;case "position":d._position(b);break;case "resizable":g&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title", d.uiDialogTitlebar).html(""+(b||"&#160;"));break;case "width":f=true;break}c.Widget.prototype._setOption.apply(d,arguments);f&&d._size()},_size:function(){var a=this.options,b;this.element.css({width:"auto",minHeight:0,height:0});b=this.uiDialog.css({height:"auto",width:a.width}).height();this.element.css(a.height==="auto"?{minHeight:Math.max(a.minHeight-b,0),height:"auto"}:{minHeight:0,height:Math.max(a.height-b,0)}).show();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight", this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.2",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "),create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&& c(document).bind(c.ui.dialog.overlay.events,function(d){return c(d.target).zIndex()>=c.ui.dialog.overlay.maxZ})},1);c(document).bind("keydown.dialog-overlay",function(d){if(a.options.closeOnEscape&&d.keyCode&&d.keyCode===c.ui.keyCode.ESCAPE){a.close(d);d.preventDefault()}});c(window).bind("resize.dialog-overlay",c.ui.dialog.overlay.resize)}var b=(this.oldInstances.pop()||c("<div></div>").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(),height:this.height()});c.fn.bgiframe&& b.bgiframe();this.instances.push(b);return b},destroy:function(a){this.oldInstances.push(this.instances.splice(c.inArray(a,this.instances),1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var b=0;c.each(this.instances,function(){b=Math.max(b,this.css("z-index"))});this.maxZ=b},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);b=Math.max(document.documentElement.offsetHeight, document.body.offsetHeight);return a<b?c(window).height()+"px":a+"px"}else return c(document).height()+"px"},width:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollWidth,document.body.scrollWidth);b=Math.max(document.documentElement.offsetWidth,document.body.offsetWidth);return a<b?c(window).width()+"px":a+"px"}else return c(document).width()+"px"},resize:function(){var a=c([]);c.each(c.ui.dialog.overlay.instances,function(){a=a.add(this)});a.css({width:0, height:0}).css({width:c.ui.dialog.overlay.width(),height:c.ui.dialog.overlay.height()})}});c.extend(c.ui.dialog.overlay.prototype,{destroy:function(){c.ui.dialog.overlay.destroy(this.$el)}})})(jQuery); ;/* * jQuery UI Tabs 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Tabs * * Depends: * jquery.ui.core.js * jquery.ui.widget.js */ (function(d){function s(){return++u}function v(){return++w}var u=0,w=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"<div></div>",remove:null,select:null,show:null,spinner:"<em>Loading&#8230;</em>",tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'},_create:function(){this._tabify(true)},_setOption:function(c,e){if(c=="selected")this.options.collapsible&& e==this.options.selected||this.select(e);else{this.options[c]=e;this._tabify()}},_tabId:function(c){return c.title&&c.title.replace(/\s/g,"_").replace(/[^A-Za-z0-9\-_:\.]/g,"")||this.options.idPrefix+s()},_sanitizeSelector:function(c){return c.replace(/:/g,"\\:")},_cookie:function(){var c=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+v());return d.cookie.apply(null,[c].concat(d.makeArray(arguments)))},_ui:function(c,e){return{tab:c,panel:e,index:this.anchors.index(c)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var c= d(this);c.html(c.data("label.tabs")).removeData("label.tabs")})},_tabify:function(c){function e(g,f){g.css({display:""});!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}this.list=this.element.find("ol,ul").eq(0);this.lis=d("li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);var a=this,b=this.options,h=/^#.+/;this.anchors.each(function(g,f){var j=d(f).attr("href"),l=j.split("#")[0],p;if(l&&(l===location.toString().split("#")[0]|| (p=d("base")[0])&&l===p.href)){j=f.hash;f.href=j}if(h.test(j))a.panels=a.panels.add(a._sanitizeSelector(j));else if(j!="#"){d.data(f,"href.tabs",j);d.data(f,"load.tabs",j.replace(/#.*$/,""));j=a._tabId(f);f.href="#"+j;f=d("#"+j);if(!f.length){f=d(b.panelTemplate).attr("id",j).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else b.disabled.push(g)});if(c){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(b.selected===undefined){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){b.selected=g;return false}});if(typeof b.selected!="number"&&b.cookie)b.selected=parseInt(a._cookie(),10);if(typeof b.selected!="number"&&this.lis.filter(".ui-tabs-selected").length)b.selected= this.lis.index(this.lis.filter(".ui-tabs-selected"));b.selected=b.selected||(this.lis.length?0:-1)}else if(b.selected===null)b.selected=-1;b.selected=b.selected>=0&&this.anchors[b.selected]||b.selected<0?b.selected:0;b.disabled=d.unique(b.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(b.selected,b.disabled)!=-1&&b.disabled.splice(d.inArray(b.selected,b.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); if(b.selected>=0&&this.anchors.length){this.panels.eq(b.selected).removeClass("ui-tabs-hide");this.lis.eq(b.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[b.selected],a.panels[b.selected]))});this.load(b.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else b.selected=this.lis.index(this.lis.filter(".ui-tabs-selected"));this.element[b.collapsible?"addClass": "removeClass"]("ui-tabs-collapsible");b.cookie&&this._cookie(b.selected,b.cookie);c=0;for(var i;i=this.lis[c];c++)d(i)[d.inArray(c,b.disabled)!=-1&&!d(i).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");b.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(b.event!="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+g)};this.lis.bind("mouseover.tabs", function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(b.fx)if(d.isArray(b.fx)){m=b.fx[0];o=b.fx[1]}else m=o=b.fx;var q=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal",function(){e(f,o);a._trigger("show", null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},r=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")};this.anchors.bind(b.event+".tabs", function(){var g=this,f=d(this).closest("li"),j=a.panels.filter(":not(.ui-tabs-hide)"),l=d(a._sanitizeSelector(this.hash));if(f.hasClass("ui-tabs-selected")&&!b.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}b.selected=a.anchors.index(this);a.abort();if(b.collapsible)if(f.hasClass("ui-tabs-selected")){b.selected=-1;b.cookie&&a._cookie(b.selected,b.cookie);a.element.queue("tabs",function(){r(g, j)}).dequeue("tabs");this.blur();return false}else if(!j.length){b.cookie&&a._cookie(b.selected,b.cookie);a.element.queue("tabs",function(){q(g,l)});a.load(a.anchors.index(this));this.blur();return false}b.cookie&&a._cookie(b.selected,b.cookie);if(l.length){j.length&&a.element.queue("tabs",function(){r(g,j)});a.element.queue("tabs",function(){q(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier.";d.browser.msie&&this.blur()});this.anchors.bind("click.tabs", function(){return false})},destroy:function(){var c=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e=d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(b,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this, "destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});c.cookie&&this._cookie(null,c.cookie);return this},add:function(c,e,a){if(a===undefined)a=this.anchors.length;var b=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,c).replace(/#\{label\}/g,e));c=!c.indexOf("#")?c.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs", true);var i=d("#"+c);i.length||(i=d(h.panelTemplate).attr("id",c).data("destroy.tabs",true));i.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);i.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]);i.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");i.removeClass("ui-tabs-hide"); this.element.queue("tabs",function(){b._trigger("show",null,b._ui(b.anchors[0],b.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(c){var e=this.options,a=this.lis.eq(c).remove(),b=this.panels.eq(c).remove();if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(c+(c+1<this.anchors.length?1:-1));e.disabled=d.map(d.grep(e.disabled,function(h){return h!=c}),function(h){return h>=c?--h:h});this._tabify();this._trigger("remove", null,this._ui(a.find("a")[0],b[0]));return this},enable:function(c){var e=this.options;if(d.inArray(c,e.disabled)!=-1){this.lis.eq(c).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=c});this._trigger("enable",null,this._ui(this.anchors[c],this.panels[c]));return this}},disable:function(c){var e=this.options;if(c!=e.selected){this.lis.eq(c).addClass("ui-state-disabled");e.disabled.push(c);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[c],this.panels[c]))}return this}, select:function(c){if(typeof c=="string")c=this.anchors.index(this.anchors.filter("[href$="+c+"]"));else if(c===null)c=-1;if(c==-1&&this.options.collapsible)c=this.options.selected;this.anchors.eq(c).trigger(this.options.event+".tabs");return this},load:function(c){var e=this,a=this.options,b=this.anchors.eq(c)[0],h=d.data(b,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(b,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(c).addClass("ui-state-processing"); if(a.spinner){var i=d("span",b);i.data("label.tabs",i.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){d(e._sanitizeSelector(b.hash)).html(k);e._cleanup();a.cache&&d.data(b,"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[c],e.panels[c]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[c],e.panels[c]));try{a.ajaxOptions.error(k,n,c,b)}catch(m){}}}));e.element.dequeue("tabs");return this}}, abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this},url:function(c,e){this.anchors.eq(c).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.2"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(c,e){var a=this,b=this.options,h=a._rotate||(a._rotate= function(i){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=b.selected;a.select(++k<a.anchors.length?k:0)},c);i&&i.stopPropagation()});e=a._unrotate||(a._unrotate=!e?function(i){i.clientX&&a.rotate(null)}:function(){t=b.selected;h()});if(c){this.element.bind("tabsshow",h);this.anchors.bind(b.event+".tabs",e);h()}else{clearTimeout(a.rotation);this.element.unbind("tabsshow",h);this.anchors.unbind(b.event+".tabs",e);delete this._rotate;delete this._unrotate}return this}})})(jQuery); ;/* * jQuery UI Effects 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Effects/ */ jQuery.effects||function(f){function k(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], 16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return l.transparent;return l[f.trim(c).toLowerCase()]}function q(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return k(b)}function m(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function n(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in r||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function s(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function j(c,a,b,d){if(typeof c=="object"){d= a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(f.isFunction(b)){d=b;b=null}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:f.fx.speeds[b]||f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor","borderTopColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=q(b.elem,a);b.end=k(b.end);b.colorInit= true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var l={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189, 183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255, 165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},o=["add","remove","toggle"],r={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b,d){if(f.isFunction(b)){d=b;b=null}return this.each(function(){var e=f(this),g=e.attr("style")||" ",h=n(m.call(this)),p,t=e.attr("className");f.each(o,function(u, i){c[i]&&e[i+"Class"](c[i])});p=n(m.call(this));e.attr("className",t);e.animate(s(h,p),a,b,function(){f.each(o,function(u,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments)})})};f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a? f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===undefined?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this,[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.2",save:function(c,a){for(var b=0;b<a.length;b++)a[b]!== null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hidden")?"show":"hide";return a},getBaseline:function(c,a){var b;switch(c[0]){case "top":b=0;break;case "middle":b=0.5;break;case "bottom":b=1;break;default:b=c[0]/a.height}switch(c[1]){case "left":c=0;break;case "center":c=0.5;break;case "right":c=1;break;default:c=c[1]/a.width}return{x:c,y:b}},createWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent(); var a={width:c.outerWidth(true),height:c.outerHeight(true),"float":c.css("float")},b=f("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0});c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"}); c.css({position:"relative",top:0,left:0})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c,a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=j.apply(this,arguments);a={options:a[1],duration:a[2],callback:a[3]};var b=f.effects[c];return b&&!f.fx.off?b.call(this,a):this},_show:f.fn.show,show:function(c){if(!c|| typeof c=="number"||f.fx.speeds[c])return this._show.apply(this,arguments);else{var a=j.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(!c||typeof c=="number"||f.fx.speeds[c])return this._hide.apply(this,arguments);else{var a=j.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(!c||typeof c=="number"||f.fx.speeds[c]||typeof c=="boolean"||f.isFunction(c))return this.__toggle.apply(this, arguments);else{var a=j.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%","pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c, a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d*((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+ b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2, 10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/=e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)* a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return-(h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g))+b},easeOutElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);return h*Math.pow(2,-10*a)*Math.sin((a*e-c)*2*Math.PI/g)+d+b},easeInOutElastic:function(c, a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e/2)==2)return b+d;g||(g=e*0.3*1.5);if(h<Math.abs(d)){h=d;c=g/4}else c=g/(2*Math.PI)*Math.asin(d/h);if(a<1)return-0.5*h*Math.pow(2,10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)+b;return h*Math.pow(2,-10*(a-=1))*Math.sin((a*e-c)*2*Math.PI/g)*0.5+d+b},easeInBack:function(c,a,b,d,e,g){if(g==undefined)g=1.70158;return d*(a/=e)*a*((g+1)*a-g)+b},easeOutBack:function(c,a,b,d,e,g){if(g==undefined)g=1.70158;return d*((a=a/e-1)*a*((g+1)*a+g)+1)+b},easeInOutBack:function(c, a,b,d,e,g){if(g==undefined)g=1.70158;if((a/=e/2)<1)return d/2*a*a*(((g*=1.525)+1)*a-g)+b;return d/2*((a-=2)*a*(((g*=1.525)+1)*a+g)+2)+b},easeInBounce:function(c,a,b,d,e){return d-f.easing.easeOutBounce(c,e-a,0,d,e)+b},easeOutBounce:function(c,a,b,d,e){return(a/=e)<1/2.75?d*7.5625*a*a+b:a<2/2.75?d*(7.5625*(a-=1.5/2.75)*a+0.75)+b:a<2.5/2.75?d*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:d*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},easeInOutBounce:function(c,a,b,d,e){if(a<e/2)return f.easing.easeInBounce(c,a*2,0, d,e)*0.5+b;return f.easing.easeOutBounce(c,a*2-e,0,d,e)*0.5+d*0.5+b}})}(jQuery); ;/* * jQuery UI Effects Fold 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Effects/Fold * * Depends: * jquery.effects.core.js */ (function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","left"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1],10)/100* f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); ;/* * jQuery Highlight plugin * Based on highlight v3 by Johann Burkard * http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html * Copyright (c) 2009 Bartek Szopka http://bartaz.github.com/sandbox.js/jquery.highlight.html * Licensed under MIT license. */ jQuery.extend({highlight:function(a,c,b,e){if(a.nodeType===3){if(c=a.data.match(c)){b=document.createElement(b||"span");b.className=e||"highlight";a=a.splitText(c.index);a.splitText(c[0].length);e=a.cloneNode(true);b.appendChild(e);a.parentNode.replaceChild(b,a);return 1}}else if(a.nodeType===1&&a.childNodes&&!/(script|style)/i.test(a.tagName)&&!(a.tagName===b.toUpperCase()&&a.className===e))for(var d=0;d<a.childNodes.length;d++)d+=jQuery.highlight(a.childNodes[d],c,b,e);return 0}}); jQuery.fn.unhighlight=function(a){var c={className:"highlight",element:"span"};jQuery.extend(c,a);return this.find(c.element+"."+c.className).each(function(){var b=this.parentNode;b.replaceChild(this.firstChild,this);b.normalize()}).end()}; jQuery.fn.highlight=function(a,c){var b={className:"highlight",element:"span",caseSensitive:false,wordsOnly:false};jQuery.extend(b,c);if(a.constructor===String)a=[a];a=jQuery.grep(a,function(f){return f!=""});if(a.length==0)return this;var e=b.caseSensitive?"":"i",d="("+a.join("|")+")";if(b.wordsOnly)d="\\b"+d+"\\b";var g=RegExp(d,e);return this.each(function(){jQuery.highlight(this,g,b.element,b.className)})};
not needed at boot\n"
-"time.\n"
-"\n"
-"A short explanatory text will be displayed about a service when it is\n"
-"selected. However, if you are not sure whether a service is useful or not,\n"
-"it is safer to leave the default behavior.\n"
-"\n"
-"!! At this stage, be very careful if you intend to use your machine as a\n"
-"server: you will probably not want to start any services that you do not\n"
-"need. Please remember that several services can be dangerous if they are\n"
-"enabled on a server. In general, select only the services you really need.\n"
-"!!"
-msgstr ""
+#: ../../network/netconnect.pm_.c:218
+#, fuzzy
+msgid "cable connection detected"
+msgstr "Cumraigh nasc ghréasán"
-#: ../../lang.pm:1
-#, c-format
-msgid "Niue"
+#: ../../network/netconnect.pm_.c:219
+msgid "LAN connection"
+msgstr "Nasc LAN"
+
+#: ../../network/netconnect.pm_.c:219
+msgid "ethernet card(s) detected"
msgstr ""
-#: ../../any.pm:1 ../../help.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Skip"
-msgstr "Scipeáil"
+#: ../../network/netconnect.pm_.c:222
+#, fuzzy
+msgid "Choose the connection you want to configure"
+msgstr "Roghnaigh na ranna atá le formáidiú"
-#: ../../services.pm:1
-#, c-format
+#: ../../network/netconnect.pm_.c:246
msgid ""
-"Activates/Deactivates all network interfaces configured to start\n"
-"at boot time."
+"You have configured multiple ways to connect to the Internet.\n"
+"Choose the one you want to use.\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid ""
-"the CPU frequency in MHz (Megahertz which in first approximation may be "
-"coarsely assimilated to number of instructions the cpu is able to execute "
-"per second)"
-msgstr ""
+#: ../../network/netconnect.pm_.c:247
+#, fuzzy
+msgid "Internet connection"
+msgstr "Nasc Printéir"
-#: ../../pkgs.pm:1
-#, c-format
-msgid "important"
-msgstr "tábhachtach"
+#: ../../network/netconnect.pm_.c:253
+#, fuzzy
+msgid "Do you want to start the connection at boot?"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Mandrake Linux Printer Management Tool"
-msgstr "Feistiú Linux-Mandrake %s"
+#: ../../network/netconnect.pm_.c:267
+msgid "Network configuration"
+msgstr "Cumraíocht Gréasánú"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Total Progress"
+#: ../../network/netconnect.pm_.c:268
+msgid "The network needs to be restarted"
msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../network/netconnect.pm_.c:272
+#, fuzzy, c-format
msgid ""
-"DrakX will first detect any IDE devices present in your computer. It will\n"
-"also scan for one or more PCI SCSI cards on your system. If a SCSI card is\n"
-"found, DrakX will automatically install the appropriate driver.\n"
-"\n"
-"Because hardware detection is not foolproof, DrakX may fail in detecting\n"
-"your hard drives. If so, you'll have to specify your hardware by hand.\n"
-"\n"
-"If you had to manually specify your PCI SCSI adapter, DrakX will ask if you\n"
-"want to configure options for it. You should allow DrakX to probe the\n"
-"hardware for the card-specific options which are needed to initialize the\n"
-"adapter. Most of the time, DrakX will get through this step without any\n"
-"issues.\n"
+"A problem occured while restarting the network: \n"
"\n"
-"If DrakX is not able to probe for the options to automatically determine\n"
-"which parameters need to be passed to the hardware, you'll need to manually\n"
-"configure the driver."
-msgstr ""
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Aruba"
-msgstr ""
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Users"
-msgstr "Ainm úsáideora"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Preparing bootloader..."
-msgstr "Ag Ullmhaigh ríomhchlar thosnaithe"
+"%s"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../../move/move.pm:1
-#, c-format
-msgid "Enter your user information, password will be used for screensaver"
+#: ../../network/netconnect.pm_.c:282
+msgid ""
+"Congratulations, the network and Internet configuration is finished.\n"
+"The configuration will now be applied to your system.\n"
+"\n"
msgstr ""
-#: ../../network/network.pm:1
-#, c-format
-msgid "Gateway (e.g. %s)"
+#: ../../network/netconnect.pm_.c:286
+msgid ""
+"After this is done, we recommend that you restart your X environment to "
+"avoid any hostname-related problems."
msgstr ""
-#: ../../any.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "The passwords do not match"
-msgstr "Ní mar a chéile na pasfhocail"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Examples for correct IPs:\n"
+#: ../../network/netconnect.pm_.c:287
+msgid ""
+"Problems occured during configuration.\n"
+"Test your connection via net_monitor or mcc. If your connection doesn't "
+"work, you might want to relaunch the configuration."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Please choose the media for backup."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Frequency (MHz)"
+#: ../../network/network.pm_.c:278
+msgid ""
+"WARNING: this device has been previously configured to connect to the "
+"Internet.\n"
+"Simply accept to keep this device configured.\n"
+"Modifying the fields below will override this configuration."
msgstr ""
-#: ../../install_any.pm:1
-#, c-format
+#: ../../network/network.pm_.c:283
msgid ""
-"To use this saved packages selection, boot installation with ``linux "
-"defcfg=floppy''"
+"Please enter the IP configuration for this machine.\n"
+"Each item should be entered as an IP address in dotted-decimal\n"
+"notation (for example, 1.2.3.4)."
msgstr ""
-#: ../../standalone/harddrake2:1
+#: ../../network/network.pm_.c:293 ../../network/network.pm_.c:294
#, c-format
-msgid "the number of the processor"
-msgstr ""
+msgid "Configuring network device %s"
+msgstr "Ag cumrú gléas gréasánú %s"
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
+#: ../../network/network.pm_.c:294
#, fuzzy, c-format
-msgid "Hardware clock set to GMT"
-msgstr "An bhfuil an clog cruaearrach ar GMT?"
+msgid " (driver %s)"
+msgstr " (tiomáint %s)"
-#: ../../network/isdn.pm:1
-#, fuzzy, c-format
-msgid "Do you want to start a new configuration ?"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
+#: ../../network/network.pm_.c:296 ../../standalone/drakconnect_.c:228
+#: ../../standalone/drakconnect_.c:464
+msgid "IP address"
+msgstr "Seoladh IP"
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Give a file name"
-msgstr "Fíor ainm"
+#: ../../network/network.pm_.c:297 ../../standalone/drakconnect_.c:465
+#: ../../standalone/drakgw_.c:291
+msgid "Netmask"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Please choose the port that your printer is connected to."
-msgstr "Cén cinéal luchóg atá agat?"
+#: ../../network/network.pm_.c:298
+msgid "(bootp/dhcp)"
+msgstr "(bootp/dhcp)"
-#: ../../standalone/livedrake:1
-#, c-format
-msgid "Change Cd-Rom"
-msgstr "Athraigh CD-ROM"
+#: ../../network/network.pm_.c:298
+msgid "Automatic IP"
+msgstr "Uath-IP"
-#: ../../lang.pm:1
-#, c-format
-msgid "Paraguay"
-msgstr "Paraguay"
+#: ../../network/network.pm_.c:299
+#, fuzzy
+msgid "Start at boot"
+msgstr "Cruthaigh an diosca "
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid "Configuration is complete, do you want to apply settings ?"
+#: ../../network/network.pm_.c:320 ../../printer/printerdrake.pm_.c:812
+msgid "IP address should be in format 1.2.3.4"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Use Incremental/Differential Backups (do not replace old backups)"
+#: ../../network/network.pm_.c:326
+msgid ""
+"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
+"frequency), or add enough '0'."
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
+#: ../../network/network.pm_.c:330
msgid ""
-" - Maintain /etc/dhcpd.conf:\n"
-" \tTo net boot clients, each client needs a dhcpd.conf entry, "
-"assigning an IP \n"
-" \taddress and net boot images to the machine. drakTermServ helps "
-"create/remove \n"
-" \tthese entries.\n"
-"\t\t\t\n"
-" \t(PCI cards may omit the image - etherboot will request the correct "
-"image. \n"
-"\t\t\tYou should also consider that when etherboot looks for the images, it "
-"expects \n"
-"\t\t\tnames like boot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
-"\t\t\t \n"
-" \tA typical dhcpd.conf stanza to support a diskless client looks "
-"like:"
+"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
+"enough '0'."
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "There's no known driver for your sound card (%s)"
+#: ../../network/network.pm_.c:350
+msgid ""
+"Please enter your host name.\n"
+"Your host name should be a fully-qualified host name,\n"
+"such as ``mybox.mylab.myco.com''.\n"
+"You may also enter the IP address of the gateway if you have one"
msgstr ""
-#: ../../standalone/drakfloppy:1
+#: ../../network/network.pm_.c:355
+msgid "DNS server"
+msgstr "freastalaí DNS"
+
+#: ../../network/network.pm_.c:356
#, c-format
-msgid "force"
-msgstr "forsáil"
+msgid "Gateway (e.g. %s)"
+msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Exit"
-msgstr "Ext2"
+#: ../../network/network.pm_.c:358
+msgid "Gateway device"
+msgstr "Gaireas na hInneal Geata"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"NOTE: Depending on the printer model and the printing system up to %d MB of "
-"additional software will be installed."
+#: ../../network/network.pm_.c:363
+msgid "DNS server address should be in format 1.2.3.4"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid ""
-"You don't have any configured interface.\n"
-"Configure them first by clicking on 'Configure'"
+#: ../../network/network.pm_.c:367
+msgid "Gateway address should be in format 1.2.3.4"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Estonian"
-msgstr "Eastóinis"
+#: ../../network/network.pm_.c:381
+msgid "Proxies configuration"
+msgstr "Cumraigh seach-freastalaí"
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
-msgstr ""
+#: ../../network/network.pm_.c:382
+msgid "HTTP proxy"
+msgstr "Seach-HTTP"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"Enter your CD Writer device name\n"
-" ex: 0,1,0"
-msgstr ""
+#: ../../network/network.pm_.c:383
+msgid "FTP proxy"
+msgstr "Seach-FTP"
-#: ../../standalone/draksec:1
-#, c-format
-msgid "ALL"
+#: ../../network/network.pm_.c:384
+msgid "Track network card id (useful for laptops)"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Add/Del Clients"
+#: ../../network/network.pm_.c:387
+msgid "Proxy should be http://..."
msgstr ""
-#: ../../network/ethernet.pm:1 ../../standalone/drakgw:1
-#: ../../standalone/drakpxe:1
-#, c-format
-msgid "Choose the network interface"
-msgstr "Roghnaigh an cláréadan ghréasán"
-
-#: ../../printer/detect.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Unknown Model"
+#: ../../network/network.pm_.c:388
+msgid "Url should begin with 'ftp:' or 'http:'"
msgstr ""
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "CD/DVD burners"
+#: ../../network/shorewall.pm_.c:26
+msgid "Firewalling configuration detected!"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
+#: ../../network/shorewall.pm_.c:27
msgid ""
-"Partition booted by default\n"
-" (for MS-DOS boot, not for lilo)\n"
+"Warning! An existing firewalling configuration has been detected. You may "
+"need some manual fix after installation."
msgstr ""
-"Rann tosaithe de ghnáth\n"
-" (do thosnú MS-DOS, ní lilo)\n"
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Enable \"%s\" to read the file"
-msgstr ""
+#: ../../network/tools.pm_.c:57
+msgid "Internet configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "choose image"
-msgstr "Roghnaigh gníomh"
+#: ../../network/tools.pm_.c:58
+#, fuzzy
+msgid "Do you want to try to connect to the Internet now?"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../network/shorewall.pm:1
-#, c-format
-msgid "Firewalling configuration detected!"
-msgstr ""
+#: ../../network/tools.pm_.c:61 ../../standalone/drakconnect_.c:193
+#, fuzzy
+msgid "Testing your connection..."
+msgstr "Cumraigh nasc ghréasán"
-#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Connection name"
-msgstr "Ainm Nasc"
+#: ../../network/tools.pm_.c:70
+#, fuzzy
+msgid "The system is now connected to Internet."
+msgstr "Cén diosca ag a dteastaíonn uait é a bhogadh?"
-#: ../../standalone/draksplash:1
-#, c-format
-msgid ""
-"x coordinate of text box\n"
-"in number of characters"
+#: ../../network/tools.pm_.c:71
+msgid "For security reason, it will be disconnected now."
msgstr ""
-#: ../../fsedit.pm:1
-#, c-format
+#: ../../network/tools.pm_.c:72
msgid ""
-"You may not be able to install lilo (since lilo doesn't handle a LV on "
-"multiple PVs)"
+"The system doesn't seem to be connected to internet.\n"
+"Try to reconfigure your connection."
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, fuzzy, c-format
-msgid "Updating package selection"
-msgstr "Roghnú Grúpa Pacáistí"
-
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Where do you want to mount the loopback file %s?"
-msgstr "Céard a theastaíonn uait a dhéanamh?"
+#: ../../network/tools.pm_.c:96
+msgid "Connection Configuration"
+msgstr "Cumraíocht Idirlíon."
-#: ../../standalone/drakautoinst:1
-#, c-format
-msgid ""
-"The floppy has been successfully generated.\n"
-"You may now replay your installation."
+#: ../../network/tools.pm_.c:97
+msgid "Please fill or check the field below"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Use CD-R/DVD-R to backup"
-msgstr ""
+#: ../../network/tools.pm_.c:99 ../../standalone/drakconnect_.c:605
+msgid "Card IRQ"
+msgstr "IRQ na Carta"
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "the number of buttons the mouse has"
-msgstr "2 cnaipí"
+#: ../../network/tools.pm_.c:100 ../../standalone/drakconnect_.c:606
+msgid "Card mem (DMA)"
+msgstr "Cuimhne Charta (DMA)"
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Replay"
-msgstr "Athlódaigh"
+#: ../../network/tools.pm_.c:101 ../../standalone/drakconnect_.c:607
+msgid "Card IO"
+msgstr "I/A Carta"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Backup other files"
-msgstr "Droch comhad chúltaca"
+#: ../../network/tools.pm_.c:102 ../../standalone/drakconnect_.c:608
+msgid "Card IO_0"
+msgstr "I/A_0 Carta"
-#: ../../install_steps.pm:1
-#, c-format
-msgid "No floppy drive available"
-msgstr "Níl dioscthiománt flapach ar fáil"
+#: ../../network/tools.pm_.c:103 ../../standalone/drakconnect_.c:609
+msgid "Card IO_1"
+msgstr "I/A_1 Carta"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Backup files are corrupted"
-msgstr ""
+#: ../../network/tools.pm_.c:104 ../../standalone/drakconnect_.c:610
+#, fuzzy
+msgid "Your personal phone number"
+msgstr "Uimhir fón"
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "TV norm:"
+#: ../../network/tools.pm_.c:105 ../../standalone/drakconnect_.c:611
+msgid "Provider name (ex provider.net)"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Cpuid family"
-msgstr ""
+#: ../../network/tools.pm_.c:106 ../../standalone/drakconnect_.c:612
+msgid "Provider phone number"
+msgstr "Uimhir fón"
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "32 MB"
-msgstr "32 MB"
+#: ../../network/tools.pm_.c:107 ../../standalone/drakconnect_.c:613
+#, fuzzy
+msgid "Provider dns 1 (optional)"
+msgstr "Roghanna Printéir"
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "type: thin"
-msgstr "Cineál: "
+#: ../../network/tools.pm_.c:108 ../../standalone/drakconnect_.c:614
+#, fuzzy
+msgid "Provider dns 2 (optional)"
+msgstr "Roghanna Printéir"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Lithuanian AZERTY (new)"
-msgstr ""
+#: ../../network/tools.pm_.c:109
+#, fuzzy
+msgid "Choose your country"
+msgstr "Roghnaigh mhéarchlár"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "yes means the arithmetic coprocessor has an exception vector attached"
+#: ../../network/tools.pm_.c:110 ../../standalone/drakconnect_.c:617
+msgid "Dialing mode"
msgstr ""
-#: ../../fsedit.pm:1
-#, 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 /boot partition"
-msgstr ""
+#: ../../network/tools.pm_.c:111 ../../standalone/drakconnect_.c:629
+#, fuzzy
+msgid "Connection speed"
+msgstr "Athraigh cineál ranna"
-#: ../../any.pm:1
-#, c-format
-msgid "Other OS (MacOS...)"
-msgstr "CO Eile (MunOS...)"
+#: ../../network/tools.pm_.c:112 ../../standalone/drakconnect_.c:630
+#, fuzzy
+msgid "Connection timeout (in sec)"
+msgstr "Ainm Nasc"
-#: ../../mouse.pm:1
-#, c-format
-msgid "To activate the mouse,"
+#: ../../network/tools.pm_.c:113 ../../standalone/drakconnect_.c:615
+msgid "Account Login (user name)"
msgstr ""
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "Bringing up the network"
-msgstr "Ag tosnú suas an ghréasán"
+#: ../../network/tools.pm_.c:114 ../../standalone/drakconnect_.c:616
+#: ../../standalone/drakconnect_.c:647
+msgid "Account Password"
+msgstr "Pasfhocal"
-#: ../../common.pm:1
-#, c-format
-msgid "Screenshots will be available after install in %s"
+#: ../../network/tools.pm_.c:118 ../../network/tools.pm_.c:132
+msgid "United Kingdom"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"More than one Microsoft partition has been detected on your hard drive.\n"
-"Please choose which one you want to resize in order to install your new\n"
-"Mandrake Linux operating system.\n"
-"\n"
-"Each partition is listed as follows: \"Linux name\", \"Windows name\"\n"
-"\"Capacity\".\n"
-"\n"
-"\"Linux name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
-"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
-"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc.\n"
-"\n"
-"\"Windows name\" is the letter of your hard drive under Windows (the first\n"
-"disk or partition is called \"C:\")."
+#: ../../partition_table.pm_.c:603
+msgid "mount failed: "
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Tanzania"
+#: ../../partition_table.pm_.c:667
+msgid "Extended partition not supported on this platform"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Computing FAT filesystem bounds"
-msgstr "Ag ríomhadh teorainn na córais-comhadlanna FAT"
-
-#: ../../standalone/drakbackup:1
-#, c-format
+#: ../../partition_table.pm_.c:685
msgid ""
-"\n"
-"Backup Sources: \n"
+"You have a hole in your partition table but I can't use it.\n"
+"The only solution is to move your primary partitions to have the hole next "
+"to the extended partitions."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "custom"
-msgstr "Socraithe"
-
-#: ../../standalone/logdrake:1
+#: ../../partition_table.pm_.c:774
#, c-format
-msgid "Content of the file"
+msgid "Restoring from file %s failed: %s"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Authentication LDAP"
-msgstr "Deimniú LDAP"
+#: ../../partition_table.pm_.c:776
+msgid "Bad backup file"
+msgstr "Droch comhad chúltaca"
-#: ../../install_steps_gtk.pm:1
+#: ../../partition_table.pm_.c:796
#, c-format
-msgid "in order to keep %s"
-msgstr ""
+msgid "Error writing to file %s"
+msgstr "Earráidh ag scríobh comhad %s"
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "Let me pick any driver"
+#: ../../partition_table/raw.pm_.c:192
+msgid ""
+"Something bad is happening on your drive. \n"
+"A test to check the integrity of data has failed. \n"
+"It means writing anything on the disk will end up with random trash"
msgstr ""
-#: ../../standalone/net_monitor:1
-#, c-format
-msgid "transmitted"
-msgstr ""
+#: ../../pkgs.pm_.c:26
+msgid "must have"
+msgstr "riachtanas"
-#: ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Palestine"
-msgstr "Roghnú Grúpa Pacáistí"
+#: ../../pkgs.pm_.c:27
+msgid "important"
+msgstr "tábhachtach"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "RAID md%s\n"
-msgstr "RAID md%s\n"
+#: ../../pkgs.pm_.c:28
+msgid "very nice"
+msgstr "an-dheas"
-#: ../../modules/parameters.pm:1
-#, c-format
-msgid "%d comma separated strings"
+#: ../../pkgs.pm_.c:29
+msgid "nice"
+msgstr "deas"
+
+#: ../../pkgs.pm_.c:30
+msgid "maybe"
+msgstr "b'fhéidir"
+
+#: ../../printer/data.pm_.c:18
+msgid "PDQ - Print, Don't Queue"
msgstr ""
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid " isdn"
+#: ../../printer/data.pm_.c:19
+msgid "PDQ"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Here is the full list of keyboards available"
+#: ../../printer/data.pm_.c:30
+msgid "LPD - Line Printer Daemon"
msgstr ""
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "Theme name"
-msgstr "Comh. ainm"
+#: ../../printer/data.pm_.c:31
+msgid "LPD"
+msgstr ""
-#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "/_Help"
-msgstr "/C_úidiú"
+#: ../../printer/data.pm_.c:51
+msgid "LPRng - LPR New Generation"
+msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "Choosing an arbitrary driver"
+#: ../../printer/data.pm_.c:52
+msgid "LPRng"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Cook Islands"
+#: ../../printer/data.pm_.c:75
+msgid "CUPS - Common Unix Printing System"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid ""
-"Here you can choose whether the scanners connected to this machine should be "
-"accessable by remote machines and by which remote machines."
+#: ../../printer/data.pm_.c:76 ../../printer/main.pm_.c:677
+msgid "CUPS"
msgstr ""
-#: ../../standalone/draksplash:1
-#, c-format
-msgid "the width of the progress bar"
+#: ../../printer/detect.pm_.c:80 ../../printer/detect.pm_.c:213
+#: ../../printer/detect.pm_.c:250
+msgid "Unknown Model"
msgstr ""
-#: ../../fs.pm:1
-#, c-format
-msgid "Formatting partition %s"
-msgstr "Ag formáidiú rann %s"
+#: ../../printer/main.pm_.c:26
+msgid "Local printer"
+msgstr "Printéir áitiúl"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Hostname required"
-msgstr "Ainm úsáideora"
+#: ../../printer/main.pm_.c:27
+msgid "Remote printer"
+msgstr "Scríos Printéir"
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Unselect fonts installed"
-msgstr ""
+#: ../../printer/main.pm_.c:28
+#, fuzzy
+msgid "Printer on remote CUPS server"
+msgstr "Scrios Freastalaí CUPS"
-#: ../../mouse.pm:1
-#, c-format
-msgid "Wheel"
-msgstr "Rothar"
+#: ../../printer/main.pm_.c:29 ../../printer/printerdrake.pm_.c:835
+#, fuzzy
+msgid "Printer on remote lpd server"
+msgstr "Scrios freastalaí lpd"
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Submit kernel version"
-msgstr "leagan `kernel'"
+#: ../../printer/main.pm_.c:30
+#, fuzzy
+msgid "Network printer (TCP/Socket)"
+msgstr "Printéir Gréasán (lpd)"
-#: ../../any.pm:1 ../../help.pm:1 ../../install_steps_gtk.pm:1
-#: ../../install_steps_interactive.pm:1 ../../interactive.pm:1
-#: ../../ugtk2.pm:1 ../../Xconfig/resolution_and_depth.pm:1
-#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/gtk.pm:1
-#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
-#: ../../interactive/stdio.pm:1 ../../printer/printerdrake.pm:1
-#: ../../standalone/drakautoinst:1 ../../standalone/drakbackup:1
-#: ../../standalone/drakboot:1 ../../standalone/drakconnect:1
-#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
-#: ../../standalone/drakperm:1 ../../standalone/draksec:1
-#: ../../standalone/logdrake:1 ../../standalone/mousedrake:1
-#: ../../standalone/net_monitor:1
-#, c-format
-msgid "Cancel"
-msgstr "Cealaigh"
+#: ../../printer/main.pm_.c:31
+#, fuzzy
+msgid "Printer on SMB/Windows 95/98/NT server"
+msgstr "SMB/Windows 95/98/NT"
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Searching for configured scanners ..."
-msgstr "Printéir áitiúl"
+#: ../../printer/main.pm_.c:32
+#, fuzzy
+msgid "Printer on NetWare server"
+msgstr "Freastalaí Printéir"
-#: ../../harddrake/data.pm:1
-#, fuzzy, c-format
-msgid "Videocard"
-msgstr "Mód fís"
+#: ../../printer/main.pm_.c:33 ../../printer/printerdrake.pm_.c:839
+#, fuzzy
+msgid "Enter a printer device URI"
+msgstr "Gaireas Printéir (URI)"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\tBackups use tar and bzip2\n"
+#: ../../printer/main.pm_.c:34
+msgid "Pipe job into a command"
msgstr ""
-#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Remove Selected"
-msgstr "Scrios ciú"
+#: ../../printer/main.pm_.c:290 ../../printer/main.pm_.c:478
+#: ../../printer/main.pm_.c:794 ../../printer/printerdrake.pm_.c:3228
+msgid "Unknown model"
+msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "/Autodetect _modems"
-msgstr "Scríos Printéir"
+#: ../../printer/main.pm_.c:317
+#, fuzzy
+msgid "Local Printers"
+msgstr "Printéir áitiúl"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Remove printer"
+#: ../../printer/main.pm_.c:319 ../../printer/main.pm_.c:678
+#, fuzzy
+msgid "Remote Printers"
msgstr "Scríos Printéir"
-#: ../../standalone/drakbackup:1
+#: ../../printer/main.pm_.c:326 ../../printer/printerdrake.pm_.c:381
#, c-format
-msgid "View Last Log"
+msgid " on parallel port \\/*%s"
msgstr ""
-#: ../../network/drakfirewall.pm:1
+#: ../../printer/main.pm_.c:329 ../../printer/printerdrake.pm_.c:383
#, c-format
-msgid "Which services would you like to allow the Internet to connect to?"
+msgid ", USB printer \\/*%s"
msgstr ""
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Connection Type"
-msgstr "Athraigh cineál ranna"
-
-#: ../../standalone/logdrake:1
+#: ../../printer/main.pm_.c:334
#, c-format
-msgid ""
-"Welcome to the mail configuration utility.\n"
-"\n"
-"Here, you'll be able to set up the alert system.\n"
+msgid ", multi-function device on parallel port \\/*%s"
msgstr ""
-#: ../../install_steps_gtk.pm:1 ../../mouse.pm:1 ../../services.pm:1
-#: ../../diskdrake/hd_gtk.pm:1 ../../standalone/drakbackup:1
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Other"
-msgstr "Eile"
+#: ../../printer/main.pm_.c:337
+msgid ", multi-function device on USB"
+msgstr ""
-#: ../../any.pm:1 ../../harddrake/v4l.pm:1 ../../standalone/drakfloppy:1
-#, c-format
-msgid "Default"
-msgstr "Gnáth"
+#: ../../printer/main.pm_.c:339
+msgid ", multi-function device on HP JetDirect"
+msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Button 2 Emulation"
+#: ../../printer/main.pm_.c:341
+msgid ", multi-function device"
msgstr ""
-#: ../../standalone/drakbug:1
+#: ../../printer/main.pm_.c:344
#, fuzzy, c-format
-msgid "Please enter a package name."
-msgstr "Roghnaight do theangam le do thoil."
+msgid ", printing to %s"
+msgstr "Earráidh ag scríobh comhad %s"
-#: ../../security/l10n.pm:1
+#: ../../printer/main.pm_.c:346
#, c-format
-msgid "Run chkrootkit checks"
+msgid " on LPD server \"%s\", printer \"%s\""
msgstr ""
-#: ../../standalone/drakfont:1
+#: ../../printer/main.pm_.c:348
#, c-format
-msgid "type1inst building"
+msgid ", TCP/IP host \"%s\", port %s"
msgstr ""
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Abiword"
-msgstr "Tobscoir"
-
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "choose image file"
-msgstr "Roghnaigh gníomh"
-
-#: ../../Xconfig/card.pm:1
+#: ../../printer/main.pm_.c:352
#, c-format
-msgid "X server"
-msgstr "X freastalaí"
-
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "Domain Admin User Name"
-msgstr "Ainm Fearannas"
+msgid " on SMB/Windows server \"%s\", share \"%s\""
+msgstr ""
-#: ../../standalone/drakxtv:1
+#: ../../printer/main.pm_.c:356
#, c-format
-msgid "There was an error while scanning for TV channels"
+msgid " on Novell server \"%s\", printer \"%s\""
msgstr ""
-#: ../../keyboard.pm:1
+#: ../../printer/main.pm_.c:358
#, c-format
-msgid "US keyboard (international)"
-msgstr "Mearchlár US (idirnaisiúnta)"
-
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Not installed"
-msgstr "Eirigh as Feistiú"
+msgid ", using command %s"
+msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Both Alt keys simultaneously"
+#: ../../printer/main.pm_.c:475 ../../printer/printerdrake.pm_.c:1603
+msgid "Raw printer (No driver)"
msgstr ""
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid "LAN connection"
-msgstr "Nasc LAN"
+#: ../../printer/main.pm_.c:647
+#, fuzzy, c-format
+msgid "(on %s)"
+msgstr "(modíl %s)"
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "/File/-"
-msgstr "/Comhad/-"
+#: ../../printer/main.pm_.c:649
+msgid "(on this machine)"
+msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Italian"
-msgstr "Iodálais"
+#: ../../printer/main.pm_.c:674
+#, fuzzy, c-format
+msgid "On CUPS server \"%s\""
+msgstr "IP freastalaí SMP"
-#: ../../interactive.pm:1
-#, c-format
-msgid "Basic"
+#: ../../printer/main.pm_.c:680 ../../printer/printerdrake.pm_.c:2888
+#: ../../printer/printerdrake.pm_.c:2899 ../../printer/printerdrake.pm_.c:3120
+#: ../../printer/printerdrake.pm_.c:3171 ../../printer/printerdrake.pm_.c:3197
+#: ../../printer/printerdrake.pm_.c:3352 ../../printer/printerdrake.pm_.c:3354
+#, fuzzy
+msgid " (Default)"
msgstr "Gnáth"
-#: ../../install_messages.pm:1
-#, c-format
-msgid "http://www.mandrakelinux.com/en/92errata.php3"
-msgstr ""
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Honduras"
+#: ../../printer/printerdrake.pm_.c:27
+msgid "Select Printer Connection"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid "pdq"
+#: ../../printer/printerdrake.pm_.c:28
+msgid "How is the printer connected?"
msgstr ""
-#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Card IO"
-msgstr "I/A Carta"
-
-#: ../../network/drakfirewall.pm:1
-#, fuzzy, c-format
-msgid "Samba server"
-msgstr "Freastalaí NIS"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:30
msgid ""
"\n"
-"This special Bootstrap\n"
-"partition is for\n"
-"dual-booting your system.\n"
+"Printers on remote CUPS servers you do not have to configure here; these "
+"printers will be automatically detected."
msgstr ""
-#: ../../standalone/drakautoinst:1
-#, c-format
-msgid ""
-"Please choose for each step whether it will replay like your install, or it "
-"will be manual"
+#: ../../printer/printerdrake.pm_.c:38
+msgid "Printer auto-detection (Local, TCP/Socket, and SMB printers)"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid ""
-"You can also decide here whether scanners on remote machines should be made "
-"available on this machine."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:81 ../../printer/printerdrake.pm_.c:2950
+#, fuzzy
+msgid "CUPS configuration"
+msgstr "cumraíocht"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-Network by FTP.\n"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:82 ../../printer/printerdrake.pm_.c:2951
+#, fuzzy
+msgid "Specify CUPS server"
+msgstr "Scrios Freastalaí CUPS"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Reports check result to tty"
+#: ../../printer/printerdrake.pm_.c:83
+msgid ""
+"To get access to printers on remote CUPS servers in your local network you "
+"do not have to configure anything; the CUPS servers inform your machine "
+"automatically about their printers. All printers currently known to your "
+"machine are listed in the \"Remote printers\" section in the main window of "
+"Printerdrake. When your CUPS server is not in your local network, you have "
+"to enter the CUPS server IP address and optionally the port number to get "
+"the printer information from the server, otherwise leave these fields blank."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "You must enter a device or file name!"
-msgstr "Gaireas Printéir (URI)"
-
-#: ../../standalone/harddrake2:1 ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "/_Quit"
-msgstr "Éalaigh"
-
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid "Graphics memory: %s kB\n"
-msgstr "Cuimhne grafach: %s kb\n"
-
-#: ../../standalone.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:84
msgid ""
-"This program is free software; you can redistribute it and/or modify\n"
-"it under the terms of the GNU General Public License as published by\n"
-"the Free Software Foundation; either version 2, or (at your option)\n"
-"any later version.\n"
"\n"
-"This program is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details.\n"
-"\n"
-"You should have received a copy of the GNU General Public License\n"
-"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"Normally, CUPS is automatically configured according to your network "
+"environment, so that you can access the printers on the CUPS servers in your "
+"local network. If this does not work correctly, turn off \"Automatic CUPS "
+"configuration\" and edit your file /etc/cups/cupsd.conf manually. Do not "
+"forget to restart CUPS afterwards (command: \"service cups restart\")."
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "access to compilation tools"
+#: ../../printer/printerdrake.pm_.c:88
+msgid "The IP address should look like 192.168.1.20"
msgstr ""
-#: ../../standalone/net_monitor:1
-#, c-format
-msgid "Global statistics"
+#: ../../printer/printerdrake.pm_.c:92 ../../printer/printerdrake.pm_.c:1041
+msgid "The port number should be an integer!"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Please select data to restore..."
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../diskdrake/hd_gtk.pm:1
-#, c-format
-msgid ""
-"If you plan to use aboot, be carefull to leave a free space (2048 sectors is "
-"enough)\n"
-"at the beginning of the disk"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:99
+#, fuzzy
+msgid "CUPS server IP"
+msgstr "IP freastalaí SMP"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Standard test page"
-msgstr "Uirlisí gnáth"
+#: ../../printer/printerdrake.pm_.c:100 ../../printer/printerdrake.pm_.c:1061
+#: ../../standalone/harddrake2_.c:63
+msgid "Port"
+msgstr "Poirt"
-#: ../../standalone/drakclock:1
-#, fuzzy, c-format
-msgid "Time Zone"
-msgstr "Am Críos"
+#: ../../printer/printerdrake.pm_.c:102
+#, fuzzy
+msgid "Automatic CUPS configuration"
+msgstr "Cumraigh ADSL"
-#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Create"
-msgstr "Cruthaigh"
+#: ../../printer/printerdrake.pm_.c:159
+#, fuzzy
+msgid "Checking your system..."
+msgstr "Scríos Printéir"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "What"
-msgstr "Fan tamall"
+#: ../../printer/printerdrake.pm_.c:159 ../../printer/printerdrake.pm_.c:226
+#: ../../printer/printerdrake.pm_.c:1477 ../../printer/printerdrake.pm_.c:1481
+#: ../../printer/printerdrake.pm_.c:1598 ../../printer/printerdrake.pm_.c:2133
+#: ../../printer/printerdrake.pm_.c:2284 ../../printer/printerdrake.pm_.c:2343
+#: ../../printer/printerdrake.pm_.c:2415 ../../printer/printerdrake.pm_.c:2436
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2630
+#: ../../printer/printerdrake.pm_.c:2636 ../../printer/printerdrake.pm_.c:2701
+#: ../../printer/printerdrake.pm_.c:2720 ../../printer/printerdrake.pm_.c:2731
+#: ../../printer/printerdrake.pm_.c:2764 ../../printer/printerdrake.pm_.c:2809
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:2911
+#: ../../printer/printerdrake.pm_.c:2989 ../../printer/printerdrake.pm_.c:3281
+#: ../../printer/printerdrake.pm_.c:3328 ../../printer/printerdrake.pm_.c:3369
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Printerdrake"
+msgstr "Clódóir"
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "There was an error ordering packages:"
+#: ../../printer/printerdrake.pm_.c:167
+msgid ""
+"There are no printers found which are directly connected to your machine"
msgstr ""
-#: ../../keyboard.pm:1
-#, fuzzy, c-format
-msgid "Bulgarian (BDS)"
-msgstr "Bulgáiris"
-
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Disable Server"
-msgstr "Freastalaí Printéir"
-
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Filesystem encryption key"
-msgstr "Cineál córas-comhadlanna:"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Gujarati"
+#: ../../printer/printerdrake.pm_.c:179
+msgid ""
+"The following printers\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:180
msgid ""
-" While you can use a pool of IP addresses, rather than setup a "
-"specific entry for\n"
-" a client machine, using a fixed address scheme facilitates using the "
-"functionality\n"
-" of client-specific configuration files that ClusterNFS provides.\n"
-"\t\t\t\n"
-" Note: The '#type' entry is only used by drakTermServ. Clients can "
-"either be 'thin'\n"
-" or 'fat'. Thin clients run most software on the server via xdmcp, "
-"while fat clients run \n"
-" most software on the client machine. A special inittab, %s is\n"
-" written for thin clients. System config files xdm-config, kdmrc, and "
-"gdm.conf are \n"
-" modified if thin clients are used, to enable xdmcp. Since there are "
-"security issues in \n"
-" using xdmcp, hosts.deny and hosts.allow are modified to limit access "
-"to the local\n"
-" subnet.\n"
-"\t\t\t\n"
-" Note: The '#hdw_config' entry is also only used by drakTermServ. "
-"Clients can either \n"
-" be 'true' or 'false'. 'true' enables root login at the client "
-"machine and allows local \n"
-" hardware configuration of sound, mouse, and X, using the 'drak' "
-"tools. This is enabled \n"
-" by creating separate config files associated with the client's IP "
-"address and creating \n"
-" read/write mount points to allow the client to alter the file. Once "
-"you are satisfied \n"
-" with the configuration, you can remove root login privileges from "
-"the client.\n"
-"\t\t\t\n"
-" Note: You must stop/start the server after adding or changing "
-"clients."
+"The following printer\n"
+"\n"
msgstr ""
-#: ../../interactive/stdio.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:182
msgid ""
-"Please choose the first number of the 10-range you wish to edit,\n"
-"or just hit Enter to proceed.\n"
-"Your choice? "
+"\n"
+"and one unknown printer are "
msgstr ""
-#: ../../standalone/drakTermServ:1
+#: ../../printer/printerdrake.pm_.c:184
#, c-format
msgid ""
"\n"
-" Copyright (C) 2002 by MandrakeSoft \n"
-"\tStew Benedict sbenedict@mandrakesoft.com\n"
-"\n"
+"and %d unknown printers are "
msgstr ""
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "Save theme"
-msgstr "Feistigh córas"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Brazil"
-msgstr "An Bhrasail"
-
-#: ../../standalone/drakautoinst:1
-#, fuzzy, c-format
-msgid "Auto Install"
-msgstr "Feistiú"
-
-#: ../../network/isdn.pm:1 ../../network/netconnect.pm:1
-#, c-format
-msgid "Network Configuration Wizard"
-msgstr "Draíodóir Cumraíocht Gréasánú"
+#: ../../printer/printerdrake.pm_.c:187
+msgid ""
+"\n"
+"are "
+msgstr ""
-#: ../../help.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Removable media automounting"
+#: ../../printer/printerdrake.pm_.c:187
+msgid ""
+"\n"
+"is "
msgstr ""
-#: ../../services.pm:1
-#, fuzzy, c-format
-msgid "Printing"
-msgstr "Printéir"
+#: ../../printer/printerdrake.pm_.c:189
+#, fuzzy
+msgid "directly connected to your system"
+msgstr "Níl aon gaireas ghreasán san do chorás!"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Enter the directory to save:"
-msgstr "Teastáil an luchóg, le do thoil"
+#: ../../printer/printerdrake.pm_.c:192
+msgid ""
+"\n"
+"There is one unknown printer directly connected to your system"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:194
#, c-format
msgid ""
-"There are no printers found which are directly connected to your machine"
+"\n"
+"There are %d unknown printers directly connected to your system"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Create a new partition"
-msgstr "Cruthaigh rann nua"
+#: ../../printer/printerdrake.pm_.c:200
+#, fuzzy
+msgid " (Make sure that all your printers are connected and turned on).\n"
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../harddrake/sound.pm:1
-#, fuzzy, c-format
-msgid "Driver:"
-msgstr "Tiománaí"
+#: ../../printer/printerdrake.pm_.c:214
+msgid ""
+"Do you want to enable printing on the printers mentioned above or on "
+"printers in the local network?\n"
+msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "unknown"
+#: ../../printer/printerdrake.pm_.c:215
+msgid "Do you want to enable printing on printers in the local network?\n"
msgstr ""
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "Use fdisk"
-msgstr "Úsáid fdisk"
+#: ../../printer/printerdrake.pm_.c:217
+#, fuzzy
+msgid "Do you want to enable printing on the printers mentioned above?\n"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../mouse.pm:1
-#, c-format
-msgid "MOVE YOUR WHEEL!"
-msgstr "BOG DO ROTHAR!"
+#: ../../printer/printerdrake.pm_.c:218
+msgid "Are you sure that you want to set up printing on this machine?\n"
+msgstr ""
-#: ../../standalone/net_monitor:1
+#: ../../printer/printerdrake.pm_.c:219
#, c-format
-msgid "sent: "
+msgid ""
+"NOTE: Depending on the printer model and the printing system up to %d MB of "
+"additional software will be installed."
msgstr ""
-#: ../../network/network.pm:1
-#, c-format
-msgid "Automatic IP"
-msgstr "Uath-IP"
+#: ../../printer/printerdrake.pm_.c:258 ../../printer/printerdrake.pm_.c:270
+#: ../../printer/printerdrake.pm_.c:328 ../../printer/printerdrake.pm_.c:2933
+#: ../../printer/printerdrake.pm_.c:3060
+#, fuzzy
+msgid "Add a new printer"
+msgstr "Gan Printéir"
-#: ../../help.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:259
msgid ""
-"There you are. Installation is now complete and your GNU/Linux system is\n"
-"ready to use. Just click \"%s\" to reboot the system. The first thing you\n"
-"should see after your computer has finished doing its hardware tests is the\n"
-"bootloader menu, giving you the choice of which operating system to start.\n"
"\n"
-"The \"%s\" button shows two more buttons to:\n"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-" * \"%s\": to create an installation floppy disk that will automatically\n"
-"perform a whole installation without the help of an operator, similar to\n"
-"the installation you just configured.\n"
+"This wizard allows you to install local or remote printers to be used from "
+"this machine and also from other machines in the network.\n"
"\n"
-" Note that two different options are available after clicking the button:\n"
+"It asks you for all necessary information to set up the printer and gives "
+"you access to all available printer drivers, driver options, and printer "
+"connection types."
+msgstr ""
+
+#: ../../printer/printerdrake.pm_.c:272
+msgid ""
"\n"
-" * \"%s\". This is a partially automated installation. The partitioning\n"
-"step is the only interactive procedure.\n"
+"Welcome to the Printer Setup Wizard\n"
"\n"
-" * \"%s\". Fully automated installation: the hard disk is completely\n"
-"rewritten, all data is lost.\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer, connected directly to the network or to a remote Windows machine.\n"
"\n"
-" This feature is very handy when installing a number of similar machines.\n"
-"See the Auto install section on our web site for more information.\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) and you Windows machines must be connected and "
+"turned on.\n"
"\n"
-" * \"%s\"(*): saves a list of the packages selected in this installation.\n"
-"To use this selection with another installation, insert the floppy and\n"
-"start the installation. At the prompt, press the [F1] key and type >>linux\n"
-"defcfg=\"floppy\" <<.\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network and/or Windows-hosted printers when you don't need "
+"it.\n"
"\n"
-"(*) You need a FAT-formatted floppy (to create one under GNU/Linux, type\n"
-"\"mformat a:\")"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
msgstr ""
-#: ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Moldova"
-msgstr "Luain"
-
-#: ../../mouse.pm:1
-#, c-format
-msgid "Kensington Thinking Mouse"
-msgstr "Kensington Thinking Mouse"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Configuration of a remote printer"
-msgstr "Cumraigh Printéir"
-
-#: ../advertising/13-mdkexpert_corporate.pl:1
-#, c-format
-msgid "An online platform to respond to enterprise support needs."
-msgstr ""
-
-#: ../../network/network.pm:1
-#, c-format
-msgid "URL should begin with 'ftp:' or 'http:'"
+#: ../../printer/printerdrake.pm_.c:281 ../../printer/printerdrake.pm_.c:298
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Oriya"
+#: ../../printer/printerdrake.pm_.c:289
+msgid ""
+"\n"
+"Welcome to the Printer Setup Wizard\n"
+"\n"
+"This wizard will help you to install your printer(s) connected to this "
+"computer or connected directly to the network.\n"
+"\n"
+"If you have printer(s) connected to this machine, Please plug it/them in on "
+"this computer and turn it/them on so that it/they can be auto-detected. Also "
+"your network printer(s) must be connected and turned on.\n"
+"\n"
+"Note that auto-detecting printers on the network takes longer than the auto-"
+"detection of only the printers connected to this machine. So turn off the "
+"auto-detection of network printers when you don't need it.\n"
+"\n"
+" Click on \"Next\" when you are ready, and on \"Cancel\" when you do not "
+"want to set up your printer(s) now."
msgstr ""
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Add a new rule at the end"
-msgstr "Gan Printéir"
+#: ../../printer/printerdrake.pm_.c:307
+#, fuzzy
+msgid "Auto-detect printers connected to this machine"
+msgstr "Scríos Printéir"
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "LiLo and Bootsplash themes installation successful"
+#: ../../printer/printerdrake.pm_.c:310
+msgid "Auto-detect printers connected directly to the local network"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"You can also decide here whether printers on remote machines should be "
-"automatically made available on this machine."
+#: ../../printer/printerdrake.pm_.c:313
+msgid "Auto-detect printers connected to machines running Microsoft Windows"
msgstr ""
-#: ../../modules/interactive.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:329
msgid ""
-"You may now provide options to module %s.\n"
-"Options are in format ``name=value name2=value2 ...''.\n"
-"For instance, ``io=0x300 irq=7''"
+"\n"
+"Congratulations, your printer is now installed and configured!\n"
+"\n"
+"You can print using the \"Print\" command of your application (usually in "
+"the \"File\" menu).\n"
+"\n"
+"If you want to add, remove, or rename a printer, or if you want to change "
+"the default option settings (paper input tray, printout quality, ...), "
+"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
+"Center."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Quit without writing the partition table?"
-msgstr "Éalaigh gan an clár-ranna a scríobh?"
-
-#: ../../mouse.pm:1
-#, c-format
-msgid "Genius NetScroll"
-msgstr "Genius NetScroll"
+#: ../../printer/printerdrake.pm_.c:364 ../../printer/printerdrake.pm_.c:538
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
+#, fuzzy
+msgid "Printer auto-detection"
+msgstr "Scríos Printéir"
-#: ../../standalone/drakbackup:1
+#: ../../printer/printerdrake.pm_.c:385
#, c-format
-msgid "On Hard Drive"
+msgid ", network printer \"%s\", port %s"
msgstr ""
-#: ../../standalone.pm:1
+#: ../../printer/printerdrake.pm_.c:387
#, fuzzy, c-format
-msgid "Installing packages..."
-msgstr "Ag feistiál pacáiste %s"
+msgid ", printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Windows 95/98/NT"
-#: ../../keyboard.pm:1
+#: ../../printer/printerdrake.pm_.c:391
+#, fuzzy, c-format
+msgid "Detected %s"
+msgstr "Pointe taca dublach %s"
+
+#: ../../printer/printerdrake.pm_.c:395 ../../printer/printerdrake.pm_.c:423
+#: ../../printer/printerdrake.pm_.c:440
#, c-format
-msgid "Dutch"
+msgid "Printer on parallel port \\/*%s"
msgstr ""
-#: ../../lang.pm:1
+#: ../../printer/printerdrake.pm_.c:397 ../../printer/printerdrake.pm_.c:425
+#: ../../printer/printerdrake.pm_.c:443
#, c-format
-msgid "Angola"
+msgid "USB printer \\/*%s"
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../printer/printerdrake.pm_.c:399
#, fuzzy, c-format
-msgid "The following packages need to be installed:\n"
-msgstr "Roghnaigh pacáistí ..."
+msgid "Network printer \"%s\", port %s"
+msgstr "Printéir Gréasán (lpd)"
-#: ../../standalone/logdrake:1
+#: ../../printer/printerdrake.pm_.c:401
#, fuzzy, c-format
-msgid "service setting"
-msgstr "suimiúil"
+msgid "Printer \"%s\" on SMB/Windows server \"%s\""
+msgstr "SMB/Windows 95/98/NT"
-#: ../../any.pm:1 ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
-#, c-format
-msgid "Custom"
-msgstr "Socraithe"
+#: ../../printer/printerdrake.pm_.c:525 ../../printer/printerdrake.pm_.c:547
+#, fuzzy
+msgid "Local Printer"
+msgstr "Printéir áitiúl"
-#: ../../lang.pm:1
-#, c-format
-msgid "Latvia"
+#: ../../printer/printerdrake.pm_.c:526
+msgid ""
+"No local printer found! To manually install a printer enter a device name/"
+"file name in the input line (Parallel Ports: /dev/lp0, /dev/lp1, ..., "
+"equivalent to LPT1:, LPT2:, ..., 1st USB printer: /dev/usb/lp0, 2nd USB "
+"printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "File is already used by another loopback, choose another one"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:530
+#, fuzzy
+msgid "You must enter a device or file name!"
+msgstr "Gaireas Printéir (URI)"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Read-only"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:539
+#, fuzzy
+msgid "No printer found!"
+msgstr "Printéir áitiúl"
-#: ../../security/help.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:548
+#, fuzzy
+msgid "Available printers"
+msgstr "Printéir áitiúl"
+
+#: ../../printer/printerdrake.pm_.c:552
msgid ""
-"Enable/Disable name resolution spoofing protection. If\n"
-"\"alert\" is true, also reports to syslog."
+"The following printer was auto-detected, if it is not the one you want to "
+"configure, enter a device name/file name in the input line"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "No known driver"
+#: ../../printer/printerdrake.pm_.c:553
+msgid ""
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up or enter a device name/file name in the input line"
msgstr ""
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "1 MB"
-msgstr "1 MB"
+#: ../../printer/printerdrake.pm_.c:555
+msgid ""
+"The following printer was auto-detected. The configuration of the printer "
+"will work fully automatically. If your printer was not correctly detected or "
+"if you prefer a customized printer configuration, turn on \"Manual "
+"configuration\"."
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:556
msgid ""
-"If it is not the one you want to configure, enter a device name/file name in "
-"the input line"
+"Here is a list of all auto-detected printers. Please choose the printer you "
+"want to set up. The configuration of the printer will work fully "
+"automatically. If your printer was not correctly detected or if you prefer a "
+"customized printer configuration, turn on \"Manual configuration\"."
msgstr ""
-#: ../../standalone/draksound:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:558
msgid ""
-"No Sound Card has been detected on your machine. Please verify that a Linux-"
-"supported Sound Card is correctly plugged in.\n"
-"\n"
-"\n"
-"You can visit our hardware database at:\n"
-"\n"
-"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
+"Please choose the port where your printer is connected to or enter a device "
+"name/file name in the input line"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Configure Local Area Network..."
-msgstr "Cumraigh gréasánú"
+#: ../../printer/printerdrake.pm_.c:559
+#, fuzzy
+msgid "Please choose the port where your printer is connected to."
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../../move/move.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:561
msgid ""
-"The USB key seems to have write protection enabled. Please\n"
-"unplug it, remove write protection, and then plug it again."
+" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
+"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid "Launch the sound system on your machine"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:565
+#, fuzzy
+msgid "You must choose/enter a printer/device!"
+msgstr "Gaireas Printéir (URI)"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Verify checksum of the suid/sgid files"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:584
+#, fuzzy
+msgid "Manual configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Run some checks against the rpm database"
+#: ../../printer/printerdrake.pm_.c:633
+msgid "Remote lpd Printer Options"
msgstr ""
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Execute"
+#: ../../printer/printerdrake.pm_.c:634
+msgid ""
+"To use a remote lpd printer, you need to supply the hostname of the printer "
+"server and the printer name on that server."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Preparing printer database..."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:635
+#, fuzzy
+msgid "Remote host name"
+msgstr "ÓstAinm"
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Information"
-msgstr "Taispeán Eolas"
+#: ../../printer/printerdrake.pm_.c:636
+#, fuzzy
+msgid "Remote printer name"
+msgstr "Scríos Printéir"
-#: ../../network/drakfirewall.pm:1
-#, fuzzy, c-format
-msgid "No network card"
-msgstr "ní fuaireathas cárta gréasánú"
+#: ../../printer/printerdrake.pm_.c:639
+msgid "Remote host name missing!"
+msgstr ""
-#: ../../mouse.pm:1
-#, c-format
-msgid "3 buttons"
-msgstr "3 cnaipí"
+#: ../../printer/printerdrake.pm_.c:643
+#, fuzzy
+msgid "Remote printer name missing!"
+msgstr "Scríos Printéir"
-#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
+#: ../../printer/printerdrake.pm_.c:665 ../../printer/printerdrake.pm_.c:1170
#, fuzzy, c-format
-msgid "Which filesystem do you want?"
-msgstr "Cén rann atá uait?"
+msgid "Detected model: %s %s"
+msgstr "Pointe taca dublach %s"
+
+#: ../../printer/printerdrake.pm_.c:742 ../../printer/printerdrake.pm_.c:978
+#, fuzzy
+msgid "Scanning network..."
+msgstr "Nasc Printéir"
-# MT
-#: ../../lang.pm:1
+#: ../../printer/printerdrake.pm_.c:751 ../../printer/printerdrake.pm_.c:772
#, c-format
-msgid "Malta"
-msgstr "Málta"
+msgid ", printer \"%s\" on server \"%s\""
+msgstr ""
-#: ../../diskdrake/interactive.pm:1
+#: ../../printer/printerdrake.pm_.c:754 ../../printer/printerdrake.pm_.c:775
#, fuzzy, c-format
-msgid "Detailed information"
-msgstr "Eolas R-Phost"
+msgid "Printer \"%s\" on server \"%s\""
+msgstr "Ag dúnadh síos an ghreasán"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Printer default settings\n"
-"\n"
-"You should make sure that the page size and the ink type/printing mode (if "
-"available) and also the hardware configuration of laser printers (memory, "
-"duplex unit, extra trays) are set correctly. Note that with a very high "
-"printout quality/resolution printing can get substantially slower."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:795
+msgid "SMB (Windows 9x/NT) Printer Options"
+msgstr "Roghanna Printéir SMB (Fuinneoga 9x/NT)"
-#: ../../install_any.pm:1
-#, c-format
-msgid "This floppy is not FAT formatted"
+#: ../../printer/printerdrake.pm_.c:796
+msgid ""
+"To print to a SMB printer, you need to provide the SMB host name (Note! It "
+"may be different from its TCP/IP hostname!) and possibly the IP address of "
+"the print server, as well as the share name for the printer you wish to "
+"access and any applicable user name, password, and workgroup information."
msgstr ""
-#: ../../network/ethernet.pm:1 ../../network/network.pm:1
-#, c-format
-msgid "Configuring network"
-msgstr "Cumraigh gréasánú"
-
-#: ../../standalone/drakbackup:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:797
msgid ""
-"This option will save files that have changed. Exact behavior depends on "
-"whether incremental or differential mode is used."
+" If the desired printer was auto-detected, simply choose it from the list "
+"and then add user name, password, and/or workgroup if needed."
msgstr ""
-#: ../../Xconfig/main.pm:1
-#, fuzzy, c-format
-msgid "Graphic Card"
-msgstr "Carta Grafach"
+#: ../../printer/printerdrake.pm_.c:799
+msgid "SMB server host"
+msgstr "freastalaí óstann SMB"
-#: ../../install_interactive.pm:1
-#, fuzzy, c-format
-msgid "Resizing Windows partition"
-msgstr "Ag ríomhadh teorainn na córais-comhadlanna FAT"
+#: ../../printer/printerdrake.pm_.c:800
+msgid "SMB server IP"
+msgstr "IP freastalaí SMP"
-#: ../../lang.pm:1
-#, c-format
-msgid "Cameroon"
-msgstr "Camarún"
+#: ../../printer/printerdrake.pm_.c:801
+msgid "Share name"
+msgstr "Comh. ainm"
-#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Provider dns 1 (optional)"
-msgstr "Roghanna Printéir"
+#: ../../printer/printerdrake.pm_.c:804
+msgid "Workgroup"
+msgstr "Grupa na hOibre"
-#: ../../install_interactive.pm:1
-#, c-format
-msgid ""
-"You can now partition %s.\n"
-"When you are done, don't forget to save using `w'"
+#: ../../printer/printerdrake.pm_.c:806
+#, fuzzy
+msgid "Auto-detected"
+msgstr "Scríos Printéir"
+
+#: ../../printer/printerdrake.pm_.c:816
+msgid "Either the server name or the server's IP must be given!"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Saami (swedish/finnish)"
+#: ../../printer/printerdrake.pm_.c:820
+msgid "Samba share name missing!"
msgstr ""
-#: ../../printer/printerdrake.pm:1 ../../standalone/drakTermServ:1
-#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
-#: ../../standalone/drakfont:1 ../../standalone/net_monitor:1
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "Close"
-msgstr "Dún"
+#: ../../printer/printerdrake.pm_.c:826
+msgid "SECURITY WARNING!"
+msgstr ""
-#: ../../help.pm:1
+#: ../../printer/printerdrake.pm_.c:827
#, c-format
msgid ""
-"\"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
-"country list."
+"You are about to set up printing to a Windows account with password. Due to "
+"a fault in the architecture of the Samba client software the password is put "
+"in clear text into the command line of the Samba client used to transmit the "
+"print job to the Windows server. So it is possible for every user on this "
+"machine to display the password on the screen by issuing commands as \"ps "
+"auxwww\".\n"
+"\n"
+"We recommend to make use of one of the following alternatives (in all cases "
+"you have to make sure that only machines from your local network have access "
+"to your Windows server, for example by means of a firewall):\n"
+"\n"
+"Use a password-less account on your Windows server, as the \"GUEST\" account "
+"or a special account dedicated for printing. Do not remove the password "
+"protection from a personal account or the administrator account.\n"
+"\n"
+"Set up your Windows server to make the printer available under the LPD "
+"protocol. Then set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
msgstr ""
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Calendar"
-msgstr "Feilire"
-
-#: ../../standalone/drakbackup:1
+#: ../../printer/printerdrake.pm_.c:837
#, c-format
msgid ""
-"Restore Selected\n"
-"Catalog Entry"
+"Set up your Windows server to make the printer available under the IPP "
+"protocol and set up printing from this machine with the \"%s\" connection "
+"type in Printerdrake.\n"
+"\n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:840
msgid ""
-"To use a remote lpd printer, you need to supply the hostname of the printer "
-"server and the printer name on that server."
+"Connect your printer to a Linux server and let your Windows machine(s) "
+"connect to it as a client.\n"
+"\n"
+"Do you really want to continue setting up this printer as you are doing now?"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Iceland"
-msgstr "An Íoslainn"
-
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Network & Internet Configuration"
-msgstr "Cumraíocht Gréasánú"
+#: ../../printer/printerdrake.pm_.c:911
+msgid "NetWare Printer Options"
+msgstr "Roghanna Printéir NetWare"
-#: ../../common.pm:1
-#, c-format
-msgid "consolehelper missing"
+#: ../../printer/printerdrake.pm_.c:912
+msgid ""
+"To print on a NetWare printer, you need to provide the NetWare print server "
+"name (Note! it may be different from its TCP/IP hostname!) as well as the "
+"print queue name for the printer you wish to access and any applicable user "
+"name and password."
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid "stopped"
-msgstr "ag stoppadh"
+#: ../../printer/printerdrake.pm_.c:913
+msgid "Printer Server"
+msgstr "Freastalaí Printéir"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Whether the FPU has an irq vector"
+#: ../../printer/printerdrake.pm_.c:914
+msgid "Print Queue Name"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1
-#, c-format
-msgid "Ext2"
-msgstr "Ext2"
-
-#: ../../ugtk2.pm:1
-#, c-format
-msgid "Expand Tree"
+#: ../../printer/printerdrake.pm_.c:919
+msgid "NCP server name missing!"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, 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'll only be used on next bootstrap."
+#: ../../printer/printerdrake.pm_.c:923
+msgid "NCP queue name missing!"
msgstr ""
-#: ../../network/netconnect.pm:1 ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:987 ../../printer/printerdrake.pm_.c:1007
#, c-format
-msgid "Expert Mode"
-msgstr "Mód Saineolaí"
+msgid ", host \"%s\", port %s"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:990 ../../printer/printerdrake.pm_.c:1010
#, c-format
-msgid "Printer options"
-msgstr "Roghanna Printéir"
-
-#: ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "Local Network adress"
-msgstr "ní fuaireathas cárta gréasánú"
+msgid "Host \"%s\", port %s"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Backup your System files. (/etc directory)"
-msgstr "Droch comhad chúltaca"
+#: ../../printer/printerdrake.pm_.c:1030
+#, fuzzy
+msgid "TCP/Socket Printer Options"
+msgstr "Roghanna Printéir NetWare"
-#: ../../security/help.pm:1
-#, fuzzy, c-format
-msgid "Set the user umask."
-msgstr "Ainm úsáideora"
+#: ../../printer/printerdrake.pm_.c:1032
+msgid ""
+"Choose one of the auto-detected printers from the list or enter the hostname "
+"or IP and the optional port number (default is 9100) into the input fields."
+msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1033
msgid ""
-"You now have the opportunity to download updated packages. These packages\n"
-"have been updated after the distribution was released. They may\n"
-"contain security or bug fixes.\n"
-"\n"
-"To download these packages, you will need to have a working Internet \n"
-"connection.\n"
-"\n"
-"Do you want to install the updates ?"
+"To print to a TCP or socket printer, you need to provide the host name or IP "
+"of the printer and optionally the port number (default is 9100). On HP "
+"JetDirect servers the port number is usually 9100, on other servers it can "
+"vary. See the manual of your hardware."
msgstr ""
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Samba Server"
-msgstr "Freastalaí NIS"
+#: ../../printer/printerdrake.pm_.c:1037
+#, fuzzy
+msgid "Printer host name or IP missing!"
+msgstr "Óstainm Printéir"
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "Australian Optus cable TV"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:1059
+#, fuzzy
+msgid "Printer host name or IP"
+msgstr "Óstainm Printéir"
-#: ../../install_steps_newt.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1107 ../../printer/printerdrake.pm_.c:1109
+msgid "Printer Device URI"
+msgstr "Gaireas Printéir (URI)"
+
+#: ../../printer/printerdrake.pm_.c:1108
msgid ""
-" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen "
+"You can specify directly the URI to access the printer. The URI must fulfill "
+"either the CUPS or the Foomatic specifications. Note that not all URI types "
+"are supported by all the spoolers."
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Subnet:"
+#: ../../printer/printerdrake.pm_.c:1123
+msgid "A valid URI must be entered!"
msgstr ""
-# ZW
-#: ../../lang.pm:1
-#, c-format
-msgid "Zimbabwe"
-msgstr "An tSiombáib"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "When"
-msgstr "Rothar"
-
-#: ../../network/adsl.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1463
msgid ""
-"You need the Alcatel microcode.\n"
-"Download it at:\n"
-"%s\n"
-"and copy the mgmt.o in /usr/share/speedtouch"
+"Every printer needs a name (for example \"printer\"). The Description and "
+"Location fields do not need to be filled in. They are comments for the users."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Hour"
-msgstr "Uair"
+#: ../../printer/printerdrake.pm_.c:1464
+msgid "Name of printer"
+msgstr "Ainm Printéir"
-#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Second DNS Server (optional)"
-msgstr "Dara Freastalaí DNS"
+#: ../../printer/printerdrake.pm_.c:1465 ../../standalone/harddrake2_.c:38
+msgid "Description"
+msgstr "Cuntas"
-#: ../../lang.pm:1
-#, c-format
-msgid "Finland"
-msgstr "An Fhionlainn"
+#: ../../printer/printerdrake.pm_.c:1466
+msgid "Location"
+msgstr "Áit"
-#: ../../Xconfig/various.pm:1
-#, fuzzy, c-format
-msgid "Color depth: %s\n"
-msgstr "Scáileán VertRefresh: %s\n"
+#: ../../printer/printerdrake.pm_.c:1478 ../../printer/printerdrake.pm_.c:1599
+msgid "Reading printer database..."
+msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "You can't unselect this package. It must be upgraded"
+#: ../../printer/printerdrake.pm_.c:1482
+msgid "Preparing printer database..."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Loading from floppy"
-msgstr "Aisig ó dhiosca flapach"
+#: ../../printer/printerdrake.pm_.c:1578
+#, fuzzy
+msgid "Your printer model"
+msgstr "Scríos Printéir"
-#: ../../standalone/drakclock:1
+#: ../../printer/printerdrake.pm_.c:1579
#, c-format
-msgid "Timezone - DrakClock"
+msgid ""
+"Printerdrake has compared the model name resulting from the printer auto-"
+"detection with the models listed in its printer database to find the best "
+"match. This choice can be wrong, especially when your printer is not listed "
+"at all in the database. So check whether the choice is correct and click "
+"\"The model is correct\" if so and if not, click \"Select model manually\" "
+"so that you can choose your printer model manually on the next screen.\n"
+"\n"
+"For your printer Printerdrake has found:\n"
+"\n"
+"%s"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "Enable/Disable the logging of IPv4 strange packets."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:1584 ../../printer/printerdrake.pm_.c:1587
+#, fuzzy
+msgid "The model is correct"
+msgstr "An bhfuil seo ceart?"
-#: ../../lang.pm:1
-#, c-format
-msgid "Slovenia"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:1585 ../../printer/printerdrake.pm_.c:1586
+#: ../../printer/printerdrake.pm_.c:1589
+#, fuzzy
+msgid "Select model manually"
+msgstr "Scríos Printéir"
-#: ../../standalone/mousedrake:1
-#, fuzzy, c-format
-msgid "Mouse test"
-msgstr "Mouse Systems"
+#: ../../printer/printerdrake.pm_.c:1606
+#, fuzzy
+msgid "Printer model selection"
+msgstr "Nasc Printéir"
-#: ../../standalone/drakperm:1
-#, c-format
-msgid ""
-"Drakperm is used to see files to use in order to fix permissions, owners, "
-"and groups via msec.\n"
-"You can also edit your own rules which will owerwrite the default rules."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:1607
+#, fuzzy
+msgid "Which printer model do you have?"
+msgstr "Cén sort printéir atá ort?"
-#: ../../any.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1608
msgid ""
-"Enter a user\n"
-"%s"
+"\n"
+"\n"
+"Please check whether Printerdrake did the auto-detection of your printer "
+"model correctly. Search the correct model in the list when the cursor is "
+"standing on a wrong model or on \"Raw printer\"."
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1611
msgid ""
-"- PCI and USB devices: this lists the vendor, device, subvendor and "
-"subdevice PCI/USB ids"
+"If your printer is not listed, choose a compatible (see printer manual) or a "
+"similar one."
msgstr ""
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "ProgressBar color selection"
-msgstr "Nasc Printéir"
+#: ../../printer/printerdrake.pm_.c:1697
+#, fuzzy
+msgid "OKI winprinter configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../any.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1698
msgid ""
-"Here are the entries on your boot menu so far.\n"
-"You can create additional entries or change the existing ones."
+"You are configuring an OKI laser winprinter. These printers\n"
+"use a very special communication protocol and therefore they work only when "
+"connected to the first parallel port. When your printer is connected to "
+"another port or to a print server box please connect the printer to the "
+"first parallel port before you print a test page. Otherwise the printer will "
+"not work. Your connection type setting will be ignored by the driver."
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid "/dev/hda"
-msgstr "/dev/hda"
-
-#: ../../help.pm:1
-#, c-format
-msgid "/dev/hdb"
-msgstr "/dev/hdb"
+#: ../../printer/printerdrake.pm_.c:1718 ../../printer/printerdrake.pm_.c:1745
+#, fuzzy
+msgid "Lexmark inkjet configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../standalone/drakbug:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1719
msgid ""
-"Application Name\n"
-"or Full Path:"
+"The inkjet printer drivers provided by Lexmark only support local printers, "
+"no printers on remote machines or print server boxes. Please connect your "
+"printer to a local port or configure it on the machine where it is connected "
+"to."
msgstr ""
-#: ../../services.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1746
msgid ""
-"Runs commands scheduled by the at command at the time specified when\n"
-"at was run, and runs batch commands when the load average is low enough."
-msgstr ""
-
-#: ../../harddrake/v4l.pm:1
-#, c-format
-msgid "Radio support:"
+"To be able to print with your Lexmark inkjet and this configuration, you "
+"need the inkjet printer drivers provided by Lexmark (http://www.lexmark."
+"com/). Click on the \"Drivers\" link. Then choose your model and afterwards "
+"\"Linux\" as operating system. The drivers come as RPM packages or shell "
+"scripts with interactive graphical installation. You do not need to do this "
+"configuration by the graphical frontends. Cancel directly after the license "
+"agreement. Then print printhead alignment pages with \"lexmarkmaintain\" and "
+"adjust the head alignment settings with this program."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Installing SANE packages..."
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../../any.pm:1
-#, c-format
-msgid "LDAP"
-msgstr "LDAP"
-
-#: ../../bootloader.pm:1
-#, c-format
-msgid "SILO"
-msgstr "SILO"
-
-#: ../../diskdrake/removable.pm:1
-#, fuzzy, c-format
-msgid "Change type"
-msgstr "Athraigh cineál ranna"
-
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid ", USB printer #%s"
+#: ../../printer/printerdrake.pm_.c:1749
+msgid "GDI Laser Printer using the Zenographics ZJ-Stream Format"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "SILO Installation"
-msgstr "Roghnaigh rang feistiú"
-
-#: ../../install_messages.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:1750
msgid ""
-"Congratulations, installation is complete.\n"
-"Remove the boot media and press return to reboot.\n"
+"Your printer belongs to the group of GDI laser printers (winprinters) sold "
+"by different manufacturers which uses the Zenographics ZJ-stream raster "
+"format for the data sent to the printer. The driver for these printers is "
+"still in a very early development stage and so it will perhaps not always "
+"work properly. Especially it is possible that the printer only works when "
+"you choose the A4 paper size.\n"
"\n"
+"Some of these printers, as the HP LaserJet 1000, for which this driver was "
+"originally created, need their firmware to be uploaded to them after they "
+"are turned on. In the case of the HP LaserJet 1000 you have to search the "
+"printer's Windows driver CD or your Windows partition for the file "
+"\"sihp1000.img\" and upload the file to the printer with one of the "
+"following commands:\n"
"\n"
-"For information on fixes which are available for this release of Mandrake "
-"Linux,\n"
-"consult the Errata available from:\n"
-"\n"
-"\n"
-"%s\n"
-"\n"
+" lpr -o raw sihp1000.img\n"
+" cat sihp1000.img > /dev/usb/lp0\n"
"\n"
-"Information on configuring your system is available in the post\n"
-"install chapter of the Official Mandrake Linux User's Guide."
+"The first command can be given by any normal user, the second must be given "
+"as root. After having done so you can print normally.\n"
msgstr ""
-#: ../../standalone/drakclock:1
-#, c-format
-msgid "Enable Network Time Protocol"
+#: ../../printer/printerdrake.pm_.c:1972
+msgid ""
+"Printer default settings\n"
+"\n"
+"You should make sure that the page size and the ink type/printing mode (if "
+"available) and also the hardware configuration of laser printers (memory, "
+"duplex unit, extra trays) are set correctly. Note that with a very high "
+"printout quality/resolution printing can get substantially slower."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "paranoid"
-msgstr "Paranóid"
-
-#: ../../security/l10n.pm:1
+#: ../../printer/printerdrake.pm_.c:1981
#, c-format
-msgid "Do not send mails when unneeded"
+msgid "Option %s must be an integer number!"
msgstr ""
-#: ../../standalone/scannerdrake:1
+#: ../../printer/printerdrake.pm_.c:1985
#, c-format
-msgid "Your scanner(s) will not be available on the network."
+msgid "Option %s must be a number!"
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../printer/printerdrake.pm_.c:1989
#, c-format
-msgid "Send mail report after each backup to:"
+msgid "Option %s out of range!"
msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:2028
#, c-format
msgid ""
-"This command you can also use in the \"Printing command\" field of the "
-"printing dialogs of many applications. But here do not supply the file name "
-"because the file to print is provided by the application.\n"
+"Do you want to set this printer (\"%s\")\n"
+"as the default printer?"
msgstr ""
-#: ../../Xconfig/main.pm:1 ../../Xconfig/resolution_and_depth.pm:1
-#, c-format
-msgid "Resolution"
-msgstr "Réiteach"
+#: ../../printer/printerdrake.pm_.c:2051
+#, fuzzy
+msgid "Test pages"
+msgstr "Bain trial as arís"
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2052
msgid ""
-"To print to a SMB printer, you need to provide the SMB host name (Note! It "
-"may be different from its TCP/IP hostname!) and possibly the IP address of "
-"the print server, as well as the share name for the printer you wish to "
-"access and any applicable user name, password, and workgroup information."
+"Please select the test pages you want to print.\n"
+"Note: the photo test page can take a rather long time to get printed and on "
+"laser printers with too low memory it can even not come out. In most cases "
+"it is enough to print the standard test page."
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid ""
-" Enabling su only from members of the wheel group or allow su from any user."
+#: ../../printer/printerdrake.pm_.c:2056
+msgid "No test pages"
msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "reconfigure"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2057
+#, fuzzy
+msgid "Print"
+msgstr "Printéir"
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid ""
-"Your card can have 3D hardware acceleration support with XFree %s,\n"
-"NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2114
+#, fuzzy
+msgid "Standard test page"
+msgstr "Uirlisí gnáth"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Shell timeout"
+#: ../../printer/printerdrake.pm_.c:2117
+msgid "Alternative test page (Letter)"
msgstr ""
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Xinetd Service"
-msgstr "Freastalaí Printéir"
-
-#: ../../any.pm:1
-#, c-format
-msgid "access to network tools"
+#: ../../printer/printerdrake.pm_.c:2120
+msgid "Alternative test page (A4)"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Firmware-Upload for HP LaserJet 1000"
+#: ../../printer/printerdrake.pm_.c:2122
+msgid "Photo test page"
msgstr ""
-#: ../advertising/03-software.pl:1
-#, c-format
-msgid ""
-"And, of course, push multimedia to its limits with the very latest software "
-"to play videos, audio files and to handle your images or photos."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2126
+#, fuzzy
+msgid "Do not print any test page"
+msgstr "Óstainm Printéir"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Here is a list of all auto-detected printers. "
+#: ../../printer/printerdrake.pm_.c:2134 ../../printer/printerdrake.pm_.c:2285
+msgid "Printing test page(s)..."
msgstr ""
-#: ../../install_steps_interactive.pm:1
+#: ../../printer/printerdrake.pm_.c:2159
#, c-format
msgid ""
-"Error installing aboot, \n"
-"try to force installation even if that destroys the first partition?"
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
+"Printing status:\n"
+"%s\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
+#: ../../printer/printerdrake.pm_.c:2163
msgid ""
-"Restore Selected\n"
-"Files"
-msgstr "Scrios ciú"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"%s exists, delete?\n"
-"\n"
-"Warning: If you've already done this process you'll probably\n"
-" need to purge the entry from authorized_keys on the server."
+"Test page(s) have been sent to the printer.\n"
+"It may take some time before the printer starts.\n"
msgstr ""
-#: ../../network/tools.pm:1
-#, c-format
-msgid "Please fill or check the field below"
+#: ../../printer/printerdrake.pm_.c:2170
+msgid "Did it work properly?"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Do you want to save /etc/fstab modifications"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
+#: ../../printer/printerdrake.pm_.c:2190 ../../printer/printerdrake.pm_.c:3229
+#, fuzzy
+msgid "Raw printer"
+msgstr "Gan Printéir"
-#: ../../standalone/drakconnect:1
+#: ../../printer/printerdrake.pm_.c:2216
#, c-format
-msgid "Boot Protocol"
+msgid ""
+"To print a file from the command line (terminal window) you can either use "
+"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
+"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
+"to modify the option settings easily.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "LVM-disks %s\n"
-msgstr "Dioscaí LVM %s\n"
-
-#: ../../services.pm:1
-#, c-format
-msgid "On boot"
-msgstr "Ar Tús"
-
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "The package %s is needed. Install it?"
-msgstr "Roghnaigh pacáistí ..."
-
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Bus identification"
-msgstr "Deimniú"
-
-#: ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Vatican"
-msgstr "Áit"
-
-#: ../../diskdrake/hd_gtk.pm:1
-#, c-format
-msgid "Please make a backup of your data first"
+#: ../../printer/printerdrake.pm_.c:2218
+msgid ""
+"These commands you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications, but here do not supply the file name "
+"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../harddrake/data.pm:1
+#: ../../printer/printerdrake.pm_.c:2221 ../../printer/printerdrake.pm_.c:2238
+#: ../../printer/printerdrake.pm_.c:2248
#, c-format
-msgid "ADSL adapters"
+msgid ""
+"\n"
+"The \"%s\" command also allows to modify the option settings for a "
+"particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\". "
msgstr ""
-#: ../../install_interactive.pm:1
+#: ../../printer/printerdrake.pm_.c:2224 ../../printer/printerdrake.pm_.c:2264
#, c-format
-msgid "You have more than one hard drive, which one do you install linux on?"
+msgid ""
+"To know about the options available for the current printer read either the "
+"list shown below or click on the \"Print option list\" button.%s%s\n"
+"\n"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Eritrea"
+#: ../../printer/printerdrake.pm_.c:2228
+msgid ""
+"Here is a list of the available printing options for the current printer:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ:1
+#: ../../printer/printerdrake.pm_.c:2233 ../../printer/printerdrake.pm_.c:2243
#, c-format
-msgid "Boot ISO"
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\".\n"
msgstr ""
-#: ../../network/adsl.pm:1
-#, c-format
-msgid "Firmware needed"
+#: ../../printer/printerdrake.pm_.c:2235 ../../printer/printerdrake.pm_.c:2245
+#: ../../printer/printerdrake.pm_.c:2255
+msgid ""
+"This command you can also use in the \"Printing command\" field of the "
+"printing dialogs of many applications. But here do not supply the file name "
+"because the file to print is provided by the application.\n"
msgstr ""
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Remove List"
-msgstr "Scríos Printéir"
-
-#: ../advertising/05-desktop.pl:1
-#, c-format
-msgid "A customizable environment"
+#: ../../printer/printerdrake.pm_.c:2240 ../../printer/printerdrake.pm_.c:2250
+msgid ""
+"To get a list of the options available for the current printer click on the "
+"\"Print option list\" button."
msgstr ""
-#: ../../keyboard.pm:1
+#: ../../printer/printerdrake.pm_.c:2253
#, c-format
-msgid "Inuktitut"
+msgid ""
+"To print a file from the command line (terminal window) use the command \"%s "
+"<file>\" or \"%s <file>\".\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2257
msgid ""
-"Some protocols, like rsync, may be configured at the server end. Rather "
-"than using a directory path, you would use the 'module' name for the service "
-"path."
+"You can also use the graphical interface \"xpdq\" for setting options and "
+"handling printing jobs.\n"
+"If you are using KDE as desktop environment you have a \"panic button\", an "
+"icon on the desktop, labeled with \"STOP Printer!\", which stops all print "
+"jobs immediately when you click it. This is for example useful for paper "
+"jams.\n"
msgstr ""
-# MA
-#: ../../lang.pm:1
+#: ../../printer/printerdrake.pm_.c:2261
#, c-format
-msgid "Morocco"
-msgstr "Maracó"
+msgid ""
+"\n"
+"The \"%s\" and \"%s\" commands also allow to modify the option settings for "
+"a particular printing job. Simply add the desired settings to the command "
+"line, e. g. \"%s <file>\".\n"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:2271
#, fuzzy, c-format
-msgid "Which printer model do you have?"
-msgstr "Cén sort printéir atá ort?"
+msgid "Printing/Scanning/Photo Cards on \"%s\""
+msgstr "Ag dúnadh síos an ghreasán"
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:2272
#, fuzzy, c-format
-msgid "Add a new printer"
-msgstr "Gan Printéir"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid " All of your selected data have been "
-msgstr ""
+msgid "Printing/Scanning on \"%s\""
+msgstr "Ag dúnadh síos an ghreasán"
-#: ../../lang.pm:1
-#, c-format
-msgid "Nepal"
-msgstr "Neipeál"
+#: ../../printer/printerdrake.pm_.c:2274
+#, fuzzy, c-format
+msgid "Printing/Photo Card Access on \"%s\""
+msgstr "Ag dúnadh síos an ghreasán"
-#: ../../standalone/drakTermServ:1
+#: ../../printer/printerdrake.pm_.c:2275
#, fuzzy, c-format
-msgid "<-- Delete"
-msgstr "Scríos"
+msgid "Printing on the printer \"%s\""
+msgstr "Ag dúnadh síos an ghreasán"
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "cpu # "
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2278 ../../printer/printerdrake.pm_.c:2281
+#: ../../printer/printerdrake.pm_.c:2282 ../../printer/printerdrake.pm_.c:2283
+#: ../../printer/printerdrake.pm_.c:3216 ../../standalone/drakTermServ_.c:307
+#: ../../standalone/drakbackup_.c:1533 ../../standalone/drakbackup_.c:4156
+#: ../../standalone/drakbug_.c:108 ../../standalone/drakfont_.c:695
+#: ../../standalone/drakfont_.c:956 ../../standalone/net_monitor_.c:118
+msgid "Close"
+msgstr "Dún"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "chunk size"
-msgstr "méid smután"
+#: ../../printer/printerdrake.pm_.c:2281
+#, fuzzy
+msgid "Print option list"
+msgstr "Roghanna Printéir"
-#: ../../security/help.pm:1
+#: ../../printer/printerdrake.pm_.c:2301
#, c-format
msgid ""
-"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
-"\n"
-"If set to NONE, no issues are allowed.\n"
+"Your multi-function device was configured automatically to be able to scan. "
+"Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the "
+"scanner when you have more than one) from the command line or with the "
+"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
+"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
+"\" menu. Call also \"man scanimage\" on the command line to get more "
+"information.\n"
"\n"
-"Else only /etc/issue is allowed."
-msgstr ""
-
-#: ../../security/help.pm:1
-#, c-format
-msgid " Enable/Disable sulogin(8) in single user level."
+"Do not use \"scannerdrake\" for this device!"
msgstr ""
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm:1
-#, c-format
-msgid "commands before booting, or 'c' for a command-line."
+#: ../../printer/printerdrake.pm_.c:2322
+msgid ""
+"Your printer was configured automatically to give you access to the photo "
+"card drives from your PC. Now you can access your photo cards using the "
+"graphical program \"MtoolsFM\" (Menu: \"Applications\" -> \"File tools\" -> "
+"\"MTools File Manager\") or the command line utilities \"mtools\" (enter "
+"\"man mtools\" on the command line for more info). You find the card's file "
+"system under the drive letter \"p:\", or subsequent drive letters when you "
+"have more than one HP printer with photo card drives. In \"MtoolsFM\" you "
+"can switch between drive letters with the field at the upper-right corners "
+"of the file lists."
msgstr ""
-#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
-#, fuzzy, c-format
-msgid "Problems installing package %s"
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "You will receive an alert if the load is higher than this value"
+#: ../../printer/printerdrake.pm_.c:2344 ../../printer/printerdrake.pm_.c:2702
+#: ../../printer/printerdrake.pm_.c:2990
+msgid "Reading printer data..."
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Add a scanner manually"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2364 ../../printer/printerdrake.pm_.c:2391
+#: ../../printer/printerdrake.pm_.c:2426
+#, fuzzy
+msgid "Transfer printer configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../standalone/printerdrake:1
+#: ../../printer/printerdrake.pm_.c:2365
#, c-format
-msgid "Refresh"
+msgid ""
+"You can copy the printer configuration which you have done for the spooler %"
+"s to %s, your current spooler. All the configuration data (printer name, "
+"description, location, connection type, and default option settings) is "
+"overtaken, but jobs will not be transferred.\n"
+"Not all queues can be transferred due to the following reasons:\n"
msgstr ""
-#: ../../help.pm:1 ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Reload partition table"
-msgstr "Scriobh clár-ranna"
-
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "Yes, I want autologin with this (user, desktop)"
+#: ../../printer/printerdrake.pm_.c:2368
+msgid ""
+"CUPS does not support printers on Novell servers or printers sending the "
+"data into a free-formed command.\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Restore Selected"
-msgstr "Scrios ciú"
-
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Search for fonts in installed list"
+#: ../../printer/printerdrake.pm_.c:2370
+msgid ""
+"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
+"printers.\n"
msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "The Local Network did not finish with `.0', bailing out."
+#: ../../printer/printerdrake.pm_.c:2372
+msgid "LPD and LPRng do not support IPP printers.\n"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Boot"
-msgstr "Root"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid " and the CD is in the drive"
+#: ../../printer/printerdrake.pm_.c:2374
+msgid ""
+"In addition, queues not created with this program or \"foomatic-configure\" "
+"cannot be transferred."
msgstr ""
-#: ../../harddrake/v4l.pm:1
-#, fuzzy, c-format
-msgid "Tuner type:"
-msgstr "Athraigh cineál ranna"
-
-#: ../../help.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2375
msgid ""
-"Now, it's time to select a printing system for your computer. Other OSs may\n"
-"offer you one, but Mandrake Linux offers two. Each of the printing system\n"
-"is best suited to particular types of configuration.\n"
-"\n"
-" * \"%s\" -- which is an acronym for ``print, don't queue'', is the choice\n"
-"if you have a direct connection to your printer, you want to be able to\n"
-"panic out of printer jams, and you do not have networked printers. (\"%s\"\n"
-"will handle only very simple network cases and is somewhat slow when used\n"
-"with networks.) It's recommended that you use \"pdq\" if this is your first\n"
-"experience with GNU/Linux.\n"
-"\n"
-" * \"%s\" - `` Common Unix Printing System'', is an excellent choice for\n"
-"printing to your local printer or to one halfway around the planet. It is\n"
-"simple to configure and can act as a server or a client for the ancient\n"
-"\"lpd \" printing system, so it compatible with older operating systems\n"
-"which may still need print services. While quite powerful, the basic setup\n"
-"is almost as easy as \"pdq\". If you need to emulate a \"lpd\" server, make\n"
-"sure you turn on the \"cups-lpd \" daemon. \"%s\" includes graphical\n"
-"front-ends for printing or choosing printer options and for managing the\n"
-"printer.\n"
-"\n"
-"If you make a choice now, and later find that you don't like your printing\n"
-"system you may change it by running PrinterDrake from the Mandrake Control\n"
-"Center and clicking the expert button."
-msgstr ""
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "\"Menu\" key"
+"\n"
+"Also printers configured with the PPD files provided by their manufacturers "
+"or with native CUPS drivers cannot be transferred."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2376
msgid ""
"\n"
-"\n"
-"Please check whether Printerdrake did the auto-detection of your printer "
-"model correctly. Find the correct model in the list when a wrong model or "
-"\"Raw printer\" is highlighted."
+"Mark the printers which you want to transfer and click \n"
+"\"Transfer\"."
msgstr ""
-#: ../../standalone/draksec:1
-#, fuzzy, c-format
-msgid "Security Administrator:"
-msgstr "Scríos Printéir"
-
-#: ../../security/help.pm:1
-#, c-format
-msgid "Set the shell timeout. A value of zero means no timeout."
+#: ../../printer/printerdrake.pm_.c:2379
+msgid "Do not transfer printers"
msgstr ""
-#: ../../network/tools.pm:1
-#, c-format
-msgid "Firmware copy succeeded"
+#: ../../printer/printerdrake.pm_.c:2380 ../../printer/printerdrake.pm_.c:2396
+msgid "Transfer"
msgstr ""
-#: ../../../move/tree/mdk_totem:1
+#: ../../printer/printerdrake.pm_.c:2392
#, c-format
msgid ""
-"You can't use another CDROM when the following programs are running: \n"
-"%s"
+"A printer named \"%s\" already exists under %s. \n"
+"Click \"Transfer\" to overwrite it.\n"
+"You can also type a new name or skip this printer."
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, check permissions of files in the users' home."
+#: ../../printer/printerdrake.pm_.c:2400
+msgid "Name of printer should contain only letters, numbers and the underscore"
msgstr ""
-#: ../../standalone/drakconnect:1
+#: ../../printer/printerdrake.pm_.c:2405
#, c-format
msgid ""
-"You don't have an Internet connection.\n"
-"Create one first by clicking on 'Configure'"
+"The printer \"%s\" already exists,\n"
+"do you really want to overwrite its configuration?"
msgstr ""
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Fonts copy"
-msgstr "Formadaigh flapach"
+#: ../../printer/printerdrake.pm_.c:2413
+#, fuzzy
+msgid "New printer name"
+msgstr "Gan Printéir"
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
+#: ../../printer/printerdrake.pm_.c:2416
#, c-format
-msgid "Automated"
+msgid "Transferring %s..."
msgstr ""
-#: ../../Xconfig/test.pm:1
-#, c-format
-msgid "Do you want to test the configuration?"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:2427
#, c-format
msgid ""
-"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
-"GIMP."
+"You have transferred your former default printer (\"%s\"), Should it be also "
+"the default printer under the new printing system %s?"
msgstr ""
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Save packages selection"
-msgstr "Roghnú Grúpa Pacáistí"
-
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "/_Actions"
+#: ../../printer/printerdrake.pm_.c:2437
+msgid "Refreshing printer data..."
msgstr ""
-#: ../../standalone/drakautoinst:1
-#, fuzzy, c-format
-msgid "Remove the last item"
-msgstr "Ag formáidiú comhad 'loopback' %s"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "User list to restore (only the most recent date per user is important)"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2445 ../../printer/printerdrake.pm_.c:2516
+#: ../../printer/printerdrake.pm_.c:2528
+#, fuzzy
+msgid "Configuration of a remote printer"
+msgstr "Cumraigh Printéir"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "No net boot images created!"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2446
+#, fuzzy
+msgid "Starting network..."
+msgstr "Nasc Printéir"
-#: ../../network/adsl.pm:1
-#, c-format
-msgid "use pptp"
-msgstr "úsáid pppoe"
+#: ../../printer/printerdrake.pm_.c:2479 ../../printer/printerdrake.pm_.c:2483
+#: ../../printer/printerdrake.pm_.c:2485
+#, fuzzy
+msgid "Configure the network now"
+msgstr "Cumraigh gréasánú"
-#: ../../services.pm:1
-#, c-format
-msgid "Choose which services should be automatically started at boot time"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2480
+#, fuzzy
+msgid "Network functionality not configured"
+msgstr "Níl aon scáileán cumraithe"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Check files/directories writable by everybody"
+#: ../../printer/printerdrake.pm_.c:2481
+msgid ""
+"You are going to configure a remote printer. This needs working network "
+"access, but your network is not configured yet. If you go on without network "
+"configuration, you will not be able to use the printer which you are "
+"configuring now. How do you want to proceed?"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Learn how to use this printer"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Configure the network now"
+#: ../../printer/printerdrake.pm_.c:2484
+#, fuzzy
+msgid "Go on without configuring the network"
msgstr "Cumraigh gréasánú"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Choose a mirror from which to get the packages"
+#: ../../printer/printerdrake.pm_.c:2518
+msgid ""
+"The network configuration done during the installation cannot be started "
+"now. Please check whether the network gets accessable after booting your "
+"system and correct the configuration using the Mandrake Control Center, "
+"section \"Network & Internet\"/\"Connection\", and afterwards set up the "
+"printer, also using the Mandrake Control Center, section \"Hardware\"/"
+"\"Printer\""
msgstr ""
-#: ../../install_interactive.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2519
msgid ""
-"The FAT resizer is unable to handle your partition, \n"
-"the following error occured: %s"
+"The network access was not running and could not be started. Please check "
+"your configuration and your hardware. Then try to configure your remote "
+"printer again."
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, fuzzy, c-format
-msgid "Size: "
-msgstr "Méid: %s"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Which sector do you want to move it to?"
-msgstr "Cén tescán ag a dteastaíonn uait é a bhogadh?"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Bahamas"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2529
+#, fuzzy
+msgid "Restarting printing system..."
+msgstr "Scríos Printéir"
-#: ../../interactive/stdio.pm:1
-#, fuzzy, c-format
-msgid "Do you want to click on this button?"
-msgstr "Céard a theastaíonn uait a dhéanamh?"
+#: ../../printer/printerdrake.pm_.c:2568
+#, fuzzy
+msgid "high"
+msgstr "Árd"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Manual configuration"
-msgstr "Cumraigh Idirlíon"
+#: ../../printer/printerdrake.pm_.c:2568
+#, fuzzy
+msgid "paranoid"
+msgstr "Paranóid"
-#: ../../standalone/logdrake:1
+#: ../../printer/printerdrake.pm_.c:2569
#, c-format
-msgid "search"
-msgstr "faigh"
+msgid "Installing a printing system in the %s security level"
+msgstr ""
-#: ../../services.pm:1
+#: ../../printer/printerdrake.pm_.c:2570
#, c-format
msgid ""
-"This package loads the selected keyboard map as set in\n"
-"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
-"You should leave this enabled for most machines."
+"You are about to install the printing system %s on a system running in the %"
+"s security level.\n"
+"\n"
+"This printing system runs a daemon (background process) which waits for "
+"print jobs and handles them. This daemon is also accessable by remote "
+"machines through the network and so it is a possible point for attacks. "
+"Therefore only a few selected daemons are started by default in this "
+"security level.\n"
+"\n"
+"Do you really want to configure printing on this machine?"
msgstr ""
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "Xpmac (installation display driver)"
+#: ../../printer/printerdrake.pm_.c:2604
+msgid "Starting the printing system at boot time"
msgstr ""
-#: ../../network/ethernet.pm:1 ../../network/network.pm:1
+#: ../../printer/printerdrake.pm_.c:2605
#, c-format
-msgid "Zeroconf host name must not contain a ."
+msgid ""
+"The printing system (%s) will not be started automatically when the machine "
+"is booted.\n"
+"\n"
+"It is possible that the automatic starting was turned off by changing to a "
+"higher security level, because the printing system is a potential point for "
+"attacks.\n"
+"\n"
+"Do you want to have the automatic starting of the printing system turned on "
+"again?"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid " Accept/Refuse icmp echo."
+#: ../../printer/printerdrake.pm_.c:2625 ../../printer/printerdrake.pm_.c:2765
+msgid "Checking installed software..."
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"Syslog is the facility by which many daemons use to log messages\n"
-"to various system log files. It is a good idea to always run syslog."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2630
+#, fuzzy, c-format
+msgid "Removing %s ..."
+msgstr "Réiteachaí: %s\n"
-#: ../../harddrake/data.pm:1 ../../standalone/harddrake2:1
+#: ../../printer/printerdrake.pm_.c:2636
#, fuzzy, c-format
-msgid "Unknown/Others"
-msgstr "Gnáth"
+msgid "Installing %s ..."
+msgstr "Ag feistiál pacáiste %s"
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "No TV Card detected!"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2685
+#, fuzzy
+msgid "Select Printer Spooler"
+msgstr "Nasc Printéir"
-#: ../../Xconfig/main.pm:1 ../../diskdrake/dav.pm:1
-#: ../../diskdrake/interactive.pm:1 ../../diskdrake/removable.pm:1
-#: ../../diskdrake/smbnfs_gtk.pm:1 ../../standalone/harddrake2:1
-#, c-format
-msgid "Options"
-msgstr "Roghnachais"
+#: ../../printer/printerdrake.pm_.c:2686
+#, fuzzy
+msgid "Which printing system (spooler) do you want to use?"
+msgstr "Cén rann atá uait?"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The printer \"%s\" is set as the default printer now."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2720
+#, fuzzy, c-format
+msgid "Configuring printer \"%s\"..."
+msgstr "Cumraigh printéir"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"You are configuring an OKI laser winprinter. These printers\n"
-"use a very special communication protocol and therefore they work only when "
-"connected to the first parallel port. When your printer is connected to "
-"another port or to a print server box please connect the printer to the "
-"first parallel port before you print a test page. Otherwise the printer will "
-"not work. Your connection type setting will be ignored by the driver."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2731
+#, fuzzy
+msgid "Installing Foomatic..."
+msgstr "Ag feistiál pacáiste %s"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "generation of the cpu (eg: 8 for PentiumIII, ...)"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2800 ../../printer/printerdrake.pm_.c:2838
+#: ../../printer/printerdrake.pm_.c:3230 ../../printer/printerdrake.pm_.c:3300
+msgid "Printer options"
+msgstr "Roghanna Printéir"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Auto-detected"
+#: ../../printer/printerdrake.pm_.c:2810
+#, fuzzy
+msgid "Preparing Printerdrake..."
msgstr "Scríos Printéir"
-#: ../../standalone/drakpxe:1
-#, c-format
-msgid ""
-"You are about to configure your computer to install a PXE server as a DHCP "
-"server\n"
-"and a TFTP server to build an installation server.\n"
-"With that feature, other computers on your local network will be installable "
-"using this computer as source.\n"
-"\n"
-"Make sure you have configured your Network/Internet access using drakconnect "
-"before going any further.\n"
-"\n"
-"Note: you need a dedicated Network Adapter to set up a Local Area Network "
-"(LAN)."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2825 ../../printer/printerdrake.pm_.c:3369
+#, fuzzy
+msgid "Configuring applications..."
+msgstr "Cumraigh printéir"
-#: ../../harddrake/sound.pm:1
-#, 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"
+#: ../../printer/printerdrake.pm_.c:2845
+#, fuzzy
+msgid "Would you like to configure printing?"
+msgstr "An dteastaìonn uait printéir a chumrú?"
+
+#: ../../printer/printerdrake.pm_.c:2857
+msgid "Printing system: "
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2915
msgid ""
-"No free space for 1MB bootstrap! Install will continue, but to boot your "
-"system, you'll need to create the bootstrap partition in DiskDrake"
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; to view information about it; "
+"or to make a printer on a remote CUPS server available for Star Office/"
+"OpenOffice.org/GIMP."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:2916
msgid ""
-"Please choose the printer you want to set up or enter a device name/file "
-"name in the input line"
+"The following printers are configured. Double-click on a printer to change "
+"its settings; to make it the default printer; or to view information about "
+"it."
msgstr ""
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Refuse"
-msgstr "Tarrtháil"
-
-#: ../../standalone/draksec:1
-#, c-format
-msgid "LOCAL"
+#: ../../printer/printerdrake.pm_.c:2942
+msgid "Refresh printer list (to display all available remote CUPS printers)"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1
-#, c-format
-msgid "HFS"
-msgstr "HFS"
+#: ../../printer/printerdrake.pm_.c:2960
+#, fuzzy
+msgid "Change the printing system"
+msgstr "Cumraigh gréasánú"
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"HardDrake runs a hardware probe, and optionally configures\n"
-"new/changed hardware."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:2965 ../../standalone/drakconnect_.c:274
+#, fuzzy
+msgid "Normal Mode"
+msgstr "Luchóg ar bith"
-#: ../../fs.pm:1
-#, c-format
-msgid "Creating and formatting file %s"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:3127 ../../printer/printerdrake.pm_.c:3176
+#: ../../printer/printerdrake.pm_.c:3363
+#, fuzzy
+msgid "Do you want to configure another printer?"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, check additions/removals of sgid files."
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:3211
+#, fuzzy
+msgid "Modify printer configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../printer/printerdrake.pm_.c:3213
+#, fuzzy, c-format
msgid ""
-"The HP LaserJet 1000 needs its firmware to be uploaded after being turned "
-"on. Download the Windows driver package from the HP web site (the firmware "
-"on the printer's CD does not work) and extract the firmware file from it by "
-"uncompresing the self-extracting '.exe' file with the 'unzip' utility and "
-"searching for the 'sihp1000.img' file. Copy this file into the '/etc/"
-"printer' directory. There it will be found by the automatic uploader script "
-"and uploaded whenever the printer is connected and turned on.\n"
-msgstr ""
+"Printer %s\n"
+"What do you want to modify on this printer?"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Choose an existing LVM to add to"
-msgstr "Roghnaigh RAID atá ann le méadú"
+#: ../../printer/printerdrake.pm_.c:3217
+msgid "Do it!"
+msgstr ""
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "xfs restart"
-msgstr "teorannaigh"
+#: ../../printer/printerdrake.pm_.c:3222 ../../printer/printerdrake.pm_.c:3271
+#, fuzzy
+msgid "Printer connection type"
+msgstr "Nasc Printéir"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"The printer \"%s\" already exists,\n"
-"do you really want to overwrite its configuration?"
+#: ../../printer/printerdrake.pm_.c:3223 ../../printer/printerdrake.pm_.c:3275
+msgid "Printer name, description, location"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Use the scanners on hosts: "
+#: ../../printer/printerdrake.pm_.c:3225 ../../printer/printerdrake.pm_.c:3293
+msgid "Printer manufacturer, model, driver"
msgstr ""
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Unselected All"
+#: ../../printer/printerdrake.pm_.c:3226 ../../printer/printerdrake.pm_.c:3294
+msgid "Printer manufacturer, model"
msgstr ""
-#: ../../install_steps_interactive.pm:1 ../../network/tools.pm:1
-#, c-format
-msgid "No partition available"
-msgstr "níl aon ranna saora ann"
-
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Printer Management \n"
-msgstr "Gan Printéir"
-
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Domain Name Resolver"
-msgstr "Ainm Fearannas"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Encryption key (again)"
+#: ../../printer/printerdrake.pm_.c:3232 ../../printer/printerdrake.pm_.c:3304
+msgid "Set this printer as the default"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Samba share name missing!"
+#: ../../printer/printerdrake.pm_.c:3234 ../../printer/printerdrake.pm_.c:3309
+msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "True Type install done"
+#: ../../printer/printerdrake.pm_.c:3235 ../../printer/printerdrake.pm_.c:3314
+msgid "Remove this printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Detection in progress"
-msgstr "Pointe taca dublach %s"
+#: ../../printer/printerdrake.pm_.c:3236 ../../printer/printerdrake.pm_.c:3319
+#, fuzzy
+msgid "Print test pages"
+msgstr "Óstainm Printéir"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Build Whole Kernel -->"
-msgstr ""
+#: ../../printer/printerdrake.pm_.c:3237 ../../printer/printerdrake.pm_.c:3321
+#, fuzzy
+msgid "Know how to use this printer"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../network/netconnect.pm:1
+#: ../../printer/printerdrake.pm_.c:3238 ../../printer/printerdrake.pm_.c:3323
+#, fuzzy
+msgid "Remove printer"
+msgstr "Scríos Printéir"
+
+#: ../../printer/printerdrake.pm_.c:3282
#, fuzzy, c-format
-msgid "modem"
-msgstr "Luchóg"
+msgid "Removing old printer \"%s\"..."
+msgstr "Scríos Printéir"
-#: ../../lang.pm:1
-#, c-format
-msgid "Welcome to %s"
-msgstr "Fáilte go %s"
+#: ../../printer/printerdrake.pm_.c:3307
+#, fuzzy
+msgid "Default printer"
+msgstr "Printéir áitiúl"
-#: ../../standalone/drakhelp:1
+#: ../../printer/printerdrake.pm_.c:3308
#, c-format
-msgid ""
-" drakhelp 0.1\n"
-"Copyright (C) 2003 MandrakeSoft.\n"
-"This is free software and may be redistributed under the terms of the GNU "
-"GPL.\n"
-"\n"
-"Usage: \n"
+msgid "The printer \"%s\" is set as the default printer now."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Please insert the Update Modules floppy in drive %s"
-msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "Bootsplash"
+#: ../../printer/printerdrake.pm_.c:3310
+msgid "Adding printer to Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid ""
-"The following printer\n"
-"\n"
-"%s%s\n"
-"is directly connected to your system"
-msgstr "Níl aon gaireas ghreasán san do chorás!"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printer sharing on hosts/networks: "
-msgstr "Printéir"
-
-#: ../../printer/printerdrake.pm:1
+#: ../../printer/printerdrake.pm_.c:3312
#, c-format
msgid ""
-"\n"
-"The \"%s\" command also allows to modify the option settings for a "
-"particular printing job. Simply add the desired settings to the command "
-"line, e. g. \"%s <file>\". "
+"The printer \"%s\" was successfully added to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../standalone/drakclock:1
+#: ../../printer/printerdrake.pm_.c:3313
#, c-format
-msgid "DrakClock"
+msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../modules/interactive.pm:1
-#, c-format
-msgid ""
-"In some cases, the %s driver needs to have extra information to work\n"
-"properly, although it normally works fine without them. Would you like to "
-"specify\n"
-"extra options for it or allow the driver to probe your machine for the\n"
-"information it needs? Occasionally, probing will hang a computer, but it "
-"should\n"
-"not cause any damage."
+#: ../../printer/printerdrake.pm_.c:3315
+msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../printer/printerdrake.pm_.c:3317
#, c-format
-msgid "Not the correct CD label. Disk is labelled %s."
+msgid ""
+"The printer \"%s\" was successfully removed from Star Office/OpenOffice.org/"
+"GIMP."
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../printer/printerdrake.pm_.c:3318
#, c-format
msgid ""
-"\n"
-"- Daemon, %s via:\n"
+"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Cuba"
-msgstr "Cúba"
+#: ../../printer/printerdrake.pm_.c:3325
+#, fuzzy, c-format
+msgid "Do you really want to remove the printer \"%s\"?"
+msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "October"
-msgstr "D. Fómhair"
+#: ../../printer/printerdrake.pm_.c:3329
+#, fuzzy, c-format
+msgid "Removing printer \"%s\"..."
+msgstr "Scríos Printéir"
-#: ../../lang.pm:1
+#: ../../raid.pm_.c:35
#, c-format
-msgid "Belize"
+msgid "Can't add a partition to _formatted_ RAID md%d"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Searching for new printers..."
-msgstr "Printéir áitiúl"
+#: ../../raid.pm_.c:137
+msgid "mkraid failed"
+msgstr "teip ar 'mkraid'"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid " (multi-session)"
+#: ../../raid.pm_.c:137
+msgid "mkraid failed (maybe raidtools are missing?)"
msgstr ""
-#: ../../any.pm:1
+#: ../../raid.pm_.c:153
#, c-format
-msgid "Kernel Boot Timeout"
+msgid "Not enough partitions for RAID level %d\n"
msgstr ""
-#: ../../Xconfig/card.pm:1
-#, c-format
+#: ../../security/main.pm_.c:36
msgid ""
-"Your card can have 3D hardware acceleration support but only with XFree %s.\n"
-"Your card is supported by XFree %s which may have a better support in 2D."
+"Standard: This is the standard security recommended for a computer that will "
+"be used to connect\n"
+" to the Internet as a client.\n"
+"\n"
+"High: There are already some restrictions, and more automatic checks "
+"are run every night.\n"
+"\n"
+"Higher: The security is now high enough to use the system as a server "
+"which can accept\n"
+" connections from many clients. If your machine is only a "
+"client on the Internet, you\n"
+"\t should choose a lower level.\n"
+"\n"
+"Paranoid: This is similar to the previous level, but the system is entirely "
+"closed and security\n"
+" features are at their maximum\n"
+"\n"
+"Security Administrator:\n"
+" If the 'Security Alerts' option is set, security alerts will "
+"be sent to this user (username or\n"
+"\t email)"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid " Activate/Disable daily security check."
-msgstr ""
+#: ../../security/main.pm_.c:66
+#, fuzzy
+msgid "Security Level:"
+msgstr "Roghnaigh liebhéal slándáil"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-CD-R.\n"
-msgstr ""
+#: ../../security/main.pm_.c:77
+#, fuzzy, c-format
+msgid " (default value: %s)"
+msgstr "Gnáth"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Enable libsafe if libsafe is found on the system"
-msgstr ""
+#: ../../security/main.pm_.c:113
+#, fuzzy
+msgid "Security Alerts:"
+msgstr "Roghnaigh liebhéal slándáil"
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "The DrakX Partitioning wizard found the following solutions:"
-msgstr ""
+#: ../../security/main.pm_.c:115
+#, fuzzy
+msgid "Security Administrator:"
+msgstr "Scríos Printéir"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Hungarian"
-msgstr "Ungárais"
+#: ../../security/main.pm_.c:128
+#, fuzzy
+msgid "Network Options"
+msgstr "Roghachais modúil:"
-#: ../../network/isdn.pm:1
-#, c-format
+#: ../../security/main.pm_.c:128
+#, fuzzy
+msgid "System Options"
+msgstr "Roghachais modúil:"
+
+#: ../../security/main.pm_.c:133 ../../security/main.pm_.c:164
msgid ""
-"Select your provider.\n"
-"If it isn't listed, choose Unlisted."
+"The following options can be set to customize your\n"
+"system security. If you need explanations, click on Help.\n"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Automatic time synchronization (using NTP)"
+#: ../../security/main.pm_.c:177
+msgid "Periodic Checks"
msgstr ""
-#: ../../network/adsl.pm:1
-#, fuzzy, c-format
-msgid "Use my Windows partition"
-msgstr "Ag ríomhadh teorainn na córais-comhadlanna FAT"
-
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "8 MB"
-msgstr "8 MB"
+#: ../../security/main.pm_.c:191
+#, fuzzy
+msgid "Please wait, setting security level..."
+msgstr "Roghnaigh liebhéal slándáil"
-#: ../../any.pm:1
-#, c-format
-msgid "LDAP Server"
-msgstr "Freastalaí LDAP"
+#: ../../security/main.pm_.c:197
+#, fuzzy
+msgid "Please wait, setting security options..."
+msgstr "Fan tamall, ag ullmhaigh feistiú"
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"PCMCIA support is usually to support things like ethernet and\n"
-"modems in laptops. It won't get started unless configured so it is safe to "
-"have\n"
-"it installed on machines that don't need it."
+#: ../../services.pm_.c:19
+msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
-#: ../../network/tools.pm:1
-#, fuzzy, c-format
-msgid "Choose your country"
-msgstr "Roghnaigh mhéarchlár"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"\n"
-"- System Files:\n"
+#: ../../services.pm_.c:20
+msgid "Anacron a periodic command scheduler."
msgstr ""
-#: ../../standalone/drakbug:1
-#, c-format
-msgid "Standalone Tools"
+#: ../../services.pm_.c:21
+msgid ""
+"apmd is used for monitoring batery status and logging it via syslog.\n"
+"It can also be used for shutting down the machine when the battery is low."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Where"
-msgstr "Rothar"
-
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "but not matching"
+#: ../../services.pm_.c:23
+msgid ""
+"Runs commands scheduled by the at command at the time specified when\n"
+"at was run, and runs batch commands when the load average is low enough."
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
+#: ../../services.pm_.c:25
msgid ""
-"Here you can select an alternative driver (either OSS or ALSA) for your "
-"sound card (%s)."
+"cron is a standard UNIX program that runs user-specified programs\n"
+"at periodic scheduled times. vixie cron adds a number of features to the "
+"basic\n"
+"UNIX cron, including better security and more powerful configuration options."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Configuring PCMCIA cards..."
-msgstr "Cumraigh Cártaí PCMCIA"
-
-#: ../../common.pm:1
-#, c-format
-msgid "kdesu missing"
-msgstr "kdesu ar iarraidh"
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "%s: %s requires a username...\n"
+#: ../../services.pm_.c:28
+msgid ""
+"GPM adds mouse support to text-based Linux applications such the\n"
+"Midnight Commander. It also allows mouse-based console cut-and-paste "
+"operations,\n"
+"and includes support for pop-up menus on the console."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Encryption key"
+#: ../../services.pm_.c:31
+msgid ""
+"HardDrake runs a hardware probe, and optionally configures\n"
+"new/changed hardware."
msgstr ""
-#: ../../mouse.pm:1
-#, c-format
-msgid "Microsoft IntelliMouse"
-msgstr "Microsoft IntelliMouse"
-
-#: ../../keyboard.pm:1
-#, c-format
+#: ../../services.pm_.c:33
msgid ""
-"This setting will be activated after the installation.\n"
-"During installation, you will need to use the Right Control\n"
-"key to switch between the different keyboard layouts."
+"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Christmas Island"
+#: ../../services.pm_.c:34
+msgid ""
+"The internet superserver daemon (commonly called inetd) starts a\n"
+"variety of other internet services as needed. It is responsible for "
+"starting\n"
+"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
+"disables\n"
+"all of the services it is responsible for."
msgstr ""
-#: ../../mouse.pm:1
-#, fuzzy, c-format
-msgid "Automatic"
-msgstr "Uath-IP"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Installation of bootloader failed. The following error occured:"
+#: ../../services.pm_.c:38
+msgid ""
+"Launch packet filtering for Linux kernel 2.2 series, to set\n"
+"up a firewall to protect your machine from network attacks."
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "EIDE/SCSI channel"
+#: ../../services.pm_.c:40
+msgid ""
+"This package loads the selected keyboard map as set in\n"
+"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
+"You should leave this enabled for most machines."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Set this printer as the default"
+#: ../../services.pm_.c:43
+msgid ""
+"Automatic regeneration of kernel header in /boot for\n"
+"/usr/include/linux/{autoconf,version}.h"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Verify that %s is the correct path"
-msgstr "An bhfuil seo ceart?"
-
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "partition %s"
-msgstr "rann %s"
-
-#: ../../security/level.pm:1
-#, c-format
-msgid "Paranoid"
-msgstr "Paranóid"
-
-#: ../../any.pm:1
-#, c-format
-msgid "NIS"
-msgstr "NIS"
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "<-- Del User"
+#: ../../services.pm_.c:45
+msgid "Automatic detection and configuration of hardware at boot."
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Location on the bus"
+#: ../../services.pm_.c:46
+msgid ""
+"Linuxconf will sometimes arrange to perform various tasks\n"
+"at boot-time to maintain the system configuration."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "No printer found!"
-msgstr "Printéir áitiúl"
-
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "the vendor name of the device"
+#: ../../services.pm_.c:48
+msgid ""
+"lpd is the print daemon required for lpr to work properly. It is\n"
+"basically a server that arbitrates print jobs to printer(s)."
msgstr ""
-#: ../../help.pm:1 ../../install_interactive.pm:1
-#, c-format
-msgid "Erase entire disk"
-msgstr "Glan diosca ina iomlán"
-
-#: ../../printer/cups.pm:1 ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid " (Default)"
-msgstr "Gnáth"
-
-#: ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "Automatic reconfiguration"
-msgstr "Cumraigh ADSL"
-
-#: ../../standalone/net_monitor:1
-#, c-format
-msgid "Receiving Speed:"
+#: ../../services.pm_.c:50
+msgid ""
+"Linux Virtual Server, used to build a high-performance and highly\n"
+"available server."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Turks and Caicos Islands"
+#: ../../services.pm_.c:52
+msgid ""
+"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
+"names to IP addresses."
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "No Ip"
+#: ../../services.pm_.c:53
+msgid ""
+"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
+"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
-#: ../../help.pm:1 ../../install_steps_gtk.pm:1 ../../interactive.pm:1
-#: ../../ugtk2.pm:1 ../../interactive/newt.pm:1
-#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
-#, c-format
-msgid "<- Previous"
+#: ../../services.pm_.c:55
+msgid ""
+"Activates/Deactivates all network interfaces configured to start\n"
+"at boot time."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Transfer Now"
+#: ../../services.pm_.c:57
+msgid ""
+"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
+"This service provides NFS server functionality, which is configured via the\n"
+"/etc/exports file."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Set root password and network authentication methods"
+#: ../../services.pm_.c:60
+msgid ""
+"NFS is a popular protocol for file sharing across TCP/IP\n"
+"networks. This service provides NFS file locking functionality."
msgstr ""
-#: ../../ugtk2.pm:1
-#, c-format
-msgid "Toggle between flat and group sorted"
+#: ../../services.pm_.c:62
+msgid ""
+"Automatically switch on numlock key locker under console\n"
+"and XFree at boot."
msgstr ""
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "Themes"
+#: ../../services.pm_.c:64
+msgid "Support the OKI 4w and compatible winprinters."
msgstr ""
-#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Options: %s"
-msgstr "Roghnachais: %s"
-
-#: ../../standalone/drakboot:1
-#, c-format
+#: ../../services.pm_.c:65
msgid ""
-"You are currently using %s as your boot manager.\n"
-"Click on Configure to launch the setup wizard."
+"PCMCIA support is usually to support things like ethernet and\n"
+"modems in laptops. It won't get started unless configured so it is safe to "
+"have\n"
+"it installed on machines that don't need it."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "OKI winprinter configuration"
-msgstr "Cumraigh Idirlíon"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Saint Helena"
+#: ../../services.pm_.c:68
+msgid ""
+"The portmapper manages RPC connections, which are used by\n"
+"protocols such as NFS and NIS. The portmap server must be running on "
+"machines\n"
+"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Parallel port #%s"
-msgstr "Óstainm Printéir"
-
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Security Level"
-msgstr "Roghnaigh liebhéal slándáil"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
+#: ../../services.pm_.c:71
msgid ""
-"Some steps are not completed.\n"
-"\n"
-"Do you really want to quit now?"
+"Postfix is a Mail Transport Agent, which is the program that moves mail from "
+"one machine to another."
msgstr ""
-# SD
-#: ../../lang.pm:1
-#, c-format
-msgid "Sudan"
-msgstr "An tSúdáin"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Polish (qwertz layout)"
+#: ../../services.pm_.c:72
+msgid ""
+"Saves and restores system entropy pool for higher quality random\n"
+"number generation."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Syria"
+#: ../../services.pm_.c:74
+msgid ""
+"Assign raw devices to block devices (such as hard drive\n"
+"partitions), for the use of applications such as Oracle"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../services.pm_.c:76
msgid ""
-"Is your printer a multi-function device from HP or Sony (OfficeJet, PSC, "
-"LaserJet 1100/1200/1220/3200/3300 with scanner, DeskJet 450, Sony IJP-V100), "
-"an HP PhotoSmart or an HP LaserJet 2200?"
+"The routed daemon allows for automatic IP router table updated via\n"
+"the RIP protocol. While RIP is widely used on small networks, more complex\n"
+"routing protocols are needed for complex networks."
msgstr ""
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#: ../../bootloader.pm:1
-#, c-format
+#: ../../services.pm_.c:79
msgid ""
-"Welcome to %s the operating system chooser!\n"
-"\n"
-"Choose an operating system from the list above or\n"
-"wait %d seconds for default boot.\n"
-"\n"
+"The rstat protocol allows users on a network to retrieve\n"
+"performance metrics for any machine on that network."
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Portuguese"
+#: ../../services.pm_.c:81
+msgid ""
+"The rusers protocol allows users on a network to identify who is\n"
+"logged in on other responding machines."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Loopback file name: "
+#: ../../services.pm_.c:83
+msgid ""
+"The rwho protocol lets remote users get a list of all of the users\n"
+"logged into a machine running the rwho daemon (similiar to finger)."
msgstr ""
-#: ../../network/network.pm:1
-#, c-format
-msgid "DNS server address should be in format 1.2.3.4"
+#: ../../services.pm_.c:85
+msgid "Launch the sound system on your machine"
msgstr ""
-#: ../../keyboard.pm:1
-#, fuzzy, c-format
-msgid "Left Control key"
-msgstr "Scríos Printéir"
-
-#: ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Serbia"
-msgstr "srathach"
-
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "Newzealand"
+#: ../../services.pm_.c:86
+msgid ""
+"Syslog is the facility by which many daemons use to log messages\n"
+"to various system log files. It is a good idea to always run syslog."
msgstr ""
-#: ../../fsedit.pm:1
-#, c-format
-msgid "This directory should remain within the root filesystem"
+#: ../../services.pm_.c:88
+msgid "Load the drivers for your usb devices."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Across Network"
+#: ../../services.pm_.c:89
+msgid "Starts the X Font Server (this is mandatory for XFree to run)."
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "CapsLock key"
+#: ../../services.pm_.c:115 ../../services.pm_.c:157
+msgid "Choose which services should be automatically started at boot time"
msgstr ""
-#: ../../steps.pm:1
-#, c-format
-msgid "Install bootloader"
-msgstr "Feistigh cód tosnaithe"
+#: ../../services.pm_.c:127
+#, fuzzy
+msgid "Printing"
+msgstr "Printéir"
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "Select the memory size of your graphics card"
-msgstr "Roghnaigh an méid cuimhne atá id' charta grafachach"
+#: ../../services.pm_.c:128
+msgid "Internet"
+msgstr "Idirlíon"
-#: ../../security/help.pm:1
-#, c-format
-msgid ""
-"Enable/Disable crontab and at for users.\n"
-"\n"
-"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n"
-"and crontab(1))."
+#: ../../services.pm_.c:131
+msgid "File sharing"
msgstr ""
-#: ../../standalone.pm:1
-#, c-format
-msgid ""
-"[OPTIONS]\n"
-"Network & Internet connection and monitoring application\n"
-"\n"
-"--defaultintf interface : show this interface by default\n"
-"--connect : connect to internet if not already connected\n"
-"--disconnect : disconnect to internet if already connected\n"
-"--force : used with (dis)connect : force (dis)connection.\n"
-"--status : returns 1 if connected 0 otherwise, then exit.\n"
-"--quiet : don't be interactive. To be used with (dis)connect."
-msgstr ""
+#: ../../services.pm_.c:133 ../../standalone/drakbackup_.c:1709
+#, fuzzy
+msgid "System"
+msgstr "Mód Coras"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Dynamic IP Address Pool:"
-msgstr ""
+#: ../../services.pm_.c:138
+#, fuzzy
+msgid "Remote Administration"
+msgstr "Scríos Printéir"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "LVM name?"
-msgstr "ainm LVM?"
+#: ../../services.pm_.c:146
+#, fuzzy
+msgid "Database Server"
+msgstr "Freastalaí Printéir"
-#: ../../standalone/service_harddrake:1
+#: ../../services.pm_.c:175
#, c-format
-msgid "Some devices in the \"%s\" hardware class were removed:\n"
+msgid "Services: %d activated for %d registered"
msgstr ""
-#: ../../modules/interactive.pm:1
-#, c-format
-msgid "Found %s %s interfaces"
-msgstr "Fuair %s %s comhéadan"
-
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Post Install"
-msgstr "Feistiú"
-
-#: ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "The internal domain name"
-msgstr "Gan Printéir"
+#: ../../services.pm_.c:191
+msgid "Services"
+msgstr "Seirbishí"
-#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Card IRQ"
-msgstr "IRQ na Carta"
+#: ../../services.pm_.c:203
+msgid "running"
+msgstr "ag rith"
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "logdrake"
-msgstr "logdrake"
+#: ../../services.pm_.c:203
+msgid "stopped"
+msgstr "ag stoppadh"
-#: ../../standalone.pm:1
-#, c-format
-msgid ""
-"Font Importation and monitoring "
-"application \n"
-"--windows_import : import from all available windows partitions.\n"
-"--xls_fonts : show all fonts that already exist from xls\n"
-"--strong : strong verification of font.\n"
-"--install : accept any font file and any directry.\n"
-"--uninstall : uninstall any font or any directory of font.\n"
-"--replace : replace all font if already exist\n"
-"--application : 0 none application.\n"
-" : 1 all application available supported.\n"
-" : name_of_application like so for staroffice \n"
-" : and gs for ghostscript for only this one."
+#: ../../services.pm_.c:217
+msgid "Services and deamons"
msgstr ""
-#: ../../standalone.pm:1
-#, c-format
-msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
+#: ../../services.pm_.c:222
+msgid ""
+"No additional information\n"
+"about this service, sorry."
msgstr ""
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "Choose the floppy drive you want to use to make the bootdisk"
-msgstr "Roghnaigh na ranna atá le formáidiú"
+#: ../../services.pm_.c:229
+msgid "On boot"
+msgstr "Ar Tús"
-#: ../../bootloader.pm:1 ../../help.pm:1
-#, c-format
-msgid "LILO with text menu"
-msgstr "LILO le chlár teacs"
+#: ../../services.pm_.c:241
+#, fuzzy
+msgid "Start"
+msgstr "Clár Tosnú"
-#: ../../standalone/net_monitor:1
-#, c-format
-msgid "instantaneous"
-msgstr ""
+#: ../../services.pm_.c:241
+#, fuzzy
+msgid "Stop"
+msgstr "Teascán"
-#: ../../network/drakfirewall.pm:1
-#, c-format
-msgid "Everything (no firewall)"
+#: ../../share/advertising/01-thanks.pl_.c:9
+msgid "Thank you for choosing Mandrake Linux 9.0"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "You must specify a kernel image"
+#: ../../share/advertising/01-thanks.pl_.c:10
+msgid "Welcome to the Open Source world"
msgstr ""
-#: ../../printer/main.pm:1
-#, c-format
-msgid ", multi-function device on USB"
+#: ../../share/advertising/01-thanks.pl_.c:11
+msgid ""
+"The success of MandrakeSoft is based upon the principle of Free Software. "
+"Your new operating system is the result of collaborative work on the part of "
+"the worldwide Linux Community"
msgstr ""
-#: ../../interactive/newt.pm:1
-#, fuzzy, c-format
-msgid "Do"
-msgstr "Críochnithe"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Contacting the mirror to get the list of available packages..."
-msgstr ""
+#: ../../share/advertising/02-community.pl_.c:9
+#, fuzzy
+msgid "Get involved in the Free Software world"
+msgstr "Trialaigh an cumraíocht"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Lithuanian AZERTY (old)"
+#: ../../share/advertising/02-community.pl_.c:10
+msgid "Want to know more about the Open Source community?"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Brazilian (ABNT-2)"
+#: ../../share/advertising/02-community.pl_.c:11
+msgid ""
+"To share your own knowledge and help build Linux tools, join the discussion "
+"forums you'll find on our \"Community\" webpages"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "IP address of host/network:"
+#: ../../share/advertising/03-internet.pl_.c:9
+msgid "Get the most from the Internet"
msgstr ""
-#: ../../standalone/draksplash:1
-#, c-format
+#: ../../share/advertising/03-internet.pl_.c:10
msgid ""
-"the progress bar y coordinate\n"
-"of its upper left corner"
+"Mandrake Linux 9.0 has selected the best software for you. Surf the Web and "
+"view animations with Mozilla and Konqueror, or read your mail and handle "
+"your personal information with Evolution and Kmail"
msgstr ""
-#: ../../install_gtk.pm:1
-#, fuzzy, c-format
-msgid "System installation"
-msgstr "Roghnaigh rang feistiú"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Saint Vincent and the Grenadines"
+#: ../../share/advertising/04-multimedia.pl_.c:9
+msgid "Discover the most up-to-date graphical and multimedia tools!"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "Allow/Forbid reboot by the console user."
+#: ../../share/advertising/04-multimedia.pl_.c:10
+msgid "Push multimedia to its limits!"
msgstr ""
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "/File/_Open"
-msgstr "/Comhad/_Oscail"
-
-#: ../../standalone/drakpxe:1
-#, fuzzy, c-format
-msgid "Location of auto_install.cfg file"
-msgstr "Cruthaigh flapach bootáil"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Open Firmware Delay"
+#: ../../share/advertising/04-multimedia.pl_.c:11
+msgid ""
+"Mandrake Linux 9.0 enables you to use the very latest software to play audio "
+"files, edit and handle your images or photos, and play videos"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Hungary"
-msgstr "An Ungáir"
+#: ../../share/advertising/05-games.pl_.c:9
+msgid "Games"
+msgstr "Cluichí"
-#: ../../lang.pm:1
-#, c-format
-msgid "New Zealand"
-msgstr "An Nua-Shéalainn"
+#: ../../share/advertising/05-games.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides the best Open Source games - arcade, action, "
+"strategy, ..."
+msgstr ""
-#: ../../standalone/net_monitor:1
-#, fuzzy, c-format
-msgid "Color configuration"
-msgstr "Cumraigh Idirlíon"
+#: ../../share/advertising/06-mcc.pl_.c:9 ../../standalone/drakbug_.c:49
+#, fuzzy
+msgid "Mandrake Control Center"
+msgstr "Bainteach le hIdirlíon"
-#: ../../security/level.pm:1
-#, c-format
+#: ../../share/advertising/06-mcc.pl_.c:10
msgid ""
-"There are already some restrictions, and more automatic checks are run every "
-"night."
+"Mandrake Linux 9.0 provides a powerful tool to fully customize and configure "
+"your machine"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "please choose the date to restore"
-msgstr "Cén cinéal luchóg atá agat?"
+#: ../../share/advertising/07-desktop.pl_.c:9
+#, fuzzy
+msgid "User interfaces"
+msgstr "Cláréadan Gréasán"
-#: ../../lang.pm:1
-#, c-format
-msgid "Netherlands Antilles"
+#: ../../share/advertising/07-desktop.pl_.c:10
+msgid ""
+"Mandrake Linux 9.0 provides you with 11 user interfaces that can be fully "
+"modified: KDE 3, Gnome 2, WindowMaker, ..."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Switching from ext2 to ext3"
+#: ../../share/advertising/08-development.pl_.c:9
+#, fuzzy
+msgid "Development simplified"
+msgstr "Forbairt"
+
+#: ../../share/advertising/08-development.pl_.c:10
+msgid "Mandrake Linux 9.0 is the ultimate development platform"
msgstr ""
-#: ../../printer/data.pm:1
-#, c-format
-msgid "LPRng"
+#: ../../share/advertising/08-development.pl_.c:11
+msgid ""
+"Use the full power of the GNU gcc 3 compiler as well as the best Open Source "
+"development environments"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Browse to new restore repository."
+#: ../../share/advertising/09-server.pl_.c:9
+msgid "Turn your machine into a reliable server"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../share/advertising/09-server.pl_.c:10
msgid ""
-"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard allows you to install local or remote printers to be used from "
-"this machine and also from other machines in the network.\n"
-"\n"
-"It asks you for all necessary information to set up the printer and gives "
-"you access to all available printer drivers, driver options, and printer "
-"connection types."
+"Transform your machine into a powerful Linux server with a few clicks of "
+"your mouse: Web server, mail, firewall, router, file and print server, ..."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "and %d unknown printers"
-msgstr "Gan Printéir"
+#: ../../share/advertising/10-mnf.pl_.c:9
+msgid "Optimize your security"
+msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
+#: ../../share/advertising/10-mnf.pl_.c:10
msgid ""
-"Early Intel Pentium chips manufactured have a bug in their floating point "
-"processor which did not achieve the required precision when performing a "
-"Floating point DIVision (FDIV)"
+"The MandrakeSecurity range includes the Multi Network Firewall product (M.N."
+"F.)"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
+#: ../../share/advertising/10-mnf.pl_.c:11
msgid ""
-"Backup quota exceeded!\n"
-"%d MB used vs %d MB allocated."
+"This firewall product includes network features that allow you to fulfill "
+"all your security needs"
msgstr ""
-#: ../../network/isdn.pm:1
-#, c-format
-msgid "No ISDN PCI card found. Please select one on the next screen."
+#: ../../share/advertising/10-mnf.pl_.c:12
+msgid "This product is available on MandrakeStore website"
msgstr ""
-#: ../../common.pm:1
-#, c-format
-msgid "GB"
-msgstr "GB"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Please give a user name"
+#: ../../share/advertising/11-mdkstore.pl_.c:9
+msgid "The official MandrakeSoft store"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Enable CD Boot?"
+#: ../../share/advertising/11-mdkstore.pl_.c:10
+msgid ""
+"Our full range of Linux solutions, as well as special offers on products and "
+"other \"goodies,\" are available online on our e-store:"
msgstr ""
-#: ../../../move/move.pm:1
-#, c-format
-msgid "Simply reboot"
+#: ../../share/advertising/12-mdkstore.pl_.c:9
+msgid "Strategic partners"
msgstr ""
-#: ../../interactive/stdio.pm:1
-#, c-format
-msgid " enter `void' for void entry"
+#: ../../share/advertising/12-mdkstore.pl_.c:10
+msgid ""
+"MandrakeSoft works alongside a selection of companies offering professional "
+"solutions compatible with Mandrake Linux. A list of these partners is "
+"available on the MandrakeStore"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Backups on unmountable media - Use Catalog to restore"
+#: ../../share/advertising/13-mdkcampus.pl_.c:9
+msgid "Discover MandrakeSoft's training catalogue Linux-Campus"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "January"
-msgstr "Éanair"
-
-#: ../../security/l10n.pm:1
-#, fuzzy, c-format
-msgid "Password history length"
-msgstr "Tá an pasfhocal seo ro-shimplí"
-
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid "Winmodem connection"
-msgstr "Cumraigh nasc ghréasán"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../share/advertising/13-mdkcampus.pl_.c:10
msgid ""
-"\n"
-"Congratulations, your printer is now installed and configured!\n"
-"\n"
-"You can print using the \"Print\" command of your application (usually in "
-"the \"File\" menu).\n"
-"\n"
-"If you want to add, remove, or rename a printer, or if you want to change "
-"the default option settings (paper input tray, printout quality, ...), "
-"select \"Printer\" in the \"Hardware\" section of the Mandrake Control "
-"Center."
+"The training program has been created to respond to the needs of both end "
+"users and experts (Network and System administrators)"
msgstr ""
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "Now, you can run xawtv (under X Window!) !\n"
+#: ../../share/advertising/13-mdkcampus.pl_.c:11
+msgid "Certify yourself on Linux"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Not enough swap space to fulfill installation, please add some"
-msgstr "Nil dothain spas malartu chun insealbhu, chuir leis an spas"
-
-#. -PO: example: lilo-graphic on /dev/hda1
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "%s on %s"
-msgstr "Poirt"
-
-#: ../../security/help.pm:1
-#, fuzzy, c-format
-msgid "Allow/Forbid remote root login."
-msgstr "Scríos Printéir"
-
-#: ../../help.pm:1
-#, c-format
+#: ../../share/advertising/13-mdkcampus.pl_.c:12
msgid ""
-"GNU/Linux manages time in GMT (Greenwich Mean Time) and translates it to\n"
-"local time according to the time zone you selected. If the clock on your\n"
-"motherboard is set to local time, you may deactivate this by unselecting\n"
-"\"%s\", which will let GNU/Linux know that the system clock and the\n"
-"hardware clock are in the same timezone. This is useful when the machine\n"
-"also hosts another operating system like Windows.\n"
-"\n"
-"The \"%s\" option will automatically regulate the clock by connecting to a\n"
-"remote time server on the Internet. For this feature to work, you must have\n"
-"a working Internet connection. It is best to choose a time server located\n"
-"near you. This option actually installs a time server that can used by\n"
-"other machines on your local network as well."
+"Whether you choose to teach yourself online or via our network of training "
+"partners, the Linux-Campus catalogue prepares you for the acknowledged LPI "
+"certification program (worldwide professional technical certification)"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Can't create log file!"
-msgstr ""
-
-#: ../../install_steps_interactive.pm:1 ../../standalone/drakclock:1
-#, c-format
-msgid "Which is your timezone?"
-msgstr "Cén ceann do chrois ama"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Use .backupignore files"
-msgstr "Droch comhad chúltaca"
-
-# GN
-#: ../../lang.pm:1
-#, c-format
-msgid "Guinea"
-msgstr "An Ghuine"
-
-#: ../../network/tools.pm:1
-#, fuzzy, c-format
-msgid "The system is now connected to the Internet."
-msgstr "Cén diosca ag a dteastaíonn uait é a bhogadh?"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "South Georgia and the South Sandwich Islands"
-msgstr ""
+#: ../../share/advertising/14-mdkexpert.pl_.c:9
+#, fuzzy
+msgid "Become a MandrakeExpert"
+msgstr "Saineolaí"
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "Japan (broadcast)"
+#: ../../share/advertising/14-mdkexpert.pl_.c:10
+msgid ""
+"Find the solutions of your problems via MandrakeSoft's online support "
+"platform"
msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../share/advertising/14-mdkexpert.pl_.c:11
msgid ""
-"Monitor\n"
-"\n"
-" The installer will normally automatically detect and configure the\n"
-"monitor connected to your machine. If it is incorrect, you can choose from\n"
-"this list the monitor you actually have connected to your computer."
+"Join the MandrakeSoft support teams and the Linux Community online to share "
+"your knowledge and help others by becoming a recognized Expert on the online "
+"technical support website:"
msgstr ""
-# FIXME
-#: ../../lang.pm:1
-#, c-format
-msgid "Mozambique"
-msgstr "Mósaimbic"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Icon"
-msgstr "Dealbh"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:9
+#, fuzzy
+msgid "MandrakeExpert Corporate"
+msgstr "Saineolaí"
-#: ../../../move/tree/mdk_totem:1
-#, c-format
-msgid "Kill those programs"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:10
+msgid "An online platform to respond to company's specific support needs"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Please choose what you want to backup"
-msgstr "Roghnaight do theangam le do thoil."
-
-#: ../../Xconfig/resolution_and_depth.pm:1
-#, c-format
-msgid "256 colors (8 bits)"
-msgstr "256 dath (8 giotáin)"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Read-write"
-msgstr "Léamh-Scríobh"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Size: %s\n"
-msgstr "Méid: %s\n"
-
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Hostname: "
-msgstr "Ainm úsáideora"
-
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Add a rule"
-msgstr "Suimigh Modúil"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Chunk size %s\n"
-msgstr "Méid smután %s\n"
-
-#: ../advertising/02-community.pl:1
-#, c-format
-msgid "Build the future of Linux!"
+#: ../../share/advertising/15-mdkexpert-corporate.pl_.c:11
+msgid ""
+"All incidents will be followed up by a single qualified MandrakeSoft "
+"technical expert."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Local Printer"
-msgstr "Printéir áitiúl"
-
-#: ../../network/tools.pm:1
-#, c-format
-msgid "Floppy access error, unable to mount device %s"
+#: ../../share/advertising/17-mdkclub.pl_.c:9
+msgid "Discover MandrakeClub and Mandrake Corporate Club"
msgstr ""
-#: ../../standalone.pm:1
-#, c-format
-msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
+#: ../../share/advertising/17-mdkclub.pl_.c:10
+msgid ""
+"MandrakeClub and Mandrake Corporate Club were created for business and "
+"private users of Mandrake Linux who would like to directly support their "
+"favorite Linux distribution while also receiving special privileges. If you "
+"enjoy our products, if your company benefits from our products to gain a "
+"competititve edge, if you want to support Mandrake Linux development, join "
+"MandrakeClub!"
msgstr ""
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid "ADSL connection"
-msgstr "Nasc LAN"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "No configuration, please click Wizard or Advanced.\n"
+#: ../../standalone.pm_.c:21
+msgid ""
+"This program is free software; you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation; either version 2, or (at your option)\n"
+"any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
msgstr ""
-#: ../../standalone/drakautoinst:1
-#, fuzzy, c-format
-msgid "Error!"
-msgstr "Earráid"
-
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid "cable connection detected"
-msgstr "Cumraigh nasc ghréasán"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Permission denied transferring %s to %s"
+#: ../../standalone.pm_.c:40
+msgid ""
+"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
+"Backup and Restore application\n"
+"\n"
+"--default : save default directories.\n"
+"--debug : show all debug messages.\n"
+"--show-conf : list of files or directories to backup.\n"
+"--config-info : explain configuration file options (for non-X "
+"users).\n"
+"--daemon : use daemon configuration. \n"
+"--help : show this message.\n"
+"--version : show version name.\n"
msgstr ""
-#: ../../standalone/harddrake2:1 ../../standalone/printerdrake:1
-#, c-format
-msgid "/_Report Bug"
-msgstr "/_Tuairaisc Fabht"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Dominica"
+#: ../../standalone.pm_.c:51
+msgid ""
+"[OPTIONS] [PROGRAM_NAME]\n"
+"\n"
+"OPTIONS:\n"
+" --help - print this help message.\n"
+" --report - program should be one of mandrake tools\n"
+" --incident - program should be one of mandrake tools"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Resize"
-msgstr "Athméidigh"
-
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid "Resolution: %s\n"
-msgstr "Réiteachaí: %s\n"
-
-#: ../../install2.pm:1
-#, c-format
+#: ../../standalone.pm_.c:57
msgid ""
-"Can't access kernel modules corresponding to your kernel (file %s is "
-"missing), this generally means your boot floppy in not in sync with the "
-"Installation medium (please create a newer boot floppy)"
+"Font Importation and monitoring "
+"application \n"
+"--windows_import : import from all available windows partitions.\n"
+"--xls_fonts : show all fonts that already exist from xls\n"
+"--strong : strong verification of font.\n"
+"--install : accept any font file and any directry.\n"
+"--uninstall : uninstall any font or any directory of font.\n"
+"--replace : replace all font if already exist\n"
+"--application : 0 none application.\n"
+" : 1 all application available supported.\n"
+" : name_of_application like so for staroffice \n"
+" : and gs for ghostscript for only this one."
msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone.pm_.c:68
msgid ""
-"Please select the correct port. For example, the \"COM1\" port under\n"
-"Windows is named \"ttyS0\" under GNU/Linux."
+"[OPTIONS]...\n"
+"\t --debug print debugging information"
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "The following packages are going to be removed"
+#: ../../standalone.pm_.c:70
+msgid ""
+"[OPTIONS]...\n"
+"Mandrake Terminal Server Configurator\n"
+"--enable : enable MTS\n"
+"--disable : disable MTS\n"
+"--start : start MTS\n"
+"--stop : stop MTS\n"
+"--adduser : add an existing system user to MTS (requires username)\n"
+"--deluser : delete an existing system user from MTS (requires "
+"username)\n"
+"--addclient : add a client machine to MTS (requires MAC address, IP, "
+"nbi image name)\n"
+"--delclient : delete a client machine from MTS (requires MAC address, "
+"IP, nbi image name)"
msgstr ""
-#: ../../network/adsl.pm:1 ../../network/ethernet.pm:1
-#, c-format
-msgid "Connect to the Internet"
-msgstr ""
+#: ../../standalone.pm_.c:82
+#, fuzzy
+msgid "[keyboard]"
+msgstr "Eocharclár"
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "Use existing partitions"
+#: ../../standalone.pm_.c:83
+msgid "[--file=myfyle] [--word=myword] [--explain=regexp] [--alert]"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Canadian (Quebec)"
+#: ../../standalone.pm_.c:84
+msgid ""
+"[OPTIONS]\n"
+"Network & Internet connection and monitoring application\n"
+"\n"
+"--defaultintf interface : show this interface by default\n"
+"--connect : connect to internet if not already connected\n"
+"--disconnect : disconnect to internet if already connected\n"
+"--force : used with (dis)connect : force (dis)connection.\n"
+"--status : returns 1 if connected 0 otherwise, then exit.\n"
+"--quiet : don't be interactive. To be used with (dis)connect."
msgstr ""
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid "Mouse device: %s\n"
-msgstr "Gaireas luchóige: %s\n"
-
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Reselect correct fonts"
+#: ../../standalone.pm_.c:93
+msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone.pm_.c:94
msgid ""
-"Options\n"
-"\n"
-" Here you can choose whether you want to have your machine automatically\n"
-"switch to a graphical interface at boot. Obviously, you want to check\n"
-"\"%s\" if your machine is to act as a server, or if you were not successful\n"
-"in getting the display configured."
+"[OPTION]...\n"
+" --no-confirmation don't ask first confirmation question in "
+"MandrakeUpdate mode\n"
+" --no-verify-rpm don't verify packages signatures\n"
+" --changelog-first display changelog before filelist in the "
+"description window\n"
+" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
-#: ../advertising/13-mdkexpert_corporate.pl:1
-#, fuzzy, c-format
-msgid "MandrakeExpert Corporate"
-msgstr "Saineolaí"
+#: ../../standalone.pm_.c:99
+msgid ""
+"[--manual] [--device=dev] [--update-sane=sane_desc_dir] [--update-usbtable] "
+"[--dynamic=dev]"
+msgstr ""
-#: ../../standalone.pm:1
-#, c-format
+#: ../../standalone.pm_.c:100
msgid ""
" [everything]\n"
" XFdrake [--noauto] monitor\n"
" XFdrake resolution"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Write protection"
-msgstr "Scríos Printéir"
-
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "You've not selected any font"
-msgstr "Scrios ciú"
-
-#: ../../steps.pm:1
-#, c-format
-msgid "Language"
-msgstr "Roghnaigh do theanga"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printer model selection"
-msgstr "Nasc Printéir"
-
-#: ../../diskdrake/interactive.pm:1
+#: ../../standalone.pm_.c:114
#, c-format
msgid ""
-"After changing type of partition %s, all data on this partition will be lost"
+"\n"
+"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
+"testing] [-v|--version] "
msgstr ""
-#: ../../harddrake/data.pm:1
-#, fuzzy, c-format
-msgid "ISDN adapters"
-msgstr "Carta ISDN inmheánamach"
-
-#: ../../common.pm:1
-#, c-format
-msgid "%d seconds"
-msgstr "%d siocand"
-
-#: ../../install_steps_interactive.pm:1 ../../standalone/drakautoinst:1
-#, c-format
-msgid "Insert a blank floppy in drive %s"
-msgstr "Cur isteach diosca folamh sa dioscthiomant %s"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "A valid URI must be entered!"
-msgstr ""
+#: ../../standalone.pm_.c:168
+#, fuzzy
+msgid "Installing packages..."
+msgstr "Ag feistiál pacáiste %s"
-#: ../../network/isdn.pm:1
-#, c-format
-msgid "Found \"%s\" interface do you want to use it ?"
-msgstr ""
+#: ../../standalone/XFdrake_.c:138
+msgid "Please log out and then use Ctrl-Alt-BackSpace"
+msgstr "Éirigh as le do thoil agus Crtl-Alt-BackSpace a úsáid"
-#: ../../standalone/drakgw:1
+#: ../../standalone/XFdrake_.c:142
#, c-format
-msgid "Re-configure interface and DHCP server"
+msgid "Please relog into %s to activate the changes"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, fuzzy, c-format
-msgid "Sound configuration"
-msgstr "cumraíocht"
+#: ../../standalone/drakTermServ_.c:239
+#, fuzzy
+msgid "Mandrake Terminal Server Configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Photo test page"
-msgstr ""
+#: ../../standalone/drakTermServ_.c:253
+#, fuzzy
+msgid "Enable Server"
+msgstr "Freastalaí Printéir"
-#: ../../help.pm:1 ../../install_interactive.pm:1
-#, c-format
-msgid "Custom disk partitioning"
-msgstr ""
+#: ../../standalone/drakTermServ_.c:260
+#, fuzzy
+msgid "Disable Server"
+msgstr "Freastalaí Printéir"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Enter Printer Name and Comments"
-msgstr ""
+#: ../../standalone/drakTermServ_.c:268
+#, fuzzy
+msgid "Start Server"
+msgstr "Freastalaí NIS"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid ""
-"The following printers\n"
-"\n"
-"%s%s\n"
-"are directly connected to your system"
-msgstr "Níl aon gaireas ghreasán san do chorás!"
+#: ../../standalone/drakTermServ_.c:275
+#, fuzzy
+msgid "Stop Server"
+msgstr "Freastalaí NIS"
-#: ../../network/modem.pm:1
-#, c-format
-msgid "You don't have any winmodem"
+#: ../../standalone/drakTermServ_.c:283
+msgid "Etherboot Floppy/ISO"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "type: %s"
-msgstr "Cineál: "
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Slovakian (QWERTY)"
-msgstr "Slóbaicis (QWERTY)"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"This should be a comma-separated list of local users or email addresses that "
-"you want the backup results sent to. You will need a functioning mail "
-"transfer agent setup on your system."
+#: ../../standalone/drakTermServ_.c:288
+msgid "Net Boot Images"
msgstr ""
-#: ../../standalone/draksound:1
-#, fuzzy, c-format
-msgid "No Sound Card detected!"
-msgstr "Cumraigh ADSL"
-
-#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
-#, c-format
-msgid "Mouse Port"
-msgstr "Gaireas luchóige"
+#: ../../standalone/drakTermServ_.c:294
+#, fuzzy
+msgid "Add/Del Users"
+msgstr "Suimigh úsáideoir"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Check for unsecured accounts"
+#: ../../standalone/drakTermServ_.c:299
+msgid "Add/Del Clients"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
+#: ../../standalone/drakTermServ_.c:328
msgid ""
-"Need to restart the Display Manager for full changes to take effect. \n"
-"(service dm restart - at the console)"
-msgstr ""
-
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Ftp Server"
-msgstr "Freastalaí NIS"
-
-# UG
-#: ../../lang.pm:1
-#, c-format
-msgid "Uganda"
-msgstr "Uganda"
-
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "%s fonts conversion"
+"\n"
+" Copyright (C) 2002 by MandrakeSoft \n"
+"\tStew Benedict sbenedict\\@mandrakesoft.com\n"
+"\n"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "the type of bus on which the mouse is connected"
-msgstr "2 cnaipí"
-
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/drakTermServ_.c:332
msgid ""
-"As a review, DrakX will present a summary of information it has about your\n"
-"system. Depending on your installed hardware, you may have some or all of\n"
-"the following entries. Each entry is made up of the configuration item to\n"
-"be configured, followed by a quick summary of the current configuration.\n"
-"Click on the corresponding \"%s\" button to change that.\n"
-"\n"
-" * \"%s\": check the current keyboard map configuration and change that if\n"
-"necessary.\n"
-"\n"
-" * \"%s\": check the current country selection. If you are not in this\n"
-"country, click on the \"%s\" button and choose another one. If your country\n"
-"is not in the first list shown, click the \"%s\" button to get the complete\n"
-"country list.\n"
-"\n"
-" * \"%s\": By default, DrakX deduces your time zone based on the country\n"
-"you have chosen. You can click on the \"%s\" button here if this is not\n"
-"correct.\n"
-"\n"
-" * \"%s\": check the current mouse configuration and click on the button to\n"
-"change it if necessary.\n"
"\n"
-" * \"%s\": clicking on the \"%s\" button will open the printer\n"
-"configuration wizard. Consult the corresponding chapter of the ``Starter\n"
-"Guide'' for more information on how to setup a new printer. The interface\n"
-"presented there is similar to the one used during installation.\n"
"\n"
-" * \"%s\": if a sound card is detected on your system, it is displayed\n"
-"here. If you notice the sound card displayed is not the one that is\n"
-"actually present on your system, you can click on the button and choose\n"
-"another driver.\n"
+" Thanks:\n"
+"\t- LTSP Project http://www.ltsp.org\n"
+"\t- Michael Brown <mbrown\\@fensystems.co.uk>\n"
"\n"
-" * \"%s\": by default, DrakX configures your graphical interface in\n"
-"\"800x600\" or \"1024x768\" resolution. If that does not suit you, click on\n"
-"\"%s\" to reconfigure your graphical interface.\n"
+msgstr ""
+
+#: ../../standalone/drakTermServ_.c:365
+msgid ""
+"drakTermServ Overview\n"
+"\t\t\t \n"
+" - Create Etherboot Enabled Boot Images:\n"
+" \t\tTo boot a kernel via etherboot, a special kernel/initrdrd image "
+"must be created.\n"
+" \t\tmkinitrd-net does much of this work and drakTermServ is just a "
+"graphical interface\n"
+" \t\tto help manage/customize these images.\n"
"\n"
-" * \"%s\": if a TV card is detected on your system, it is displayed here.\n"
-"If you have a TV card and it is not detected, click on \"%s\" to try to\n"
-"configure it manually.\n"
+" - Maintain /etc/dhcpd.conf:\n"
+" \t\tTo net boot clients, each client needs a dhcpd.conf entry, "
+"assigning an IP address\n"
+" \t\tand net boot images to the machine. drakTermServ helps create/"
+"remove these entries.\n"
+"\t\t\t\n"
+" \t\t(PCI cards may omit the image - etherboot will request the "
+"correct image. You should\n"
+" \t\talso consider that when etherboot looks for the images, it "
+"expects names like\n"
+" \t\tboot-3c59x.nbi, rather than boot-3c59x.2.4.19-16mdk.nbi).\n"
+"\t\t\t \n"
+" \t\tA typical dhcpd.conf stanza to support a diskless client looks "
+"like:\n"
+" \t\t\n"
+"\t\t\t\thost curly {\n"
+"\t\t\t\t\thardware ethernet 00:20:af:2f:f7:9d;\n"
+"\t\t\t\t\tfixed-address 192.168.192.3;\n"
+"\t\t\t\t\t/*type fat;*/\n"
+"\t\t\t\t\tfilename \"i386/boot/boot-3c509.2.4.18-6mdk."
+"nbi\";\n"
+"\t\t\t\t}\n"
+"\t\t\t\n"
+"\t\t\tWhile you can use a pool of IP addresses, rather than setup a specific "
+"entry for\n"
+"\t\t\ta client machine, using a fixed address scheme facilitates using the "
+"functionality\n"
+"\t\t\tof client-specific configuration files that ClusterNFS provides.\n"
+"\t\t\t\n"
+"\t\t\tNote: The \"/*type\" entry is only used by drakTermServ. Clients can "
+"either be \"thin\"*/\n"
+"\t\t\tor 'fat'. Thin clients run most software on the server via xdmcp, "
+"while fat clients run most\n"
+"\t\t\tsoftware on the client machine. A special inittab, /etc/inittab\\$\\"
+"$IP=client_ip\\$\\$ is\n"
+"\t\t\twritten for thin clients. System config files xdm-config, kdmrc, and "
+"gdm.conf are modified\n"
+"\t\t\tif thin clients are used, to enable xdmcp. Since there are security "
+"issues in using xdmcp,\n"
+"\t\t\thosts.deny and hosts.allow are modified to limit access to the local "
+"subnet.\n"
+"\t\t\t\n"
+"\t\t\tNote: You must stop/start the server after adding or changing "
+"clients.\n"
+"\t\t\t\n"
+" - Maintain /etc/exports:\n"
+" \t\tClusternfs allows export of the root filesystem to diskless "
+"clients. drakTermServ\n"
+" \t\tsets up the correct entry to allow anonymous access to the root "
+"filesystem from\n"
+" \t\tdiskless clients.\n"
"\n"
-" * \"%s\": if an ISDN card is detected on your system, it will be displayed\n"
-"here. You can click on \"%s\" to change the parameters associated with the\n"
-"card.\n"
+" \t\tA typical exports entry for clusternfs is:\n"
+" \t\t\n"
+" \t\t/ (ro,all_squash)\n"
+" \t\t/home SUBNET/MASK(rw,root_squash)\n"
+"\t\t\t\n"
+"\t\t\tWith SUBNET/MASK being defined for your network.\n"
+" \t\t\n"
+" - Maintain /etc/shadow\\$\\$CLIENT\\$\\$:\n"
+" \t\tFor users to be able to log into the system from a diskless "
+"client, their entry in\n"
+" \t\t/etc/shadow needs to be duplicated in /etc/shadow\\$\\$CLIENTS\\$"
+"\\$. drakTermServ helps\n"
+" \t\tin this respect by adding or removing system users from this "
+"file.\n"
+"\n"
+" - Per client /etc/X11XF86Config-4\\$\\$IP-ADDRESS\\$\\$:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future drakTermServ "
+"will help create these\n"
+" \t\tfiles.\n"
"\n"
-" * \"%s\": If you want to configure your Internet or local network access\n"
-"now.\n"
+" - Per client system configuration files:\n"
+" \t\tThrough clusternfs, each diskless client can have it's own "
+"unique configuration files\n"
+" \t\ton the root filesystem of the server. In the future, "
+"drakTermServ can help create files\n"
+" \t\tsuch as /etc/modules.conf, /etc/sysconfig/mouse, /etc/sysconfig/"
+"keyboard on a per-client\n"
+" \t\tbasis.\n"
"\n"
-" * \"%s\": this entry allows you to redefine the security level as set in a\n"
-"previous step ().\n"
+" - /etc/xinetd.d/tftp:\n"
+" \t\tdrakTermServ will configure this file to work in conjunction "
+"with the images created by\n"
+" \t\tmkinitrd-net, and the entries in /etc/dhcpd.conf, to serve up "
+"the boot image to each\n"
+" \t\tdiskless client.\n"
"\n"
-" * \"%s\": if you plan to connect your machine to the Internet, it's a good\n"
-"idea to protect yourself from intrusions by setting up a firewall. Consult\n"
-"the corresponding section of the ``Starter Guide'' for details about\n"
-"firewall settings.\n"
+" \t\tA typical tftp configuration file looks like:\n"
+" \t\t\n"
+" \t\tservice tftp\n"
+" \t\t(\n"
+" disable = no\n"
+" socket_type = dgram\n"
+" protocol = udp\n"
+" wait = yes\n"
+" user = root\n"
+" server = /usr/sbin/in.tftpd\n"
+" server_args = -s /var/lib/tftpboot\n"
+" \t\t}\n"
+" \t\t\n"
+" \t\tThe changes here from the default installation are changing the "
+"disable flag to\n"
+" \t\t'no' and changing the directory path to /var/lib/tftpboot, where "
+"mkinitrd-net\n"
+" \t\tputs it's images.\n"
"\n"
-" * \"%s\": if you wish to change your bootloader configuration, click that\n"
-"button. This should be reserved to advanced users.\n"
+" - Create etherboot floppies/CDs:\n"
+" \t\tThe diskless client machines need either ROM images on the NIC, "
+"or a boot floppy\n"
+" \t\tor CD to initate the boot sequence. drakTermServ will help "
+"generate these images,\n"
+" \t\tbased on the NIC in the client machine.\n"
+" \t\t\n"
+" \t\tA basic example of creating a boot floppy for a 3Com 3c509 "
+"manually:\n"
+" \t\t\n"
+" \t\tcat /usr/lib/etherboot/boot1a.bin /\\n \t\t\t/usr/lib/"
+"etherboot/lzrom/3c509.lzrom > /dev/fd0\n"
+" \n"
"\n"
-" * \"%s\": here you'll be able to fine control which services will be run\n"
-"on your machine. If you plan to use this machine as a server it's a good\n"
-"idea to review this setup."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Comoros"
+#: ../../standalone/drakTermServ_.c:488
+msgid "Boot Floppy"
msgstr ""
-# ms
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "May"
-msgstr "Malaeis"
-
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "Yaboot mode"
-msgstr "Mód Yaboot"
-
-#: ../../mouse.pm:1
-#, c-format
-msgid "Generic 3 Button Mouse"
-msgstr "Luchóg Gnáth 3-cnaipe"
-
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "USA (cable)"
+#: ../../standalone/drakTermServ_.c:490
+msgid "Boot ISO"
msgstr ""
-#: ../../standalone/drakboot:1
-#, c-format
-msgid ""
-"Can't relaunch LiLo!\n"
-"Launch \"lilo\" as root in command line to complete LiLo theme installation."
+#: ../../standalone/drakTermServ_.c:559
+msgid "Build Whole Kernel -->"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Select another media to restore from"
-msgstr "Cén cinéal luchóg atá agat?"
+#: ../../standalone/drakTermServ_.c:561 ../../standalone/drakTermServ_.c:591
+msgid "This will take a few minutes."
+msgstr ""
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Software Manager"
-msgstr "Comh. ainm"
+#: ../../standalone/drakTermServ_.c:573
+msgid "No kernel selected!"
+msgstr ""
-#: ../../interactive/stdio.pm:1
-#, c-format
-msgid "Re-submit"
+#: ../../standalone/drakTermServ_.c:576
+msgid "Build Single NIC -->"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "CD in place - continue."
+#: ../../standalone/drakTermServ_.c:587
+#, fuzzy
+msgid "No nic selected!"
+msgstr "Cumraigh ADSL"
+
+#: ../../standalone/drakTermServ_.c:590
+msgid "Build All Kernels -->"
msgstr ""
-#: ../../common.pm:1
-#, c-format
-msgid "KB"
-msgstr "KB"
+#: ../../standalone/drakTermServ_.c:604
+#, fuzzy
+msgid "<-- Delete"
+msgstr "Scríos"
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Network & Internet"
-msgstr "Cláréadan Gréasán"
+#: ../../standalone/drakTermServ_.c:611
+#, fuzzy
+msgid "Delete All NBIs"
+msgstr "Roghnaigh Comhad"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Lithuanian \"phonetic\" QWERTY"
+#: ../../standalone/drakTermServ_.c:668
+msgid ""
+"!!! Indicates the password in the system database is different than\n"
+" the one in the Terminal Server database.\n"
+"Delete/re-add the user to the Terminal Server to enable login."
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Net Boot Images"
+#: ../../standalone/drakTermServ_.c:673
+#, fuzzy
+msgid "Add User -->"
+msgstr "Suimigh úsáideoir"
+
+#: ../../standalone/drakTermServ_.c:681
+msgid "<-- Del User"
msgstr ""
-#: ../../standalone/scannerdrake:1
+#: ../../standalone/drakTermServ_.c:720
#, fuzzy, c-format
-msgid "Sharing of local scanners"
-msgstr "Printéir áitiúl"
-
-#: ../../Xconfig/monitor.pm:1
-#, c-format
-msgid "Plug'n Play probing failed. Please select the correct monitor"
-msgstr ""
+msgid "type: %s"
+msgstr "Cineál: "
-#: ../../../move/move.pm:1
-#, c-format
-msgid "Detect again USB key"
+#: ../../standalone/drakTermServ_.c:753
+msgid "No net boot images created!"
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid "Services and deamons"
+#: ../../standalone/drakTermServ_.c:773
+msgid "Thin Client"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Remote host name missing!"
+#: ../../standalone/drakTermServ_.c:775
+msgid "Allow Thin Clients"
msgstr ""
-#: ../../fsedit.pm:1
-#, c-format
-msgid "with /usr"
+#: ../../standalone/drakTermServ_.c:778
+msgid "Add Client -->"
msgstr ""
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Network"
-msgstr "Cláréadan Gréasán"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Auto-detect printers connected to machines running Microsoft Windows"
+#: ../../standalone/drakTermServ_.c:821
+msgid "<-- Edit Client"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "This password is too simple"
-msgstr "Tá an pasfhocal seo ro-shimplí"
-
-#: ../../security/l10n.pm:1
-#, fuzzy, c-format
-msgid "Chkconfig obey msec rules"
-msgstr "Cumraigh seirbhisí"
+#: ../../standalone/drakTermServ_.c:837
+#, fuzzy
+msgid "Delete Client"
+msgstr "Scríos"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Slovakian (QWERTZ)"
-msgstr "Slóbaicis (QWERTZ)"
+#: ../../standalone/drakTermServ_.c:843
+#, fuzzy
+msgid "dhcpd Config..."
+msgstr "Ag cumraigh IDE"
-#: ../advertising/06-development.pl:1
-#, c-format
+#: ../../standalone/drakTermServ_.c:876
msgid ""
-"To modify and to create in different languages such as Perl, Python, C and C+"
-"+ has never been so easy thanks to GNU gcc 3 and the best Open Source "
-"development environments."
+"Need to restart the Display Manager for full changes to take effect. \n"
+"(service dm restart - at the console)"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "No devices found"
-msgstr "Printéir áitiúl"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Truly minimal install (especially no urpmi)"
+#: ../../standalone/drakTermServ_.c:894
+msgid "Subnet:"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Use daemon"
-msgstr "Ainm úsáideora"
-
-#: ../../install_steps_interactive.pm:1 ../../network/modem.pm:1
-#: ../../standalone/drakauth:1 ../../standalone/drakconnect:1
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Authentication"
-msgstr "Deimniú"
+#: ../../standalone/drakTermServ_.c:901
+msgid "Netmask:"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Add this printer to Star Office/OpenOffice.org/GIMP"
+#: ../../standalone/drakTermServ_.c:908
+msgid "Routers:"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Additional CUPS servers: "
-msgstr "IP freastalaí SMP"
+#: ../../standalone/drakTermServ_.c:915
+msgid "Subnet Mask:"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Choose one of the auto-detected printers from the list or enter the hostname "
-"or IP and the optional port number (default is 9100) in the input fields."
+#: ../../standalone/drakTermServ_.c:922
+msgid "Broadcast Address:"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Where do you want to mount %s?"
-msgstr "Céard a theastaíonn uait a dhéanamh?"
+#: ../../standalone/drakTermServ_.c:929
+#, fuzzy
+msgid "Domain Name:"
+msgstr "Ainm Fearannas"
-#: ../../lang.pm:1
-#, c-format
-msgid "Algeria"
-msgstr "An Algéir"
+#: ../../standalone/drakTermServ_.c:937
+#, fuzzy
+msgid "Name Servers:"
+msgstr "Freastalaí NIS"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Restore Via Network"
-msgstr "Aisig ó comhad"
+#: ../../standalone/drakTermServ_.c:948
+msgid "IP Range Start:"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Use tar and bzip2 (rather than tar and gzip)"
+#: ../../standalone/drakTermServ_.c:949
+msgid "IP Range End:"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Initrd-size"
-msgstr "Méid-Initrd"
+#: ../../standalone/drakTermServ_.c:1001
+#, fuzzy
+msgid "dhcpd Server Configuration"
+msgstr "Éirigh as cumraíocht"
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/drakTermServ_.c:1002
msgid ""
-"In the case that different servers are available for your card, with or\n"
-"without 3D acceleration, you are then asked to choose the server that best\n"
-"suits your needs."
+"Most of these values were extracted\n"
+"from your running system.\n"
+"You can modify as needed."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\tBackups use tar and gzip\n"
+#: ../../standalone/drakTermServ_.c:1005
+msgid "Dynamic IP Address Pool:"
msgstr ""
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Set as default"
-msgstr "gnáth"
+#: ../../standalone/drakTermServ_.c:1018
+msgid "Write Config"
+msgstr ""
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "2 MB"
-msgstr "2 MB"
+#: ../../standalone/drakTermServ_.c:1120
+#, fuzzy
+msgid "Please insert floppy disk:"
+msgstr "Cur isteach diosca sa dioscthiomant %s"
-#: ../../printer/main.pm:1 ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Configured on this machine"
-msgstr "Cumraigh luchóg"
+#: ../../standalone/drakTermServ_.c:1124
+msgid "Couldn't access the floppy!"
+msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Both Control keys simultaneously"
+#: ../../standalone/drakTermServ_.c:1126
+msgid "Floppy can be removed now"
msgstr ""
-#: ../../standalone/drakhelp:1
+#: ../../standalone/drakTermServ_.c:1129
+#, fuzzy
+msgid "No floppy drive available!"
+msgstr "Níl dioscthiománt flapach ar fáil"
+
+#: ../../standalone/drakTermServ_.c:1138
#, c-format
-msgid " --help - display this help \n"
+msgid "Etherboot ISO image is %s"
msgstr ""
-#: ../../standalone.pm:1
-#, c-format
-msgid ""
-"[OPTION]...\n"
-" --no-confirmation don't ask first confirmation question in "
-"MandrakeUpdate mode\n"
-" --no-verify-rpm don't verify packages signatures\n"
-" --changelog-first display changelog before filelist in the "
-"description window\n"
-" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
+#: ../../standalone/drakTermServ_.c:1140
+msgid "Something went wrong! - Is mkisofs installed?"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Setting Default Printer..."
-msgstr "Printéir áitiúl"
+#: ../../standalone/drakTermServ_.c:1159
+msgid "Need to create /etc/dhcpd.conf first!"
+msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "Interface %s (using module %s)"
+#: ../../standalone/drakTermServ_.c:1451
+msgid "/etc/hosts.allow and /etc/hosts.deny already configured - not changed"
msgstr ""
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "Generating preview ..."
-msgstr "Scríos Printéir"
+#: ../../standalone/drakautoinst_.c:40
+#, fuzzy
+msgid "Error!"
+msgstr "Earráid"
-#: ../../network/network.pm:1
+#: ../../standalone/drakautoinst_.c:41
#, c-format
-msgid ""
-"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
-"frequency), or add enough '0' (zeroes)."
+msgid "I can't find needed image file `%s'."
msgstr ""
-#: ../../standalone/draksec:1
-#, fuzzy, c-format
-msgid "ignore"
-msgstr "Ar bith"
+#: ../../standalone/drakautoinst_.c:43
+#, fuzzy
+msgid "Auto Install Configurator"
+msgstr "Cumraíocht Iar-feistú"
-#: ../../security/help.pm:1
-#, c-format
+#: ../../standalone/drakautoinst_.c:44
msgid ""
-"Allow/Forbid X connections:\n"
+"You are about to configure an Auto Install floppy. This feature is somewhat "
+"dangerous and must be used circumspectly.\n"
"\n"
-"- ALL (all connections are allowed),\n"
+"With that feature, you will be able to replay the installation you've "
+"performed on this computer, being interactively prompted for some steps, in "
+"order to change their values.\n"
"\n"
-"- LOCAL (only connection from local machine),\n"
+"For maximum safety, the partitioning and formatting will never be performed "
+"automatically, whatever you chose during the install of this computer.\n"
"\n"
-"- NONE (no connection)."
+"Do you want to continue?"
msgstr ""
-#: ../../printer/main.pm:1
-#, c-format
-msgid ", multi-function device on parallel port #%s"
+#: ../../standalone/drakautoinst_.c:62 ../../standalone/drakautoinst_.c:71
+msgid "manual"
msgstr ""
-#: ../../mouse.pm:1
-#, c-format
-msgid "serial"
-msgstr "srathach"
+#: ../../standalone/drakautoinst_.c:62
+#, fuzzy
+msgid "replay"
+msgstr "Athlódaigh"
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "DVD-ROM"
-msgstr ""
+#: ../../standalone/drakautoinst_.c:66
+#, fuzzy
+msgid "Automatic Steps Configuration"
+msgstr "Cumraíocht Stíl Tosnú"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Georgian (\"Latin\" layout)"
+#: ../../standalone/drakautoinst_.c:67
+msgid ""
+"Please choose for each step whether it will replay like your install, or it "
+"will be manual"
msgstr ""
-#: ../advertising/09-mdksecure.pl:1
-#, c-format
-msgid "Get the best items with Mandrake Linux Strategic partners"
-msgstr ""
+#: ../../standalone/drakautoinst_.c:78 ../../standalone/drakautoinst_.c:79
+#, fuzzy
+msgid "Creating auto install floppy"
+msgstr "Cruthaigh flapach bootáil"
-#: ../../modules/interactive.pm:1
-#, c-format
+#: ../../standalone/drakautoinst_.c:139
msgid ""
-"You may now provide options to module %s.\n"
-"Note that any address should be entered with the prefix 0x like '0x123'"
+"\n"
+"Welcome.\n"
+"\n"
+"The parameters of the auto-install are available in the sections on the left"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Kenya"
-msgstr "An Chéinia"
+#: ../../standalone/drakautoinst_.c:234 ../../standalone/drakgw_.c:504
+#: ../../standalone/scannerdrake_.c:117
+msgid "Congratulations!"
+msgstr "Comhghairdeas!"
-#: ../../diskdrake/hd_gtk.pm:1
-#, c-format
-msgid "Use ``Unmount'' first"
+#: ../../standalone/drakautoinst_.c:235
+msgid ""
+"The floppy has been successfully generated.\n"
+"You may now replay your installation."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Installing mtools packages..."
-msgstr "Ag feistiál pacáiste %s"
-
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "You must specify a root partition"
-msgstr "Níl aon ranna agat!"
-
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "first step creation"
-msgstr "Trialaigh an cumraíocht"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Both Shift keys simultaneously"
-msgstr ""
+#: ../../standalone/drakautoinst_.c:273
+#, fuzzy
+msgid "Auto Install"
+msgstr "Feistiú"
-#: ../../standalone/drakhelp:1
-#, c-format
-msgid ""
-" --id <id_label> - load the html help page which refers to id_label\n"
-msgstr ""
+#: ../../standalone/drakautoinst_.c:343
+#, fuzzy
+msgid "Add an item"
+msgstr "Suimigh úsáideoir"
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Select a scanner model"
-msgstr "Roghnaigh carta grafachach"
+#: ../../standalone/drakautoinst_.c:350
+#, fuzzy
+msgid "Remove the last item"
+msgstr "Ag formáidiú comhad 'loopback' %s"
-#: ../../security/help.pm:1
-#, c-format
-msgid "Accept/Refuse bogus IPv4 error messages."
+#: ../../standalone/drakbackup_.c:580
+msgid "Cron not available yet as non-root"
msgstr ""
-#: ../../printer/data.pm:1
-#, c-format
-msgid "LPRng - LPR New Generation"
+#: ../../standalone/drakbackup_.c:690
+msgid "WARNING"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Drakbackup Configuration"
-msgstr "Cumraíocht Gréasánú"
-
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Save as.."
-msgstr "Sábháil mar..."
+#: ../../standalone/drakbackup_.c:691
+#, fuzzy
+msgid "FATAL"
+msgstr "FAT"
-#: ../../lang.pm:1
-#, c-format
-msgid "Korea (North)"
+#: ../../standalone/drakbackup_.c:692
+msgid "INFO"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
+#: ../../standalone/drakbackup_.c:704
msgid ""
-"This interface has not been configured yet.\n"
-"Launch the configuration wizard in the main window"
+"\n"
+" DrakBackup Report \n"
+"\n"
msgstr ""
-#: ../../install_gtk.pm:1
-#, fuzzy, c-format
-msgid "System configuration"
-msgstr "Cumraigh Idirlíon"
-
-#: ../../any.pm:1 ../../security/l10n.pm:1
-#, c-format
-msgid "Autologin"
-msgstr "Uath-Logann"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Domain Admin Password"
+#: ../../standalone/drakbackup_.c:705
+msgid ""
+"\n"
+" DrakBackup Daemon Report\n"
+"\n"
+"\n"
msgstr ""
-#: ../advertising/05-desktop.pl:1
-#, c-format
+#: ../../standalone/drakbackup_.c:709
msgid ""
-"Perfectly adapt your computer to your needs thanks to the 11 available "
-"Mandrake Linux user interfaces which can be fully modified: KDE 3.1, GNOME "
-"2.2, Window Maker, ..."
+"\n"
+" DrakBackup Report Details\n"
+"\n"
+"\n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Configuring printer ..."
-msgstr "Cumraigh printéir"
+#: ../../standalone/drakbackup_.c:730 ../../standalone/drakbackup_.c:803
+#: ../../standalone/drakbackup_.c:859
+#, fuzzy
+msgid "Total progess"
+msgstr "Bain trial as arís"
-#: ../../install_interactive.pm:1 ../../diskdrake/interactive.pm:1
+#: ../../standalone/drakbackup_.c:785
#, c-format
msgid ""
-"To ensure data integrity after resizing the partition(s), \n"
-"filesystem checks will be run on your next boot into Windows(TM)"
+"%s exists, delete?\n"
+"\n"
+"Warning: If you've already done this process you'll probably\n"
+" need to purge the entry from authorized_keys on the server."
msgstr ""
-#: ../../common.pm:1
-#, c-format
-msgid "MB"
-msgstr "MB"
-
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, run some checks against the rpm database."
+#: ../../standalone/drakbackup_.c:794
+msgid "This may take a moment to generate the keys."
msgstr ""
-#: ../../lang.pm:1
+#: ../../standalone/drakbackup_.c:801
#, c-format
-msgid "Virgin Islands (British)"
+msgid "ERROR: Cannot spawn %s."
msgstr ""
-#: ../../lang.pm:1
+#: ../../standalone/drakbackup_.c:818
#, c-format
-msgid "Bermuda"
+msgid "No password prompt on %s at port %s"
msgstr ""
-#: ../../standalone/drakfont:1
+#: ../../standalone/drakbackup_.c:819
+#, fuzzy, c-format
+msgid "Bad password on %s"
+msgstr "Gan pasfhocal"
+
+#: ../../standalone/drakbackup_.c:820
#, c-format
-msgid "click here if you are sure."
+msgid "Permission denied transferring %s to %s"
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../standalone/drakbackup_.c:821
+#, fuzzy, c-format
+msgid "Can't find %s on %s"
+msgstr "Earráid ag oscailt %s do scríobh: %s"
+
+#: ../../standalone/drakbackup_.c:824
#, c-format
-msgid ""
-"No configuration file found \n"
-"please click Wizard or Advanced."
+msgid "%s not responding"
msgstr ""
-#: ../../help.pm:1
+#: ../../standalone/drakbackup_.c:828
#, c-format
msgid ""
-"Listed here are the existing Linux partitions detected on your hard drive.\n"
-"You can keep the choices made by the wizard, since they are good for most\n"
-"common installations. If you make any changes, you must at least define a\n"
-"root partition (\"/\"). Do not choose too small a partition or you will not\n"
-"be able to install enough software. If you want to store your data on a\n"
-"separate partition, you will also need to create a \"/home\" partition\n"
-"(only possible if you have more than one Linux partition available).\n"
-"\n"
-"Each partition is listed as follows: \"Name\", \"Capacity\".\n"
-"\n"
-"\"Name\" is structured: \"hard drive type\", \"hard drive number\",\n"
-"\"partition number\" (for example, \"hda1\").\n"
-"\n"
-"\"Hard drive type\" is \"hd\" if your hard drive is an IDE hard drive and\n"
-"\"sd\" if it is a SCSI hard drive.\n"
-"\n"
-"\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE\n"
-"hard drives:\n"
-"\n"
-" * \"a\" means \"master hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"b\" means \"slave hard drive on the primary IDE controller\";\n"
-"\n"
-" * \"c\" means \"master hard drive on the secondary IDE controller\";\n"
+"Transfer successful\n"
+"You may want to verify you can login to the server with:\n"
"\n"
-" * \"d\" means \"slave hard drive on the secondary IDE controller\".\n"
+"ssh -i %s %s\\@%s\n"
"\n"
-"With SCSI hard drives, an \"a\" means \"lowest SCSI ID\", a \"b\" means\n"
-"\"second lowest SCSI ID\", etc."
+"without being prompted for a password."
msgstr ""
-#: ../../help.pm:1 ../../interactive.pm:1 ../../interactive/gtk.pm:1
-#, fuzzy, c-format
-msgid "Remove"
-msgstr "Scríos Printéir"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Lesotho"
+#: ../../standalone/drakbackup_.c:873
+msgid "WebDAV remote site already in sync!"
msgstr ""
-#: ../../ugtk2.pm:1
-#, c-format
-msgid "utopia 25"
+#: ../../standalone/drakbackup_.c:877
+msgid "WebDAV transfer failed!"
msgstr ""
-#: ../../printer/main.pm:1
-#, c-format
-msgid "Pipe job into a command"
+#: ../../standalone/drakbackup_.c:898
+msgid "No CDR/DVDR in drive!"
msgstr ""
-#: ../../../move/move.pm:1
-#, fuzzy, c-format
-msgid "Remove system config files"
-msgstr "Ag formáidiú comhad 'loopback' %s"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Cote d'Ivoire"
+#: ../../standalone/drakbackup_.c:902
+msgid "Does not appear to be recordable media!"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "new dynamic device name generated by core kernel devfs"
+#: ../../standalone/drakbackup_.c:906
+msgid "Not erasable media!"
msgstr ""
-#: ../../help.pm:1 ../../install_any.pm:1 ../../interactive.pm:1
-#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
-#: ../../standalone/drakclock:1 ../../standalone/drakgw:1
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Yes"
-msgstr "Tá"
-
-#: ../../network/isdn.pm:1
-#, c-format
-msgid "Which protocol do you want to use?"
+#: ../../standalone/drakbackup_.c:945
+msgid "This may take a moment to erase the media."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Restore Progress"
-msgstr "Aisig ó comhad"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Estonia"
+#: ../../standalone/drakbackup_.c:1033
+msgid "Permission problem accessing CD."
msgstr ""
-#: ../../partition_table.pm:1
+#: ../../standalone/drakbackup_.c:1060
#, c-format
-msgid ""
-"You have a hole in your partition table but I can't use it.\n"
-"The only solution is to move your primary partitions to have the hole next "
-"to the extended partitions."
+msgid "No tape in %s!"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Choose the host on which the local scanners should be made available:"
+#: ../../standalone/drakbackup_.c:1174 ../../standalone/drakbackup_.c:1223
+msgid "Backup system files..."
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Channel"
-msgstr "Cealaigh"
+#: ../../standalone/drakbackup_.c:1224 ../../standalone/drakbackup_.c:1291
+#, fuzzy
+msgid "Hard Disk Backup files..."
+msgstr "Droch comhad chúltaca"
-#: ../../help.pm:1 ../../interactive.pm:1 ../../interactive/gtk.pm:1
-#: ../../standalone/drakbackup:1 ../../standalone/drakfont:1
-#, c-format
-msgid "Add"
-msgstr "Suim"
+#: ../../standalone/drakbackup_.c:1236
+#, fuzzy
+msgid "Backup User files..."
+msgstr "Droch comhad chúltaca"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid " Error while sending mail. \n"
-msgstr "Earráid ag léamh comhad %s"
+#: ../../standalone/drakbackup_.c:1237
+msgid "Hard Disk Backup Progress..."
+msgstr ""
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#: ../../standalone/keyboarddrake:1
-#, c-format
-msgid "Keyboard"
-msgstr "Eocharclár"
+#: ../../standalone/drakbackup_.c:1290
+#, fuzzy
+msgid "Backup Other files..."
+msgstr "Droch comhad chúltaca"
-#: ../../standalone/drakbackup:1
+#: ../../standalone/drakbackup_.c:1296
+#, fuzzy
+msgid "No changes to backup!"
+msgstr "Droch comhad chúltaca"
+
+#: ../../standalone/drakbackup_.c:1312 ../../standalone/drakbackup_.c:1335
#, c-format
msgid ""
-"Insert the CD with volume label %s\n"
-" in the CD drive under mount point /mnt/cdrom"
+"\n"
+"Drakbackup activities via %s:\n"
+"\n"
msgstr ""
-#: ../../network/network.pm:1
+#: ../../standalone/drakbackup_.c:1319
#, c-format
msgid ""
-"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
-"enough '0' (zeroes)."
+"file list sent by FTP: %s\n"
+" "
msgstr ""
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid "Choose the connection you want to configure"
-msgstr "Roghnaigh na ranna atá le formáidiú"
-
-#: ../../standalone/draksec:1
-#, fuzzy, c-format
-msgid "Please wait, setting security level..."
-msgstr "Roghnaigh liebhéal slándáil"
-
-#: ../../network/network.pm:1
-#, c-format
-msgid "Configuring network device %s"
-msgstr "Ag cumrú gléas gréasánú %s"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "activated"
+#: ../../standalone/drakbackup_.c:1322
+msgid ""
+"\n"
+" FTP connection problem: It was not possible to send your backup files by "
+"FTP.\n"
msgstr ""
-#: ../../standalone/drakpxe:1
-#, fuzzy, c-format
-msgid "Please choose which network interface will be used for the dhcp server."
-msgstr "Cén cinéal luchóg atá agat?"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Finding packages to upgrade..."
-msgstr "Ag cúrdach pacáistí le húasgrádú"
-
-#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Mount point: "
+#: ../../standalone/drakbackup_.c:1340
+msgid ""
+"\n"
+"Drakbackup activities via CD:\n"
+"\n"
msgstr ""
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "parse all fonts"
+#: ../../standalone/drakbackup_.c:1345
+msgid ""
+"\n"
+"Drakbackup activities via tape:\n"
+"\n"
msgstr ""
-#: ../../security/help.pm:1
-#, fuzzy, c-format
-msgid "Allow/Forbid direct root login."
-msgstr "Scríos Printéir"
+#: ../../standalone/drakbackup_.c:1354
+#, fuzzy
+msgid " Error during mail sending. \n"
+msgstr "Earráid ag léamh comhad %s"
-#: ../../security/help.pm:1
-#, c-format
-msgid " Accept/Refuse broadcasted icmp echo."
+#: ../../standalone/drakbackup_.c:1380
+msgid "Can't create catalog!"
msgstr ""
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "With X"
-msgstr "Fan tamall"
-
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "Multi-head configuration"
-msgstr "Cumraíochti gach cinn iolrach"
+#: ../../standalone/drakbackup_.c:1490 ../../standalone/drakbackup_.c:1501
+#: ../../standalone/drakfont_.c:946
+#, fuzzy
+msgid "File Selection"
+msgstr "Roghnú Grúpa Pacáistí"
-#: ../../standalone/drakbug:1
-#, c-format
-msgid "No browser available! Please install one"
+#: ../../standalone/drakbackup_.c:1529
+msgid "Select the files or directories and click on 'Add'"
msgstr ""
-#: ../../Xconfig/main.pm:1
-#, fuzzy, c-format
+#: ../../standalone/drakbackup_.c:1573
msgid ""
-"Keep the changes?\n"
-"The current configuration is:\n"
"\n"
-"%s"
-msgstr "Coimead an cumraíocht IP atá ann"
-
-#: ../../fsedit.pm:1
-#, c-format
-msgid "You can't use ReiserFS for partitions smaller than 32MB"
+"Please check all options that you need.\n"
msgstr ""
-#: ../../services.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:1574
msgid ""
-"The rwho protocol lets remote users get a list of all of the users\n"
-"logged into a machine running the rwho daemon (similiar to finger)."
+"These options can backup and restore all files in your /etc directory.\n"
msgstr ""
-#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Domain name"
-msgstr "Ainm Fearannas"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Sharing of local printers"
-msgstr "Printéir áitiúl"
+#: ../../standalone/drakbackup_.c:1575
+#, fuzzy
+msgid "Backup your System files. (/etc directory)"
+msgstr "Droch comhad chúltaca"
-#: ../../security/help.pm:1
-#, c-format
-msgid "Enable/Disable libsafe if libsafe is found on the system."
+#: ../../standalone/drakbackup_.c:1576
+msgid "Use incremental backup (do not replace old backups)"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Available printers"
-msgstr "Printéir áitiúl"
+#: ../../standalone/drakbackup_.c:1577
+msgid "Do not include critical files (passwd, group, fstab)"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "NO"
+#: ../../standalone/drakbackup_.c:1578
+msgid ""
+"With this option you will be able to restore any version\n"
+" of your /etc directory."
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Empty"
-msgstr "Folamh"
+#: ../../standalone/drakbackup_.c:1595
+#, fuzzy
+msgid "Please check all users that you want to include in your backup."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/draksplash:1
-#, c-format
-msgid "text width"
+#: ../../standalone/drakbackup_.c:1622
+msgid "Do not include the browser cache"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Where do you want to mount device %s?"
+#: ../../standalone/drakbackup_.c:1623 ../../standalone/drakbackup_.c:1647
+msgid "Use Incremental Backups (do not replace old backups)"
msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "The default lease (in seconds)"
-msgstr ""
+#: ../../standalone/drakbackup_.c:1645 ../../standalone/drakfont_.c:1000
+#, fuzzy
+msgid "Remove Selected"
+msgstr "Scrios ciú"
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid ""
-"We are now going to configure the %s connection.\n"
-"\n"
-"\n"
-"Press \"%s\" to continue."
-msgstr "Cumraigh nasc ghréasán"
+#: ../../standalone/drakbackup_.c:1679
+#, fuzzy
+msgid "Windows (FAT32)"
+msgstr "Dealaigh Windows(TM)"
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Interface \"%s\""
-msgstr "suimiúil"
+#: ../../standalone/drakbackup_.c:1714
+#, fuzzy
+msgid "Users"
+msgstr "Ainm úsáideora"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "With basic documentation (recommended!)"
+#: ../../standalone/drakbackup_.c:1740
+#, fuzzy
+msgid "Use network connection to backup"
+msgstr "Droch comhad chúltaca"
+
+#: ../../standalone/drakbackup_.c:1742
+msgid "Net Method:"
msgstr ""
-#: ../../mouse.pm:1
-#, c-format
-msgid "1 button"
-msgstr "1 Cnaipe"
+#: ../../standalone/drakbackup_.c:1746
+msgid "Use Expect for SSH"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:1747
msgid ""
-"\n"
-"There are %d unknown printers directly connected to your system"
+"Create/Transfer\n"
+"backup keys for SSH"
msgstr ""
-#: ../../Xconfig/main.pm:1
-#, fuzzy, c-format
-msgid "Test"
-msgstr "An Tibéid"
-
-#: ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Korea"
-msgstr "Mór"
-
-#: ../../interactive/stdio.pm:1
-#, fuzzy, c-format
-msgid "Your choice? (default `%s'%s) "
-msgstr "Do rogha? (gnás %s)"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Raw printer"
-msgstr "Gan Printéir"
+#: ../../standalone/drakbackup_.c:1748
+msgid ""
+" Transfer \n"
+"Now"
+msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "official vendor name of the cpu"
+#: ../../standalone/drakbackup_.c:1749
+msgid ""
+"Other (not drakbackup)\n"
+"keys in place already"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Useless without Terminal Server"
+#: ../../standalone/drakbackup_.c:1753
+#, fuzzy
+msgid "Please enter the host name or IP."
+msgstr "Teastáil an luchóg, le do thoil"
+
+#: ../../standalone/drakbackup_.c:1758
+msgid ""
+"Please enter the directory (or module) to\n"
+" put the backup on this host."
msgstr ""
-#: ../../Xconfig/monitor.pm:1 ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Vendor"
-msgstr "Leasú"
+#: ../../standalone/drakbackup_.c:1763
+#, fuzzy
+msgid "Please enter your login"
+msgstr "Aththrialaigh"
-#: ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "Interface %s"
-msgstr "suimiúil"
+#: ../../standalone/drakbackup_.c:1768
+#, fuzzy
+msgid "Please enter your password"
+msgstr "Aththrialaigh"
-#: ../../steps.pm:1
-#, c-format
-msgid "Configure mouse"
-msgstr "Cumraigh luchóg"
+#: ../../standalone/drakbackup_.c:1774
+#, fuzzy
+msgid "Remember this password"
+msgstr "Gan pasfhocal"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Choose the mount points"
+#: ../../standalone/drakbackup_.c:1785
+msgid "Need hostname, username and password!"
msgstr ""
-#: ../../help.pm:1 ../../standalone/drakTermServ:1 ../../standalone/drakfont:1
-#, c-format
-msgid "OK"
-msgstr "Ceart go Leor"
+#: ../../standalone/drakbackup_.c:1879
+msgid "Use CD/DVDROM to backup"
+msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Yugoslavian (latin)"
+#: ../../standalone/drakbackup_.c:1882
+msgid ""
+"Please choose your CD/DVD device\n"
+"(Press Enter to propogate settings to other fields.\n"
+"This field isn't necessary, only a tool to fill in the form.)"
msgstr ""
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Installing"
-msgstr "Ag Feistiú"
+#: ../../standalone/drakbackup_.c:1887
+#, fuzzy
+msgid "Please choose your CD/DVD media size (Mb)"
+msgstr "Cén leagan amach atá ar d'eocharchlársa"
-#: ../../mouse.pm:1
-#, fuzzy, c-format
-msgid "Logitech MouseMan with Wheel emulation"
-msgstr "Luchóg MouseMan"
+#: ../../standalone/drakbackup_.c:1893
+#, fuzzy
+msgid "Please check for multisession CD"
+msgstr "Roghnaigh rann le do thoil"
-#: ../../any.pm:1
-#, c-format
-msgid "Launch userdrake"
+#: ../../standalone/drakbackup_.c:1899
+#, fuzzy
+msgid "Please check if you are using CDRW media"
+msgstr "Roghnaigh rann le do thoil"
+
+#: ../../standalone/drakbackup_.c:1905
+#, fuzzy
+msgid "Please check if you want to erase your RW media (1st Session)"
+msgstr "Roghnaigh rann le do thoil"
+
+#: ../../standalone/drakbackup_.c:1906
+msgid " Erase Now "
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Is this an install or an upgrade?"
-msgstr "Feistigh nó uasgrádaigh ?"
+#: ../../standalone/drakbackup_.c:1912
+#, fuzzy
+msgid "Please check if you are using a DVDR device"
+msgstr "Roghnaigh rann le do thoil"
-#: ../../help.pm:1
-#, fuzzy, c-format
-msgid "ISDN card"
-msgstr "Carta ISDN inmheánamach"
+#: ../../standalone/drakbackup_.c:1918
+#, fuzzy
+msgid "Please check if you are using a DVDRAM device"
+msgstr "Roghnaigh rann le do thoil"
-#: ../advertising/02-community.pl:1
-#, c-format
+#: ../../standalone/drakbackup_.c:1931
msgid ""
-"To share your own knowledge and help build Linux software, join our "
-"discussion forums on our \"Community\" webpages."
+"Please enter your CD Writer device name\n"
+" ex: 0,1,0"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-Hard drive.\n"
-msgstr ""
+#: ../../standalone/drakbackup_.c:1964
+#, fuzzy
+msgid "No CD device defined!"
+msgstr "Roghnaigh Comhad"
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"This step is activated only if an old GNU/Linux partition has been found on\n"
-"your machine.\n"
-"\n"
-"DrakX now needs to know if you want to perform a new install or an upgrade\n"
-"of an existing Mandrake Linux system:\n"
-"\n"
-" * \"%s\": For the most part, this completely wipes out the old system. If\n"
-"you wish to change how your hard drives are partitioned, or change the file\n"
-"system, you should use this option. However, depending on your partitioning\n"
-"scheme, you can prevent some of your existing data from being over-written.\n"
-"\n"
-" * \"%s\": this installation class allows you to update the packages\n"
-"currently installed on your Mandrake Linux system. Your current\n"
-"partitioning scheme and user data is not altered. Most of other\n"
-"configuration steps remain available, similar to a standard installation.\n"
-"\n"
-"Using the ``Upgrade'' option should work fine on Mandrake Linux systems\n"
-"running version \"8.1\" or later. Performing an Upgrade on versions prior\n"
-"to Mandrake Linux version \"8.1\" is not recommended."
-msgstr ""
+#: ../../standalone/drakbackup_.c:2012
+#, fuzzy
+msgid "Use tape to backup"
+msgstr "Droch comhad chúltaca"
-#: ../../standalone/drakfont:1
-#, c-format
-msgid ""
-"\n"
-" Copyright (C) 2001-2002 by MandrakeSoft \n"
-" DUPONT Sebastien (original version)\n"
-" CHAUMETTE Damien <dchaumette@mandrakesoft.com>\n"
-"\n"
-" This program is free software; you can redistribute it and/or modify\n"
-" it under the terms of the GNU General Public License as published by\n"
-" the Free Software Foundation; either version 2, or (at your option)\n"
-" any later version.\n"
-"\n"
-" This program is distributed in the hope that it will be useful,\n"
-" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-" GNU General Public License for more details.\n"
-"\n"
-" You should have received a copy of the GNU General Public License\n"
-" along with this program; if not, write to the Free Software\n"
-" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
-"\n"
-" Thanks:\n"
-" - pfm2afm: \n"
-"\t by Ken Borgendale:\n"
-"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
-" - type1inst:\n"
-"\t by James Macnicol: \n"
-"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
-" - ttf2pt1: \n"
-"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
-" Convert ttf font files to afm and pfb fonts\n"
+#: ../../standalone/drakbackup_.c:2015
+msgid "Please enter the device name to use for backup"
msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Printer on remote CUPS server"
-msgstr "Scrios Freastalaí CUPS"
+#: ../../standalone/drakbackup_.c:2021
+#, fuzzy
+msgid "Please check if you want to use the non-rewinding device."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Failed to remove the printer \"%s\" from Star Office/OpenOffice.org/GIMP."
-msgstr ""
+#: ../../standalone/drakbackup_.c:2027
+#, fuzzy
+msgid "Please check if you want to erase your tape before the backup."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "here if no."
+#: ../../standalone/drakbackup_.c:2033
+#, fuzzy
+msgid "Please check if you want to eject your tape after the backup."
+msgstr "Roghnaight do theangam le do thoil."
+
+#: ../../standalone/drakbackup_.c:2039 ../../standalone/drakbackup_.c:2112
+#: ../../standalone/drakbackup_.c:3068
+msgid ""
+"Please enter the maximum size\n"
+" allowed for Drakbackup"
msgstr ""
-#: ../../network/network.pm:1
-#, fuzzy, c-format
-msgid "DHCP host name"
-msgstr "ÓstAinm"
+#: ../../standalone/drakbackup_.c:2103
+#, fuzzy
+msgid "Please enter the directory to save to:"
+msgstr "Teastáil an luchóg, le do thoil"
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "The maximum lease (in seconds)"
-msgstr ""
+#: ../../standalone/drakbackup_.c:2118 ../../standalone/drakbackup_.c:3074
+#, fuzzy
+msgid "Use quota for backup files."
+msgstr "Droch comhad chúltaca"
-#: ../../install_steps_interactive.pm:1 ../../standalone/mousedrake:1
-#, c-format
-msgid "Please choose which serial port your mouse is connected to."
-msgstr ""
+#: ../../standalone/drakbackup_.c:2180
+#, fuzzy
+msgid "Network"
+msgstr "Cláréadan Gréasán"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Did it work properly?"
+#: ../../standalone/drakbackup_.c:2185
+msgid "CDROM / DVDROM"
msgstr ""
-#: ../../fs.pm:1
-#, c-format
-msgid "Mount the file system read-only."
+#: ../../standalone/drakbackup_.c:2190
+msgid "HardDrive / NFS"
msgstr ""
-#: ../../security/level.pm:1
-#, c-format
-msgid "Poor"
-msgstr "Bocht"
+#: ../../standalone/drakbackup_.c:2195
+#, fuzzy
+msgid "Tape"
+msgstr "Cineál"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Report check result by mail"
+#: ../../standalone/drakbackup_.c:2208 ../../standalone/drakbackup_.c:2212
+#: ../../standalone/drakbackup_.c:2216
+msgid "hourly"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Grenada"
+#: ../../standalone/drakbackup_.c:2209 ../../standalone/drakbackup_.c:2213
+#: ../../standalone/drakbackup_.c:2216
+msgid "daily"
msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "The DHCP start range"
+#: ../../standalone/drakbackup_.c:2210 ../../standalone/drakbackup_.c:2214
+#: ../../standalone/drakbackup_.c:2216
+msgid "weekly"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Unsafe"
-msgstr "Baolach"
+#: ../../standalone/drakbackup_.c:2211 ../../standalone/drakbackup_.c:2215
+#: ../../standalone/drakbackup_.c:2216
+msgid "monthly"
+msgstr ""
-#: ../../network/drakfirewall.pm:1
-#, fuzzy, c-format
-msgid "SSH server"
-msgstr "Freastalaí NIS"
+#: ../../standalone/drakbackup_.c:2229
+#, fuzzy
+msgid "Use daemon"
+msgstr "Ainm úsáideora"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid ", %s sectors"
-msgstr ", %s teascáin"
+#: ../../standalone/drakbackup_.c:2234
+#, fuzzy
+msgid ""
+"Please choose the time \n"
+"interval between each backup"
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../help.pm:1 ../../install_any.pm:1 ../../interactive.pm:1
-#: ../../ugtk2.pm:1 ../../modules/interactive.pm:1
-#: ../../standalone/drakclock:1 ../../standalone/harddrake2:1
-#, c-format
-msgid "No"
-msgstr "Níl"
+#: ../../standalone/drakbackup_.c:2240
+#, fuzzy
+msgid ""
+"Please choose the\n"
+"media for backup."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../lang.pm:1
-#, c-format
-msgid "Guadeloupe"
+#: ../../standalone/drakbackup_.c:2247
+msgid ""
+"Please be sure that the cron daemon is included in your services. \n"
+"\n"
+"Note that currently all 'net' medias also use the hard drive."
msgstr ""
-#: ../../keyboard.pm:1
-#, fuzzy, c-format
-msgid "Kannada"
-msgstr "Ceanada"
-
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "could not find any font.\n"
+#: ../../standalone/drakbackup_.c:2283
+msgid "Send mail report after each backup to:"
msgstr ""
-#: ../../standalone/keyboarddrake:1
-#, c-format
-msgid "Do you want the BackSpace to return Delete in console?"
+#: ../../standalone/drakbackup_.c:2289
+msgid "Delete Hard Drive tar files after backup to other media."
msgstr ""
-#: ../../Xconfig/monitor.pm:1
-#, c-format
-msgid "Vertical refresh rate"
-msgstr "Ráta athnuachana ingearach"
-
-#: ../../install_steps_auto_install.pm:1 ../../install_steps_stdio.pm:1
-#, c-format
-msgid "Entering step `%s'\n"
-msgstr "Ag tosnú ar céim `%s'\n"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Niger"
-msgstr "An Nígir"
+#: ../../standalone/drakbackup_.c:2324
+#, fuzzy
+msgid "What"
+msgstr "Fan tamall"
-#: ../../mouse.pm:1
-#, c-format
-msgid "Logitech MouseMan"
-msgstr "Luchóg MouseMan"
+#: ../../standalone/drakbackup_.c:2329
+#, fuzzy
+msgid "Where"
+msgstr "Rothar"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Removing %s ..."
-msgstr "Réiteachaí: %s\n"
+#: ../../standalone/drakbackup_.c:2334
+#, fuzzy
+msgid "When"
+msgstr "Rothar"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "No printer"
-msgstr "Gan Printéir"
+#: ../../standalone/drakbackup_.c:2339
+#, fuzzy
+msgid "More Options"
+msgstr "Roghachais modúil:"
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "alert configuration"
-msgstr "Cumraigh Idirlíon"
+#: ../../standalone/drakbackup_.c:2358 ../../standalone/drakbackup_.c:4444
+#, fuzzy
+msgid "Drakbackup Configuration"
+msgstr "Cumraíocht Gréasánú"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "NetWare Printer Options"
-msgstr "Roghanna Printéir NetWare"
+#: ../../standalone/drakbackup_.c:2376
+#, fuzzy
+msgid "Please choose where you want to backup"
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../standalone/draksplash:1
-#, c-format
-msgid "%s BootSplash (%s) preview"
+#: ../../standalone/drakbackup_.c:2378
+msgid "on Hard Drive"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "February"
-msgstr "Feabhra"
-
-#: ../../standalone/drakfloppy:1
-#, c-format
-msgid "General"
-msgstr "Gnáth"
+#: ../../standalone/drakbackup_.c:2388
+msgid "across Network"
+msgstr ""
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "/etc/issue* exist"
+#: ../../standalone/drakbackup_.c:2398
+msgid "on CDROM"
msgstr ""
-#: ../../steps.pm:1
-#, c-format
-msgid "Add a user"
-msgstr "Suimigh úsáideoir"
+#: ../../standalone/drakbackup_.c:2406
+msgid "on Tape Device"
+msgstr ""
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Network configuration (%d adapters)"
-msgstr "Cumraíocht Gréasánú"
+#: ../../standalone/drakbackup_.c:2449
+#, fuzzy
+msgid "Please choose what you want to backup"
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "April"
-msgstr "Aibreáin"
+#: ../../standalone/drakbackup_.c:2450
+#, fuzzy
+msgid "Backup system"
+msgstr "Socraigh córas chomhad"
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "Deactivate now"
+#: ../../standalone/drakbackup_.c:2451
+msgid "Backup Users"
msgstr ""
-#: ../../any.pm:1 ../../install_any.pm:1 ../../standalone.pm:1
-#, c-format
-msgid "Mandatory package %s is missing"
+#: ../../standalone/drakbackup_.c:2454
+msgid "Select user manually"
msgstr ""
-# PH FIXME
-#: ../../lang.pm:1
-#, c-format
-msgid "Philippines"
-msgstr "Na hOileáin"
-
-#: ../../interactive.pm:1 ../../ugtk2.pm:1
-#: ../../Xconfig/resolution_and_depth.pm:1 ../../interactive/gtk.pm:1
-#: ../../interactive/http.pm:1 ../../interactive/newt.pm:1
-#: ../../interactive/stdio.pm:1 ../../standalone/drakbackup:1
-#: ../../standalone/drakboot:1 ../../standalone/drakconnect:1
-#: ../../standalone/drakfloppy:1 ../../standalone/drakperm:1
-#: ../../standalone/draksec:1 ../../standalone/mousedrake:1
-#: ../../standalone/net_monitor:1
-#, c-format
-msgid "Ok"
-msgstr "Ceart go Leor"
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "drakTermServ Overview"
+#: ../../standalone/drakbackup_.c:2537
+msgid ""
+"\n"
+"Backup Sources: \n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Print Queue Name"
+#: ../../standalone/drakbackup_.c:2538
+msgid ""
+"\n"
+"- System Files:\n"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Do you want to use aboot?"
-msgstr "Céard a theastaíonn uait a dhéanamh?"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Belarusian"
-msgstr "Belarúisis"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:2540
msgid ""
-"PDQ only supports local printers, remote LPD printers, and Socket/TCP "
-"printers.\n"
+"\n"
+"- User Files:\n"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Move files to the new partition"
-msgstr "Cruthaigh rann nua"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:2542
msgid ""
-"Add here the CUPS servers whose printers you want to use. You only need to "
-"do this if the servers do not broadcast their printer information into the "
-"local network."
+"\n"
+"- Other Files:\n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../standalone/drakbackup_.c:2544
#, c-format
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
-"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+"- Save on Hard drive on path: %s\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2547
+msgid ""
"\n"
-"Please plug in and turn on all printers connected to this machine so that it/"
-"they can be auto-detected.\n"
+"- Delete hard drive tar files after backup.\n"
+msgstr ""
+
+#: ../../standalone/drakbackup_.c:2553
+msgid ""
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
-"to set up your printer(s) now."
+"- Burn to CD"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Pitcairn"
+#: ../../standalone/drakbackup_.c:2554
+msgid "RW"
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../standalone/drakbackup_.c:2555
#, fuzzy, c-format
-msgid "Restore From Catalog"
-msgstr "Scriobh clár-ranna"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "IDE"
-msgstr "IDE"
+msgid " on device: %s"
+msgstr "Gaireas luchóige: %s\n"
-#: ../../fs.pm:1
-#, c-format
-msgid "mounting partition %s in directory %s failed"
+#: ../../standalone/drakbackup_.c:2556
+msgid " (multi-session)"
msgstr ""
-#: ../../standalone/drakboot:1
+#: ../../standalone/drakbackup_.c:2557
#, c-format
-msgid "Lilo screen"
+msgid ""
+"\n"
+"- Save to Tape on device: %s"
msgstr ""
-#: ../../bootloader.pm:1 ../../help.pm:1
+#: ../../standalone/drakbackup_.c:2558
#, c-format
-msgid "LILO with graphical menu"
-msgstr "LILO le Chlár Graphaice"
-
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "Estimating"
-msgstr "Ag meastú"
-
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "You can't unselect this package. It is already installed"
+msgid "\t\tErase=%s"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid ", printer \"%s\" on SMB/Windows server \"%s\""
-msgstr "SMB/Windows 95/98/NT"
-
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Go on anyway?"
-msgstr "Lean ar aghaidh ar aon nós?"
-
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Looking for available packages and rebuilding rpm database..."
-msgstr "Ag curdach do na pacáistí atá ar fáil"
-
-#: ../../standalone/drakbackup:1
+#: ../../standalone/drakbackup_.c:2561
#, c-format
msgid ""
"\n"
-" DrakBackup Report \n"
+"- Save via %s on host: %s\n"
msgstr ""
-#: ../../standalone/drakbackup:1
+#: ../../standalone/drakbackup_.c:2562
#, c-format
-msgid "Does not appear to be recordable media!"
+msgid ""
+"\t\t user name: %s\n"
+"\t\t on path: %s \n"
msgstr ""
-#: ../../modules/interactive.pm:1
-#, c-format
-msgid "Specify options"
-msgstr "Cumraigh roghanna"
+#: ../../standalone/drakbackup_.c:2563
+#, fuzzy
+msgid ""
+"\n"
+"- Options:\n"
+msgstr "Roghnachais"
-#: ../../lang.pm:1
-#, c-format
-msgid "Vanuatu"
+#: ../../standalone/drakbackup_.c:2564
+msgid "\tDo not include System Files\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "New user list:\n"
+#: ../../standalone/drakbackup_.c:2567
+msgid "\tBackups use tar and bzip2\n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Either the server name or the server's IP must be given!"
+#: ../../standalone/drakbackup_.c:2569
+msgid "\tBackups use tar and gzip\n"
msgstr ""
-#: ../../any.pm:1
+#: ../../standalone/drakbackup_.c:2572
#, c-format
msgid ""
-"A custom bootdisk provides a way of booting into your Linux system without\n"
-"depending on the normal bootloader. This is useful if you don't want to "
-"install\n"
-"SILO on your system, or another operating system removes SILO, or SILO "
-"doesn't\n"
-"work with your hardware configuration. A custom bootdisk can also be used "
-"with\n"
-"the Mandrake rescue image, making it much easier to recover from severe "
-"system\n"
-"failures.\n"
"\n"
-"If you want to create a bootdisk for your system, insert a floppy in the "
-"first\n"
-"drive and press \"Ok\"."
+"- Daemon (%s) include:\n"
msgstr ""
-#: ../../fsedit.pm:1
-#, c-format
-msgid "You can't use an encrypted file system for mount point %s"
+#: ../../standalone/drakbackup_.c:2573
+msgid "\t-Hard drive.\n"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "Set the password history length to prevent password reuse."
+#: ../../standalone/drakbackup_.c:2574
+msgid "\t-CDROM.\n"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Norfolk Island"
+#: ../../standalone/drakbackup_.c:2575
+msgid "\t-Tape \n"
msgstr ""
-#: ../../standalone/drakboot:1
-#, fuzzy, c-format
-msgid "Theme installation failed!"
-msgstr "Roghnaigh rang feistiú"
-
-#: ../../fsedit.pm:1
-#, c-format
-msgid "Nothing to do"
+#: ../../standalone/drakbackup_.c:2576
+msgid "\t-Network by FTP.\n"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Use for loopback"
+#: ../../standalone/drakbackup_.c:2577
+msgid "\t-Network by SSH.\n"
msgstr ""
-#: ../../standalone/drakbug:1
-#, c-format
-msgid "Mandrake Bug Report Tool"
+#: ../../standalone/drakbackup_.c:2578
+msgid "\t-Network by rsync.\n"
msgstr ""
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "Apply filter"
+#: ../../standalone/drakbackup_.c:2579
+msgid "\t-Network by webdav.\n"
msgstr ""
-#: ../../network/adsl.pm:1
-#, c-format
-msgid "use pppoe"
-msgstr "úsáid pppoe"
-
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Moving files to the new partition"
-msgstr "Cruthaigh rann nua"
-
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "XFree %s with EXPERIMENTAL 3D hardware acceleration"
-msgstr "Freastalaí XFree %s le luasghearú crua-earraí 3D TRIALACH"
-
-#: ../../help.pm:1 ../../interactive.pm:1
-#, c-format
-msgid "Advanced"
-msgstr "Réamhioaíocht"
+#: ../../standalone/drakbackup_.c:2581
+msgid "No configuration, please click Wizard or Advanced.\n"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Transfer"
+#: ../../standalone/drakbackup_.c:2587
+msgid ""
+"List of data to restore:\n"
+"\n"
msgstr ""
-#: ../../keyboard.pm:1
-#, fuzzy, c-format
-msgid "Dvorak (Swedish)"
-msgstr "Dvorak (Meiriceá)"
+#: ../../standalone/drakbackup_.c:2754
+msgid ""
+"List of data corrupted:\n"
+"\n"
+msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Afghanistan"
-msgstr "An Afghanastáin"
+#: ../../standalone/drakbackup_.c:2756
+#, fuzzy
+msgid "Please uncheck or remove it on next time."
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "More Options"
-msgstr "Roghachais modúil:"
+#: ../../standalone/drakbackup_.c:2766
+msgid "Backup files are corrupted"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Delete Hard Drive tar files after backup to other media."
+#: ../../standalone/drakbackup_.c:2787
+msgid " All of your selected data have been "
msgstr ""
-#: ../../lang.pm:1
+#: ../../standalone/drakbackup_.c:2788
#, c-format
-msgid "Burundi"
+msgid " Successfuly Restored on %s "
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"cron is a standard UNIX program that runs user-specified programs\n"
-"at periodic scheduled times. vixie cron adds a number of features to the "
-"basic\n"
-"UNIX cron, including better security and more powerful configuration options."
+#: ../../standalone/drakbackup_.c:2906
+#, fuzzy
+msgid " Restore Configuration "
+msgstr "Cumraíocht Gréasánú"
+
+#: ../../standalone/drakbackup_.c:2924
+msgid "OK to restore the other files."
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Add Client -->"
+#: ../../standalone/drakbackup_.c:2941
+msgid "User list to restore (only the most recent date per user is important)"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Read carefully!"
-msgstr "Léigh go curamach"
+#: ../../standalone/drakbackup_.c:3019
+#, fuzzy
+msgid "Backup the system files before:"
+msgstr "Droch comhad chúltaca"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "RW"
-msgstr ""
+#: ../../standalone/drakbackup_.c:3021
+#, fuzzy
+msgid "please choose the date to restore"
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid ""
-"Please,\n"
-"type in your tv norm and country"
-msgstr ""
+#: ../../standalone/drakbackup_.c:3057
+#, fuzzy
+msgid "Use Hard Disk to backup"
+msgstr "Droch comhad chúltaca"
-#: ../../printer/printerdrake.pm:1 ../../standalone/harddrake2:1
-#, c-format
-msgid "Port"
-msgstr "Poirt"
+#: ../../standalone/drakbackup_.c:3060
+#, fuzzy
+msgid "Please enter the directory to save:"
+msgstr "Teastáil an luchóg, le do thoil"
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "No (experts only)"
-msgstr ""
+#: ../../standalone/drakbackup_.c:3103
+#, fuzzy
+msgid "FTP Connection"
+msgstr "Nasc LAN"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "No kernel selected!"
-msgstr ""
+#: ../../standalone/drakbackup_.c:3110
+#, fuzzy
+msgid "Secure Connection"
+msgstr "Nasc Printéir"
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm:1
-#, c-format
-msgid "Press enter to boot the selected OS, 'e' to edit the"
-msgstr ""
+#: ../../standalone/drakbackup_.c:3134
+#, fuzzy
+msgid "Restore from Hard Disk."
+msgstr "Aisig ó dhiosca flapach"
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Set-GID"
+#: ../../standalone/drakbackup_.c:3136
+msgid "Please enter the directory where backups are stored"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "The encryption keys do not match"
-msgstr "Ní mar a chéile na pasfhocail"
+#: ../../standalone/drakbackup_.c:3204
+#, fuzzy
+msgid "Select another media to restore from"
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"For a multisession CD, only the first session will erase the cdrw. Otherwise "
-"the cdrw is erased before each backup."
-msgstr ""
+#: ../../standalone/drakbackup_.c:3206
+#, fuzzy
+msgid "Other Media"
+msgstr "Eile"
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "USB printer"
-msgstr "Gan Printéir"
+#: ../../standalone/drakbackup_.c:3211
+#, fuzzy
+msgid "Restore system"
+msgstr "Feistigh córas"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Right \"Windows\" key"
-msgstr ""
+#: ../../standalone/drakbackup_.c:3212
+#, fuzzy
+msgid "Restore Users"
+msgstr "Aisig ó comhad"
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, check empty password in /etc/shadow."
-msgstr ""
+#: ../../standalone/drakbackup_.c:3213
+#, fuzzy
+msgid "Restore Other"
+msgstr "Aisig ó comhad"
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Before continuing, you should carefully read the terms of the license. It\n"
-"covers the entire Mandrake Linux distribution. If you do agree with all the\n"
-"terms in it, check the \"%s\" box. If not, simply turn off your computer."
-msgstr ""
+#: ../../standalone/drakbackup_.c:3215
+#, fuzzy
+msgid "select path to restore (instead of /)"
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Here is a list of the available printing options for the current printer:\n"
-"\n"
+#: ../../standalone/drakbackup_.c:3219
+msgid "Do new backup before restore (only for incremental backups.)"
msgstr ""
-#: ../../Xconfig/resolution_and_depth.pm:1
-#, c-format
-msgid "Resolutions"
-msgstr "Réiteachaí"
-
-#: ../../network/drakfirewall.pm:1
-#, c-format
-msgid ""
-"drakfirewall configurator\n"
-"\n"
-"This configures a personal firewall for this Mandrake Linux machine.\n"
-"For a powerful and dedicated firewall solution, please look to the\n"
-"specialized MandrakeSecurity Firewall distribution."
+#: ../../standalone/drakbackup_.c:3221
+msgid "Remove user directories before restore."
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:3334
msgid ""
-"Please enter your username, password and domain name to access this host."
+"Restore Selected\n"
+"Catalog Entry"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Remove selected host"
+#: ../../standalone/drakbackup_.c:3344
+#, fuzzy
+msgid ""
+"Restore Selected\n"
+"Files"
msgstr "Scrios ciú"
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid "Network configuration"
-msgstr "Cumraíocht Gréasánú"
-
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "/Autodetect _jaz drives"
-msgstr "Scríos Printéir"
-
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "No sharing"
-msgstr "Ag Tosnaigh CUPS"
+#: ../../standalone/drakbackup_.c:3361
+#, fuzzy
+msgid ""
+"Change\n"
+"Restore Path"
+msgstr "Aisig ó comhad"
-#: ../../standalone/drakperm:1
+#: ../../standalone/drakbackup_.c:3427
#, c-format
-msgid "Move selected rule down one level"
+msgid "Backup files not found at %s."
msgstr ""
-#: ../../common.pm:1
+#: ../../standalone/drakbackup_.c:3440
#, c-format
-msgid "TB"
-msgstr "TB"
+msgid ""
+"Insert the CD with volume label %s\n"
+" in the CD drive under mount point /mnt/cdrom"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "FATAL"
-msgstr "FAT"
+#: ../../standalone/drakbackup_.c:3440
+#, fuzzy
+msgid "Restore From CD"
+msgstr "Aisig ó dhiosca flapach"
-#: ../../standalone/printerdrake:1
+#: ../../standalone/drakbackup_.c:3442
#, c-format
-msgid "Refresh the list"
+msgid "Not the correct CD label. Disk is labelled %s."
msgstr ""
-#: ../../standalone/drakTermServ:1
+#: ../../standalone/drakbackup_.c:3452
#, c-format
msgid ""
-" - Per client %s:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
-"configuration files\n"
-" \ton the root filesystem of the server. By allowing local client "
-"hardware configuration, \n"
-" \tdrakTermServ will help create these files."
+"Insert the tape with volume label %s\n"
+" in the tape drive device %s"
msgstr ""
-#: ../../standalone/drakpxe:1
+#: ../../standalone/drakbackup_.c:3452
+#, fuzzy
+msgid "Restore From Tape"
+msgstr "Scriobh clár-ranna"
+
+#: ../../standalone/drakbackup_.c:3454
#, c-format
-msgid ""
-"The DHCP server will allow other computer to boot using PXE in the given "
-"range of address.\n"
-"\n"
-"The network address is %s using a netmask of %s.\n"
-"\n"
+msgid "Not the correct tape label. Tape is labelled %s."
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
-#: ../../standalone/drakperm:1 ../../standalone/printerdrake:1
-#, c-format
-msgid "Delete"
-msgstr "Scríos"
+#: ../../standalone/drakbackup_.c:3474
+#, fuzzy
+msgid "Restore Via Network"
+msgstr "Aisig ó comhad"
-#: ../../Xconfig/various.pm:1
+#: ../../standalone/drakbackup_.c:3474
#, c-format
-msgid ""
-"I can setup your computer to automatically start the graphical interface "
-"(XFree) upon booting.\n"
-"Would you like XFree to start when you reboot?"
+msgid "Restore Via Network Protocol: %s"
msgstr ""
-"Is féidir linn do ríomhaire a shocrú le X a thosnú i ndhiadh bootáil.\n"
-"An dteastaíonn uait go dtosnófar X nuair a aththosnítear an ríomhaire?"
-#: ../../standalone/drakfloppy:1
-#, c-format
-msgid "Build the disk"
+#: ../../standalone/drakbackup_.c:3475
+#, fuzzy
+msgid "Host Name"
+msgstr "ÓstAinm"
+
+#: ../../standalone/drakbackup_.c:3476
+msgid "Host Path or Module"
msgstr ""
-#: ../../standalone/net_monitor:1
-#, fuzzy, c-format
-msgid "Disconnect %s"
-msgstr "Cumraigh nasc ghréasán"
+#: ../../standalone/drakbackup_.c:3483
+#, fuzzy
+msgid "Password required"
+msgstr "Pasfhocal"
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Status:"
-msgstr "_Stádas:"
+#: ../../standalone/drakbackup_.c:3489
+#, fuzzy
+msgid "Username required"
+msgstr "Ainm úsáideora"
-#: ../../network/network.pm:1
-#, c-format
-msgid "HTTP proxy"
-msgstr "Seach-HTTP"
+#: ../../standalone/drakbackup_.c:3492
+#, fuzzy
+msgid "Hostname required"
+msgstr "Ainm úsáideora"
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "SSH Server"
-msgstr "Freastalaí NIS"
+#: ../../standalone/drakbackup_.c:3497
+msgid "Path or Module required"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-Network by rsync.\n"
+#: ../../standalone/drakbackup_.c:3510
+msgid "Files Restored..."
msgstr ""
-#: ../../network/isdn.pm:1
-#, fuzzy, c-format
-msgid "European protocol"
-msgstr "Eorap (EDS11)"
+#: ../../standalone/drakbackup_.c:3513
+#, fuzzy
+msgid "Restore Failed..."
+msgstr "Aisig ó comhad"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ", printer \"%s\" on server \"%s\""
+#: ../../standalone/drakbackup_.c:3751
+msgid "Restore all backups"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Note that currently all 'net' media also use the hard drive."
-msgstr ""
+#: ../../standalone/drakbackup_.c:3760
+#, fuzzy
+msgid "Custom Restore"
+msgstr "Socraithe"
-#: ../../fsedit.pm:1 ../../install_steps_interactive.pm:1
-#: ../../install_steps.pm:1 ../../diskdrake/dav.pm:1
-#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/interactive.pm:1
-#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
-#: ../../standalone/drakauth:1 ../../standalone/drakboot:1
-#: ../../standalone/drakbug:1 ../../standalone/drakconnect:1
-#: ../../standalone/drakfloppy:1 ../../standalone/drakfont:1
-#: ../../standalone/draksplash:1 ../../../move/move.pm:1
-#, c-format
-msgid "Error"
-msgstr "Earráid"
+#: ../../standalone/drakbackup_.c:3804
+msgid "CD in place - continue."
+msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "allow \"su\""
+#: ../../standalone/drakbackup_.c:3810
+msgid "Browse to new restore repository."
msgstr ""
-#: ../../lang.pm:1 ../../standalone/drakxtv:1
-#, fuzzy, c-format
-msgid "Australia"
-msgstr "srathach"
+#: ../../standalone/drakbackup_.c:3813
+#, fuzzy
+msgid "Restore From Catalog"
+msgstr "Scriobh clár-ranna"
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "please wait during ttmkfdir..."
+#: ../../standalone/drakbackup_.c:3841
+#, fuzzy
+msgid "Restore Progress"
+msgstr "Aisig ó comhad"
+
+#: ../../standalone/drakbackup_.c:3883 ../../standalone/drakbackup_.c:3916
+#: ../../standalone/drakbackup_.c:3942 ../../standalone/drakbackup_.c:3969
+#: ../../standalone/drakbackup_.c:3996 ../../standalone/drakbackup_.c:4056
+#: ../../standalone/drakbackup_.c:4083 ../../standalone/drakbackup_.c:4113
+#: ../../standalone/drakbackup_.c:4139
+msgid "Previous"
msgstr ""
-#: ../../Xconfig/card.pm:1
-#, fuzzy, c-format
-msgid "Configure only card \"%s\"%s"
-msgstr "Cumraigh carta \"%s\" (%s) amhain"
+#: ../../standalone/drakbackup_.c:3887 ../../standalone/drakbackup_.c:3973
+#: ../../standalone/logdrake_.c:203
+#, fuzzy
+msgid "Save"
+msgstr "Clár Tosnú"
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Level"
-msgstr "leibhéal"
+#: ../../standalone/drakbackup_.c:3946
+#, fuzzy
+msgid "Build Backup"
+msgstr "Droch comhad chúltaca"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Change the printing system"
-msgstr "Cumraigh gréasánú"
+#: ../../standalone/drakbackup_.c:4000 ../../standalone/drakbackup_.c:4544
+#, fuzzy
+msgid "Restore"
+msgstr "Aisig ó comhad"
-#: ../../Xconfig/card.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4189
msgid ""
-"Your system supports multiple head configuration.\n"
-"What do you want to do?"
-msgstr ""
-
-#: ../../partition_table.pm:1
-#, c-format
-msgid "mount failed: "
+"Error during sendmail.\n"
+" Your report mail was not sent.\n"
+" Please configure sendmail"
msgstr ""
-#: ../../steps.pm:1
-#, c-format
-msgid "Configure services"
-msgstr "Cumraigh seirbhisí"
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Broadcast Address:"
+#: ../../standalone/drakbackup_.c:4195
+msgid ""
+"Error during sending file via FTP.\n"
+" Please correct your FTP configuration."
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4209
msgid ""
-"the GNU/Linux kernel needs to run a calculation loop at boot time to "
-"initialize a timer counter. Its result is stored as bogomips as a way to "
-"\"benchmark\" the cpu."
+"The following packages need to be installed:\n"
+" @list_of_rpm_to_install"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Image"
-msgstr "Iomha"
+#: ../../standalone/drakbackup_.c:4232
+#, fuzzy
+msgid "Please select data to restore..."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../services.pm:1
-#, fuzzy, c-format
-msgid "Remote Administration"
-msgstr "Scríos Printéir"
+#: ../../standalone/drakbackup_.c:4267
+#, fuzzy
+msgid "Please select media for backup..."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Failed to add the printer \"%s\" to Star Office/OpenOffice.org/GIMP."
-msgstr ""
+#: ../../standalone/drakbackup_.c:4275
+#, fuzzy
+msgid "Please select data to backup..."
+msgstr "Roghnaight do theangam le do thoil."
-#: ../../modules.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4293 ../../standalone/drakbackup_.c:4304
msgid ""
-"PCMCIA support no longer exists for 2.2 kernels. Please use a 2.4 kernel."
+"No configuration file found \n"
+"please click Wizard or Advanced."
msgstr ""
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Selected All"
-msgstr "Roghnaigh Comhad"
-
-#: ../../printer/data.pm:1
-#, c-format
-msgid "CUPS - Common Unix Printing System"
+#: ../../standalone/drakbackup_.c:4308
+msgid "Under Devel ... please wait."
msgstr ""
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Webmin Service"
-msgstr "Seirbishí"
+#: ../../standalone/drakbackup_.c:4382
+#, fuzzy
+msgid "Backup system files"
+msgstr "Droch comhad chúltaca"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "device"
-msgstr "feist"
+#: ../../standalone/drakbackup_.c:4384
+#, fuzzy
+msgid "Backup user files"
+msgstr "Droch comhad chúltaca"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Enter the directory to save to:"
-msgstr "Teastáil an luchóg, le do thoil"
+#: ../../standalone/drakbackup_.c:4386
+#, fuzzy
+msgid "Backup other files"
+msgstr "Droch comhad chúltaca"
-#: ../../crypto.pm:1 ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Greece"
-msgstr "Greicís"
+#: ../../standalone/drakbackup_.c:4388 ../../standalone/drakbackup_.c:4421
+msgid "Total Progress"
+msgstr ""
-#: ../../install_steps_interactive.pm:1 ../../standalone/drakxtv:1
-#, c-format
-msgid "All"
-msgstr "Gach Rud"
+#: ../../standalone/drakbackup_.c:4412
+msgid "files sending by FTP"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Which printing system (spooler) do you want to use?"
-msgstr "Cén rann atá uait?"
+#: ../../standalone/drakbackup_.c:4416
+#, fuzzy
+msgid "Sending files..."
+msgstr "Sabháil i gcomhad"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "July"
-msgstr "Iuíl"
+#: ../../standalone/drakbackup_.c:4500
+#, fuzzy
+msgid "Backup Now from configuration file"
+msgstr "Cumraíocht Gréasánú"
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Prints into %s"
-msgstr "Earráidh ag scríobh comhad %s"
+#: ../../standalone/drakbackup_.c:4505
+#, fuzzy
+msgid "View Backup Configuration."
+msgstr "Cumraíocht Gréasánú"
-#: ../../install_steps_interactive.pm:1 ../../../move/move.pm:1
-#, c-format
-msgid "An error occurred"
-msgstr "Tharla earráid"
+#: ../../standalone/drakbackup_.c:4526
+#, fuzzy
+msgid "Wizard Configuration"
+msgstr "cumraíocht"
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid ""
-"This package must be upgraded.\n"
-"Are you sure you want to deselect it?"
-msgstr ""
+#: ../../standalone/drakbackup_.c:4531
+#, fuzzy
+msgid "Advanced Configuration"
+msgstr "Éirigh as cumraíocht"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Tamil (Typewriter-layout)"
-msgstr ""
+#: ../../standalone/drakbackup_.c:4536
+#, fuzzy
+msgid "Backup Now"
+msgstr "Socraigh córas chomhad"
-#: ../../security/help.pm:1
-#, c-format
-msgid "Use password to authenticate users."
+#: ../../standalone/drakbackup_.c:4576
+msgid "Drakbackup"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4624
msgid ""
-"Allow/Forbid the list of users on the system on display managers (kdm and "
-"gdm)."
+"options description:\n"
+"\n"
+" In this step Drakbackup allow you to change:\n"
+"\n"
+" - The compression mode:\n"
+" \n"
+" If you check bzip2 compression, you will compress\n"
+" your data better than gzip (about 2-10 %).\n"
+" This option is not checked by default because\n"
+" this compression mode needs more time (about 1000% more).\n"
+" \n"
+" - The update mode:\n"
+"\n"
+" This option will update your backup, but this\n"
+" option is not really useful because you need to\n"
+" decompress your backup before you can update it.\n"
+" \n"
+" - the .backupignore mode:\n"
+"\n"
+" Like with cvs, Drakbackup will ignore all references\n"
+" included in .backupignore files in each directories.\n"
+" ex: \n"
+" /*> cat .backupignore*/\n"
+" *.o\n"
+" *~\n"
+" ...\n"
+" \n"
+"\n"
msgstr ""
-#: ../../standalone/drakautoinst:1
-#, c-format
-msgid "manual"
+#: ../../standalone/drakbackup_.c:4654
+msgid ""
+"\n"
+" Some errors during sendmail are caused by \n"
+" a bad configuration of postfix. To solve it you have to\n"
+" set myhostname or mydomain in /etc/postfix/main.cf\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Filename text to search for:"
+#: ../../standalone/drakbackup_.c:4662
+msgid ""
+"options description:\n"
+"\n"
+" - Backup system files:\n"
+" \n"
+"\tThis option allows you to backup your /etc directory,\n"
+"\twhich contains all configuration files. Please be\n"
+"\tcareful during the restore step to not overwrite:\n"
+"\t\t/etc/passwd \n"
+"\t\t/etc/group \n"
+"\t\t/etc/fstab\n"
+"\n"
+" - Backup User files: \n"
+"\n"
+"\tThis option allows you select all users that you want \n"
+"\tto backup.\n"
+"\tTo preserve disk space, it is recommended that you \n"
+"\tdo not include web browser's cache.\n"
+"\n"
+" - Backup Other files: \n"
+"\n"
+"\tThis option allows you to add more data to save.\n"
+"\tWith the other backup it's not possible at the \n"
+"\tmoment to select incremental backup.\t\t\n"
+" \n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption for backup. This option allows you \n"
+"\tto backup all your data the first time, and \n"
+"\tonly the changed afterward.\n"
+"\tThen you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printer manufacturer, model, driver"
+#: ../../standalone/drakbackup_.c:4701
+msgid ""
+"restore description:\n"
+" \n"
+"Only the most recent date will be used, because with incremental \n"
+"backups it is necessary to restore one by one each older backup.\n"
+"\n"
+"So if you don't want to restore a user please unselect all their\n"
+"check boxes.\n"
+"\n"
+"Otherwise, you are able to select only one of these.\n"
+"\n"
+" - Incremental Backups:\n"
+"\n"
+"\tThe incremental backup is the most powerful \n"
+"\toption to use. This option allows you to \n"
+"\tbackup all of your data the first time, and \n"
+"\tonly the changed data after.\n"
+"\tSo you will be able, during the restore\n"
+"\tstep, to restore your data from a specified\n"
+"\tdate.\n"
+"\tIf you have not selected this option all\n"
+"\told backups are deleted before each backup. \n"
+"\n"
+"\n"
+"\n"
msgstr ""
-#: ../../standalone/drakfloppy:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4727
msgid ""
-"There is no medium or it is write-protected for device %s.\n"
-"Please insert one."
+" Copyright (C) 2001-2002 MandrakeSoft by DUPONT Sebastien <dupont_s\\@epita."
+"fr>"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4729
msgid ""
-"Directory %s already contains data\n"
-"(%s)"
+" updates 2002 MandrakeSoft by Stew Benedict <sbenedict\\@mandrakesoft.com>"
msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Printer on NetWare server"
-msgstr "Freastalaí Printéir"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Give the ram size in MB"
-msgstr "Tabhair na Méid Cuimhne as MB"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Friday"
-msgstr "Aoine"
-
-#: ../../standalone/net_monitor:1
-#, fuzzy, c-format
-msgid "Disconnection from Internet complete."
-msgstr "Athraigh cineál ranna"
-
-#: ../../any.pm:1
-#, c-format
-msgid "Real name"
-msgstr "Fíor ainm"
-
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "done"
-msgstr "Críochnithe"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Please uncheck or remove it on next time."
-msgstr "Cén cinéal luchóg atá agat?"
-
-#: ../../security/level.pm:1
-#, fuzzy, c-format
-msgid "Higher"
-msgstr "Árd"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Choose the partitions you want to format"
-msgstr "Roghnaigh na ranna atá le formáidiú"
-
-#: ../../standalone/drakxtv:1
-#, c-format
+#: ../../standalone/drakbackup_.c:4732
msgid ""
-"No TV Card has been detected on your machine. Please verify that a Linux-"
-"supported Video/TV Card is correctly plugged in.\n"
+"Description:\n"
"\n"
+" Drakbackup is used to backup your system.\n"
+" During the configuration you can select: \n"
+"\t- System files, \n"
+"\t- Users files, \n"
+"\t- Other files.\n"
+"\tor All your system ... and Other (like Windows Partitions)\n"
"\n"
-"You can visit our hardware database at:\n"
+" Drakbackup allows you to backup your system on:\n"
+"\t- Harddrive.\n"
+"\t- NFS.\n"
+"\t- CDROM (CDRW), DVDROM (with autoboot, rescue and autoinstall.).\n"
+"\t- FTP.\n"
+"\t- Rsync.\n"
+"\t- Webdav.\n"
+"\t- Tape.\n"
+"\n"
+" Drakbackup allows you to restore your system to\n"
+" a user selected directory.\n"
+"\n"
+" Per default all backup will be stored on your\n"
+" /var/lib/drakbackup directory\n"
+"\n"
+" Configuration file:\n"
+"\t/etc/drakconf/drakbackup/drakbakup.conf\n"
+"\n"
+"Restore Step:\n"
+" \n"
+" During the restore step, DrakBackup will remove \n"
+" your original directory and verify that all \n"
+" backup files are not corrupted. It is recommended \n"
+" you do a last backup before restoring.\n"
"\n"
"\n"
-"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Can't find %s on %s"
-msgstr "Earráid ag oscailt %s do scríobh: %s"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Japanese 106 keys"
-msgstr "Seápainis (106 eochair)"
-
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Could not install the packages needed to share your scanner(s)."
+#: ../../standalone/drakbackup_.c:4769
+msgid ""
+"options description:\n"
+"\n"
+"Please be careful when you are using ftp backup, because only \n"
+"backups that are already built are sent to the server.\n"
+"So at the moment, you need to build the backup on your hard \n"
+"drive before sending it to the server.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "This will take a few minutes."
+#: ../../standalone/drakbackup_.c:4778
+msgid ""
+"\n"
+"Restore Backup Problems:\n"
+"\n"
+"During the restore step, Drakbackup will verify all your\n"
+"backup files before restoring them.\n"
+"Before the restore, Drakbackup will remove \n"
+"your original directory, and you will loose all your \n"
+"data. It is important to be careful and not modify the \n"
+"backup data files by hand.\n"
msgstr ""
-#: ../../lang.pm:1
+#: ../../standalone/drakboot_.c:50
#, c-format
-msgid "Burkina Faso"
+msgid "Installation of %s failed. The following error occured:"
msgstr ""
-# GN
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "June"
-msgstr "An Ghuine"
-
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Use scanners on remote computers"
+#: ../../standalone/drakbug_.c:45
+msgid "Mandrake Bug Report Tool"
msgstr ""
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Delete selected rule"
-msgstr "Scrios ciú"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Accessing printers on remote CUPS servers"
-msgstr "Scrios Freastalaí CUPS"
-
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "Insert a floppy in %s"
-msgstr "Cur isteach diosca sa dioscthiomant %s"
+#: ../../standalone/drakbug_.c:50
+msgid "First Time Wizard"
+msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Maldives"
+#: ../../standalone/drakbug_.c:51
+msgid "Synchronization tool"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "compact"
-msgstr "compact"
+#: ../../standalone/drakbug_.c:52 ../../standalone/drakbug_.c:66
+#: ../../standalone/drakbug_.c:133 ../../standalone/drakbug_.c:135
+#: ../../standalone/drakbug_.c:139
+msgid "Standalone Tools"
+msgstr ""
-#: ../../common.pm:1
-#, c-format
-msgid "1 minute"
-msgstr "1 noiméad"
+#: ../../standalone/drakbug_.c:53
+msgid "HardDrake"
+msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "type: fat"
-msgstr "Cineál: "
+#: ../../standalone/drakbug_.c:54
+#, fuzzy
+msgid "Mandrake Online"
+msgstr "Bainteach le hIdirlíon"
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "on channel %d id %d\n"
-msgstr "ar bhús %d, id %d\n"
+#: ../../standalone/drakbug_.c:55
+#, fuzzy
+msgid "Menudrake"
+msgstr "sainordaitheach"
-#: ../../printer/main.pm:1
-#, c-format
-msgid ", multi-function device"
-msgstr ""
+#: ../../standalone/drakbug_.c:56
+#, fuzzy
+msgid "Msec"
+msgstr "Luchóg"
-#: ../../lang.pm:1
-#, c-format
-msgid "Laos"
-msgstr ""
+#: ../../standalone/drakbug_.c:57
+#, fuzzy
+msgid "Remote Control"
+msgstr "Scríos Printéir"
-#: ../advertising/04-configuration.pl:1
-#, c-format
-msgid ""
-"Mandrake Linux 9.2 provides you with the Mandrake Control Center, a powerful "
-"tool to fully adapt your computer to the use you make of it. Configure and "
-"customize elements such as the security level, the peripherals (screen, "
-"mouse, keyboard...), the Internet connection and much more!"
-msgstr ""
+#: ../../standalone/drakbug_.c:58
+#, fuzzy
+msgid "Software Manager"
+msgstr "Comh. ainm"
-#: ../../security/help.pm:1
-#, c-format
-msgid "Activate/Disable ethernet cards promiscuity check."
+#: ../../standalone/drakbug_.c:59
+msgid "Urpmi"
msgstr ""
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "There is no FAT partition to resize (or not enough space left)"
+#: ../../standalone/drakbug_.c:60
+msgid "Windows Migration tool"
msgstr ""
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Up"
-msgstr ""
+#: ../../standalone/drakbug_.c:61
+#, fuzzy
+msgid "Userdrake"
+msgstr "Clódóir"
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Firewall"
-msgstr ""
+#: ../../standalone/drakbug_.c:62
+#, fuzzy
+msgid "Configuration Wizards"
+msgstr "Draíodóir Cumraíocht Gréasánú"
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "Area:"
-msgstr ""
+#: ../../standalone/drakbug_.c:75
+#, fuzzy
+msgid "Application:"
+msgstr "Deimniú"
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "(E)IDE/ATA controllers"
-msgstr ""
+#: ../../standalone/drakbug_.c:76
+#, fuzzy
+msgid "Package: "
+msgstr "Roghnú Grúpa Pacáistí"
-#: ../../fs.pm:1
-#, c-format
-msgid "All I/O to the file system should be done synchronously."
+#: ../../standalone/drakbug_.c:77
+msgid "Kernel:"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Printer Server"
-msgstr "Freastalaí Printéir"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Custom configuration"
-msgstr "Cumraigh Idirlíon"
+#: ../../standalone/drakbug_.c:78
+#, fuzzy
+msgid "Release: "
+msgstr "Fan tamall"
-#: ../../standalone/drakpxe:1
-#, c-format
+#: ../../standalone/drakbug_.c:93
msgid ""
-"Please indicate where the installation image will be available.\n"
"\n"
-"If you do not have an existing directory, please copy the CD or DVD "
-"contents.\n"
+"\n"
+"To submit a bug report, click on the button report.\n"
+"This will open a web browser window on https://drakbug.mandrakesoft.com\n"
+" where you'll find a form to fill in.The information displayed above will "
+"be \n"
+"transferred to that server\n"
"\n"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Saint Pierre and Miquelon"
-msgstr ""
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "September"
-msgstr "M. Fómhair"
+#: ../../standalone/drakbug_.c:112
+#, fuzzy
+msgid "Report"
+msgstr "Poirt"
-#: ../../standalone/draksplash:1
-#, c-format
-msgid "saving Bootsplash theme..."
-msgstr ""
+#: ../../standalone/drakbug_.c:148
+#, fuzzy
+msgid "Not installed"
+msgstr "Eirigh as Feistiú"
-# PT
-#: ../../lang.pm:1
-#, c-format
-msgid "Portugal"
-msgstr "An Phortaingéil"
+#: ../../standalone/drakbug_.c:160
+#, fuzzy
+msgid "Package not installed"
+msgstr "Eirigh as Feistiú"
-#: ../../modules/interactive.pm:1
-#, c-format
-msgid "Do you have another one?"
-msgstr "An bhfuil ceann eile agat?"
+#: ../../standalone/drakbug_.c:173
+msgid "connecting to Bugzilla wizard ..."
+msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid ", printing to %s"
-msgstr "Earráidh ag scríobh comhad %s"
+#: ../../standalone/drakbug_.c:180
+msgid "No browser available! Please install one"
+msgstr ""
-#: ../../network/network.pm:1
+#: ../../standalone/drakconnect_.c:75
#, fuzzy, c-format
-msgid "Assign host name from DHCP address"
-msgstr "Teastáil an luchóg, le do thoil"
+msgid "Network configuration (%d adapters)"
+msgstr "Cumraíocht Gréasánú"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Toggle to normal mode"
+#: ../../standalone/drakconnect_.c:83 ../../standalone/drakconnect_.c:591
+msgid "Profile: "
msgstr ""
-#: ../../mouse.pm:1 ../../Xconfig/monitor.pm:1
-#, c-format
-msgid "Generic"
-msgstr "Gnáth"
-
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Cylinder %d to %d\n"
-msgstr "Sorcóir %d go sorcóir %d\n"
+#: ../../standalone/drakconnect_.c:91
+msgid "Del profile..."
+msgstr ""
-#: ../../standalone/drakbug:1
-#, c-format
-msgid "YOUR TEXT HERE"
+#: ../../standalone/drakconnect_.c:97
+msgid "Profile to delete:"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
+#: ../../standalone/drakconnect_.c:125
msgid "New profile..."
msgstr ""
-#: ../../modules/interactive.pm:1 ../../standalone/draksec:1
-#, c-format
-msgid "NONE"
+#: ../../standalone/drakconnect_.c:131
+msgid ""
+"Name of the profile to create (the new profile is created as a copy of the "
+"current one) :"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Which disk do you want to move it to?"
-msgstr "Cén diosca ag a dteastaíonn uait é a bhogadh?"
+#: ../../standalone/drakconnect_.c:157
+#, fuzzy
+msgid "Hostname: "
+msgstr "Ainm úsáideora"
-#: ../../standalone/draksplash:1
-#, c-format
-msgid "Display logo on Console"
-msgstr ""
+#: ../../standalone/drakconnect_.c:164
+#, fuzzy
+msgid "Internet access"
+msgstr "suimiúil"
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "Windows Domain"
-msgstr "Fearannas NIS"
+#: ../../standalone/drakconnect_.c:177
+#, fuzzy
+msgid "Type:"
+msgstr "Cineál: "
-#: ../../keyboard.pm:1
-#, fuzzy, c-format
-msgid "Saami (norwegian)"
-msgstr "Dvorak (Ioruais)"
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
+msgid "Gateway:"
+msgstr "Inneal Geata:"
-#: ../../standalone/drakpxe:1
-#, fuzzy, c-format
-msgid "Interface %s (on network %s)"
+#: ../../standalone/drakconnect_.c:180 ../../standalone/drakconnect_.c:372
+#, fuzzy
+msgid "Interface:"
msgstr "suimiúil"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "INFO"
-msgstr ""
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Wallis and Futuna"
+#: ../../standalone/drakconnect_.c:191
+msgid "Status:"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Need to create /etc/dhcpd.conf first!"
+#: ../../standalone/drakconnect_.c:198 ../../standalone/net_monitor_.c:145
+msgid "Wait please"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Is FPU present"
-msgstr ""
+#: ../../standalone/drakconnect_.c:216
+#, fuzzy
+msgid "Configure Internet Access..."
+msgstr "Cumraigh gréasánú"
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"No additional information\n"
-"about this service, sorry."
-msgstr ""
+#: ../../standalone/drakconnect_.c:223 ../../standalone/drakconnect_.c:445
+#, fuzzy
+msgid "LAN configuration"
+msgstr "Cumraigh ADSL"
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "There are no scanners found which are available on your system.\n"
-msgstr ""
+#: ../../standalone/drakconnect_.c:228
+msgid "Driver"
+msgstr "Tiománaí"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Build Single NIC -->"
-msgstr ""
+#: ../../standalone/drakconnect_.c:228
+#, fuzzy
+msgid "Interface"
+msgstr "Cláréadan Gréasán"
-#: ../../lang.pm:1
-#, c-format
-msgid "Marshall Islands"
+#: ../../standalone/drakconnect_.c:228
+msgid "Protocol"
msgstr ""
-#: ../../ugtk2.pm:1
-#, c-format
-msgid "Is this correct?"
-msgstr "An bhfuil seo ceart?"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Windows (FAT32)"
-msgstr "Dealaigh Windows(TM)"
+#: ../../standalone/drakconnect_.c:228
+#, fuzzy
+msgid "State"
+msgstr "Clár Tosnú"
-#: ../../steps.pm:1
-#, fuzzy, c-format
-msgid "Root password"
-msgstr "Gan pasfhocal"
+#: ../../standalone/drakconnect_.c:240
+#, fuzzy
+msgid "Configure Local Area Network..."
+msgstr "Cumraigh gréasánú"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Build All Kernels -->"
+#: ../../standalone/drakconnect_.c:252
+msgid "Click here to launch the wizard ->"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "DVDRAM device"
-msgstr "feist"
-
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, report unowned files."
-msgstr ""
+#: ../../standalone/drakconnect_.c:253
+msgid "Wizard..."
+msgstr "Draíodoir..."
-#: ../../install_interactive.pm:1
-#, c-format
-msgid ""
-"You don't have a swap partition.\n"
-"\n"
-"Continue anyway?"
+#: ../../standalone/drakconnect_.c:279
+msgid "Apply"
msgstr ""
-"Níl aon ranna malairte agat\n"
-"\n"
-"x1Lean ar aghaidh ar aon nós?"
-#: ../../install_steps_gtk.pm:1
-#, fuzzy, c-format
-msgid "Version: "
-msgstr "Leagan: %s\n"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Server IP missing!"
-msgstr "Óstainm Printéir"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Suriname"
-msgstr ""
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
+#, fuzzy
+msgid "Connected"
+msgstr "Ainm Nasc"
-#: ../../network/adsl.pm:1
-#, fuzzy, c-format
-msgid "Use a floppy"
-msgstr "Sabháil ar dhiosca flapach"
+#: ../../standalone/drakconnect_.c:380 ../../standalone/drakconnect_.c:403
+#: ../../standalone/net_monitor_.c:457
+#, fuzzy
+msgid "Not connected"
+msgstr "Cumraigh ADSL"
-#: ../../any.pm:1
-#, c-format
-msgid "Enable ACPI"
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+msgid "Connect..."
msgstr ""
-#: ../../fs.pm:1
-#, c-format
-msgid "Give write access to ordinary users"
+#: ../../standalone/drakconnect_.c:381 ../../standalone/drakconnect_.c:404
+msgid "Disconnect..."
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid "Graphical Environment"
+#: ../../standalone/drakconnect_.c:400
+msgid ""
+"Warning, another Internet connection has been detected, maybe using your "
+"network"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Gibraltar"
+#: ../../standalone/drakconnect_.c:427
+msgid ""
+"You don't have any configured interface.\n"
+"Configure them first by clicking on 'Configure'"
msgstr ""
-#: ../../network/modem.pm:1
-#, fuzzy, c-format
-msgid "Do nothing"
-msgstr "Ag Tosnaigh CUPS"
-
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Delete Client"
-msgstr "Scríos"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Filesystem type: "
-msgstr "Cineál córas-comhadlanna:"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Starting network..."
-msgstr "Nasc Printéir"
+#: ../../standalone/drakconnect_.c:449
+#, fuzzy
+msgid "LAN Configuration"
+msgstr "cumraíocht"
-#: ../../lang.pm:1
+#: ../../standalone/drakconnect_.c:460
#, c-format
-msgid "Vietnam"
+msgid "Adapter %s: %s"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "/_Fields description"
-msgstr "Cuntas"
-
-#: ../advertising/10-security.pl:1
-#, c-format
-msgid "Optimize your security by using Mandrake Linux"
+#: ../../standalone/drakconnect_.c:466
+msgid "Boot Protocol"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-"\n"
-"\n"
-" Thanks:\n"
-"\t- LTSP Project http://www.ltsp.org\n"
-"\t- Michael Brown <mbrown@fensystems.co.uk>\n"
-"\n"
+#: ../../standalone/drakconnect_.c:467
+msgid "Started on boot"
msgstr ""
-#: ../../install_steps_gtk.pm:1 ../../interactive.pm:1 ../../ugtk2.pm:1
-#: ../../Xconfig/resolution_and_depth.pm:1 ../../diskdrake/hd_gtk.pm:1
-#: ../../interactive/gtk.pm:1 ../../standalone/drakTermServ:1
-#: ../../standalone/drakbackup:1 ../../standalone/drakbug:1
-#: ../../standalone/drakconnect:1 ../../standalone/drakfont:1
-#: ../../standalone/drakperm:1 ../../standalone/draksec:1
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Help"
-msgstr "/C_úidiú"
+#: ../../standalone/drakconnect_.c:468
+msgid "DHCP client"
+msgstr ""
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Check if the network devices are in promiscuous mode"
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
+msgid "activate now"
msgstr ""
-#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Your personal phone number"
-msgstr "Uimhir fón"
+#: ../../standalone/drakconnect_.c:493 ../../standalone/drakconnect_.c:496
+msgid "deactivate now"
+msgstr ""
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "Which size do you want to keep for Windows on"
+#: ../../standalone/drakconnect_.c:499
+msgid ""
+"This interface has not been configured yet.\n"
+"Launch the configuration wizard in the main window"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/drakconnect_.c:556
msgid ""
-"Test page(s) have been sent to the printer.\n"
-"It may take some time before the printer starts.\n"
+"You don't have any internet connection.\n"
+"Create one first by clicking on 'Configure'"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Username required"
-msgstr "Ainm úsáideora"
+#: ../../standalone/drakconnect_.c:580
+#, fuzzy
+msgid "Internet connection configuration"
+msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../standalone/drakfloppy:1
-#, fuzzy, c-format
-msgid "Device"
-msgstr "Gaireas: "
+#: ../../standalone/drakconnect_.c:584
+#, fuzzy
+msgid "Internet Connection Configuration"
+msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Depending on the default language you chose in Section , DrakX will\n"
-"automatically select a particular type of keyboard configuration. However,\n"
-"you may not have a keyboard that corresponds exactly to your language: for\n"
-"example, if you are an English speaking Swiss person, you may have a Swiss\n"
-"keyboard. Or if you speak English but are located in Quebec, you may find\n"
-"yourself in the same situation where your native language and keyboard do\n"
-"not match. In either case, this installation step will allow you to select\n"
-"an appropriate keyboard from a list.\n"
-"\n"
-"Click on the \"%s\" button to be presented with the complete list of\n"
-"supported keyboards.\n"
-"\n"
-"If you choose a keyboard layout based on a non-Latin alphabet, the next\n"
-"dialog will allow you to choose the key binding that will switch the\n"
-"keyboard between the Latin and non-Latin layouts."
+#: ../../standalone/drakconnect_.c:593 ../../standalone/net_monitor_.c:94
+#, fuzzy
+msgid "Connection type: "
+msgstr "Athraigh cineál ranna"
+
+#: ../../standalone/drakconnect_.c:599
+msgid "Parameters"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "SMB (Windows 9x/NT) Printer Options"
-msgstr "Roghanna Printéir SMB (Fuinneoga 9x/NT)"
+#: ../../standalone/drakconnect_.c:618
+msgid "Gateway"
+msgstr "Inneal Geata:"
-#: ../../printer/main.pm:1
-#, c-format
-msgid "URI: %s"
+#: ../../standalone/drakconnect_.c:627
+msgid "Ethernet Card"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Valid user list changed, rewriting config file."
+#: ../../standalone/drakconnect_.c:628
+msgid "DHCP Client"
msgstr ""
-#: ../../standalone/drakfloppy:1
-#, c-format
-msgid "mkinitrd optional arguments"
-msgstr ""
+#: ../../standalone/drakfloppy_.c:39
+msgid "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
+msgstr "-misc-Fixed-Medium-r-*-*-*-140-*-*-*-*-*-*,*"
-#: ../advertising/03-software.pl:1
-#, c-format
-msgid ""
-"Surf the Web with Mozilla or Konqueror, read your mail with Evolution or "
-"Kmail, create your documents with OpenOffice.org."
-msgstr ""
+#: ../../standalone/drakfloppy_.c:40
+msgid "Module name"
+msgstr "Ainm Modúl"
-#: ../../network/isdn.pm:1
-#, fuzzy, c-format
-msgid "Protocol for the rest of the world"
-msgstr "Trialaigh an cumraíocht"
+#: ../../standalone/drakfloppy_.c:40
+msgid "Size"
+msgstr "Méid"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Print test pages"
-msgstr "Óstainm Printéir"
+#: ../../standalone/drakfloppy_.c:45
+msgid "drakfloppy"
+msgstr "drakfloppy"
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "Activate now"
-msgstr ""
+#: ../../standalone/drakfloppy_.c:63
+#, fuzzy
+msgid "boot disk creation"
+msgstr "Trialaigh an cumraíocht"
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "64 MB or more"
-msgstr "64 MB nó níos mó"
+#: ../../standalone/drakfloppy_.c:71 ../../standalone/drakfloppy_.c:84
+msgid "default"
+msgstr "gnáth"
-#: ../../printer/printerdrake.pm:1
+#: ../../standalone/drakfloppy_.c:87
#, c-format
-msgid ""
-"Please select the test pages you want to print.\n"
-"Note: the photo test page can take a rather long time to get printed and on "
-"laser printers with too low memory it can even not come out. In most cases "
-"it is enough to print the standard test page."
-msgstr ""
+msgid "DrakFloppy Error: %s"
+msgstr "Earraidh DrakFloppy: %s"
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Please select the device where your %s is attached"
-msgstr ""
+#: ../../standalone/drakfloppy_.c:98
+msgid "kernel version"
+msgstr "leagan `kernel'"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Not formatted\n"
-msgstr "Neamhformáidithe\n"
+#: ../../standalone/drakfloppy_.c:104
+msgid "General"
+msgstr "Gnáth"
-#: ../../standalone/draksec:1
-#, c-format
-msgid "Periodic Checks"
+#: ../../standalone/drakfloppy_.c:109
+msgid "Expert Area"
+msgstr "Roghnachais Saineoiaí"
+
+#: ../../standalone/drakfloppy_.c:112
+msgid "mkinitrd optional arguments"
msgstr ""
-#: ../../standalone/drakpxe:1
-#, fuzzy, c-format
-msgid "PXE Server Configuration"
-msgstr "Éirigh as cumraíocht"
+#: ../../standalone/drakfloppy_.c:113
+msgid "Add a module"
+msgstr "Suimigh Modúil"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Backup the system files before:"
-msgstr "Droch comhad chúltaca"
+#: ../../standalone/drakfloppy_.c:133
+msgid "force"
+msgstr "forsáil"
-#: ../../security/level.pm:1
-#, c-format
-msgid ""
-"This is the standard security recommended for a computer that will be used "
-"to connect to the Internet as a client."
+#: ../../standalone/drakfloppy_.c:134
+msgid "if needed"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "First floppy drive"
-msgstr "Cead dioscthiománt flapach"
+#: ../../standalone/drakfloppy_.c:135
+#, fuzzy
+msgid "omit scsi modules"
+msgstr "Luchóg ar bith"
-#: ../../standalone/drakboot:1 ../../standalone/drakfloppy:1
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "/File/_Quit"
-msgstr "/Comhad/_Ealu"
+#: ../../standalone/drakfloppy_.c:136
+#, fuzzy
+msgid "omit raid modules"
+msgstr "Scríos modúil"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Dvorak"
-msgstr "Dvorak"
+#: ../../standalone/drakfloppy_.c:172
+msgid "Remove a module"
+msgstr "Scríos modúil"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Choose the new size"
-msgstr "Roghnaigh an méid nua"
+#: ../../standalone/drakfloppy_.c:194
+msgid "Output"
+msgstr "Aschur"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Media class"
+#: ../../standalone/drakfloppy_.c:206
+msgid "Build the disk"
msgstr ""
-#: ../../standalone/XFdrake:1
+#: ../../standalone/drakfloppy_.c:336
#, c-format
-msgid "You need to log out and back in again for changes to take effect"
+msgid "Be sure a media is present for the device %s"
msgstr ""
-#: ../../standalone/scannerdrake:1
+#: ../../standalone/drakfloppy_.c:341
#, c-format
-msgid "The %s is not known by this version of Scannerdrake."
+msgid ""
+"There is no medium or it is write-protected for device %s.\n"
+"Please insert one."
msgstr ""
-#: ../../lang.pm:1
+#: ../../standalone/drakfloppy_.c:344
#, c-format
-msgid "Faroe Islands"
-msgstr ""
+msgid "Unable to fork: %s"
+msgstr "Teip ar glaoch `fork': %s"
-#: ../../standalone/drakfont:1
+#: ../../standalone/drakfloppy_.c:349
#, c-format
-msgid "Restart XFS"
+msgid ""
+"Unable to close properly mkbootdisk: \n"
+" %s \n"
+" %s"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Add host/network"
+#: ../../standalone/drakfont_.c:213
+msgid "Search installed fonts"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Scannerdrake will not be started now."
+#: ../../standalone/drakfont_.c:215
+msgid "Unselect fonts installed"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Model name"
-msgstr "Ainm Modúl"
+#: ../../standalone/drakfont_.c:239
+msgid "parse all fonts"
+msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Albania"
-msgstr "An Albáin"
+#: ../../standalone/drakfont_.c:242
+#, fuzzy
+msgid "no fonts found"
+msgstr "Teip ag cuardach %s"
-#: ../../lang.pm:1
-#, c-format
-msgid "British Indian Ocean Territory"
+#: ../../standalone/drakfont_.c:251 ../../standalone/drakfont_.c:305
+#: ../../standalone/drakfont_.c:361 ../../standalone/drakfont_.c:454
+#: ../../standalone/drakfont_.c:466 ../../standalone/drakfont_.c:493
+#: ../../standalone/drakfont_.c:514 ../../standalone/drakfont_.c:532
+#, fuzzy
+msgid "done"
+msgstr "Críochnithe"
+
+#: ../../standalone/drakfont_.c:257
+msgid "could not find any font in your mounted partitions"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Normal Mode"
-msgstr "Luchóg ar bith"
+#: ../../standalone/drakfont_.c:303
+msgid "Reselect correct fonts"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "No CD-R/DVD-R in drive!"
+#: ../../standalone/drakfont_.c:307
+msgid "could not find any font.\n"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printer connection type"
-msgstr "Nasc Printéir"
+#: ../../standalone/drakfont_.c:331
+msgid "Search fonts in installed list"
+msgstr ""
-#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
-#, c-format
-msgid "No network adapter on your system!"
-msgstr "Níl aon gaireas ghreasán san do chorás!"
+#: ../../standalone/drakfont_.c:359
+#, fuzzy
+msgid "Fonts copy"
+msgstr "Formadaigh flapach"
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Network %s"
-msgstr "Cláréadan Gréasán"
+#: ../../standalone/drakfont_.c:363
+#, fuzzy
+msgid "True Type fonts installation"
+msgstr "Ag Ullmhaigh feistiú"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Malayalam"
+#: ../../standalone/drakfont_.c:371
+msgid "please wait during ttmkfdir..."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Option %s out of range!"
+#: ../../standalone/drakfont_.c:377
+msgid "True Type install done"
msgstr ""
-#: ../../standalone/net_monitor:1
-#, fuzzy, c-format
-msgid "Connect %s"
-msgstr "Lean"
+#: ../../standalone/drakfont_.c:386 ../../standalone/drakfont_.c:413
+msgid "Fonts conversion"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Restarting CUPS..."
+#: ../../standalone/drakfont_.c:392 ../../standalone/drakfont_.c:417
+#: ../../standalone/drakfont_.c:450
+msgid "type1inst building"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printing/Scanning/Photo Cards on \"%s\""
-msgstr "Ag dúnadh síos an ghreasán"
+#: ../../standalone/drakfont_.c:403 ../../standalone/drakfont_.c:427
+msgid "Ghostscript referencing"
+msgstr ""
-#: ../../../move/move.pm:1
-#, c-format
-msgid "Continue without USB key"
+#: ../../standalone/drakfont_.c:437
+msgid "ttf fonts conversion"
msgstr ""
-#: ../../install_steps.pm:1
-#, c-format
-msgid "Duplicate mount point %s"
-msgstr "Pointe taca dublach %s"
+#: ../../standalone/drakfont_.c:444
+msgid "pfm fonts conversion"
+msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, run chkrootkit checks."
+#: ../../standalone/drakfont_.c:456
+msgid "Suppress temporary Files"
msgstr ""
-#: ../../network/tools.pm:1
-#, c-format
-msgid "Connection Configuration"
-msgstr "Cumraíocht Idirlíon."
+#: ../../standalone/drakfont_.c:459
+msgid "Restart XFS"
+msgstr ""
-#: ../../harddrake/v4l.pm:1
-#, fuzzy, c-format
-msgid "Unknown|Generic"
-msgstr "Gnáth"
+#: ../../standalone/drakfont_.c:512 ../../standalone/drakfont_.c:526
+msgid "Suppress Fonts Files"
+msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/drakfont_.c:528
+#, fuzzy
+msgid "xfs restart"
+msgstr "teorannaigh"
+
+#: ../../standalone/drakfont_.c:536 ../../standalone/drakfont_.c:902
msgid ""
-"At the time you are installing Mandrake Linux, it is likely that some\n"
-"packages have been updated since the initial release. Bugs may have been\n"
-"fixed, security issues resolved. To allow you to benefit from these\n"
-"updates, you are now able to download them from the Internet. Check \"%s\"\n"
-"if you have a working Internet connection, or \"%s\" if you prefer to\n"
-"install updated packages later.\n"
+"Before installing any fonts, be sure that you have the right to use and "
+"install them on your system.\n"
"\n"
-"Choosing \"%s\" will display a list of places from which updates can be\n"
-"retrieved. You should choose one nearer to you. A package-selection tree\n"
-"will appear: review the selection, and press \"%s\" to retrieve and install\n"
-"the selected package(s), or \"%s\" to abort."
+"-You can install the fonts using the normal way. In rare cases, bogus fonts "
+"may hang up your X Server."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Myanmar"
-msgstr ""
-
-#: ../../install_steps_interactive.pm:1 ../../Xconfig/main.pm:1
-#: ../../diskdrake/dav.pm:1 ../../printer/printerdrake.pm:1
-#: ../../standalone/draksplash:1 ../../standalone/harddrake2:1
-#: ../../standalone/logdrake:1 ../../standalone/scannerdrake:1
-#, c-format
-msgid "Quit"
-msgstr "Éalaigh"
+#: ../../standalone/drakfont_.c:621
+#, fuzzy
+msgid "Fonts Importation"
+msgstr "Formáidigh ranna"
-#: ../../help.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Auto allocate"
+#: ../../standalone/drakfont_.c:650
+msgid "Get Windows Fonts"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Check bad blocks?"
+#: ../../standalone/drakfont_.c:658
+msgid "Uninstall Fonts"
msgstr ""
-#: ../../harddrake/data.pm:1
-#, fuzzy, c-format
-msgid "Other MultiMedia devices"
-msgstr "Eile"
-
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "burner"
-msgstr "Printéir"
+#: ../../standalone/drakfont_.c:669
+#, fuzzy
+msgid "Advanced Options"
+msgstr "Éirigh as cumraíocht"
-#: ../../standalone/drakbug:1
-#, c-format
-msgid "Bug Description/System Information"
+#: ../../standalone/drakfont_.c:677
+msgid "Font List"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid " (Default is all users)"
-msgstr "Printéir áitiúl"
-
-#: ../../printer/printerdrake.pm:1 ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "No remote machines"
-msgstr "Scríos Printéir"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/drakfont_.c:737
msgid ""
"\n"
-"Welcome to the Printer Setup Wizard\n"
+" Copyright (C) 2001-2002 by MandrakeSoft \n"
+"\tDUPONT Sebastien sdupont\\@mandrakesoft.com\n"
"\n"
-"This wizard will help you to install your printer(s) connected to this "
-"computer.\n"
+" This program is free software; you can redistribute it and/or modify\n"
+" it under the terms of the GNU General Public License as published by\n"
+" the Free Software Foundation; either version 2, or (at your option)\n"
+" any later version.\n"
+"\n"
+" This program is distributed in the hope that it will be useful,\n"
+" but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+" GNU General Public License for more details.\n"
+"\n"
+" You should have received a copy of the GNU General Public License\n"
+" along with this program; if not, write to the Free Software\n"
+" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
+"\n"
+" Thanks:\n"
+" - pfm2afm: \n"
+"\t by Ken Borgendale:\n"
+"\t Convert a Windows .pfm file to a .afm (Adobe Font Metrics)\n"
+" - type1inst:\n"
+"\t by James Macnicol: \n"
+"\t type1inst generates files fonts.dir fonts.scale & Fontmap.\n"
+" - ttf2pt1: \n"
+"\t by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin \n"
+" Convert ttf font files to afm and pfb fonts\n"
"\n"
-"If you have printer(s) connected to this machine, Please plug it/them in on "
-"this computer and turn it/them on so that it/they can be auto-detected.\n"
"\n"
-" Click on \"Next\" when you are ready, and on \"Cancel\" if you do not want "
-"to set up your printer(s) now."
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Authentication NIS"
-msgstr "Deimniú NIS"
+#: ../../standalone/drakfont_.c:793
+msgid ""
+"drakfont Future Overview\n"
+" - Fonts import:\n"
+" pfb ( Adobe Type 1 binary )\n"
+" pfa ( Adobe Type 1 ASCII )\n"
+" ttf ( True-Type )\n"
+" pcf.gz\n"
+" Speedo\n"
+" and Bitmap (PCF, BDF, and SNF)\n"
+" - Features\n"
+" - Install fonts from any directory\n"
+" - Get windows fonts on any vfat partitions\n"
+" - Get fonts on any partitions.\n"
+" - UN-installation of any fonts (even if not installed "
+"through drakfont)\n"
+" - Support\n"
+" - Xfs\n"
+" - ghostscript & printer\n"
+" - Staroffice & printer\n"
+" - abiword\n"
+"\t - netscape\n"
+" - Koffice, Gnumeric, ... studying\n"
+" - all fonts supported by printer\n"
+" - anti-aliases by RENDER in Xfree86 .... \n"
+"\t\t\t\tsupported by KDE.\n"
+"\t\t\t\twill be supported by gnome 1.2.\n"
+"Visual Interface:\n"
+" Window interface:\n"
+" - Fontselectiondialog widget\n"
+" - Command buttons under Fontselectiondialog (like the actual "
+"frontend).\n"
+" Commands buttons:\n"
+" - import from windows partition.\n"
+" import from all fat32 partitions and look for winnt/windows/"
+"font\n"
+" and import all (delete doublon) but don't import if already "
+"exist.\n"
+" - import from directory\n"
+" look for if it exist before for each font and not delete the "
+"original.\n"
+" (replace all, no, none)\n"
+" expert options:\n"
+" ask the directory, and look for if it exist before\n"
+" if it exist ask: (replace all, no, none)\n"
+" - uninstall with list per font type\n"
+" Expert additional switch\n"
+" - option support: ghostscript, Staroffice, etc...\n"
+" check-button. (by default all check)\n"
+" - Printer Application Fonts Support...\n"
+"\n"
+"\n"
+msgstr ""
+
+#: ../../standalone/drakfont_.c:862
+#, fuzzy
+msgid "Choose the applications that will support the fonts:"
+msgstr "Roghnaigh na ranna atá le formáidiú"
-#: ../../any.pm:1
-#, c-format
-msgid ""
-"Option ``Restrict command line options'' is of no use without a password"
+#: ../../standalone/drakfont_.c:870
+msgid "Ghostscript"
msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "Internet Connection Sharing currently enabled"
-msgstr ""
+#: ../../standalone/drakfont_.c:877
+#, fuzzy
+msgid "StarOffice"
+msgstr "Oifig"
-# AR
-#: ../../lang.pm:1
-#, c-format
-msgid "United Arab Emirates"
-msgstr "Aontas na nÉimíríochtaí Arabacha"
+#: ../../standalone/drakfont_.c:884
+#, fuzzy
+msgid "Abiword"
+msgstr "Tobscoir"
-#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Card IO_0"
-msgstr "I/A_0 Carta"
+#: ../../standalone/drakfont_.c:891
+#, fuzzy
+msgid "Generic Printers"
+msgstr "Printéir"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Disable Local Config"
+#: ../../standalone/drakfont_.c:958
+msgid "Select the font file or directory and click on 'Add'"
msgstr ""
-# TH
-#: ../../lang.pm:1
-#, c-format
-msgid "Thailand"
-msgstr "An Téalainn"
-
-#: ../../network/tools.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Card IO_1"
-msgstr "I/A_1 Carta"
+#: ../../standalone/drakfont_.c:1005
+#, fuzzy
+msgid "Install List"
+msgstr "Feistigh córas"
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "Search:"
-msgstr "Cuardaigh:"
+#: ../../standalone/drakfont_.c:1048
+msgid "click here if you are sure."
+msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Kazakhstan"
+#: ../../standalone/drakfont_.c:1055
+msgid "here if no."
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Routers:"
+#: ../../standalone/drakfont_.c:1112
+msgid "Unselected All"
msgstr ""
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Write"
-msgstr "Freastalaí XFree86: %s"
+#: ../../standalone/drakfont_.c:1116
+#, fuzzy
+msgid "Selected All"
+msgstr "Roghnaigh Comhad"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Display all available remote CUPS printers"
-msgstr ""
+#: ../../standalone/drakfont_.c:1120
+#, fuzzy
+msgid "Remove List"
+msgstr "Scríos Printéir"
-#: ../../install_steps_newt.pm:1
-#, fuzzy, c-format
-msgid "Mandrake Linux Installation %s"
-msgstr "Feistiú Linux-Mandrake %s"
+#: ../../standalone/drakfont_.c:1142 ../../standalone/drakfont_.c:1175
+#, fuzzy
+msgid "Initials tests"
+msgstr "Scéal Tosnú"
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "Unknown driver"
-msgstr ""
+#: ../../standalone/drakfont_.c:1145
+#, fuzzy
+msgid "Copy fonts on your system"
+msgstr "Níl aon gaireas ghreasán san do chorás!"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Thai keyboard"
+#: ../../standalone/drakfont_.c:1149
+msgid "Install & convert Fonts"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Bouvet Island"
-msgstr ""
+#: ../../standalone/drakfont_.c:1153
+#, fuzzy
+msgid "Post Install"
+msgstr "Feistiú"
-#: ../../network/modem.pm:1
-#, c-format
-msgid "Dialup options"
-msgstr "Roghanna 'Dialup'"
+#: ../../standalone/drakfont_.c:1178
+#, fuzzy
+msgid "Remove fonts on your system"
+msgstr "Níl aon gaireas ghreasán san do chorás!"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "If no port is given, 631 will be taken as default."
-msgstr ""
+#: ../../standalone/drakfont_.c:1182
+#, fuzzy
+msgid "Post Uninstall"
+msgstr "Eirigh as Feistiú"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid ""
-" - Per client system configuration files:\n"
-" \tThrough clusternfs, each diskless client can have its own unique "
-"configuration files\n"
-" \ton the root filesystem of the server. By allowing local client "
-"hardware configuration, \n"
-" \tclients can customize files such as /etc/modules.conf, /etc/"
-"sysconfig/mouse, \n"
-" \t/etc/sysconfig/keyboard on a per-client basis.\n"
-"\n"
-" Note: Enabling local client hardware configuration does enable root "
-"login to the terminal \n"
-" server on each client machine that has this feature enabled. Local "
-"configuration can be\n"
-" turned back off, retaining the configuration files, once the client "
-"machine is configured."
-msgstr ""
-
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid ""
-"Change your Cd-Rom!\n"
-"\n"
-"Please insert the Cd-Rom labelled \"%s\" in your drive and press Ok when "
-"done.\n"
-"If you don't have it, press Cancel to avoid installation from this Cd-Rom."
+#: ../../standalone/drakgw_.c:42 ../../standalone/drakgw_.c:182
+msgid "Internet Connection Sharing"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Polish"
-msgstr "Polainnais"
-
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Mandrake Online"
-msgstr "Bainteach le hIdirlíon"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-Network by webdav.\n"
+#: ../../standalone/drakgw_.c:114
+msgid "Sorry, we support only 2.4 kernels."
msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid ", multi-function device on a parallel port"
-msgstr "Óstainm Printéir"
+#: ../../standalone/drakgw_.c:125
+msgid "Internet Connection Sharing currently enabled"
+msgstr ""
-#: ../../standalone/drakgw:1 ../../standalone/drakpxe:1
-#, c-format
+#: ../../standalone/drakgw_.c:126
msgid ""
-"No ethernet network adapter has been detected on your system. Please run the "
-"hardware configuration tool."
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently enabled.\n"
+"\n"
+"What would you like to do?"
msgstr ""
-#: ../../network/network.pm:1 ../../standalone/drakconnect:1
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "Netmask"
+#: ../../standalone/drakgw_.c:130
+msgid "disable"
msgstr ""
-#: ../../diskdrake/hd_gtk.pm:1
-#, fuzzy, c-format
-msgid "No hard drives found"
-msgstr "Printéir áitiúl"
-
-#: ../../mouse.pm:1
-#, c-format
-msgid "2 buttons"
-msgstr "2 cnaipí"
-
-#: ../../mouse.pm:1
-#, c-format
-msgid "Logitech CC Series"
-msgstr "Luchóg Logitech CC"
-
-#: ../../network/isdn.pm:1
-#, c-format
-msgid "What kind is your ISDN connection?"
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
+msgid "dismiss"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Label"
-msgstr "Lipéad"
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Save on floppy"
-msgstr "Sabháil ar dhiosca flapach"
-
-#: ../../security/l10n.pm:1
-#, fuzzy, c-format
-msgid "Check open ports"
-msgstr "Pointe taca dublach %s"
+#: ../../standalone/drakgw_.c:130 ../../standalone/drakgw_.c:154
+msgid "reconfigure"
+msgstr ""
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Edit selected printer"
-msgstr "Scrios ciú"
+#: ../../standalone/drakgw_.c:133
+msgid "Disabling servers..."
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printer auto-detection"
-msgstr "Scríos Printéir"
+#: ../../standalone/drakgw_.c:142
+#, fuzzy
+msgid "Internet connection sharing is now disabled."
+msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../network/isdn.pm:1
-#, fuzzy, c-format
-msgid "Which of the following is your ISDN card?"
-msgstr "Cén sort carta ISDN atá uait?"
+#: ../../standalone/drakgw_.c:149
+msgid "Internet Connection Sharing currently disabled"
+msgstr ""
-#: ../../services.pm:1
-#, c-format
+#: ../../standalone/drakgw_.c:150
msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
-"This service provides NFS server functionality, which is configured via the\n"
-"/etc/exports file."
+"The setup of Internet connection sharing has already been done.\n"
+"It's currently disabled.\n"
+"\n"
+"What would you like to do?"
msgstr ""
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Msec"
-msgstr "Luchóg"
-
-#: ../../interactive/stdio.pm:1
-#, c-format
-msgid ""
-"=> Notice, a label changed:\n"
-"%s"
+#: ../../standalone/drakgw_.c:154
+msgid "enable"
msgstr ""
-#: ../../harddrake/v4l.pm:1
-#, c-format
-msgid "Number of capture buffers:"
+#: ../../standalone/drakgw_.c:161
+msgid "Enabling servers..."
msgstr ""
-#: ../../interactive/stdio.pm:1
-#, fuzzy, c-format
-msgid "Your choice? (0/1, default `%s') "
-msgstr "Do rogha? (gnás %s)"
+#: ../../standalone/drakgw_.c:166
+#, fuzzy
+msgid "Internet connection sharing is now enabled."
+msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/drakgw_.c:183
msgid ""
-"Any partitions that have been newly defined must be formatted for use\n"
-"(formatting means creating a file system).\n"
-"\n"
-"At this time, you may wish to reformat some already existing partitions to\n"
-"erase any data they contain. If you wish to do that, please select those\n"
-"partitions as well.\n"
-"\n"
-"Please note that it is not necessary to reformat all pre-existing\n"
-"partitions. You must reformat the partitions containing the operating\n"
-"system (such as \"/\", \"/usr\" or \"/var\") but you do not have to\n"
-"reformat partitions containing data that you wish to keep (typically\n"
-"\"/home\").\n"
-"\n"
-"Please be careful when selecting partitions. After formatting, all data on\n"
-"the selected partitions will be deleted and you will not be able to recover\n"
-"it.\n"
-"\n"
-"Click on \"%s\" when you are ready to format partitions.\n"
+"You are about to configure your computer to share its Internet connection.\n"
+"With that feature, other computers on your local network will be able to use "
+"this computer's Internet connection.\n"
"\n"
-"Click on \"%s\" if you want to choose another partition for your new\n"
-"Mandrake Linux operating system installation.\n"
+"Make sure you have configured your Network/Internet access using drakconnect "
+"before going any further.\n"
"\n"
-"Click on \"%s\" if you wish to select partitions that will be checked for\n"
-"bad blocks on the disk."
+"Note: you need a dedicated Network Adapter to set up a Local Area Network "
+"(LAN)."
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "French"
-msgstr "Francaigh"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Czech (QWERTY)"
-msgstr "Ceichís (QWERTY)"
-
-#: ../../security/l10n.pm:1
-#, fuzzy, c-format
-msgid "Allow X Window connections"
-msgstr "Cumraigh nasc ghréasán"
-
-#: ../../standalone/service_harddrake:1
-#, fuzzy, c-format
-msgid "Hardware probing in progress"
-msgstr "Pointe taca dublach %s"
-
-#: ../../network/shorewall.pm:1 ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "Net Device"
-msgstr "Freastalaí Printéir"
-
-#: ../../install_steps_interactive.pm:1 ../../steps.pm:1
-#, c-format
-msgid "Summary"
-msgstr "Coimriú"
-
-#: ../../printer/printerdrake.pm:1
+#: ../../standalone/drakgw_.c:211
#, c-format
-msgid ""
-" (Parallel Ports: /dev/lp0, /dev/lp1, ..., equivalent to LPT1:, LPT2:, ..., "
-"1st USB printer: /dev/usb/lp0, 2nd USB printer: /dev/usb/lp1, ...)."
+msgid "Interface %s (using module %s)"
msgstr ""
-#: ../../network/netconnect.pm:1 ../../network/tools.pm:1
+#: ../../standalone/drakgw_.c:212
#, fuzzy, c-format
-msgid "Next"
-msgstr "Teacs"
-
-#: ../../bootloader.pm:1
-#, c-format
-msgid "You can't install the bootloader on a %s partition\n"
-msgstr ""
+msgid "Interface %s"
+msgstr "suimiúil"
-#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "CHAP"
-msgstr "CHAP"
+#: ../../standalone/drakgw_.c:220
+msgid "No network adapter on your system!"
+msgstr "Níl aon gaireas ghreasán san do chorás!"
-#: ../../lang.pm:1
-#, c-format
-msgid "Puerto Rico"
+#: ../../standalone/drakgw_.c:221
+msgid ""
+"No ethernet network adapter has been detected on your system. Please run the "
+"hardware configuration tool."
msgstr ""
-#: ../../network/network.pm:1
-#, fuzzy, c-format
-msgid "(bootp/dhcp/zeroconf)"
-msgstr "(bootp/dhcp)"
+#: ../../standalone/drakgw_.c:227
+msgid "Network interface"
+msgstr "Cláréadan Gréasán"
-#: ../../standalone/drakautoinst:1
+#: ../../standalone/drakgw_.c:228
#, c-format
msgid ""
+"There is only one configured network adapter on your system:\n"
"\n"
-"Welcome.\n"
+"%s\n"
"\n"
-"The parameters of the auto-install are available in the sections on the left"
+"I am about to setup your Local Area Network with that adapter."
msgstr ""
-#: ../../standalone/draksplash:1
-#, c-format
+#: ../../standalone/drakgw_.c:235
msgid ""
-"package 'ImageMagick' is required to be able to complete configuration.\n"
-"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
+"Please choose what network adapter will be connected to your Local Area "
+"Network."
msgstr ""
-#: ../../network/drakfirewall.pm:1
-#, fuzzy, c-format
-msgid "Telnet server"
-msgstr "X freastalaí"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Lithuanian \"number row\" QWERTY"
-msgstr ""
+#: ../../standalone/drakgw_.c:261
+#, fuzzy
+msgid "Network interface already configured"
+msgstr "Níl aon scáileán cumraithe"
-#: ../../install_any.pm:1
+#: ../../standalone/drakgw_.c:262
#, c-format
msgid ""
-"The following packages will be removed to allow upgrading your system: %s\n"
+"Warning, the network adapter (%s) is already configured.\n"
"\n"
+"Do you want an automatic re-configuration?\n"
"\n"
-"Do you really want to remove these packages?\n"
+"You can do it manually but you need to know what you're doing."
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Anguilla"
+#: ../../standalone/drakgw_.c:267
+#, fuzzy
+msgid "Automatic reconfiguration"
+msgstr "Cumraigh ADSL"
+
+#: ../../standalone/drakgw_.c:267
+msgid "No (experts only)"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "NIS Domain"
-msgstr "Fearannas NIS"
+#: ../../standalone/drakgw_.c:268
+#, fuzzy
+msgid "Show current interface configuration"
+msgstr "Cumraigh Idirlíon"
-# AQ
-#: ../../lang.pm:1
-#, c-format
-msgid "Antarctica"
-msgstr "an tAntartasch"
+#: ../../standalone/drakgw_.c:269
+#, fuzzy
+msgid "Current interface configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../standalone/drakbackup:1
+#: ../../standalone/drakgw_.c:270
#, c-format
msgid ""
+"Current configuration of `%s':\n"
"\n"
-"- User Files:\n"
+"Network: %s\n"
+"IP address: %s\n"
+"IP attribution: %s\n"
+"Driver: %s"
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, fuzzy, c-format
-msgid "Mount options"
-msgstr "Roghachais modúil:"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Jamaica"
-msgstr "Iamáice"
-
-#: ../../services.pm:1
-#, c-format
+#: ../../standalone/drakgw_.c:283
msgid ""
-"Assign raw devices to block devices (such as hard drive\n"
-"partitions), for the use of applications such as Oracle or DVD players"
-msgstr ""
-
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "Please wait, preparing installation..."
-msgstr "Fan tamall, ag ullmhaigh feistiú"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Czech (QWERTZ)"
-msgstr "Ceichís (QWERTZ)"
-
-#: ../../network/network.pm:1
-#, c-format
-msgid "Track network card id (useful for laptops)"
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The port number should be an integer!"
-msgstr ""
-
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "You must choose an image file first!"
-msgstr "Gaireas Printéir (URI)"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Restore from Hard Disk."
-msgstr "Aisig ó dhiosca flapach"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Add to LVM"
-msgstr "Cur le LVM"
-
-#: ../../network/network.pm:1
-#, c-format
-msgid "DNS server"
-msgstr "freastalaí DNS"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Trinidad and Tobago"
-msgstr ""
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "LPD and LPRng do not support IPP printers.\n"
+"I can keep your current configuration and assume you already set up a DHCP "
+"server; in that case please verify I correctly read the Network that you use "
+"for your local network; I will not reconfigure it and I will not touch your "
+"DHCP server configuration.\n"
+"\n"
+"The default DNS entry is the Caching Nameserver configured on the firewall. "
+"You can replace that with your ISP DNS IP, for example.\n"
+"\t\t \n"
+"Else, I can reconfigure your interface and (re)configure a DHCP server for "
+"you.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Host name or IP."
-msgstr "ÓstAinm"
-
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "/_Edit"
-msgstr "Eagar"
-
-#: ../../fsedit.pm:1
-#, c-format
-msgid "simple"
-msgstr "simplí"
-
-#: ../../help.pm:1 ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Clear all"
-msgstr "Glan gach ceann"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "No test pages"
-msgstr ""
+#: ../../standalone/drakgw_.c:290
+#, fuzzy
+msgid "Local Network adress"
+msgstr "ní fuaireathas cárta gréasánú"
-#: ../../lang.pm:1
-#, c-format
-msgid "Falkland Islands (Malvinas)"
+#: ../../standalone/drakgw_.c:294
+msgid ""
+"DHCP Server Configuration.\n"
+"\n"
+"Here you can select different options for the DHCP server configuration.\n"
+"If you don't know the meaning of an option, simply leave it as it is.\n"
+"\n"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "Adapter %s: %s"
-msgstr ""
+#: ../../standalone/drakgw_.c:300
+#, fuzzy
+msgid "(This) DHCP Server IP"
+msgstr "IP freastalaí SMP"
-#: ../../standalone/drakfloppy:1
-#, fuzzy, c-format
-msgid "Boot disk creation"
-msgstr "Trialaigh an cumraíocht"
+#: ../../standalone/drakgw_.c:301
+#, fuzzy
+msgid "The DNS Server IP"
+msgstr "IP freastalaí SMP"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Monday"
-msgstr "Luain"
+#: ../../standalone/drakgw_.c:302
+#, fuzzy
+msgid "The internal domain name"
+msgstr "Gan Printéir"
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Unknown model"
+#: ../../standalone/drakgw_.c:303
+msgid "The DHCP start range"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, check files/directories writable by everybody."
+#: ../../standalone/drakgw_.c:304
+msgid "The DHCP end range"
msgstr ""
-#: ../../help.pm:1
-#, fuzzy, c-format
-msgid "authentication"
-msgstr "Deimniú"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Backup Now"
-msgstr "Socraigh córas chomhad"
-
-#: ../../standalone/drakboot:1 ../../standalone/drakfloppy:1
-#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "/_File"
-msgstr "/_Comhad"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Removing printer from Star Office/OpenOffice.org/GIMP"
+#: ../../standalone/drakgw_.c:305
+msgid "The default lease (in seconds)"
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"Launch packet filtering for Linux kernel 2.2 series, to set\n"
-"up a firewall to protect your machine from network attacks."
+#: ../../standalone/drakgw_.c:306
+msgid "The maximum lease (in seconds)"
msgstr ""
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Editable"
-msgstr "Table"
-
-#: ../../network/ethernet.pm:1
-#, fuzzy, c-format
-msgid "Which dhcp client do you want to use ? (default is dhcp-client)"
-msgstr "Cén rann a bhfuil tú ag iarraidh úsáid mar rann fréamhach"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Tamil (ISCII-layout)"
+#: ../../standalone/drakgw_.c:307
+msgid "Re-configure interface and DHCP server"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Mayotte"
+#: ../../standalone/drakgw_.c:314
+msgid "The Local Network did not finish with `.0', bailing out."
msgstr ""
-#: ../../security/help.pm:1
+#: ../../standalone/drakgw_.c:325
#, c-format
-msgid "Set shell commands history size. A value of -1 means unlimited."
+msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, fuzzy, c-format
-msgid "%d KB\n"
-msgstr "Méid: %d KB\n"
+#: ../../standalone/drakgw_.c:335
+#, fuzzy
+msgid "Configuring..."
+msgstr "Ag cumraigh IDE"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Creating auto install floppy..."
+#: ../../standalone/drakgw_.c:336
+msgid "Configuring scripts, installing software, starting servers..."
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Searching for scanners ..."
-msgstr "Printéir áitiúl"
-
-#: ../../lang.pm:1
+#: ../../standalone/drakgw_.c:372
#, fuzzy, c-format
-msgid "Russia"
-msgstr "Ruislís"
-
-#: ../../steps.pm:1
-#, fuzzy, c-format
-msgid "Partitioning"
-msgstr "Printéir"
-
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid "ethernet card(s) detected"
-msgstr ""
-
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Syslog"
-msgstr ""
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Can't create catalog!"
-msgstr ""
+msgid "Problems installing package %s"
+msgstr "Ag feistiál pacáiste %s"
-#: ../advertising/11-mnf.pl:1
-#, c-format
+#: ../../standalone/drakgw_.c:505
msgid ""
-"Complete your security setup with this very easy-to-use software which "
-"combines high performance components such as a firewall, a virtual private "
-"network (VPN) server and client, an intrusion detection system and a traffic "
-"manager."
-msgstr ""
-
-#: ../../fsedit.pm:1
-#, c-format
-msgid "Not enough free space for auto-allocating"
-msgstr ""
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Set root password"
-msgstr "Socraigh pasfhocal root"
-
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Enable IP spoofing protection"
+"Everything has been configured.\n"
+"You may now share Internet connection with other computers on your Local "
+"Area Network, using automatic network configuration (DHCP)."
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid ""
-"There's no free driver for your sound card (%s), but there's a proprietary "
-"driver at \"%s\"."
+#: ../../standalone/drakgw_.c:523
+msgid "The setup has already been done, but it's currently disabled."
msgstr ""
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Group :"
-msgstr "Grupa na hOibre"
-
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "After resizing partition %s, all data on this partition will be lost"
+#: ../../standalone/drakgw_.c:524
+msgid "The setup has already been done, and it's currently enabled."
msgstr ""
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Internet connection configuration"
+#: ../../standalone/drakgw_.c:525
+#, fuzzy
+msgid "No Internet Connection Sharing has ever been configured."
msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../security/help.pm:1
-#, c-format
-msgid "Add the name as an exception to the handling of password aging by msec."
-msgstr ""
+#: ../../standalone/drakgw_.c:531
+#, fuzzy
+msgid "Internet connection sharing configuration"
+msgstr "Nasc na hIdirlíon agus cumraíocht"
-#: ../../network/isdn.pm:1
+#: ../../standalone/drakgw_.c:539
#, c-format
-msgid "USB"
+msgid ""
+"Welcome to the Internet Connection Sharing utility!\n"
+"\n"
+"%s\n"
+"\n"
+"Click on Configure to launch the setup wizard."
msgstr ""
-#: ../../standalone/drakxtv:1
-#, c-format
-msgid "Scanning for TV channels"
-msgstr ""
+#: ../../standalone/drakperm_.c:36
+#, fuzzy
+msgid "group"
+msgstr "Grupa na hOibre"
-#: ../../standalone/drakbug:1
-#, c-format
-msgid "Kernel:"
+#: ../../standalone/drakperm_.c:36
+msgid "path"
msgstr ""
-#: ../../standalone/harddrake2:1 ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "/_About..."
-msgstr "/Cúidiú/_Faoi..."
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Bengali"
-msgstr ""
+#: ../../standalone/drakperm_.c:36
+#, fuzzy
+msgid "permissions"
+msgstr "rann %s"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Preference: "
-msgstr "Tosaíocht: "
+#: ../../standalone/drakperm_.c:36
+#, fuzzy
+msgid "user"
+msgstr "Ainm úsáideora"
-#: ../../install_steps_interactive.pm:1 ../../services.pm:1
-#, c-format
-msgid "Services: %d activated for %d registered"
+#: ../../standalone/drakperm_.c:43
+msgid "Up"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Create a bootdisk"
-msgstr "Cruthaigh an diosca "
+#: ../../standalone/drakperm_.c:44
+#, fuzzy
+msgid "delete"
+msgstr "Scríos"
-#: ../../lang.pm:1
-#, c-format
-msgid "Solomon Islands"
+#: ../../standalone/drakperm_.c:45
+msgid "edit"
msgstr ""
-#: ../../standalone/mousedrake:1
-#, fuzzy, c-format
-msgid "Please test your mouse:"
-msgstr "Teastáil an luchóg, le do thoil"
-
-#: ../../modules/interactive.pm:1
-#, c-format
-msgid "(module %s)"
-msgstr "(modíl %s)"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Workgroup"
-msgstr "Grupa na hOibre"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printer host name or IP"
-msgstr "Óstainm Printéir"
-
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "down"
+#: ../../standalone/drakperm_.c:46
+#, fuzzy
+msgid "Down"
msgstr "Críochnithe"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Host Path or Module"
-msgstr ""
+#: ../../standalone/drakperm_.c:47
+#, fuzzy
+msgid "add a rule"
+msgstr "Suimigh Modúil"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Name of printer should contain only letters, numbers and the underscore"
+#: ../../standalone/drakperm_.c:48
+msgid "select perm file to see/edit"
msgstr ""
-#: ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "Show current interface configuration"
-msgstr "Cumraigh Idirlíon"
-
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Add Printer"
-msgstr "Printéir"
-
-#: ../../security/help.pm:1
-#, c-format
+#: ../../standalone/drakperm_.c:51
msgid ""
-"The argument specifies if clients are authorized to connect\n"
-"to the X server from the network on the tcp port 6000 or not."
+"Drakperm is used to see files to use in order to fix permissions, owners, "
+"and groups via msec.\n"
+"You can also edit your own rules which will owerwrite the default rules."
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid "Development"
-msgstr "Forbairt"
-
-#: ../../any.pm:1 ../../help.pm:1 ../../diskdrake/dav.pm:1
-#: ../../diskdrake/hd_gtk.pm:1 ../../diskdrake/removable.pm:1
-#: ../../diskdrake/smbnfs_gtk.pm:1 ../../interactive/http.pm:1
-#: ../../printer/printerdrake.pm:1 ../../standalone/drakbackup:1
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Done"
-msgstr "Críochnithe"
-
-#: ../../network/drakfirewall.pm:1
-#, fuzzy, c-format
-msgid "Web Server"
-msgstr "Freastalaí"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Chile"
-msgstr "An tSile"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\tDo not include System Files\n"
-msgstr ""
+#: ../../standalone/drakperm_.c:56
+#, fuzzy
+msgid "Add a new rule at the end"
+msgstr "Gan Printéir"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"The inkjet printer drivers provided by Lexmark only support local printers, "
-"no printers on remote machines or print server boxes. Please connect your "
-"printer to a local port or configure it on the machine where it is connected "
-"to."
+#: ../../standalone/drakperm_.c:57
+msgid "Edit curent rule"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Your multi-function device was configured automatically to be able to scan. "
-"Now you can scan with \"scanimage\" (\"scanimage -d hp:%s\" to specify the "
-"scanner when you have more than one) from the command line or with the "
-"graphical interfaces \"xscanimage\" or \"xsane\". If you are using the GIMP, "
-"you can also scan by choosing the appropriate point in the \"File\"/\"Acquire"
-"\" menu. Call also \"man scanimage\" on the command line to get more "
-"information.\n"
-"\n"
-"Do not use \"scannerdrake\" for this device!"
+#: ../../standalone/drakperm_.c:58
+msgid "Up selected rule one level"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "(already added %s)"
+#: ../../standalone/drakperm_.c:59
+msgid "Down selected rule one level"
msgstr ""
-#: ../../any.pm:1
-#, fuzzy, c-format
-msgid "Bootloader installation in progress"
-msgstr "Feistiú cód tosnaithe"
+#: ../../standalone/drakperm_.c:60
+#, fuzzy
+msgid "Delete selected rule"
+msgstr "Scrios ciú"
-#: ../../printer/main.pm:1
-#, c-format
-msgid ", using command %s"
+#: ../../standalone/drakperm_.c:224
+msgid "browse"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Alt and Shift keys simultaneously"
+#: ../../standalone/drakperm_.c:231
+msgid "Current user"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Flags"
+#: ../../standalone/drakperm_.c:236
+#, fuzzy
+msgid "Permissions"
+msgstr "Leagan: %s\n"
+
+#: ../../standalone/drakperm_.c:237
+msgid "Path"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Add/Del Users"
-msgstr "Suimigh úsáideoir"
+#: ../../standalone/drakperm_.c:238
+#, fuzzy
+msgid "Property"
+msgstr "Poirt"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Host/network IP address missing."
+#: ../../standalone/drakperm_.c:240
+msgid "sticky-bit"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "weekly"
+#: ../../standalone/drakperm_.c:241
+msgid "Set-UID"
msgstr ""
-#: ../../standalone/logdrake:1 ../../standalone/net_monitor:1
-#, c-format
-msgid "Settings"
-msgstr "Roghnachais"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The entered host/network IP is not correct.\n"
+#: ../../standalone/drakperm_.c:242
+msgid "Set-GID"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Create/Transfer backup keys for SSH"
+#: ../../standalone/drakperm_.c:296
+msgid ""
+"Used for directory:\n"
+" only owner of directory or file in this directory can delete it"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Here is the full list of available countries"
+#: ../../standalone/drakperm_.c:297
+msgid "Use owner id for execution"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Alternative test page (A4)"
+#: ../../standalone/drakperm_.c:298
+msgid "Use group id for execution"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid ""
-"If you have all the CDs in the list below, click Ok.\n"
-"If you have none of those CDs, click Cancel.\n"
-"If only some CDs are missing, unselect them, then click Ok."
+#: ../../standalone/drakperm_.c:299
+msgid "when checked, owner and group won't be changed"
msgstr ""
-#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
-#, c-format
-msgid "Wait please"
-msgstr ""
+#: ../../standalone/drakperm_.c:304
+#, fuzzy
+msgid "Path selection"
+msgstr "Roghnú Grúpa Pacáistí"
-#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "PAP"
-msgstr "PAP"
+#: ../../standalone/drakperm_.c:350
+#, fuzzy
+msgid "user :"
+msgstr "Ainm úsáideora"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Backup user files"
-msgstr "Droch comhad chúltaca"
+#: ../../standalone/drakperm_.c:352
+#, fuzzy
+msgid "group :"
+msgstr "Grupa na hOibre"
-#: ../../diskdrake/dav.pm:1
-#, fuzzy, c-format
-msgid "New"
-msgstr "nua"
+#: ../../standalone/draksound_.c:46
+#, fuzzy
+msgid "No Sound Card detected!"
+msgstr "Cumraigh ADSL"
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/draksound_.c:47
msgid ""
-"This is the most crucial decision point for the security of your GNU/Linux\n"
-"system: you have to enter the \"root\" password. \"Root\" is the system\n"
-"administrator and is the only user authorized to make updates, add users,\n"
-"change the overall system configuration, and so on. In short, \"root\" can\n"
-"do everything! That is why you must choose a password that is difficult to\n"
-"guess - DrakX will tell you if the password that you chose too easy. As you\n"
-"can see, you are not forced to enter a password, but we strongly advise you\n"
-"against this. GNU/Linux is just as prone to operator error as any other\n"
-"operating system. Since \"root\" can overcome all limitations and\n"
-"unintentionally erase all data on partitions by carelessly accessing the\n"
-"partitions themselves, it is important that it be difficult to become\n"
-"\"root\".\n"
-"\n"
-"The password should be a mixture of alphanumeric characters and at least 8\n"
-"characters long. Never write down the \"root\" password -- it makes it far\n"
-"too easy to compromise a system.\n"
-"\n"
-"One caveat -- do not make the password too long or complicated because you\n"
-"must be able to remember it!\n"
+"No Sound Card has been detected on your machine. Please verify that a Linux-"
+"supported Sound Card is correctly plugged in.\n"
"\n"
-"The password will not be displayed on screen as you type it in. To reduce\n"
-"the chance of a blind typing error you will need to enter the password\n"
-"twice. If you do happen to make the same typing error twice, this\n"
-"``incorrect'' password will be the one you will have use the first time you\n"
-"connect.\n"
"\n"
-"If you wish access to this computer to be controlled by an authentication\n"
-"server, click the \"%s\" button.\n"
+"You can visit our hardware database at:\n"
"\n"
-"If your network uses either LDAP, NIS, or PDC Windows Domain authentication\n"
-"services, select the appropriate one for \"%s\". If you do not know which\n"
-"one to use, you should ask your network administrator.\n"
"\n"
-"If you happen to have problems with remembering passwords, if your computer\n"
-"will never be connected to the internet or that you absolutely trust\n"
-"everybody who uses your computer, you can choose to have \"%s\"."
-msgstr ""
-
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Name resolution spoofing protection"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/draksound_.c:54
msgid ""
-"At this point, DrakX will allow you to choose the security level desired\n"
-"for the machine. As a rule of thumb, the security level should be set\n"
-"higher if the machine will contain crucial data, or if it will be a machine\n"
-"directly exposed to the Internet. The trade-off of a higher security level\n"
-"is generally obtained at the expense of ease of use.\n"
"\n"
-"If you do not know what to choose, stay with the default option."
+"\n"
+"\n"
+"Note: if you've an ISA PnP sound card, you'll have to use the sndconfig "
+"program. Just type \"sndconfig\" in a console."
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Load from floppy"
-msgstr "Aisig ó dhiosca flapach"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "The following printer was auto-detected. "
-msgstr "Níl aon gaireas ghreasán san do chorás!"
-
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Uses command %s"
-msgstr "Poirt"
-
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Boot Floppy"
+#: ../../standalone/draksplash_.c:21
+msgid ""
+"package 'ImageMagick' is required for correct working.\n"
+"Click \"Ok\" to install 'ImageMagick' or \"Cancel\" to quit"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Norwegian"
-msgstr "Ioruais"
+#: ../../standalone/draksplash_.c:67
+#, fuzzy
+msgid "first step creation"
+msgstr "Trialaigh an cumraíocht"
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Searching for new scanners ..."
-msgstr "Printéir áitiúl"
+#: ../../standalone/draksplash_.c:70
+#, fuzzy
+msgid "final resolution"
+msgstr "Réiteach"
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Apache World Wide Web Server"
-msgstr ""
+#: ../../standalone/draksplash_.c:71 ../../standalone/draksplash_.c:163
+#, fuzzy
+msgid "choose image file"
+msgstr "Roghnaigh gníomh"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "stepping of the cpu (sub model (generation) number)"
-msgstr ""
+#: ../../standalone/draksplash_.c:72
+#, fuzzy
+msgid "Theme name"
+msgstr "Comh. ainm"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "select path to restore (instead of /)"
-msgstr "Cén cinéal luchóg atá agat?"
+#: ../../standalone/draksplash_.c:77
+msgid "Browse"
+msgstr ""
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
+#: ../../standalone/draksplash_.c:87 ../../standalone/draksplash_.c:153
+#, fuzzy
msgid "Configure bootsplash picture"
msgstr "Cumraigh seirbhisí"
-#: ../../lang.pm:1
-#, c-format
-msgid "Georgia"
-msgstr ""
-
-#: ../../lang.pm:1
-#, c-format
-msgid "China"
-msgstr "An tSín"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid " (Make sure that all your printers are connected and turned on).\n"
-msgstr "Cén cinéal luchóg atá agat?"
-
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Reading data of installed printers..."
-msgstr "Printéir áitiúl"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid " Erase Now "
-msgstr ""
-
-#: ../../fsedit.pm:1
-#, c-format
-msgid "server"
-msgstr "Freastalaí"
-
-#: ../../install_any.pm:1
-#, fuzzy, c-format
-msgid "Insert a FAT formatted floppy in drive %s"
-msgstr "Cur isteach diosca sa dioscthiomant %s"
-
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "yes means the processor has an arithmetic coprocessor"
+#: ../../standalone/draksplash_.c:90
+msgid ""
+"x coordinate of text box\n"
+"in number of character"
msgstr ""
-#: ../../harddrake/sound.pm:1 ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Please Wait... Applying the configuration"
-msgstr "Trialaigh an cumraíocht"
-
-# NOTE: this message will be displayed by grub at boot time; that is
-# using the BIOS font; that means cp437 charset on 99.99% of PC computers
-# out there. It is the nsuggested that for non latin languages an ascii
-# transliteration be used; or maybe the english text be used; as it is best
-#
-# The lines must fit on screen, aka length < 80
-# and only one line per string for the GRUB messages
-#
-# FIXME
-#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
-#. -PO: and keep them smaller than 79 chars long
-#: ../../bootloader.pm:1
-#, c-format
-msgid "Welcome to GRUB the operating system chooser!"
-msgstr "Fáile go GRUB, an roghnóir Choráis "
-
-#: ../../bootloader.pm:1
-#, c-format
-msgid "Grub"
-msgstr "Grub"
-
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "SCSI controllers"
+#: ../../standalone/draksplash_.c:91
+msgid ""
+"y coordinate of text box\n"
+"in number of character"
msgstr ""
-#: ../../printer/main.pm:1
-#, c-format
-msgid " on LPD server \"%s\", printer \"%s\""
+#: ../../standalone/draksplash_.c:92
+msgid "text width"
msgstr ""
-#: ../../standalone/drakedm:1
-#, c-format
-msgid "Choosing a display manager"
+#: ../../standalone/draksplash_.c:93
+msgid "text box height"
msgstr ""
-#: ../../network/ethernet.pm:1 ../../network/network.pm:1
-#, fuzzy, c-format
-msgid "Zeroconf Host name"
-msgstr "ÓstAinm"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Custom setup/crontab entry:"
+#: ../../standalone/draksplash_.c:94
+msgid ""
+"the progress bar x coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../network/network.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "IP address should be in format 1.2.3.4"
+#: ../../standalone/draksplash_.c:95
+msgid ""
+"the progress bar y coordinate\n"
+"of its upper left corner"
msgstr ""
-#: ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Configure CUPS printing system"
-msgstr "Cumraigh gréasánú"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Ecuador"
-msgstr "Eacuadór"
-
-#: ../../standalone/drakautoinst:1
-#, fuzzy, c-format
-msgid "Add an item"
-msgstr "Suimigh úsáideoir"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "The printers on this machine are available to other computers"
+#: ../../standalone/draksplash_.c:96
+msgid "the width of the progress bar"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "China (Hong Kong)"
+#: ../../standalone/draksplash_.c:97
+msgid "the heigth of the progress bar"
msgstr ""
-#: ../../standalone/drakautoinst:1
-#, c-format
-msgid "I can't find needed image file `%s'."
+#: ../../standalone/draksplash_.c:98
+msgid "the color of the progress bar"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "No sound card detected. Try \"harddrake\" after installation"
-msgstr ""
+#: ../../standalone/draksplash_.c:113
+#, fuzzy
+msgid "Preview"
+msgstr "feist"
-#: ../../network/drakfirewall.pm:1
-#, c-format
-msgid ""
-"Invalid port given: %s.\n"
-"The proper format is \"port/tcp\" or \"port/udp\", \n"
-"where port is between 1 and 65535."
-msgstr ""
+#: ../../standalone/draksplash_.c:115
+#, fuzzy
+msgid "Save theme"
+msgstr "Feistigh córas"
-#: ../../any.pm:1
-#, c-format
-msgid "Shell"
-msgstr "Blaosc"
+#: ../../standalone/draksplash_.c:116
+#, fuzzy
+msgid "Choose color"
+msgstr "Roghnaigh scáileán"
-#: ../../lang.pm:1
-#, c-format
-msgid "Sao Tome and Principe"
+#: ../../standalone/draksplash_.c:119
+msgid "Display logo on Console"
msgstr ""
-#: ../../network/isdn.pm:1
-#, c-format
-msgid "PCI"
-msgstr "PCI"
-
-#: ../../diskdrake/smbnfs_gtk.pm:1
-#, c-format
-msgid "Can't login using username %s (bad password?)"
+#: ../../standalone/draksplash_.c:120
+msgid "Make kernel message quiet by default"
msgstr ""
-#: ../../keyboard.pm:1
+#: ../../standalone/draksplash_.c:156 ../../standalone/draksplash_.c:321
#, c-format
-msgid "Azerbaidjani (latin)"
+msgid "This theme haven't yet any bootsplash in %s !"
msgstr ""
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Package not installed"
-msgstr "Eirigh as Feistiú"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "American Samoa"
+#: ../../standalone/draksplash_.c:205
+msgid "saving Bootsplash theme..."
msgstr ""
-#: ../advertising/12-mdkexpert.pl:1
-#, fuzzy, c-format
-msgid "Become a MandrakeExpert"
-msgstr "Saineolaí"
-
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Protocol"
-msgstr "Portráid"
+#: ../../standalone/draksplash_.c:428
+#, fuzzy
+msgid "ProgressBar color selection"
+msgstr "Nasc Printéir"
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Copy fonts on your system"
-msgstr "Níl aon gaireas ghreasán san do chorás!"
+#: ../../standalone/draksplash_.c:449
+#, fuzzy
+msgid "You must choose an image file first!"
+msgstr "Gaireas Printéir (URI)"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "Harddrake help"
-msgstr ""
+#: ../../standalone/draksplash_.c:458
+#, fuzzy
+msgid "Generating preview ..."
+msgstr "Scríos Printéir"
-#: ../../standalone/harddrake2:1
+#. -PO First %s is theme name, second %s (in parenthesis) is resolution
+#: ../../standalone/draksplash_.c:506
#, c-format
-msgid "Bogomips"
+msgid "%s BootSplash (%s) preview"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Mandrake Terminal Server Configuration"
-msgstr "Cumraigh Idirlíon"
-
-#: ../../standalone/drakbackup:1
-#, c-format
+#: ../../standalone/drakxtv_.c:46
msgid ""
+"XawTV isn't installed!\n"
"\n"
-" DrakBackup Report Details\n"
"\n"
+"If you do have a TV card but DrakX has neither detected it (no bttv nor "
+"saa7134\n"
+"module in \"/etc/modules\") nor installed xawtv, please send the\n"
+"results of \"lspcidrake -v -f\" to \"install\\@mandrakesoft.com\"\n"
+"with subject \"undetected TV card\".\n"
"\n"
+"\n"
+"You can install it by typing \"urpmi xawtv\" as root, in a console."
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Restore all backups"
+#: ../../standalone/drakxtv_.c:63
+msgid "Canada (cable)"
msgstr ""
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid " on parallel port #%s"
+#: ../../standalone/drakxtv_.c:63
+msgid "USA (broadcast)"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid ""
-"Set the password minimum length and minimum number of digit and minimum "
-"number of capitalized letters."
+#: ../../standalone/drakxtv_.c:63
+msgid "USA (cable)"
msgstr ""
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, check open ports."
+#: ../../standalone/drakxtv_.c:63
+msgid "USA (cable-hrc)"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "This may take a moment to erase the media."
+#: ../../standalone/drakxtv_.c:64
+msgid "China (broadcast)"
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "You can't select/unselect this package"
+#: ../../standalone/drakxtv_.c:64
+msgid "Japan (broadcast)"
msgstr ""
-#: ../../keyboard.pm:1 ../../diskdrake/interactive.pm:1
-#: ../../harddrake/sound.pm:1 ../../network/modem.pm:1
-#: ../../standalone/drakfloppy:1
-#, c-format
-msgid "Warning"
-msgstr "Rabhadh"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"\n"
-"- Other Files:\n"
+#: ../../standalone/drakxtv_.c:64
+msgid "Japan (cable)"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Remote host name"
-msgstr "ÓstAinm"
+#: ../../standalone/drakxtv_.c:65
+#, fuzzy
+msgid "East Europe"
+msgstr "Eorap"
-#: ../../any.pm:1
-#, c-format
-msgid "access to X programs"
-msgstr ""
+#: ../../standalone/drakxtv_.c:65
+#, fuzzy
+msgid "France [SECAM]"
+msgstr "Fraince"
-#: ../../install_interactive.pm:1
-#, fuzzy, c-format
-msgid "Computing the size of the Windows partition"
-msgstr "Cruthaigh rann nua"
+#: ../../standalone/drakxtv_.c:65
+#, fuzzy
+msgid "Ireland"
+msgstr "Athlódaigh"
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "/_Refresh"
-msgstr ""
+#: ../../standalone/drakxtv_.c:65
+#, fuzzy
+msgid "West Europe"
+msgstr "Eorap"
-#: ../../crypto.pm:1 ../../lang.pm:1 ../../network/tools.pm:1
-#: ../../standalone/drakxtv:1
-#, fuzzy, c-format
-msgid "Italy"
-msgstr "Iodálais"
+#: ../../standalone/drakxtv_.c:66
+#, fuzzy
+msgid "Australia"
+msgstr "srathach"
-#: ../../lang.pm:1
-#, c-format
-msgid "Cayman Islands"
+#: ../../standalone/drakxtv_.c:66
+msgid "Newzealand"
msgstr ""
-#: ../../fs.pm:1 ../../partition_table.pm:1
-#, c-format
-msgid "error unmounting %s: %s"
+#: ../../standalone/drakxtv_.c:67
+msgid "South Africa"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Name of printer"
-msgstr "Ainm Printéir"
-
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "disable"
+#: ../../standalone/drakxtv_.c:68
+msgid "Argentina"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Do it!"
+#: ../../standalone/drakxtv_.c:69
+msgid "Australian Optus cable TV"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "%s not responding"
+#: ../../standalone/drakxtv_.c:102
+msgid ""
+"Please,\n"
+"type in your tv norm and country"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Select model manually"
-msgstr "Scríos Printéir"
+#: ../../standalone/drakxtv_.c:104
+msgid "TV norm:"
+msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Format"
-msgstr "Formáidigh"
+#: ../../standalone/drakxtv_.c:105
+msgid "Area:"
+msgstr ""
-#: ../../network/adsl.pm:1
-#, c-format
-msgid ""
-"The most common way to connect with adsl is pppoe.\n"
-"Some connections use pptp, a few use dhcp.\n"
-"If you don't know, choose 'use pppoe'"
+#: ../../standalone/drakxtv_.c:109
+msgid "Scanning for TV channels in progress ..."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Various"
+#: ../../standalone/drakxtv_.c:116
+msgid "Scanning for TV channels"
msgstr ""
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "Zip"
+#: ../../standalone/drakxtv_.c:120
+msgid "There was an error while scanning for TV channels"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Left Alt key"
+#: ../../standalone/drakxtv_.c:121
+msgid "XawTV isn't installed!"
msgstr ""
-#: ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Load setting"
-msgstr "Ag formáidiú"
+#: ../../standalone/drakxtv_.c:124
+msgid "Have a nice day!"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"\n"
-"\n"
-"Printerdrake could not determine which model your printer %s is. Please "
-"choose the correct model from the list."
+#: ../../standalone/drakxtv_.c:125
+msgid "Now, you can run xawtv (under X Window!) !\n"
msgstr ""
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "Set selected printer as the default printer"
+#: ../../standalone/drakxtv_.c:147
+msgid "No TV Card detected!"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/drakxtv_.c:148
msgid ""
+"No TV Card has been detected on your machine. Please verify that a Linux-"
+"supported Video/TV Card is correctly plugged in.\n"
"\n"
-"Mark the printers which you want to transfer and click \n"
-"\"Transfer\"."
+"\n"
+"You can visit our hardware database at:\n"
+"\n"
+"\n"
+"http://www.linux-mandrake.com/en/hardware.php3"
msgstr ""
-#: ../../printer/data.pm:1
-#, c-format
-msgid "PDQ"
+#: ../../standalone/harddrake2_.c:17
+msgid "Alternative drivers"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Albanian"
+#: ../../standalone/harddrake2_.c:18
+msgid "the list of alternative drivers for this sound card"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Lithuania"
+#: ../../standalone/harddrake2_.c:20
+msgid "Bus"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Compact"
-msgstr "Compact"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Detected model: %s %s"
-msgstr "Pointe taca dublach %s"
-
-#: ../advertising/03-software.pl:1
-#, c-format
-msgid "MandrakeSoft has selected the best software for you"
+#: ../../standalone/harddrake2_.c:21
+msgid ""
+"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Local files"
-msgstr "Chomaid Áitiúl"
-
-#: ../../pkgs.pm:1
-#, c-format
-msgid "maybe"
-msgstr "b'fhéidir"
+#: ../../standalone/harddrake2_.c:22
+#, fuzzy
+msgid "Channel"
+msgstr "Cealaigh"
-#: ../../lang.pm:1
-#, c-format
-msgid "Panama"
+#: ../../standalone/harddrake2_.c:22
+msgid "EIDE/SCSI channel"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Can't open %s!"
-msgstr "Earráid ag oscailt %s do scríobh: %s"
-
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid ""
-"Your graphic card seems to have a TV-OUT connector.\n"
-"It can be configured to work using frame-buffer.\n"
-"\n"
-"For this you have to plug your graphic card to your TV before booting your "
-"computer.\n"
-"Then choose the \"TVout\" entry in the bootloader\n"
-"\n"
-"Do you have this feature?"
+#: ../../standalone/harddrake2_.c:23
+msgid "Bogomips"
msgstr ""
-#: ../../Xconfig/main.pm:1 ../../Xconfig/monitor.pm:1
-#, c-format
-msgid "Monitor"
-msgstr "Scáileán"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/harddrake2_.c:23
msgid ""
-"You are about to set up printing to a Windows account with password. Due to "
-"a fault in the architecture of the Samba client software the password is put "
-"in clear text into the command line of the Samba client used to transmit the "
-"print job to the Windows server. So it is possible for every user on this "
-"machine to display the password on the screen by issuing commands as \"ps "
-"auxwww\".\n"
-"\n"
-"We recommend to make use of one of the following alternatives (in all cases "
-"you have to make sure that only machines from your local network have access "
-"to your Windows server, for example by means of a firewall):\n"
-"\n"
-"Use a password-less account on your Windows server, as the \"GUEST\" account "
-"or a special account dedicated for printing. Do not remove the password "
-"protection from a personal account or the administrator account.\n"
-"\n"
-"Set up your Windows server to make the printer available under the LPD "
-"protocol. Then set up printing from this machine with the \"%s\" connection "
-"type in Printerdrake.\n"
-"\n"
+"The GNU/Linux kernel needs to do run a calculation loop at boot time\n"
+"\t to initialize a timer counter. Its result is stored as bogomips as a way "
+"to \"benchmark\" the cpu."
msgstr ""
-#: ../../Xconfig/resolution_and_depth.pm:1
-#, c-format
-msgid "65 thousand colors (16 bits)"
-msgstr "65 míle dath (16 giotáin)"
+#: ../../standalone/harddrake2_.c:26
+#, fuzzy
+msgid "Bus identification"
+msgstr "Deimniú"
-#: ../../standalone/drakbackup:1
-#, c-format
+#: ../../standalone/harddrake2_.c:27
msgid ""
-"\n"
-"- Save on Hard drive on path: %s\n"
+"- PCI and USB devices: this list the vendor, device, subvendor and subdevice "
+"PCI/USB ids"
msgstr ""
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Remove fonts on your system"
-msgstr "Níl aon gaireas ghreasán san do chorás!"
+#: ../../standalone/harddrake2_.c:29
+msgid "Location on the bus"
+msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
+#: ../../standalone/harddrake2_.c:30
msgid ""
-"Warning, the network adapter (%s) is already configured.\n"
-"\n"
-"Do you want an automatic re-configuration?\n"
-"\n"
-"You can do it manually but you need to know what you're doing."
+"- pci devices: this gives the PCI slot, device and function of this card\n"
+"- eide devices: the device is either a slave or a master device\n"
+"- scsi devices: the scsi bus and the scsi device ids"
msgstr ""
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid "Graphical interface at startup"
-msgstr "X ag tús"
+#: ../../standalone/harddrake2_.c:33
+#, fuzzy
+msgid "Cache size"
+msgstr "méid smután"
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid " adsl"
+#: ../../standalone/harddrake2_.c:33
+msgid "Size of the (second level) cpu cache"
msgstr ""
-#: ../../raid.pm:1
-#, c-format
-msgid "Not enough partitions for RAID level %d\n"
+#: ../../standalone/harddrake2_.c:34
+msgid "Coma bug:"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid "format of floppies supported by the drive"
+#: ../../standalone/harddrake2_.c:34
+msgid "Does this cpu has Cyrix 6x86 Coma bug ?"
msgstr ""
-#: ../../network/tools.pm:1
-#, c-format
-msgid "Firmware copy failed, file %s not found"
+#: ../../standalone/harddrake2_.c:35
+msgid "Cpuid family"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "local config: true"
-msgstr "Cumraigh"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"The following printers are configured. Double-click on a printer to change "
-"its settings; to make it the default printer; or to view information about "
-"it."
+#: ../../standalone/harddrake2_.c:35
+msgid "Family of the cpu (eg: 6 for i686 class)"
msgstr ""
-#: ../../standalone/drakconnect:1 ../../standalone/net_monitor:1
-#, fuzzy, c-format
-msgid "Connected"
-msgstr "Ainm Nasc"
+#: ../../standalone/harddrake2_.c:36
+#, fuzzy
+msgid "Cpuid level"
+msgstr "Roghnaigh liebhéal slándáil"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Macedonian"
+#: ../../standalone/harddrake2_.c:36
+msgid "Information level that can be obtained through the cpuid instruction"
msgstr ""
-# ML
-#: ../../lang.pm:1
-#, c-format
-msgid "Mali"
-msgstr "Mali"
-
-#: ../../harddrake/data.pm:1
-#, c-format
-msgid "Bridges and system controllers"
+#: ../../standalone/harddrake2_.c:37
+msgid "Frequency (MHz)"
msgstr ""
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "/File/_Save"
-msgstr "/Comhad/_Sábháil"
-
-#: ../../install_steps_gtk.pm:1
-#, fuzzy, c-format
-msgid "No details"
-msgstr "Sonraí"
+#: ../../standalone/harddrake2_.c:37
+msgid ""
+"The cpu frequency in Mhz (Mega herz which in first approximation may be "
+"coarsely assimilated to number of instructions the cpu is able to execute "
+"per second)"
+msgstr ""
-#: ../../pkgs.pm:1
-#, c-format
-msgid "very nice"
-msgstr "an-dheas"
+#: ../../standalone/harddrake2_.c:38
+msgid "This field describes the device"
+msgstr ""
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "Preview"
-msgstr "feist"
+#: ../../standalone/harddrake2_.c:39
+#, fuzzy
+msgid "Old device file"
+msgstr "Roghnaigh Comhad"
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Remote Control"
-msgstr "Scríos Printéir"
+#: ../../standalone/harddrake2_.c:40
+msgid "old static device name used in dev package"
+msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Please select media for backup..."
-msgstr "Roghnaight do theangam le do thoil."
+#: ../../standalone/harddrake2_.c:41
+#, fuzzy
+msgid "New devfs device"
+msgstr "Gaireas na hInneal Geata"
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Wrong email"
+#: ../../standalone/harddrake2_.c:42
+msgid "new dinamic device name generated by incore kernel devfs"
msgstr ""
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid "XFree86 server: %s\n"
-msgstr "Freastalaí XFree86: %s\n"
+#: ../../standalone/harddrake2_.c:43
+#, fuzzy
+msgid "Module"
+msgstr "Luchóg"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Allow Thin Clients"
+#: ../../standalone/harddrake2_.c:43
+msgid "the module of the GNU/Linux kernel that handle that device"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Georgian (\"Russian\" layout)"
+#: ../../standalone/harddrake2_.c:44
+msgid "CPU flags reported by the kernel"
msgstr ""
-#: ../../standalone/harddrake2:1 ../../standalone/logdrake:1
-#: ../../standalone/printerdrake:1
-#, c-format
-msgid "/_Options"
-msgstr "/_Roghanna"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Your printer model"
-msgstr "Scríos Printéir"
-
-#: ../../any.pm:1
-#, c-format
-msgid ""
-"\n"
-"\n"
-"(WARNING! You're using XFS for your root partition,\n"
-"creating a bootdisk on a 1.44 Mb floppy will probably fail,\n"
-"because XFS needs a very large driver)."
+#: ../../standalone/harddrake2_.c:44
+msgid "Flags"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"\n"
-"- Delete hard drive tar files after backup.\n"
+#: ../../standalone/harddrake2_.c:45
+msgid "Fdiv bug"
msgstr ""
-#: ../../standalone/drakpxe:1
-#, c-format
+#: ../../standalone/harddrake2_.c:46
msgid ""
-"No CD or DVD image found, please copy the installation program and rpm files."
+"Early Intel Pentium chips manufactured have a bug in their floating point "
+"processor which did not achieve the attended precision when performing a "
+"Floating point DIVision (FDIV)"
msgstr ""
-#: ../advertising/04-configuration.pl:1
-#, fuzzy, c-format
-msgid "Mandrake's multipurpose configuration tool"
-msgstr "Cumraigh Idirlíon"
-
-#: ../../standalone/drakbackup:1 ../../standalone/logdrake:1
-#, fuzzy, c-format
-msgid "Save"
-msgstr "Clár Tosnú"
-
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "The %s is unsupported"
+#: ../../standalone/harddrake2_.c:49
+msgid "Is FPU present"
msgstr ""
-#: ../../services.pm:1
-#, c-format
-msgid "Load the drivers for your usb devices."
+#: ../../standalone/harddrake2_.c:49
+msgid "yes means the processor has an arithmetic coprocessor"
msgstr ""
-#: ../../harddrake/data.pm:1
-#, fuzzy, c-format
-msgid "Disk"
-msgstr "Danmharghais"
-
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Enter a printer device URI"
-msgstr "Gaireas Printéir (URI)"
-
-#: ../advertising/01-thanks.pl:1
-#, c-format
-msgid ""
-"The success of MandrakeSoft is based upon the principle of Free Software. "
-"Your new operating system is the result of collaborative work of the "
-"worldwide Linux Community."
+#: ../../standalone/harddrake2_.c:50
+msgid "Does FPU have an irq vector"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Israel"
-msgstr "Iosrael"
-
-# fr
-#: ../../lang.pm:1
-#, c-format
-msgid "French Guiana"
-msgstr "Fraincis"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "default:LTR"
-msgstr "default:LTR"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "A command line must be entered!"
+#: ../../standalone/harddrake2_.c:50
+msgid "yes means the arithmetic coprocessor has an exception vector attached"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Select user manually"
+#: ../../standalone/harddrake2_.c:51
+msgid "Early pentium were buggy and freezed when decoding the F00F bytecode"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Transfer printer configuration"
-msgstr "Cumraigh Idirlíon"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Do you want to enable printing on the printers mentioned above?\n"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
+#: ../../standalone/harddrake2_.c:51
+msgid "F00f bug"
+msgstr ""
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Check additions/removals of suid root files"
+#: ../../standalone/harddrake2_.c:52
+msgid "Halt bug"
msgstr ""
-#: ../../any.pm:1
-#, c-format
+#: ../../standalone/harddrake2_.c:53
msgid ""
-"For this to work for a W2K PDC, you will probably need to have the admin "
-"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
-"add and reboot the server.\n"
-"You will also need the username/password of a Domain Admin to join the "
-"machine to the Windows(TM) domain.\n"
-"If networking is not yet enabled, Drakx will attempt to join the domain "
-"after the network setup step.\n"
-"Should this setup fail for some reason and domain authentication is not "
-"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
-"Domain, and Admin Username/Password, after system boot.\n"
-"The command 'wbinfo -t' will test whether your authentication secrets are "
-"good."
+"Some of the early i486DX-100 chips cannot reliably return to operating mode "
+"after the \"halt\" instruction is used"
msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "%s (Port %s)"
-msgstr "Poirt"
+#: ../../standalone/harddrake2_.c:55
+#, fuzzy
+msgid "Floppy format"
+msgstr "Formáidigh"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Use network connection to backup"
-msgstr "Droch comhad chúltaca"
+#: ../../standalone/harddrake2_.c:55
+msgid "Format of floppies the drive accept"
+msgstr ""
-#: ../../standalone/drakfloppy:1
-#, fuzzy, c-format
-msgid "Kernel version"
-msgstr "leagan `kernel'"
+#: ../../standalone/harddrake2_.c:56
+#, fuzzy
+msgid "Level"
+msgstr "leibhéal"
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"It is now time to specify which programs you wish to install on your\n"
-"system. There are thousands of packages available for Mandrake Linux, and\n"
-"to make it simpler to manage the packages have been placed into groups of\n"
-"similar applications.\n"
-"\n"
-"Packages are sorted into groups corresponding to a particular use of your\n"
-"machine. Mandrake Linux has four predefined installations available. You\n"
-"can think of these installation classes as containers for various packages.\n"
-"You can mix and match applications from the various groups, so a\n"
-"``Workstation'' installation can still have applications from the\n"
-"``Development'' group installed.\n"
-"\n"
-" * \"%s\": if you plan to use your machine as a workstation, select one or\n"
-"more of the applications that are in the workstation group.\n"
-"\n"
-" * \"%s\": if plan on using your machine for programming, choose the\n"
-"appropriate packages from that group.\n"
-"\n"
-" * \"%s\": if your machine is intended to be a server, select which of the\n"
-"more common services you wish to install on your machine.\n"
-"\n"
-" * \"%s\": this is where you will choose your preferred graphical\n"
-"environment. At least one must be selected if you want to have a graphical\n"
-"interface available.\n"
-"\n"
-"Moving the mouse cursor over a group name will display a short explanatory\n"
-"text about that group. If you unselect all groups when performing a regular\n"
-"installation (as opposed to an upgrade), a dialog will pop up proposing\n"
-"different options for a minimal installation:\n"
-"\n"
-" * \"%s\": install the minimum number of packages possible to have a\n"
-"working graphical desktop.\n"
-"\n"
-" * \"%s\": installs the base system plus basic utilities and their\n"
-"documentation. This installation is suitable for setting up a server.\n"
-"\n"
-" * \"%s\": will install the absolute minimum number of packages necessary\n"
-"to get a working Linux system. With this installation you will only have a\n"
-"command line interface. The total size of this installation is about 65\n"
-"megabytes.\n"
-"\n"
-"You can check the \"%s\" box, which is useful if you are familiar with the\n"
-"packages being offered or if you want to have total control over what will\n"
-"be installed.\n"
-"\n"
-"If you started the installation in \"%s\" mode, you can unselect all groups\n"
-"to avoid installing any new package. This is useful for repairing or\n"
-"updating an existing system."
+#: ../../standalone/harddrake2_.c:56
+msgid "Sub generation of the cpu"
msgstr ""
-#: ../../any.pm:1 ../../help.pm:1
-#, c-format
-msgid "Accept user"
+#: ../../standalone/harddrake2_.c:57
+msgid "Media class"
msgstr ""
-#: ../../help.pm:1 ../../diskdrake/dav.pm:1
-#, c-format
-msgid "Server"
-msgstr "Freastalaí"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Left Shift key"
+#: ../../standalone/harddrake2_.c:57
+msgid "class of hardware device"
msgstr ""
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid " local network"
-msgstr "ní fuaireathas cárta gréasánú"
+#: ../../standalone/harddrake2_.c:58 ../../standalone/harddrake2_.c:59
+#, fuzzy
+msgid "Model"
+msgstr "Luchóg"
-#: ../../interactive/stdio.pm:1
-#, c-format
-msgid "Bad choice, try again\n"
-msgstr "Droch rogha, aththrialaigh\n"
+#: ../../standalone/harddrake2_.c:58
+#, fuzzy
+msgid "hard disk model"
+msgstr "Cuimhne Charta (DMA)"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Syslog reports to console 12"
+#: ../../standalone/harddrake2_.c:59
+msgid "Generation of the cpu (eg: 8 for PentiumIII, ...)"
msgstr ""
-#: ../../diskdrake/smbnfs_gtk.pm:1
-#, fuzzy, c-format
-msgid "Search new servers"
-msgstr "freastalaí DNS"
+#: ../../standalone/harddrake2_.c:60
+#, fuzzy
+msgid "Model name"
+msgstr "Ainm Modúl"
-#: ../../lang.pm:1
-#, c-format
-msgid "Heard and McDonald Islands"
+#: ../../standalone/harddrake2_.c:60
+msgid "Official vendor name of the cpu"
msgstr ""
-#: ../../harddrake/sound.pm:1
-#, c-format
-msgid "No alternative driver"
-msgstr ""
+#: ../../standalone/harddrake2_.c:61
+#, fuzzy
+msgid "Number of buttons"
+msgstr "2 cnaipí"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Toggle to expert mode"
-msgstr ""
+#: ../../standalone/harddrake2_.c:62
+#, fuzzy
+msgid "Name"
+msgstr "Ainm: "
-#: ../../printer/cups.pm:1
-#, c-format
-msgid "(on this machine)"
-msgstr ""
+#: ../../standalone/harddrake2_.c:63
+#, fuzzy
+msgid "network printer port"
+msgstr "Printéir Gréasán (lpd)"
-#: ../../network/network.pm:1
-#, c-format
-msgid "Gateway address should be in format 1.2.3.4"
+#: ../../standalone/harddrake2_.c:64
+msgid "Processor ID"
msgstr ""
-#: ../../network/modem.pm:1
-#, c-format
-msgid ""
-"\"%s\" based winmodem detected, do you want to install needed software ?"
+#: ../../standalone/harddrake2_.c:64
+msgid "the number of the processor"
msgstr ""
-#: ../../install_steps_interactive.pm:1
-#, fuzzy, c-format
-msgid "Looking at packages already installed..."
-msgstr "Roghnaigh pacáistí ..."
+#: ../../standalone/harddrake2_.c:65
+#, fuzzy
+msgid "Model stepping"
+msgstr "Ag formáidiú"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Use Differential Backups"
+#: ../../standalone/harddrake2_.c:65
+msgid "Stepping of the cpu (sub model (generation) number)"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "Driver"
-msgstr "Tiománaí"
-
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"Linuxconf will sometimes arrange to perform various tasks\n"
-"at boot-time to maintain the system configuration."
+#: ../../standalone/harddrake2_.c:66
+msgid "The type of bus on which the mouse is connected"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "DVD-R device"
-msgstr "feist"
-
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printer on remote lpd server"
-msgstr "Scrios freastalaí lpd"
-
-#: ../../standalone/drakfont:1
-#, c-format
-msgid ""
-"Before installing any fonts, be sure that you have the right to use and "
-"install them on your system.\n"
-"\n"
-"-You can install the fonts the normal way. In rare cases, bogus fonts may "
-"hang up your X Server."
+#: ../../standalone/harddrake2_.c:67
+msgid "the vendor name of the device"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid ""
-"Yaboot is a bootloader for NewWorld Macintosh hardware and can be used to\n"
-"boot GNU/Linux, MacOS or MacOSX. Normally, MacOS and MacOSX are correctly\n"
-"detected and installed in the bootloader menu. If this is not the case, you\n"
-"can add an entry by hand in this screen. Be careful to choose the correct\n"
-"parameters.\n"
-"\n"
-"Yaboot's main options are:\n"
-"\n"
-" * Init Message: a simple text message displayed before the boot prompt.\n"
-"\n"
-" * Boot Device: indicates where you want to place the information required\n"
-"to boot to GNU/Linux. Generally, you set up a bootstrap partition earlier\n"
-"to hold this information.\n"
-"\n"
-" * Open Firmware Delay: unlike LILO, there are two delays available with\n"
-"yaboot. The first delay is measured in seconds and at this point, you can\n"
-"choose between CD, OF boot, MacOS or Linux;\n"
-"\n"
-" * Kernel Boot Timeout: this timeout is similar to the LILO boot delay.\n"
-"After selecting Linux, you will have this delay in 0.1 second increments\n"
-"before your default kernel description is selected;\n"
-"\n"
-" * Enable CD Boot?: checking this option allows you to choose ``C'' for CD\n"
-"at the first boot prompt.\n"
-"\n"
-" * Enable OF Boot?: checking this option allows you to choose ``N'' for\n"
-"Open Firmware at the first boot prompt.\n"
-"\n"
-" * Default OS: you can select which OS will boot by default when the Open\n"
-"Firmware Delay expires."
+#: ../../standalone/harddrake2_.c:68
+msgid "the vendor name of the processor"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Wednesday"
-msgstr "Ceádaoin"
-
-#: ../../crypto.pm:1 ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Germany"
-msgstr "Gearmáinis"
-
-#: ../../crypto.pm:1 ../../lang.pm:1
-#, fuzzy, c-format
-msgid "Austria"
-msgstr "srathach"
-
-#: ../../mouse.pm:1
-#, c-format
-msgid "No mouse"
-msgstr "Luchóg ar bith"
-
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Choose your CD/DVD media size (MB)"
-msgstr "Cén leagan amach atá ar d'eocharchlársa"
+#: ../../standalone/harddrake2_.c:82
+#, fuzzy
+msgid "/_Quit"
+msgstr "Éalaigh"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "Check permissions of files in the users' home"
-msgstr ""
+#: ../../standalone/harddrake2_.c:83
+#, fuzzy
+msgid "/Autodetect _printers"
+msgstr "Scríos Printéir"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Run \"sndconfig\" after installation to configure your sound card"
-msgstr ""
+#: ../../standalone/harddrake2_.c:83 ../../standalone/harddrake2_.c:85
+#: ../../standalone/logdrake_.c:81
+msgid "/_Options"
+msgstr "/_Roghanna"
-#: ../../ugtk2.pm:1
-#, c-format
-msgid "Collapse Tree"
-msgstr ""
+#: ../../standalone/harddrake2_.c:85
+#, fuzzy
+msgid "/Autodetect _modems"
+msgstr "Scríos Printéir"
-#: ../../standalone/drakautoinst:1
-#, fuzzy, c-format
-msgid "Auto Install Configurator"
-msgstr "Cumraíocht Iar-feistú"
+#: ../../standalone/harddrake2_.c:87 ../../standalone/harddrake2_.c:89
+#: ../../standalone/harddrake2_.c:100 ../../standalone/harddrake2_.c:102
+#: ../../standalone/logdrake_.c:83
+msgid "/_Help"
+msgstr "/C_úidiú"
-#: ../../steps.pm:1
-#, c-format
-msgid "Configure networking"
-msgstr "Cumraigh gréasánú"
+#: ../../standalone/harddrake2_.c:89
+#, fuzzy
+msgid "/_Help..."
+msgstr "/C_úidiú"
-#: ../../any.pm:1
-#, c-format
-msgid "Where do you want to install the bootloader?"
+#: ../../standalone/harddrake2_.c:92
+msgid "Harddrake help"
msgstr ""
-#: ../../help.pm:1
-#, c-format
+#: ../../standalone/harddrake2_.c:93
msgid ""
-"Your choice of preferred language will affect the language of the\n"
-"documentation, the installer and the system in general. Select first the\n"
-"region you are located in, and then the language you speak.\n"
-"\n"
-"Clicking on the \"%s\" button will allow you to select other languages to\n"
-"be installed on your workstation, thereby installing the language-specific\n"
-"files for system documentation and applications. For example, if you will\n"
-"host users from Spain on your machine, select English as the default\n"
-"language in the tree view and \"%s\" in the Advanced section.\n"
-"\n"
-"Note that you're not limited to choosing a single additional language. You\n"
-"may choose several ones, or even install them all by selecting the \"%s\"\n"
-"box. Selecting support for a language means translations, fonts, spell\n"
-"checkers, etc. for that language will be installed. Additionally, the\n"
-"\"%s\" checkbox allows you to force the system to use unicode (UTF-8). Note\n"
-"however that this is an experimental feature. If you select different\n"
-"languages requiring different encoding the unicode support will be\n"
-"installed anyway.\n"
+"Description of the fields:\n"
"\n"
-"To switch between the various languages installed on the system, you can\n"
-"launch the \"/usr/sbin/localedrake\" command as \"root\" to change the\n"
-"language used by the entire system. Running the command as a regular user\n"
-"will only change the language settings for that particular user."
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "The %s is not supported by this version of Mandrake Linux."
+#: ../../standalone/harddrake2_.c:96
+msgid ""
+"Once you've selected a device, you'll be able to see explanations on fields "
+"displayed on the right frame (\"Information\")"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "tape"
-msgstr "Cineál"
-
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "DHCP client"
-msgstr ""
+#: ../../standalone/harddrake2_.c:96
+#, fuzzy
+msgid "Select a device !"
+msgstr "Roghnaigh carta grafachach"
-#: ../../security/l10n.pm:1
-#, c-format
-msgid "List users on display managers (kdm and gdm)"
-msgstr ""
+#: ../../standalone/harddrake2_.c:100
+msgid "/_Report Bug"
+msgstr "/_Tuairaisc Fabht"
-#: ../../mouse.pm:1
-#, c-format
-msgid "Logitech Mouse (serial, old C7 type)"
-msgstr "Luchóg Logitech (srathach, séan cinéal C7)"
+#: ../../standalone/harddrake2_.c:102
+#, fuzzy
+msgid "/_About..."
+msgstr "/Cúidiú/_Faoi..."
-#: ../../partition_table.pm:1
-#, c-format
-msgid "Restoring from file %s failed: %s"
+#: ../../standalone/harddrake2_.c:104
+msgid "About Harddrake"
msgstr ""
-#: ../../fsedit.pm:1
-#, fuzzy, c-format
+#: ../../standalone/harddrake2_.c:105
msgid ""
-"I can't 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"
+"This is HardDrake, a Mandrake hardware configuration tool.\n"
+"Version:"
msgstr ""
-"Ni féidir liom an tábla rainn a léamh, tá máchaillí ann :(\n"
-"Leanfaidh mé orm ag cealú droch rainn"
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Find Package"
-msgstr "%d pacáistí"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Are you sure that you want to set up printing on this machine?\n"
+#: ../../standalone/harddrake2_.c:106
+msgid "Author:"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "New devfs device"
-msgstr "Gaireas na hInneal Geata"
+#: ../../standalone/harddrake2_.c:113
+#, fuzzy
+msgid "Detection in progress"
+msgstr "Pointe taca dublach %s"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "ERROR: Cannot spawn %s."
-msgstr ""
+#: ../../standalone/harddrake2_.c:119
+#, fuzzy
+msgid "Harddrake2 version "
+msgstr "leagan `kernel'"
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "Boot Style Configuration"
-msgstr "Cumraíocht Stíl Tosnú"
+#: ../../standalone/harddrake2_.c:126
+#, fuzzy
+msgid "Detected hardware"
+msgstr "Leámh an t-eolais crua-earra"
-#: ../../help.pm:1
-#, fuzzy, c-format
-msgid "Automatic time synchronization"
-msgstr "Cumraigh ADSL"
+#: ../../standalone/harddrake2_.c:129
+#, fuzzy
+msgid "Information"
+msgstr "Taispeán Eolas"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Backup files not found at %s."
-msgstr ""
+#: ../../standalone/harddrake2_.c:131
+#, fuzzy
+msgid "Configure module"
+msgstr "Cumraigh luchóg"
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Armenian (phonetic)"
+#: ../../standalone/harddrake2_.c:137
+msgid "Run config tool"
msgstr ""
-#: ../../harddrake/v4l.pm:1
+#: ../../standalone/harddrake2_.c:143
#, fuzzy, c-format
-msgid "Card model:"
-msgstr "Cuimhne Charta (DMA)"
+msgid "Running \"%s\" ..."
+msgstr "Scríos Printéir"
-#: ../../standalone/drakTermServ:1
-#, c-format
-msgid "Thin Client"
+#: ../../standalone/harddrake2_.c:159
+msgid ""
+"Click on a device in the left tree in order to get its information displayed "
+"here."
msgstr ""
-#: ../advertising/01-thanks.pl:1
-#, c-format
-msgid "Thank you for choosing Mandrake Linux 9.2"
+#: ../../standalone/harddrake2_.c:231
+msgid "primary"
msgstr ""
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Start Server"
-msgstr "Freastalaí NIS"
-
-#: ../../lang.pm:1
-#, c-format
-msgid "Turkmenistan"
-msgstr ""
+#: ../../standalone/harddrake2_.c:231
+#, fuzzy
+msgid "secondary"
+msgstr "%d siocand"
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "All remote machines"
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect modems"
msgstr "Scríos Printéir"
-#: ../../standalone/drakboot:1
-#, fuzzy, c-format
-msgid "Install themes"
-msgstr "Feistigh córas"
-
-#: ../../help.pm:1
-#, c-format
-msgid "Espanol"
-msgstr ""
-
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Preparing installation"
-msgstr "Ag Ullmhaigh feistiú"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Edit selected host/network"
-msgstr ""
-
-#: ../../standalone/drakTermServ:1
-#, fuzzy, c-format
-msgid "Add User -->"
-msgstr "Suimigh úsáideoir"
+#: ../../standalone/harddrake2_.c:260
+#, fuzzy
+msgid "/Autodetect printers"
+msgstr "Scríos Printéir"
-# na
-#: ../../lang.pm:1
-#, c-format
-msgid "Nauru"
-msgstr "Nárúis"
+#: ../../standalone/harddrake2_.c:261
+#, fuzzy
+msgid "/Options"
+msgstr "/_Roghanna"
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "True Type fonts installation"
-msgstr "Ag Ullmhaigh feistiú"
+#: ../../standalone/keyboarddrake_.c:26
+msgid "Please, choose your keyboard layout."
+msgstr "Cén leagan amach atá ar d'eocharchlársa"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Auto-detect printers connected directly to the local network"
+#: ../../standalone/keyboarddrake_.c:35
+msgid "Do you want the BackSpace to return Delete in console?"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "LAN configuration"
-msgstr "Cumraigh ADSL"
-
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "hard disk model"
-msgstr "Cuimhne Charta (DMA)"
+#: ../../standalone/livedrake_.c:18
+msgid "Change Cd-Rom"
+msgstr "Athraigh CD-ROM"
-#: ../../standalone/drakTermServ:1
-#, c-format
+#: ../../standalone/livedrake_.c:19
msgid ""
-" - Maintain /etc/exports:\n"
-" \tClusternfs allows export of the root filesystem to diskless "
-"clients. drakTermServ\n"
-" \tsets up the correct entry to allow anonymous access to the root "
-"filesystem from\n"
-" \tdiskless clients.\n"
-"\n"
-" \tA typical exports entry for clusternfs is:\n"
-" \t\t\n"
-" \t/\t\t\t\t\t(ro,all_squash)\n"
-" \t/home\t\t\t\tSUBNET/MASK(rw,root_squash)\n"
-"\t\t\t\n"
-" \tWith SUBNET/MASK being defined for your network."
-msgstr ""
-
-#: ../../fsedit.pm:1
-#, c-format
-msgid "You can't use a LVM Logical Volume for mount point %s"
+"Please insert the Installation Cd-Rom in your drive and press Ok when done.\n"
+"If you don't have it, press Cancel to avoid live upgrade."
msgstr ""
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Get Windows Fonts"
+#: ../../standalone/livedrake_.c:29
+msgid "Unable to start live upgrade !!!\n"
msgstr ""
-#: ../../mouse.pm:1
-#, c-format
-msgid "Mouse Systems"
-msgstr "Mouse Systems"
-
-#: ../../standalone/drakclock:1
-#, c-format
-msgid ""
-"Your computer can synchronize its clock\n"
-" with a remote time server using NTP"
+#: ../../standalone/localedrake_.c:34
+msgid "The change is done, but to be effective you must logout"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Iranian"
-msgstr ""
+#: ../../standalone/logdrake_.c:56 ../../ugtk.pm_.c:284 ../../ugtk2.pm_.c:350
+msgid "logdrake"
+msgstr "logdrake"
-#: ../../lang.pm:1
-#, c-format
-msgid "Croatia"
+#: ../../standalone/logdrake_.c:68
+msgid "Show only for the selected day"
msgstr ""
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "Gateway:"
-msgstr "Inneal Geata:"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Add server"
-msgstr "Suimigh úsáideoir"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Remote printer name"
-msgstr "Scríos Printéir"
-
-#: ../advertising/10-security.pl:1
-#, c-format
-msgid ""
-"MandrakeSoft has designed exclusive tools to create the most secured Linux "
-"version ever: Draksec, a system security management tool, and a strong "
-"firewall are teamed up together in order to highly reduce hacking risks."
-msgstr ""
+#: ../../standalone/logdrake_.c:75
+msgid "/File/_New"
+msgstr "/Comhad/_Nua"
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Device: "
-msgstr "Gaireas: "
+#: ../../standalone/logdrake_.c:75
+msgid "<control>N"
+msgstr "<control>N"
-#: ../../printer/printerdrake.pm:1 ../../standalone/printerdrake:1
-#, fuzzy, c-format
-msgid "Printerdrake"
-msgstr "Clódóir"
+#: ../../standalone/logdrake_.c:76
+msgid "/File/_Open"
+msgstr "/Comhad/_Oscail"
-#: ../../install_steps_interactive.pm:1
-#, c-format
-msgid "License agreement"
-msgstr "Ceadúnas"
+#: ../../standalone/logdrake_.c:76
+msgid "<control>O"
+msgstr "<control>O"
-#: ../../standalone/draksec:1
-#, fuzzy, c-format
-msgid "System Options"
-msgstr "Roghachais modúil:"
+#: ../../standalone/logdrake_.c:77
+msgid "/File/_Save"
+msgstr "/Comhad/_Sábháil"
-#: ../../security/level.pm:1
-#, fuzzy, c-format
-msgid "Please choose the desired security level"
-msgstr "Roghnaigh liebhéal slándáil"
+#: ../../standalone/logdrake_.c:77
+msgid "<control>S"
+msgstr "<control>S"
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "This host is already in the list, it cannot be added again.\n"
-msgstr ""
+#: ../../standalone/logdrake_.c:78
+msgid "/File/Save _As"
+msgstr "/Comhad/Sábháil _Mar"
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid ", USB printer"
-msgstr "Gan Printéir"
+#: ../../standalone/logdrake_.c:79
+msgid "/File/-"
+msgstr "/Comhad/-"
-#: ../../standalone/drakfloppy:1
-#, c-format
-msgid ""
-"Unable to properly close mkbootdisk:\n"
-"\n"
-"<span foreground=\"Red\"><tt>%s</tt></span>"
-msgstr ""
+#: ../../standalone/logdrake_.c:82
+msgid "/Options/Test"
+msgstr "/Roghnachais/Teastáil"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid ""
-"Incremental backups only save files that have changed or are new since the "
-"last backup."
-msgstr ""
+#: ../../standalone/logdrake_.c:84
+msgid "/Help/_About..."
+msgstr "/Cúidiú/_Faoi..."
-#: ../../standalone/drakfont:1
-#, fuzzy, c-format
-msgid "Choose the applications that will support the fonts:"
-msgstr "Roghnaigh na ranna atá le formáidiú"
+#: ../../standalone/logdrake_.c:145
+#, fuzzy
+msgid "User"
+msgstr "Ainm úsáideora"
-#: ../../steps.pm:1
-#, c-format
-msgid "Configure X"
-msgstr "Cumraigh X"
+#: ../../standalone/logdrake_.c:146
+#, fuzzy
+msgid "Messages"
+msgstr "scéalaí"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "hd"
+#: ../../standalone/logdrake_.c:147
+msgid "Syslog"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Turkish (traditional \"F\" model)"
+#: ../../standalone/logdrake_.c:148
+msgid "Mandrake Tools Explanations"
msgstr ""
-#: ../../standalone/drakautoinst:1 ../../standalone/drakgw:1
-#: ../../standalone/scannerdrake:1
-#, c-format
-msgid "Congratulations!"
-msgstr "Comhghairdeas!"
+#: ../../standalone/logdrake_.c:151
+msgid "search"
+msgstr "faigh"
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Use owner id for execution"
+#: ../../standalone/logdrake_.c:161
+msgid "A tool to monitor your logs"
msgstr ""
-#: ../../security/l10n.pm:1
-#, fuzzy, c-format
-msgid "Allow remote root login"
-msgstr "Scríos Printéir"
-
-#: ../../standalone/drakperm:1
-#, fuzzy, c-format
-msgid "Down"
-msgstr "Críochnithe"
+#: ../../standalone/logdrake_.c:162 ../../standalone/net_monitor_.c:91
+msgid "Settings"
+msgstr "Roghnachais"
-#: ../../printer/main.pm:1 ../../printer/printerdrake.pm:1
-#, c-format
-msgid "Raw printer (No driver)"
+#: ../../standalone/logdrake_.c:167
+msgid "matching"
msgstr ""
-#: ../../network/modem.pm:1
-#, fuzzy, c-format
-msgid "Install rpm"
-msgstr "Feistiú"
-
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"To print a file from the command line (terminal window) you can either use "
-"the command \"%s <file>\" or a graphical printing tool: \"xpp <file>\" or "
-"\"kprinter <file>\". The graphical tools allow you to choose the printer and "
-"to modify the option settings easily.\n"
+#: ../../standalone/logdrake_.c:168
+msgid "but not matching"
msgstr ""
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "Time remaining "
-msgstr "Am fagtha "
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "UK keyboard"
-msgstr "Méarchlár UK"
-
-#: ../../diskdrake/dav.pm:1 ../../diskdrake/interactive.pm:1
-#: ../../diskdrake/smbnfs_gtk.pm:1
-#, c-format
-msgid "Unmount"
-msgstr ""
+#: ../../standalone/logdrake_.c:172
+msgid "Choose file"
+msgstr "Tóg comhad"
-#: ../../mouse.pm:1
-#, fuzzy, c-format
-msgid "Microsoft Explorer"
-msgstr "Microsoft IntelliMouse"
+#: ../../standalone/logdrake_.c:181
+msgid "Calendar"
+msgstr "Feilire"
-#: ../../standalone/drakfont:1
-#, c-format
-msgid "Uninstall Fonts"
+#: ../../standalone/logdrake_.c:191
+msgid "Content of the file"
msgstr ""
-#: ../../../move/move.pm:1
-#, fuzzy, c-format
-msgid "Please wait, detecting and configuring devices..."
-msgstr "Roghnaigh liebhéal slándáil"
-
-#: ../../keyboard.pm:1
-#, c-format
-msgid "German (no dead keys)"
-msgstr "Gearmáinis (gach meachlár marbh)"
-
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\tSend mail to %s\n"
+#: ../../standalone/logdrake_.c:195 ../../standalone/logdrake_.c:375
+msgid "Mail alert"
msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../standalone/logdrake_.c:245
#, c-format
-msgid "Transferring %s..."
-msgstr ""
+msgid "please wait, parsing file: %s"
+msgstr "Ag Parsáil an comhad %s, fan tamall"
-#: ../../Xconfig/resolution_and_depth.pm:1
-#, c-format
-msgid "32 thousand colors (15 bits)"
-msgstr "32 míle dath (15 giotáin)"
+#: ../../standalone/logdrake_.c:392
+#, fuzzy
+msgid "Mail alert configuration"
+msgstr "Cumraigh Lilo/Grub"
-#: ../../any.pm:1
-#, c-format
+#: ../../standalone/logdrake_.c:393
msgid ""
-"You can export using NFS or Samba. Please select which you'd like to use."
+"Welcome to the mail configuration utility.\n"
+"\n"
+"Here, you'll be able to set up the alert system.\n"
msgstr ""
-#: ../../lang.pm:1
-#, c-format
-msgid "Gambia"
+#: ../../standalone/logdrake_.c:400
+msgid "Apache World Wide Web Server"
msgstr ""
-#: ../../standalone/drakbug:1
-#, fuzzy, c-format
-msgid "Mandrake Control Center"
-msgstr "Bainteach le hIdirlíon"
-
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1
-#: ../../../move/move.pm:1
-#, fuzzy, c-format
-msgid "Reboot"
-msgstr "Root"
-
-#: ../../printer/main.pm:1
-#, c-format
-msgid "Multi-function device"
-msgstr ""
+#: ../../standalone/logdrake_.c:401
+#, fuzzy
+msgid "Domain Name Resolver"
+msgstr "Ainm Fearannas"
-#: ../../network/drakfirewall.pm:1
-#, c-format
-msgid ""
-"You can enter miscellaneous ports. \n"
-"Valid examples are: 139/tcp 139/udp.\n"
-"Have a look at /etc/services for information."
-msgstr ""
+#: ../../standalone/logdrake_.c:402
+#, fuzzy
+msgid "Ftp Server"
+msgstr "Freastalaí NIS"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-Tape \n"
-msgstr ""
+#: ../../standalone/logdrake_.c:403
+#, fuzzy
+msgid "Postfix Mail Server"
+msgstr "Freastalaí Printéir"
-#: ../../standalone/drakhelp:1
-#, c-format
-msgid ""
-"No browser is installed on your system, Please install one if you want to "
-"browse the help system"
-msgstr ""
+#: ../../standalone/logdrake_.c:404
+#, fuzzy
+msgid "Samba Server"
+msgstr "Freastalaí NIS"
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Remember this password"
-msgstr "Gan pasfhocal"
+#: ../../standalone/logdrake_.c:405
+#, fuzzy
+msgid "SSH Server"
+msgstr "Freastalaí NIS"
-#: ../../install_steps_gtk.pm:1
-#, c-format
-msgid "due to unsatisfied %s"
-msgstr ""
+#: ../../standalone/logdrake_.c:406
+#, fuzzy
+msgid "Webmin Service"
+msgstr "Seirbishí"
-#: ../../standalone/drakgw:1
-#, fuzzy, c-format
-msgid "Internet Connection Sharing is now enabled."
-msgstr "Nasc na hIdirlíon agus cumraíocht"
+#: ../../standalone/logdrake_.c:407
+#, fuzzy
+msgid "Xinetd Service"
+msgstr "Freastalaí Printéir"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "\t-Network by SSH.\n"
-msgstr ""
+#: ../../standalone/logdrake_.c:414
+#, fuzzy
+msgid "service setting"
+msgstr "suimiúil"
-#: ../../printer/printerdrake.pm:1
-#, c-format
+#: ../../standalone/logdrake_.c:415
msgid ""
-" If the desired printer was auto-detected, simply choose it from the list "
-"and then add user name, password, and/or workgroup if needed."
+"You will receive an alert if one of the selected services is no more running"
msgstr ""
-#: ../../network/netconnect.pm:1
-#, fuzzy, c-format
-msgid " cable"
-msgstr "Table"
+#: ../../standalone/logdrake_.c:428
+#, fuzzy
+msgid "load setting"
+msgstr "Ag formáidiú"
-#: ../../help.pm:1 ../../install_interactive.pm:1
-#, c-format
-msgid "Use the free space on the Windows partition"
+#: ../../standalone/logdrake_.c:429
+msgid "You will receive an alert if the load is higher than this value"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "%s found on %s, configure it automatically?"
-msgstr "An dteastaìonn uait printéir a chumrú?"
+#: ../../standalone/logdrake_.c:444
+#, fuzzy
+msgid "alert configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../Xconfig/various.pm:1
-#, c-format
-msgid "XFree86 driver: %s\n"
-msgstr "Tiománaí XFree86: %s\n"
+#: ../../standalone/logdrake_.c:445
+#, fuzzy
+msgid "Please enter your email address below "
+msgstr "Aththrialaigh"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "This host/network is already in the list, it cannot be added again.\n"
-msgstr ""
+#: ../../standalone/logdrake_.c:486
+msgid "Save as.."
+msgstr "Sábháil mar..."
-#: ../../install_steps_gtk.pm:1 ../../install_steps_interactive.pm:1
-#, c-format
-msgid "Choose the packages you want to install"
-msgstr ""
+#: ../../standalone/mousedrake_.c:37
+msgid "Please, choose the type of your mouse."
+msgstr "Cén cinéal luchóg atá agat?"
-#: ../../lang.pm:1
-#, c-format
-msgid "Papua New Guinea"
+#: ../../standalone/mousedrake_.c:50
+msgid "Emulate third button?"
msgstr ""
-#: ../../printer/main.pm:1
-#, fuzzy, c-format
-msgid "Multi-function device on a parallel port"
-msgstr "Óstainm Printéir"
+#: ../../standalone/net_monitor_.c:53 ../../standalone/net_monitor_.c:87
+#, fuzzy
+msgid "Network Monitoring"
+msgstr "Cumraíocht Gréasánú"
-#: ../../../move/tree/mdk_totem:1
-#, fuzzy, c-format
-msgid "Busy files"
-msgstr "Droch comhad chúltaca"
+#: ../../standalone/net_monitor_.c:96
+msgid "Profile "
+msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Serbian (cyrillic)"
+#: ../../standalone/net_monitor_.c:99
+msgid "Statistics"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Enter the directory where backups are stored"
-msgstr "Teastáil an luchóg, le do thoil"
+#: ../../standalone/net_monitor_.c:103
+#, fuzzy
+msgid "Sending Speed:"
+msgstr "Sabháil i gcomhad"
-#: ../../standalone/draksplash:1
-#, c-format
-msgid "Make kernel message quiet by default"
+#: ../../standalone/net_monitor_.c:104
+msgid "Receiving Speed:"
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid ""
-"Do you want to set this printer (\"%s\")\n"
-"as the default printer?"
-msgstr ""
+#: ../../standalone/net_monitor_.c:106
+#, fuzzy
+msgid "Connection Time: "
+msgstr "Athraigh cineál ranna"
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "The DHCP end range"
+#: ../../standalone/net_monitor_.c:113
+msgid "Logs"
msgstr ""
-#: ../../any.pm:1
-#, c-format
-msgid "Creating bootdisk..."
-msgstr "Ag Cruthaigh diosca thosnaithe"
-
-#: ../../standalone/net_monitor:1
-#, fuzzy, c-format
+#: ../../standalone/net_monitor_.c:147
+#, fuzzy
msgid "Wait please, testing your connection..."
msgstr "Cumraigh nasc ghréasán"
-#: ../../install_interactive.pm:1
-#, c-format
-msgid "Bringing down the network"
-msgstr "Ag dúnadh síos an ghreasán"
-
-#: ../../network/modem.pm:1 ../../standalone/drakconnect:1
-#, c-format
-msgid "Login ID"
-msgstr "Ainm Login:"
-
-#: ../../services.pm:1
-#, c-format
-msgid ""
-"NFS is a popular protocol for file sharing across TCP/IP\n"
-"networks. This service provides NFS file locking functionality."
-msgstr ""
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+#, fuzzy
+msgid "Connecting to Internet "
+msgstr "Athraigh cineál ranna"
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid "DHCP Client"
+#: ../../standalone/net_monitor_.c:178 ../../standalone/net_monitor_.c:191
+msgid "Disconnecting from Internet "
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid ""
-"This is HardDrake, a Mandrake hardware configuration tool.\n"
-"<span foreground=\"royalblue3\">Version:</span> %s\n"
-"<span foreground=\"royalblue3\">Author:</span> Thierry Vignaud &lt;"
-"tvignaud@mandrakesoft.com&gt;\n"
-"\n"
+#: ../../standalone/net_monitor_.c:222
+msgid "Disconnection from Internet failed."
msgstr ""
-#: ../../standalone/drakgw:1
-#, c-format
-msgid "dismiss"
+#: ../../standalone/net_monitor_.c:223
+msgid "Disconnection from Internet complete."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Printing/Scanning on \"%s\""
-msgstr "Ag dúnadh síos an ghreasán"
-
-#: ../../standalone/drakfloppy:1
-#, fuzzy, c-format
-msgid "omit raid modules"
-msgstr "Scríos modúil"
+#: ../../standalone/net_monitor_.c:225
+#, fuzzy
+msgid "Connection complete."
+msgstr "Athraigh cineál ranna"
-#: ../../services.pm:1
-#, c-format
+#: ../../standalone/net_monitor_.c:226
msgid ""
-"lpd is the print daemon required for lpr to work properly. It is\n"
-"basically a server that arbitrates print jobs to printer(s)."
+"Connection failed.\n"
+"Verify your configuration in the Mandrake Control Center."
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Irish"
-msgstr ""
+#: ../../standalone/net_monitor_.c:330
+#, fuzzy
+msgid "Color configuration"
+msgstr "Cumraigh Idirlíon"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Sunday"
-msgstr "Domhnaigh"
+#: ../../standalone/net_monitor_.c:383 ../../standalone/net_monitor_.c:403
+msgid "sent: "
+msgstr ""
-#: ../../standalone/drakconnect:1
-#, fuzzy, c-format
-msgid "Internet Connection Configuration"
-msgstr "Nasc na hIdirlíon agus cumraíocht"
+#: ../../standalone/net_monitor_.c:390 ../../standalone/net_monitor_.c:407
+msgid "received: "
+msgstr ""
-#: ../../modules/parameters.pm:1
-#, c-format
-msgid "comma separated numbers"
+#: ../../standalone/net_monitor_.c:397
+msgid "average"
msgstr ""
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid ""
-"Once you've selected a device, you'll be able to see the device information "
-"in fields displayed on the right frame (\"Information\")"
+#: ../../standalone/net_monitor_.c:400
+#, fuzzy
+msgid "Local measure"
+msgstr "Chomaid Áitiúl"
+
+#: ../../standalone/net_monitor_.c:432
+msgid "transmitted"
msgstr ""
-#: ../../standalone/drakperm:1
-#, c-format
-msgid "Move selected rule up one level"
+#: ../../standalone/net_monitor_.c:433
+msgid "received"
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
+#: ../../standalone/net_monitor_.c:453
msgid ""
-"The following scanner\n"
-"\n"
-"%s\n"
-"is available on your system.\n"
-msgstr "Níl aon gaireas ghreasán san do chorás!"
+"Warning, another internet connection has been detected, maybe using your "
+"network"
+msgstr ""
-#: ../../printer/printerdrake.pm:1
+#: ../../standalone/net_monitor_.c:459
#, fuzzy, c-format
-msgid "Do you really want to remove the printer \"%s\"?"
-msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
+msgid "Connect %s"
+msgstr "Lean"
-#: ../../install_interactive.pm:1
+#: ../../standalone/net_monitor_.c:459
#, fuzzy, c-format
-msgid "I can't find any room for installing"
-msgstr "Ní féidir liom rann eile a cur isteach"
+msgid "Disconnect %s"
+msgstr "Cumraigh nasc ghréasán"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Default printer"
-msgstr "Printéir áitiúl"
+#: ../../standalone/printerdrake_.c:47
+#, fuzzy
+msgid "Reading printer data ..."
+msgstr "Scríos Printéir"
-#: ../../network/netconnect.pm:1
-#, c-format
-msgid ""
-"You have configured multiple ways to connect to the Internet.\n"
-"Choose the one you want to use.\n"
-"\n"
+#: ../../standalone/scannerdrake_.c:39
+msgid "Detecting devices ..."
msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "Modify RAID"
-msgstr "Athraigh RAID"
-
-#: ../../network/isdn.pm:1
-#, c-format
-msgid ""
-"I have detected an ISDN PCI card, but I don't know its type. Please select a "
-"PCI card on the next screen."
+#: ../../standalone/scannerdrake_.c:39
+msgid "Test ports"
msgstr ""
-#: ../../any.pm:1
+#: ../../standalone/scannerdrake_.c:51 ../../standalone/scannerdrake_.c:66
+#: ../../standalone/scannerdrake_.c:79
#, c-format
-msgid "Add user"
-msgstr "Suimigh úsáideoir"
+msgid "The %s is not supported by this version of Mandrake Linux."
+msgstr ""
-#: ../../diskdrake/interactive.pm:1
-#, c-format
-msgid "RAID-disks %s\n"
-msgstr "Dioscaí RAID %s\n"
+#: ../../standalone/scannerdrake_.c:54
+#, fuzzy, c-format
+msgid "%s found on %s, configure it?"
+msgstr "An dteastaìonn uait printéir a chumrú?"
-#: ../../lang.pm:1
+#: ../../standalone/scannerdrake_.c:57
#, c-format
-msgid "Liberia"
+msgid "%s is not in the scanner database, configure it manually?"
msgstr ""
-#: ../../standalone/scannerdrake:1
+#: ../../standalone/scannerdrake_.c:63
+#, fuzzy
+msgid "Select a scanner"
+msgstr "Roghnaigh carta grafachach"
+
+#: ../../standalone/scannerdrake_.c:91
#, c-format
-msgid ""
-"Could not install the packages needed to set up a scanner with Scannerdrake."
+msgid "This %s scanner is unsupported"
msgstr ""
-#: ../../standalone/drakgw:1
+#: ../../standalone/scannerdrake_.c:105
#, c-format
msgid ""
-"Please enter the name of the interface connected to the internet.\n"
-"\n"
-"Examples:\n"
-"\t\tppp+ for modem or DSL connections, \n"
-"\t\teth0, or eth1 for cable connection, \n"
-"\t\tippp+ for a isdn connection.\n"
+"Scannerdrake was not able to detect your %s scanner.\n"
+"Please select the device where your scanner is plugged"
msgstr ""
-#: ../../steps.pm:1
-#, c-format
-msgid "Choose your keyboard"
-msgstr "Roghnaigh mhéarchlár"
-
-#: ../../steps.pm:1
-#, c-format
-msgid "Format partitions"
-msgstr "Formáidigh ranna"
-
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Automatic correction of CUPS configuration"
-msgstr "Cumraigh ADSL"
-
-#: ../../standalone/harddrake2:1
-#, fuzzy, c-format
-msgid "Running \"%s\" ..."
-msgstr "Scríos Printéir"
+#: ../../standalone/scannerdrake_.c:107
+#, fuzzy
+msgid "choose device"
+msgstr "Gaireas bootáil"
-#: ../../harddrake/v4l.pm:1
+#: ../../standalone/scannerdrake_.c:113
#, c-format
-msgid "enable radio support"
+msgid ""
+"This %s scanner must be configured by printerdrake.\n"
+"You can launch printerdrake from the Mandrake Control Center in Hardware "
+"section."
msgstr ""
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Scanner sharing to hosts: "
-msgstr "Printéir"
-
-#: ../../diskdrake/interactive.pm:1
+#: ../../standalone/scannerdrake_.c:118
#, c-format
-msgid "Loopback file name: %s"
+msgid ""
+"Your %s scanner has been configured.\n"
+"You may now scan documents using ``XSane'' from Multimedia/Graphics in the "
+"applications menu."
msgstr ""
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Please choose the printer to which the print jobs should go."
-msgstr "Cén cinéal luchóg atá agat?"
-
-#: ../../printer/printerdrake.pm:1
+#: ../../standalone/service_harddrake_.c:44
#, c-format
-msgid "Do not transfer printers"
+msgid "Some devices in the \"%s\" hardware class were removed:\n"
msgstr ""
-#: ../../help.pm:1
-#, c-format
-msgid "Delay before booting the default image"
+#: ../../standalone/service_harddrake_.c:48
+msgid "Some devices were added:\n"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, fuzzy, c-format
-msgid "Use Hard Disk to backup"
-msgstr "Droch comhad chúltaca"
+#: ../../standalone/service_harddrake_.c:64
+#, fuzzy
+msgid "Hardware probing in progress"
+msgstr "Pointe taca dublach %s"
-#: ../../help.pm:1 ../../install_steps_gtk.pm:1 ../../standalone/drakbackup:1
-#: ../../standalone/drakboot:1
-#, c-format
-msgid "Configure"
-msgstr "Cumraigh"
+#: ../../steps.pm_.c:14
+msgid "Choose your language"
+msgstr "Roghnaigh do theanga"
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Scannerdrake"
-msgstr "Roghnaigh carta grafachach"
+#: ../../steps.pm_.c:15
+msgid "Select installation class"
+msgstr "Roghnaigh rang feistiú"
-#: ../../standalone/drakconnect:1
-#, c-format
-msgid ""
-"Warning, another Internet connection has been detected, maybe using your "
-"network"
+#: ../../steps.pm_.c:16
+msgid "Hard drive detection"
msgstr ""
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Backup Users"
-msgstr ""
+#: ../../steps.pm_.c:17
+msgid "Configure mouse"
+msgstr "Cumraigh luchóg"
-#: ../../network/network.pm:1
-#, c-format
-msgid ""
-"Please enter your host name.\n"
-"Your host name should be a fully-qualified host name,\n"
-"such as ``mybox.mylab.myco.com''.\n"
-"You may also enter the IP address of the gateway if you have one."
-msgstr ""
+#: ../../steps.pm_.c:18
+msgid "Choose your keyboard"
+msgstr "Roghnaigh mhéarchlár"
-#: ../../printer/printerdrake.pm:1
-#, fuzzy, c-format
-msgid "Select Printer Spooler"
-msgstr "Nasc Printéir"
+#: ../../steps.pm_.c:19
+msgid "Security"
+msgstr "Slándáil"
-#: ../../standalone/drakboot:1
-#, fuzzy, c-format
-msgid "Create new theme"
-msgstr "Cruthaigh rann nua"
+#: ../../steps.pm_.c:20
+msgid "Setup filesystems"
+msgstr "Socraigh córas chomhad"
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "Mandrake Tools Explanation"
-msgstr ""
+#: ../../steps.pm_.c:21
+msgid "Format partitions"
+msgstr "Formáidigh ranna"
-#: ../../standalone/drakpxe:1
-#, fuzzy, c-format
-msgid "No image found"
-msgstr "Printéir áitiúl"
+#: ../../steps.pm_.c:22
+msgid "Choose packages to install"
+msgstr "Roghnaigh pacáistí ..."
-#: ../../install_steps.pm:1
-#, c-format
-msgid ""
-"Some important packages didn't get installed properly.\n"
-"Either your cdrom drive or your cdrom is defective.\n"
-"Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm"
-"\"\n"
-msgstr ""
+#: ../../steps.pm_.c:23
+msgid "Install system"
+msgstr "Feistigh córas"
-#: ../advertising/06-development.pl:1
-#, c-format
-msgid "Mandrake Linux 9.2: the ultimate development platform"
-msgstr ""
+#: ../../steps.pm_.c:25
+msgid "Add a user"
+msgstr "Suimigh úsáideoir"
-#: ../../standalone/scannerdrake:1
-#, fuzzy, c-format
-msgid "Detected model: %s"
-msgstr "Pointe taca dublach %s"
+#: ../../steps.pm_.c:26
+msgid "Configure networking"
+msgstr "Cumraigh gréasánú"
-#: ../../standalone/logdrake:1
-#, c-format
-msgid "\"%s\" is not a valid email!"
-msgstr ""
+#: ../../steps.pm_.c:28
+msgid "Configure services"
+msgstr "Cumraigh seirbhisí"
-#: ../../standalone/drakedm:1
-#, c-format
-msgid ""
-"X11 Display Manager allows you to graphically log\n"
-"into your system with the X Window System running and supports running\n"
-"several different X sessions on your local machine at the same time."
-msgstr ""
+#: ../../steps.pm_.c:29
+msgid "Install bootloader"
+msgstr "Feistigh cód tosnaithe"
-#: ../../security/help.pm:1
-#, c-format
-msgid "if set to yes, run the daily security checks."
-msgstr ""
+#: ../../steps.pm_.c:31
+msgid "Create a bootdisk"
+msgstr "Cruthaigh an diosca "
-#: ../../lang.pm:1
-#, c-format
-msgid "Azerbaijan"
-msgstr ""
+#: ../../steps.pm_.c:33
+msgid "Configure X"
+msgstr "Cumraigh X"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "Device name to use for backup"
-msgstr ""
+#: ../../steps.pm_.c:34
+#, fuzzy
+msgid "Install system updates"
+msgstr "Feistigh córas"
-#: ../../standalone/drakbackup:1
-#, c-format
-msgid "No tape in %s!"
+#: ../../steps.pm_.c:35
+msgid "Exit install"
+msgstr "Eirigh as Feistiú"
+
+#: ../../ugtk.pm_.c:636
+msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
msgstr ""
-#: ../../standalone/drakhelp:1
-#, c-format
-msgid ""
-" --doc <link> - link to another web page ( for WM welcome "
-"frontend)\n"
+#: ../../ugtk2.pm_.c:711
+msgid "utopia 25"
msgstr ""
-#: ../../keyboard.pm:1
-#, c-format
-msgid "Dvorak (US)"
-msgstr "Dvorak (Meiriceá)"
+#: ../../share/compssUsers:999
+msgid "Web/FTP"
+msgstr "Greasan/FTP"
-#: ../../standalone/harddrake2:1
-#, c-format
-msgid ""
-"this is the physical bus on which the device is plugged (eg: PCI, USB, ...)"
-msgstr ""
+#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Network Computer (client)"
+msgstr "Printéir Gréasán (lpd)"
-#: ../../printer/printerdrake.pm:1
-#, c-format
-msgid "How is the printer connected?"
+#: ../../share/compssUsers:999
+msgid "NFS server, SMB server, Proxy server, ssh server"
msgstr ""
-#: ../../security/level.pm:1
-#, fuzzy, c-format
-msgid "Security level"
-msgstr "Roghnaigh liebhéal slándáil"
+#: ../../share/compssUsers:999
+msgid "Office"
+msgstr "Oifig"
-#: ../../standalone/draksplash:1
-#, fuzzy, c-format
-msgid "final resolution"
-msgstr "Réiteach"
+#: ../../share/compssUsers:999
+msgid "Gnome Workstation"
+msgstr "Stáisiún Gnome"
-#: ../../help.pm:1 ../../install_steps_interactive.pm:1 ../../services.pm:1
-#, c-format
-msgid "Services"
-msgstr "Seirbishí"
+#: ../../share/compssUsers:999
+msgid "Tools for your Palm Pilot or your Visor"
+msgstr ""
-#: ../../../move/move.pm:1
-#, fuzzy, c-format
-msgid "Auto configuration"
-msgstr "Cumraigh Idirlíon"
+#: ../../share/compssUsers:999
+msgid "Workstation"
+msgstr "Stáisiún Oibre"
-#: ../../Xconfig/card.pm:1
-#, c-format
-msgid "4 MB"
-msgstr "4 MB"
+#: ../../share/compssUsers:999
+msgid "Firewall/Router"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Office Workstation"
-msgstr "Stáisiún Oibre"
+msgid "Domain Name and Network Information Server"
+msgstr ""
#: ../../share/compssUsers:999
msgid ""
@@ -18167,44 +12910,41 @@ msgid ""
msgstr ""
#: ../../share/compssUsers:999
-msgid "Game station"
-msgstr "Stáisiún Cluichí"
-
-#: ../../share/compssUsers:999
-msgid "Amusement programs: arcade, boards, strategy, etc"
+msgid "Audio-related tools: mp3 or midi players, mixers, etc"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Multimedia station"
-msgstr "Stáisiún Ilmheánach"
+msgid "Linux Standard Base. Third party applications support"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Sound and video playing/editing programs"
+msgid "Books and Howto's on Linux and Free Software"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Internet station"
-msgstr "Stáisiún Idirlíon"
+msgid "KDE Workstation"
+msgstr "Stáisiún KDE"
#: ../../share/compssUsers:999
-msgid ""
-"Set of tools to read and send mail and news (mutt, tin..) and to browse the "
-"Web"
+msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Network Computer (client)"
-msgstr "Printéir Gréasán (lpd)"
+msgid "Multimedia - Video"
+msgstr "Ilmheánach"
#: ../../share/compssUsers:999
-msgid "Clients for different protocols including ssh"
+msgid "Set of tools for mail, news, web, file transfer, and chat"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Configuration"
-msgstr "cumraíocht"
+msgid "Database"
+msgstr ""
+
+#: ../../share/compssUsers:999
+msgid "PostgreSQL or MySQL database server"
+msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
@@ -18213,24 +12953,38 @@ msgstr "An bhfuil tú ag iarraidh an cumraíocht a thrial?"
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Scientific Workstation"
-msgstr "Stáisiún Oibre"
+msgid "Multimedia - Sound"
+msgstr "Ilmheánach"
#: ../../share/compssUsers:999
-msgid "Scientific applications such as gnuplot"
-msgstr ""
+#, fuzzy
+msgid "Documentation"
+msgstr "Áit"
#: ../../share/compssUsers:999
msgid "Console Tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Editors, shells, file tools, terminals"
+msgid "Postfix mail server, Inn news server"
msgstr ""
#: ../../share/compssUsers:999
-msgid "KDE Workstation"
-msgstr "Stáisiún KDE"
+msgid "Internet station"
+msgstr "Stáisiún Idirlíon"
+
+#: ../../share/compssUsers:999
+#, fuzzy
+msgid "Multimedia station"
+msgstr "Stáisiún Ilmheánach"
+
+#: ../../share/compssUsers:999
+msgid "Configuration"
+msgstr "cumraíocht"
+
+#: ../../share/compssUsers:999
+msgid "More Graphical Desktops (Gnome, IceWM)"
+msgstr ""
#: ../../share/compssUsers:999
msgid ""
@@ -18239,72 +12993,89 @@ msgid ""
msgstr ""
#: ../../share/compssUsers:999
-msgid "Gnome Workstation"
-msgstr "Stáisiún Gnome"
+msgid "Graphical Environment"
+msgstr ""
#: ../../share/compssUsers:999
-msgid ""
-"A graphical environment with user-friendly set of applications and desktop "
-"tools"
+msgid "Development"
+msgstr "Forbairt"
+
+#: ../../share/compssUsers:999
+msgid "Apache, Pro-ftpd"
+msgstr "Apache, Pro-ftpd"
+
+#: ../../share/compssUsers:999
+msgid "Tools to create and burn CD's"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Other Graphical Desktops"
-msgstr "Deasc Graphaicí Eile"
+msgid "Office Workstation"
+msgstr "Stáisiún Oibre"
#: ../../share/compssUsers:999
-msgid "Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
+
+#: ../../share/compssUsers:999
+msgid "Graphics programs such as The Gimp"
msgstr ""
#: ../../share/compssUsers:999
+msgid "DNS/NIS "
+msgstr "DNS/NIS "
+
+#: ../../share/compssUsers:999
msgid "C and C++ development libraries, programs and include files"
msgstr ""
#: ../../share/compssUsers:999
#, fuzzy
-msgid "Documentation"
-msgstr "Áit"
+msgid "Network Computer server"
+msgstr "Cláréadan Gréasán"
#: ../../share/compssUsers:999
-msgid "Books and Howto's on Linux and Free Software"
-msgstr ""
+msgid "Mail/Groupware/News"
+msgstr "Post/Nuacht/Groupware"
#: ../../share/compssUsers:999
-msgid "LSB"
-msgstr ""
+msgid "Game station"
+msgstr "Stáisiún Cluichí"
#: ../../share/compssUsers:999
-msgid "Linux Standard Base. Third party applications support"
+msgid "Video players and editors"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Web/FTP"
-msgstr "Greasan/FTP"
+#, fuzzy
+msgid "Multimedia - Graphics"
+msgstr "Ilmheánach"
#: ../../share/compssUsers:999
-msgid "Apache, Pro-ftpd"
-msgstr "Apache, Pro-ftpd"
+msgid "Amusement programs: arcade, boards, strategy, etc"
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Mail"
-msgstr "An Bhrasail"
+msgid ""
+"Set of tools to read and send mail and news (pine, mutt, tin..) and to "
+"browse the Web"
+msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Postfix mail server"
-msgstr "Freastalaí Printéir"
+msgid "Personal Finance"
+msgstr ""
#: ../../share/compssUsers:999
-msgid "Database"
+msgid ""
+"A graphical environment with user-friendly set of applications and desktop "
+"tools"
msgstr ""
#: ../../share/compssUsers:999
-msgid "PostgreSQL or MySQL database server"
+msgid "Clients for different protocols including ssh"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Firewall/Router"
+msgid "LSB"
msgstr ""
#: ../../share/compssUsers:999
@@ -18312,150 +13083,82 @@ msgid "Internet gateway"
msgstr ""
#: ../../share/compssUsers:999
-msgid "DNS/NIS "
-msgstr "DNS/NIS "
-
-#: ../../share/compssUsers:999
-msgid "Domain Name and Network Information Server"
+msgid "Sound and video playing/editing programs"
msgstr ""
#: ../../share/compssUsers:999
-#, fuzzy
-msgid "Network Computer server"
-msgstr "Cláréadan Gréasán"
+msgid "Other Graphical Desktops"
+msgstr "Deasc Graphaicí Eile"
#: ../../share/compssUsers:999
-msgid "NFS server, SMB server, Proxy server, ssh server"
+msgid "Editors, shells, file tools, terminals"
msgstr ""
#: ../../share/compssUsers:999
-msgid "Set of tools to read and send mail and news and to browse the Web"
+msgid "Programs to manage your finance, such as gnucash"
msgstr ""
-#, fuzzy
-#~ msgid "Internet Connection Sharing configuration"
-#~ msgstr "Nasc na hIdirlíon agus cumraíocht"
+#: ../../share/compssUsers:999
+msgid "Personal Information Management"
+msgstr ""
+#: ../../share/compssUsers:999
#, fuzzy
-#~ msgid "No Internet Connection Sharing has ever been configured."
-#~ msgstr "Nasc na hIdirlíon agus cumraíocht"
-
-#~ msgid "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"
-#~ msgstr "-adobe-times-bold-r-normal--27-*-100-100-p-*-iso8859-*,*-r-*"
+msgid "Multimedia - CD Burning"
+msgstr "Ilmheánach"
+#: ../../share/compssUsers:999
#, fuzzy
-#~ msgid "Hostname configuration"
-#~ msgstr "Cumraigh Idirlíon"
+msgid "Scientific Workstation"
+msgstr "Stáisiún Oibre"
#, fuzzy
-#~ msgid "Hostname"
-#~ msgstr "ÓstAinm"
+#~ msgid "can not open /etc/inittab for reading: %s"
+#~ msgstr "Earráid ag oscailt %s do scríobh: %s"
#, fuzzy
-#~ msgid "Remote Printers"
-#~ msgstr "Scríos Printéir"
+#~ msgid "cpu number "
+#~ msgstr "Uimhir fón"
#, fuzzy
-#~ msgid "Level 1"
-#~ msgstr "leibhéal"
+#~ msgid "Proxy configuration"
+#~ msgstr "Cumraigh seach-freastalaí"
#, fuzzy
-#~ msgid "Level 2"
-#~ msgstr "leibhéal"
+#~ msgid "port"
+#~ msgstr "Poirt"
-#, fuzzy
-#~ msgid "Level 3"
-#~ msgstr "leibhéal"
+#~ msgid "login"
+#~ msgstr "Logann"
-#, fuzzy
-#~ msgid "Level 4"
-#~ msgstr "leibhéal"
+#~ msgid "password"
+#~ msgstr "Pasfhocal"
#, fuzzy
-#~ msgid "Level 5"
-#~ msgstr "leibhéal"
+#~ msgid "re-type password"
+#~ msgstr "Gan pasfhocal"
#, fuzzy
-#~ msgid "Insert floppy and press %s"
-#~ msgstr "Cur isteach diosca sa dioscthiomant %s"
-
-#~ msgid "Load"
-#~ msgstr "Lód"
+#~ msgid "The passwords don't match. Try again!"
+#~ msgstr "Ní mar a chéile na pasfhocail"
#, fuzzy
-#~ msgid "Bad Ip"
-#~ msgstr "I/A Carta"
-
-#~ msgid "Output"
-#~ msgstr "Aschur"
-
-#~ msgid "Expert Area"
-#~ msgstr "Roghnachais Saineoiaí"
-
-#~ msgid "Wizard..."
-#~ msgstr "Draíodoir..."
+#~ msgid "Can't write file %s"
+#~ msgstr "Earráidh ag scríobh comhad %s"
-#~ msgid "Name: %s\n"
-#~ msgstr "Ainm: %s\n"
+#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgid "Russian (Yawerty)"
-#~ msgstr "Rúisis (Yawerty)"
+#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
+#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
-#~ msgid "Internet connection & configuration"
-#~ msgstr "Nasc na hIdirlíon agus cumraíocht"
-
-#~ msgid "Office"
-#~ msgstr "Oifig"
-
-#~ msgid "Games"
-#~ msgstr "Cluichí"
-
-#~ msgid "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-#~ msgstr "Gnome, Icewm, Window Maker, Enlightenment, Fvwm, etc"
-
-#~ msgid "no network card found"
-#~ msgstr "ní fuaireathas cárta gréasánú"
-
-#~ msgid "DrakFloppy Error: %s"
-#~ msgstr "Earraidh DrakFloppy: %s"
-
-#~ msgid "Launch Aurora at boot time"
-#~ msgstr "Tosnaigh Aurora "
-
-#~ msgid "Traditional Gtk+ Monitor"
-#~ msgstr "Monatóir Tradisiúnta Gtk+"
-
-#~ msgid "Traditional Monitor"
-#~ msgstr "Scáileán Tradisiúnta"
-
-#~ msgid "NewStyle Monitor"
-#~ msgstr "Scáileán Stíl Nua"
-
-#~ msgid "Mail/Groupware/News"
-#~ msgstr "Post/Nuacht/Groupware"
-
-#~ msgid "/Options"
-#~ msgstr "/Roghanna"
+#, fuzzy
+#~ msgid "Please click on a medium"
+#~ msgstr "Roghnaigh rann le do thoil"
-#~ msgid ""
-#~ "The partition you've selected to add as root (/) is physically located "
-#~ "beyond\n"
-#~ "the 1024th cylinder of the hard drive, and you have no /boot partition.\n"
-#~ "If you plan to use the LILO boot manager, be careful to add a /boot "
-#~ "partition"
-#~ msgstr ""
-#~ "Tá an rann atá roghnaithe agat don fréamh (/) suitithe i ndhiadh an "
-#~ "1024ú\n"
-#~ "sorcóir ar an dhiosca, agus níl aon rann /boot agat.\n"
-#~ "Má tá tú chun LILO a úsáid, beidh ort rann /boot a cruthú ar ball."
+#~ msgid "usage: drakfloppy\n"
+#~ msgstr "Úsáid: drakfloppy\n"
-#~ msgid ""
-#~ "Sorry I won't accept to create /boot so far onto the drive (on a cylinder "
-#~ "> 1024).\n"
-#~ "Either you use LILO and it won't work, or you don't use LILO and you "
-#~ "don't need /boot"
-#~ msgstr ""
-#~ "Níl mé sasta /boot a cruthú comh fada sin isteach sa diosca, (ar sorcóir "
-#~ "> 1024).\n"
-#~ "Má tá tú ag úsáid LILO ní oibróidh sé, nó níl /boot uait muna n-úsáideann "
-#~ "tú LILO"
+#, fuzzy
+#~ msgid "detected on interface %s"
+#~ msgstr "Cláréadan Gréasán"