Subversion Repositories Scribus

Rev

Rev 14485 | Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0">
<context>
    <name></name>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="17"/>
        <source>getColorNames() -&gt; list

Returns a list containing the names of all defined colors in the document.
If no document is open, returns a list of the default document colors.
</source>
        <translation type="unfinished">getColorNames() -&gt; zerrenda

Dokumentuan definitutako kolore guztien izenen zerrenda itzultzen du. 
Dokumenturik ez balego irekita, dokumentu lehenetsiaren koloreen zerrenda 
itzuliko luke.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="27"/>
        <source>getColor(&quot;name&quot;) -&gt; tuple

Returns a tuple (C, M, Y, K) containing the four color components of the
color &quot;name&quot; from the current document. If no document is open, returns
the value of the named color from the default document colors.

May raise NotFoundError if the named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished">getColor(&quot;izena&quot;) -&gt; tupla

Uneko dokumentuko &quot;izena&quot; kolorearen lau kolore-osagaien (C, M, H, B) tupla 
itzultzen du. Dokumenturik ez balego irekita, dokumentu lehenetsiaren 
koloreetatik izendatutako kolorearen balioa itzultzen du.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="41"/>
        <source>getColorAsRGB(&quot;name&quot;) -&gt; tuple

Returns a tuple (R,G,B) containing the three color components of the
color &quot;name&quot; from the current document, converted to the RGB color
space. If no document is open, returns the value of the named color
from the default document colors.

May raise NotFoundError if the named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished">getColorAsRGB(&quot;izena&quot;) -&gt; tupla

Uneko dokumentuko &quot;izena&quot; kolorearen (GBU kolore-gunera bihurtuta) hiru kolore 
osagaien tupla (G, B, U) itzultzen du. Ez badago dokumenturik irekita, 
dokumentu lehenetsiko &quot;izena&quot; kolorearen balioa itzuliko du.

NotFoundError abiaraziko da ezin bada kolorearen izena aurkitu.
ValueError abiaraziko da kolorearen izena baliogabea bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="56"/>
        <source>changeColor(&quot;name&quot;, c, m, y, k)

Changes the color &quot;name&quot; to the specified CMYK value. The color value is
defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
Color components should be in the range from 0 to 255.

May raise NotFoundError if the named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished">changeColor(&quot;izena&quot;, c, m, h, b)

&quot;izena&quot; kolorea CMHB balioarekin aldatzen du. Kolorearen balioa lau osagaien 
bidez zehazten da (c=cyana, m=magenta, h=horia, b=beltza). Kolorearen 
osagaiek 0 eta 255 arteko balio izan dezakete.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="70"/>
        <source>defineColor(&quot;name&quot;, c, m, y, k)

Defines a new color &quot;name&quot;. The color Value is defined via four components:
c = Cyan, m = Magenta, y = Yellow and k = Black. Color components should be in
the range from 0 to 255.

May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="83"/>
        <source>deleteColor(&quot;name&quot;, &quot;replace&quot;)

Deletes the color &quot;name&quot;. Every occurence of that color is replaced by the
color &quot;replace&quot;. If not specified, &quot;replace&quot; defaults to the color
&quot;None&quot; - transparent.

deleteColor works on the default document colors if there is no document open.
In that case, &quot;replace&quot;, if specified, has no effect.

May raise NotFoundError if a named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished">deleteColor(&quot;izena&quot;, &quot;ordezkoa&quot;)

&quot;izena&quot; kolorea ezabatzen du. Izendatutako kolorearen agerpen bakoitza 
&quot;ordezkoa&quot;rekin ordeztuko da. Ez bada zehazten, &quot;ordezkoa&quot; lehenetsi egingo da 
&quot;Bat ere ez&quot; kolorearekin (gardena).

Dokumenturik ez balego irekita deleteColor dokumentu lehenetsiko koloreetan 
funtzionatuko luke. Kasu horretan, &quot;ordezkoa&quot; zehaztuko balitz, ez luke eraginik 
izango.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="100"/>
        <source>replaceColor(&quot;name&quot;, &quot;replace&quot;)

Every occurence of the color &quot;name&quot; is replaced by the color &quot;replace&quot;.

May raise NotFoundError if a named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished">replaceColor(&quot;izena&quot;, &quot;ordezkoa&quot;)

&quot;izena&quot; kolorearen agerpen bakoitza &quot;ordezkoa&quot; kolorearekin ordetuko da.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.

</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="113"/>
        <source>isSpotColor(&quot;name&quot;) -&gt; bool

Returns True if the color &quot;name&quot; is a spot color.
See also setSpotColor()

May raise NotFoundError if a named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdcolor.h" line="128"/>
        <source>setSpotColor(&quot;name&quot;, spot)

Set the color &quot;name&quot; as a spot color if spot parameter is True.
See also isSpotColor()

May raise NotFoundError if a named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="17"/>
        <source>newDocDialog() -&gt; bool

Displays the &quot;New Document&quot; dialog box. Creates a new document if the user
accepts the settings. Does not create a document if the user presses cancel.
Returns true if a new document was created.
</source>
        <translation type="unfinished">newDocDialog() -&gt; boolearra

&quot;Dokumentu berria&quot; elkarrizketa-koadroa bistaratzen du. Dokumentu berria sortuko du erabiltzaileak ezarpenak onartuz gero. Ez du dokumenturik sortuko 
erabiltzaileak bertan behera uzteko botoia sakatzen badu. EGIA itzultzen du 
dokumentu bat sortzean.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="28"/>
        <source>fileDialog(&quot;caption&quot;, [&quot;filter&quot;, &quot;defaultname&quot;, haspreview, issave, isdir]) -&gt; string with filename

Shows a File Open dialog box with the caption &quot;caption&quot;. Files are filtered
with the filter string &quot;filter&quot;. A default filename or file path can also
supplied, leave this string empty when you don&apos;t want to use it.  A value of
True for haspreview enables a small preview widget in the FileSelect box.  When
the issave parameter is set to True the dialog acts like a &quot;Save As&quot; dialog
otherwise it acts like a &quot;File Open Dialog&quot;. When the isdir parameter is True
the dialog shows and returns only directories. The default for all of the
optional parameters is False.

The filter, if specified, takes the form &apos;comment (*.type *.type2 ...)&apos;.
For example &apos;Images (*.png *.xpm *.jpg)&apos;.

Refer to the Qt-Documentation for QFileDialog for details on filters.

Example: fileDialog(&apos;Open input&apos;, &apos;CSV files (*.csv)&apos;)
Example: fileDialog(&apos;Save report&apos;, defaultname=&apos;report.txt&apos;, issave=True)
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="56"/>
        <source>messageBox(&quot;caption&quot;, &quot;message&quot;,
    icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
    button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer

Displays a message box with the title &quot;caption&quot;, the message &quot;message&quot;, and
an icon &quot;icon&quot; and up to 3 buttons. By default no icon is used and a single
button, OK, is displayed. Only the caption and message arguments are required,
though setting an icon and appropriate button(s) is strongly
recommended. The message text may contain simple HTML-like markup.

Returns the number of the button the user pressed. Button numbers start
at 1.

For the icon and the button parameters there are predefined constants available
with the same names as in the Qt Documentation. These are the BUTTON_* and
ICON_* constants defined in the module. There are also two extra constants that
can be binary-ORed with button constants:
    BUTTONOPT_DEFAULT   Pressing enter presses this button.
    BUTTONOPT_ESCAPE    Pressing escape presses this button.

Usage examples:
result = messageBox(&apos;Script failed&apos;,
                    &apos;This script only works when you have a text frame selected.&apos;,
                    ICON_ERROR)
result = messageBox(&apos;Monkeys!&apos;, &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
                    ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
                    BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)

Defined button and icon constants:
BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
</source>
        <translation type="unfinished">messageBox(&quot;epigrafea&quot;, &quot;mezua&quot;,
    ikonoa=ICON_NONE, botoi1=BUTTON_OK|BUTTONOPT_DEFAULT,
    botoi2=BUTTON_NONE, botoi3=BUTTON_NONE) -&gt; osokoa

&quot;epigrafea&quot; titulua duen elkarrizketa-koadroa bistaratzen du, &quot;mezua&quot; 
mezuarekin eta &quot;ikonoa&quot; ikonoarekin, eta gehienez 3 botoirekin. Lehenetsi gisa 
ez da ikonorik erabiltzen eta botoi bakarrak, ADOS, bistaratzen da. Epigrafea eta 
mezua soilik dira beharrezkoak, nahiz eta dagokion ikonoa eta botoia(k) 
ezartzea gomendatzen den. Mezuaren testuak HTML motako etiketa 
sinpleak eduki ditzake.

Erabiltzaileak sakatutako botoiaren zenbakia itzultzen du. Botoien zenbakiak 
1 balioarekin hasten dira.

Ikonoaren eta botoien parametroak aurrez definitutako konstante erabilgarriak 
dira, Qt dokumentazioan agertzen diren izenekin.  Hauek BUTTON_* eta ICON_* 
konstanteak dira, moduloan definitutakoak. Beste bi konstante gehigarri daude 
bit mailan OR (EDO) eragiketa egin dezaketena:

    BUTTONOPT_DEFAULT   Sartu tekla sakatuz botoi hau sakatzen da.
    BUTTONOPT_ESCAPE    Ihes tekla sakatuz botoi hau sakatzen da.

Adibideak:
emaitza = messageBox(&apos;Script-ak huts egin du&apos;,
                    &apos;Script honek testu-markoa hautatuta duzunean soilik funtzionatzen du.&apos;,
                    ICON_ERROR)
emaitza = messageBox(&apos;Zoratu gara!&apos;, &apos;Zerbait oker dabil! &lt;i&gt;Mozkorren bat agian?&lt;/i&gt;&apos;,
                    ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
                    BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)

Definitutako botoien eta ikonoen konstanteak:
BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="95"/>
        <source>valueDialog(caption, message [,defaultvalue]) -&gt; string

Shows the common &apos;Ask for string&apos; dialog and returns its value as a string
Parameters: window title, text in the window and optional &apos;default&apos; value.

Example: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)
</source>
        <translation type="unfinished">valueDialog(epigrafea, mezua [,balioLehenetsia]) -&gt; katea

&apos;Eskatu esaldia&apos; motako elkarrizketa-koadroa bistaratzen du, eta 
bere balioa itzultzen du kate gisa.
Parametroak: leihoaren titulua, leihoko testua eta aukerazko &apos;lehenetsia&apos; 
balioa.

Adibidea:  valueDialog(&apos;titulua&apos;, &apos;leihoko testua&apos;, &apos;aukerazkoa&apos;)
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddialog.h" line="107"/>
        <source>newStyleDialog() -&gt; string

Shows &apos;Create new paragraph style&apos; dialog. Function returns real
style name or None when user cancels the dialog.
</source>
        <translation type="unfinished">newStyleDialog() -&gt; katea

&apos;Sortu paragrafo-estilo berria&apos; motako elkarrizketa-koadroa erakusten du. 
Funztioak estiloaren benetako izena itzultzen du, edo None (bat ere ez) erabiltzaileak 
elkarrizketa-koadroa bertan behera uzten duenean.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="16"/>
        <source>newDocument(size, margins, orientation, firstPageNumber,
                        unit, pagesType, firstPageOrder, numPages) -&gt; bool

Creates a new document and returns true if successful. The parameters have the
following meaning:

size = A tuple (width, height) describing the size of the document. You can
use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.

margins = A tuple (left, right, top, bottom) describing the document
margins

orientation = the page orientation - constants PORTRAIT, LANDSCAPE

firstPageNumer = is the number of the first page in the document used for
pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
numbers if you&apos;re creating a document in several parts.

unit: this value sets the measurement units used by the document. Use a
predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
UNIT_PICAS, UNIT_POINTS.

pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
PAGE_4 is 4-fold.

firstPageOrder = What is position of first page in the document.
Indexed from 0 (0 = first).

numPage = Number of pages to be created.

The values for width, height and the margins are expressed in the given unit
for the document. PAPER_* constants are expressed in points. If your document
is not in points, make sure to account for this.

example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
PAGE_4, 3, 1)

May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="62"/>
        <source>newDoc(size, margins, orientation, firstPageNumber,
                   unit, facingPages, firstSideLeft) -&gt; bool

WARNING: Obsolete procedure! Use newDocument instead.

Creates a new document and returns true if successful. The parameters have the
following meaning:

    size = A tuple (width, height) describing the size of the document. You can
    use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.

    margins = A tuple (left, right, top, bottom) describing the document
    margins

    orientation = the page orientation - constants PORTRAIT, LANDSCAPE

    firstPageNumer = is the number of the first page in the document used for
    pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
    numbers if you&apos;re creating a document in several parts.

    unit: this value sets the measurement units used by the document. Use a
    predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
    UNIT_PICAS, UNIT_POINTS.

    facingPages = FACINGPAGES, NOFACINGPAGES

    firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT

The values for width, height and the margins are expressed in the given unit
for the document. PAPER_* constants are expressed in points. If your document
is not in points, make sure to account for this.

example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS,
                FACINGPAGES, FIRSTPAGERIGHT)
</source>
        <translation type="unfinished">newDoc(tamaina, marjinak, orientazioa, lehenOrriZbkia,
                   unitatea, aurrezAurre, lehenaEzkerAldean) -&gt; boolearra

ABISUA: funtzio zaharkitua! Erabili newDocument honen ordez.

Dokumentu berria sortzen du eta ongi burutzen bada TRUE (egia) 
itzultzen du. Parametroak honako esanahia dute:

    tamaina = tupla bat (zabalera, altuera) dokumentuaren tamaina adierazteko. 
            PAPER_&lt;mota&gt; izeneko konstanteak erabil ditzakezu, adib. PAPER_A3.

    marjinak = tupla bat (ezkerra, eskuina, goia, behea) dokumentuaren marjinak 
            adierazteko.

    orientazioa = orriaren orientazioa. Konstante erabilgarriak: PORTRAIT (bertikala), 
            LANDSCAPE (horizontala).

    lehenOrriZbkia = dokumentuko aurreneko orrialdearen zenbakia ezartzen du, 
            orrialdeak zenbatzeko erabiltzen da. Arruntena 1 zenbakia erabiltzea 
            izaten den arren, hainbat zatitako dokumentua sortzean zenbaki altuagoak 
            erabiltzen dira.

    unitatea = balio honek dokumentua neurtzeko erabiliko den unitatea ezartzen du. 
            Erabili aurrez definitutako konstanteak: UNIT_INCHES, UNIT_MILLIMETERS, 
            UNIT_PICAS, UNIT_POINTS.

    aurrezAurre = erabili honako konstanteak orrialdeak aurrez aurre jartzeko edo ez: 
            FACINGPAGES, NOFACINGPAGES

    lehenaEzkerAldean = dokumentuko aurreneko orrialdea ezkerrean kokatuko den 
           edo ez: FIRSTPAGELEFT, FIRSTPAGERIGHT

Zabalera, altuera eta marjinen balioak dokumentuari ematen zaion unitateetan 
adierazten dira. PAPER_* konstanteak puntuetan adierazten dira. Zure dokumentua 
ez badago puntuetan neurtuta, hau kontutan eduki beharko duzu.

Adibidea: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS,
                FACINGPAGES, FIRSTPAGERIGHT)
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="103"/>
        <source>closeDoc()

Closes the current document without prompting to save.

May throw NoDocOpenError if there is no document to close
</source>
        <translation type="unfinished">closeDoc()

Uneko dokumentua itxi egiten du, gordetzeari buruz inolako galderarik egin gabe.

NoDocOpenError abiaraziko da dokumenturik irekita ez egonez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="114"/>
        <source>haveDoc() -&gt; bool

Returns true if there is a document open.
</source>
        <translation type="unfinished">haveDoc() -&gt; boolearra

TRUE (EGIA) itzultzen du dokumenturen bat irekita egonez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="123"/>
        <source>openDoc(&quot;name&quot;)

Opens the document &quot;name&quot;.

May raise ScribusError if the document could not be opened.
</source>
        <translation type="unfinished">openDoc(&quot;izena&quot;)

&quot;izena&quot; dokumentua irekitzen du.

ScribusError abiaraziko da dokumentua ezin izan badu ireki.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="134"/>
        <source>saveDoc()

Saves the current document with its current name, returns true if successful.
If the document has not already been saved, this may bring up an interactive
save file dialog.

If the save fails, there is currently no way to tell.
</source>
        <translation type="unfinished">saveDoc()

Uneko dokumentua (bere uneko izenarekin) gordetzen du, eta TRUE (EGIA) itzultzen 
du ongi burutu bada. Dokumentua oraindik ez bada gorde, elkarrizketa-koadroa 
bistaratuko du fitxategia gordetzeko.

Huts egiten badu gordetzean, une honetan ez dago biderik hau jakinarazteko.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="146"/>
        <source>getDocName() -&gt; string

Returns the name the document was saved under.
If the document was not saved before the name is empty.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="156"/>
        <source>saveDocAs(&quot;name&quot;)

Saves the current document under the new name &quot;name&quot; (which may be a full or
relative path).

May raise ScribusError if the save fails.
</source>
        <translation type="unfinished">saveDocAs(&quot;izena&quot;)

Uneko dokumentua &quot;izena&quot; izen berriarekin gordetzen du (bide-izen osoa edo 
erlatiboa izan daiteke).

ScribusError abiaraziko da huts egiten badu gordetzean.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="168"/>
        <source>setInfo(&quot;author&quot;, &quot;info&quot;, &quot;description&quot;) -&gt; bool

Sets the document information. &quot;Author&quot;, &quot;Info&quot;, &quot;Description&quot; are
strings.
</source>
        <translation type="unfinished">setInfo(&quot;egilea&quot;, &quot;info&quot;, &quot;azalpena&quot;) -&gt; boolearra

Dokumentuaren informazioa ezartzen du. &quot;egilea&quot;, &quot;info&quot; eta &quot;azalpena&quot; kateak 
dira.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="178"/>
        <source>setMargins(lr, rr, tr, br)

Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
margins are given in the measurement units of the document - see UNIT_&lt;type&gt;
constants.
</source>
        <translation type="unfinished">setMargins(ez, es, go, be)

Dokumentuaren marjinak ezartzen ditu. Ezkerreko (ez), eskuineko (es), goiko (go) eta 
beheko (be) marjinak ematen dira dokumentua neurtzeko unitateetan 
(ikus UNIT_&lt;mota&gt; konstanteak).</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="189"/>
        <source>setBaseLine(grid, offset)

Sets the base line settings of the document, grid spacing(grid), grid offset(offset).
Values are given in the measurement units of the document - see UNIT_&lt;type&gt;
constants.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="200"/>
        <source>setUnit(type)

Changes the measurement unit of the document. Possible values for &quot;unit&quot; are
defined as constants UNIT_&lt;type&gt;.

May raise ValueError if an invalid unit is passed.
</source>
        <translation type="unfinished">setUnit(mota)

Dokumentua neurtzeko unitatea aldatzen du. Unitate motaren balio erabilgarriak 
UNIT_&lt;mota&gt; konstante gisa definituta daude.

ValueError abiaraziko da baliogabeko unitatea ematen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="212"/>
        <source>getUnit() -&gt; integer (Scribus unit constant)

Returns the measurement units of the document. The returned value will be one
of the UNIT_* constants:
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
</source>
        <translation type="unfinished">getUnit() -&gt; osokoa (Scribus-eko unitate konstantea)

Dokumentua neurtzeko ezarritako unitatea itzultzen du. Itzulitako balioa 
UNIT_* konstanteetariko bat izan daiteke:
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="223"/>
        <source>loadStylesFromFile(&quot;filename&quot;)

Loads paragraph styles from the Scribus document at &quot;filename&quot; into the
current document.
</source>
        <translation type="unfinished">loadStylesFromFile(&quot;fitxategi-izena&quot;)

Paragrafo-estiloak kargatzen ditu uneko dokumentuan 
Scribus dokumentik (&quot;fitxategi-izena&quot;)  .
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="233"/>
        <source>setDocType(facingPages, firstPageLeft)

Sets the document type. To get facing pages set the first parameter to
FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead.  If you want
to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
a right page use FIRSTPAGERIGHT.
</source>
        <translation type="unfinished">setDocType(aurrezAurreOrri, lehenOrriaEzker)

Dokumentu-mota ezartzen du. Ezarri lehenbiziko parametroa 
FACINGPAGES konstantearekin orrialdeak aurrez aurre jartzeko, 
bestela, orrialdeak aurrez aurre ez egoteko erabili NOFACINGPAGES. 
Aurreneko orrialdea ezkerraldean egoteko ezarri bigarren paraemetroa 
FIRSTPAGELEFT balioarekin, bestela erabili FIRSTPAGERIGHT aurrenekoa 
orrialdea eskuinean egoteko.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="243"/>
        <source>closeMasterPage()

Closes the currently active master page, if any, and returns editing
to normal. Begin editing with editMasterPage().
</source>
        <translation type="unfinished">closeMasterPage()

Unean aktibo dagoen orri maisua ixten du, eta edizioa bere egoera 
normalera itzultzen du. Hasi editatzen editMasterPage() funtzioarekin.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="251"/>
        <source>masterPageNames()

Returns a list of the names of all master pages in the document.
</source>
        <translation type="unfinished">masterPageNames()

Dokumentuko orri maisu guztien izenen zerrenda itzultzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="258"/>
        <source>editMasterPage(pageName)

Enables master page editing and opens the named master page
for editing. Finish editing with closeMasterPage().
</source>
        <translation type="unfinished">editMasterPage(orriIzena)

Orri maisua editatzea gaitzen du, eta izendatutako orri maisua 
irekitzen du editatzeko. Amaitu editatzea closeMasterPage() funtzioarekin.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="266"/>
        <source>createMasterPage(pageName)

Creates a new master page named pageName and opens it for
editing.
</source>
        <translation type="unfinished">createMasterPage(orriIzena)

Orri maisua berria sortzen, &apos;orriIzen&apos; izenekoa, eta ireki egiten du 
editatzeko.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmddoc.h" line="274"/>
        <source>deleteMasterPage(pageName)

Delete the named master page.
</source>
        <translation type="unfinished">deleteMasterPage(orriIzena)

Izendatutako orri maisua ezabatzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="17"/>
        <source>getFillColor([&quot;name&quot;]) -&gt; string

Returns the name of the fill color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getFillColor([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; objektuaren kolore-betegarriaren izena itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="27"/>
        <source>getFillTransparency([&quot;name&quot;]) -&gt; float

Returns the fill transparency of the object &quot;name&quot;. If &quot;name&quot;
is not given the currently selected Item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="37"/>
        <source>getFillBlendmode([&quot;name&quot;]) -&gt; integer

Returns the fill blendmode of the object &quot;name&quot;. If &quot;name&quot;
is not given the currently selected Item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="47"/>
        <source>getLineColor([&quot;name&quot;]) -&gt; string

Returns the name of the line color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getLineColor([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; objektuaren marraren kolorearen izena itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="57"/>
        <source>getLineTransparency([&quot;name&quot;]) -&gt; float

Returns the line transparency of the object &quot;name&quot;. If &quot;name&quot;
is not given the currently selected Item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="67"/>
        <source>getLineBlendmode([&quot;name&quot;]) -&gt; integer

Returns the line blendmode of the object &quot;name&quot;. If &quot;name&quot;
is not given the currently selected Item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="77"/>
        <source>getLineWidth([&quot;name&quot;]) -&gt; integer

Returns the line width of the object &quot;name&quot;. If &quot;name&quot;
is not given the currently selected Item is used.
</source>
        <translation type="unfinished">getLineWidth([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren marraren zabalera itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="87"/>
        <source>getLineShade([&quot;name&quot;]) -&gt; integer

Returns the shading value of the line color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getLineShade([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren marraren kolorearen itzalduraren balioa itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="97"/>
        <source>getLineJoin([&quot;name&quot;]) -&gt; integer (see constants)

Returns the line join style of the object &quot;name&quot;. If &quot;name&quot; is not given
the currently selected item is used.  The join types are:
JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="108"/>
        <source>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)

Returns the line cap style of the object &quot;name&quot;. If &quot;name&quot; is not given the
currently selected item is used. The cap types are:
CAP_FLAT, CAP_ROUND, CAP_SQUARE
</source>
        <translation type="unfinished">getLineEnd([&quot;izena&quot;]) -&gt; osokoa (ikus konstanteak)

&quot;izena&quot; objektuaren marraren txano-estiloa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Txanoen motak honakoak dira: 
CAP_FLAT (laua), CAP_ROUND (biribila), CAP_SQUARE (karratua)
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="119"/>
        <source>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)

Returns the line style of the object &quot;name&quot;. If &quot;name&quot; is not given the
currently selected item is used. Line style constants are:
LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
</source>
        <translation type="unfinished">getLineStyle([&quot;izena&quot;]) -&gt; osokoa (ikus konstanteak)

&quot;izena&quot; objektuaren marraren estiloa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Marra-estiloen konstanteak honakoak dira: 
LINE_DASH (marra), LINE_DASHDOT (marra puntu), 
LINE_DASHDOTDOT (marra puntu puntu), LINE_DOT (puntu), LINE_SOLID (betea)
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="130"/>
        <source>getFillShade([&quot;name&quot;]) -&gt; integer

Returns the shading value of the fill color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getFillShade([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren kolore betegarriaren itzalduraren balioa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="140"/>
        <source>getCornerRadius([&quot;name&quot;]) -&gt; integer

Returns the corner radius of the object &quot;name&quot;. The radius is
expressed in points. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="151"/>
        <source>getImageScale([&quot;name&quot;]) -&gt; (x,y)

Returns a (x, y) tuple containing the scaling values of the image frame
&quot;name&quot;.  If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getImageScale([&quot;izena&quot;]) -&gt; (x,y)

&quot;izena&quot; irudi-markoaren eskalatze-balioen tupla (x,y) itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="161"/>
        <source>getImageName([&quot;name&quot;]) -&gt; string

Returns the filename for the image in the image frame. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="unfinished">getImageName([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; irudi-markoaren irudiari dagokion fitxategi-izena itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="171"/>
        <source>getPosition([&quot;name&quot;]) -&gt; (x,y)

Returns a (x, y) tuple with the position of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
The position is expressed in the actual measurement unit of the document
- see UNIT_&lt;type&gt; for reference.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="183"/>
        <source>getSize([&quot;name&quot;]) -&gt; (width,height)

Returns a (width, height) tuple with the size of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used. The size is
expressed in the current measurement unit of the document - see UNIT_&lt;type&gt;
for reference.
</source>
        <translation type="unfinished">getSize([&quot;izena&quot;]) -&gt; (zabalera,altuera)

&quot;izena&quot; objektuaren tamainaren tupla (zabalera, altuera) itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Dokumentua neurtzeko uneko unitatea erabiltzen du tamainak 
(ikus UNIT_&lt;mota&gt; xehetasunerako).
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="195"/>
        <source>getRotation([&quot;name&quot;]) -&gt; integer

Returns the rotation of the object &quot;name&quot;. The value is expressed in degrees,
and clockwise is positive. If &quot;name&quot; is not given the currently selected item
is used.
</source>
        <translation type="unfinished">getRotation([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren biraketa itzultzen du. Balioa gradutan adierazten da, 
eta erlojuaren norantza positiboa da. &quot;izena&quot; ez bada ematen, unean 
hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetprop.h" line="206"/>
        <source>getAllObjects() -&gt; list

Returns a list containing the names of all objects on the current page.
</source>
        <translation type="unfinished">getAllObjects() -&gt; zerrenda

Zerrenda itzultzen du, uneko orrialdeko objektu guztien izenen edukiarekin.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="77"/>
        <source>getPropertyCType(object, property, includesuper=True)

Returns the name of the C type of `property&apos; of `object&apos;. See getProperty()
for details of arguments.

If `includesuper&apos; is true, search inherited properties too.
</source>
        <translation type="unfinished">getPropertyCType(objektua,  propietatea, txertatuSuper=TRUE)

&apos;objektua&apos;ren &apos;propietatearen&apos; C motako izena itzultzen du. 
Ikus getProperty() parametroen xehetasunerako.

&apos;txertatuSuper&apos; TRUE (EGIA) bada, heredatutako propietateetan ere bilatzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="96"/>
        <source>getPropertyNames(object, includesuper=True)

Return a list of property names supported by `object&apos;.
If `includesuper&apos; is true, return properties supported
by parent classes as well.
</source>
        <translation type="unfinished">getPropertyNames(objektua, txertatuSuper=TRUE)

&apos;objektua&apos;k onartutako propietateen izenen zerrenda itzultzen du.
&apos;txertatuSuper&apos; TRUE (EGIA) bada, klasearen gurasoek onartutako 
propietateak ere itzultzen ditu.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="123"/>
        <source>getProperty(object, property)

Return the value of the property `property&apos; of the passed `object&apos;.

The `object&apos; argument may be a string, in which case the named PageItem
is searched for. It may also be a PyCObject, which may point to any
C++ QObject instance.

The `property&apos; argument must be a string, and is the name of the property
to look up on `object&apos;.

The return value varies depending on the type of the property.
</source>
        <translation type="unfinished">getProperty(objektua, propietatea)

&apos;objektua&apos;ren &apos;propietatea&apos;ren balioa itzultzen du.

&apos;objektua&apos; parametroa katea izan daiteke, egoera horretan PageItem 
izenekoaren bilaketa egiten da. PyCObject ere izan daiteke, 
C++ QObject-eko intantzia batera zuzendu dezake.

&apos;propietatea&apos; parametroa kate bat izan behar du, eta &apos;objektua&apos;n bilatuko den 
propietatearen izen da.

Itzultzen den balioa propietate-motaren arabera dago.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdgetsetprop.h" line="158"/>
        <source>setProperty(object, property, value)

Set `property&apos; of `object&apos; to `value&apos;. If `value&apos; cannot be converted to a type
compatible with the type of `property&apos;, an exception is raised. An exception may
also be raised if the underlying setter fails.

See getProperty() for more information.
</source>
        <translation type="unfinished">setProperty(objektua, propietatea, balioa)

&apos;objektua&apos;ren &apos;propietatea&apos; ezartzen du &apos;balioa&apos;rekin. Balioa ezin bada 
&apos;propietatea&apos;k darabilen motaren bateragarri batera bihurtu, salbuespena 
abiaraziko da. Salbuespena ere abiaraziko da azpimarratzeko ezarpenak 
huts egiten badu.

Ikus getProperty() xehetasun gehiagorako.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="17"/>
        <source>moveObject(dx, dy [, &quot;name&quot;])

Moves the object &quot;name&quot; by dx and dy relative to its current position. The
distances are expressed in the current measurement unit of the document (see
UNIT constants). If &quot;name&quot; is not given the currently selected item is used.
If the object &quot;name&quot; belongs to a group, the whole group is moved.
</source>
        <translation type="unfinished">moveObject(dx, dy [, &quot;izena&quot;])

&quot;izena&quot; objektua desplazatzen du dx eta dy balioekin uneko posiziotik. Dokumentuan 
uneko neurtzeko unitateetan adierazten dira distantziak (ikus UNIT konstanteak). 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
&quot;izena&quot; objektua talde batekoa bada, talde osoa desplazatuko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="29"/>
        <source>moveObjectAbs(x, y [, &quot;name&quot;])

Moves the object &quot;name&quot; to a new location. The coordinates are expressed in
the current measurement unit of the document (see UNIT constants).  If &quot;name&quot;
is not given the currently selected item is used.  If the object &quot;name&quot;
belongs to a group, the whole group is moved.
</source>
        <translation type="unfinished">moveObjectAbs(x, y [, &quot;izena&quot;])

&quot;izena&quot; objektua lekuz aldatzen du. Dokumentua neurtzeko uneko unitatea erabiltzen 
du koordenatuak (ikus UNIT konstanteak). 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
&quot;izena&quot;  objektua talde bateko kidea bada, talde osoa aldatuko da lekuz.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="41"/>
        <source>rotateObject(rot [, &quot;name&quot;])

Rotates the object &quot;name&quot; by &quot;rot&quot; degrees relatively. The object is
rotated by the vertex that is currently selected as the rotation point - by
default, the top left vertex at zero rotation. Positive values mean counter
clockwise rotation when the default rotation point is used. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="54"/>
        <source>rotateObjectAbs(rot [, &quot;name&quot;])

Sets the rotation of the object &quot;name&quot; to &quot;rot&quot;. Positive values
mean counter clockwise rotation. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="65"/>
        <source>sizeObject(width, height [, &quot;name&quot;])

Resizes the object &quot;name&quot; to the given width and height. If &quot;name&quot;
is not given the currently selected item is used.
</source>
        <translation type="unfinished">sizeObject(zabalera, altuera [, &quot;izena&quot;])

&quot;izena&quot; objektua tamainaz aldatzen du emandako zabalera eta altuerarekin. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="75"/>
        <source>getSelectedObject([nr]) -&gt; string

Returns the name of the selected object. &quot;nr&quot; if given indicates the number
of the selected object, e.g. 0 means the first selected object, 1 means the
second selected Object and so on.
</source>
        <translation type="unfinished">getSelectedObject([kop]) -&gt; katea

Hautatutako objektuaren izena itzultzen du. &quot;kop&quot; balioa ematen bada, 
hautatutako objektu-kopurua adierazten du. 0 balioak hautatutako aurreneko 
objektua adierazten du, 1 balioak hautatutako bigarren objektua, e.a.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="86"/>
        <source>selectionCount() -&gt; integer

Returns the number of selected objects.
</source>
        <translation type="unfinished">selectionCount() -&gt; osokoa

Hautatutako objektu-kopurua itzultzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="95"/>
        <source>selectObject(&quot;name&quot;)

Selects the object with the given &quot;name&quot;.
</source>
        <translation type="unfinished">selectObject(&quot;izena&quot;)

Emandako &quot;izena&quot; objektua hautatzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="104"/>
        <source>deselectAll()

Deselects all objects in the whole document.
</source>
        <translation type="unfinished">deselectAll()

Dokumentu osoko objektu guztiak desautatzen ditu.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="113"/>
        <source>groupObjects(list) -&gt; string

Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
of the objects to be grouped. If &quot;list&quot; is not given the currently selected
items are used. Returns the group name for further referencing.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>groupObjects(list)

Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
of the objects to be grouped. If &quot;list&quot; is not given the currently selected
items are used.
</source>
        <translation type="obsolete">groupObjects(zerrenda)

&quot;zerrenda&quot;n agertzen diren objektu guztiak elkartzen ditu. Taldean elkartzea 
nahi diren objektuen izenak eduki behar ditu &quot;zerrenda&quot;k. Zerrendarik ez bada 
ematen, unean hautatutako elementuak erabiliko dira.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="124"/>
        <source>unGroupObjects(&quot;name&quot;)

Destructs the group the object &quot;name&quot; belongs to.If &quot;name&quot; is not given the currently selected item is used.</source>
        <translation type="unfinished">unGroupObjects(&quot;izena&quot;)

&quot;izena&quot; objektua kide den taldea apurtzen du. Ez bada &quot;izena&quot; ematen, 
unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="132"/>
        <source>scaleGroup(factor [,&quot;name&quot;])

Scales the group the object &quot;name&quot; belongs to. Values greater than 1 enlarge
the group, values smaller than 1 make the group smaller e.g a value of 0.5
scales the group to 50 % of its original size, a value of 1.5 scales the group
to 150 % of its original size.  The value for &quot;factor&quot; must be greater than
0. If &quot;name&quot; is not given the currently selected item is used.

May raise ValueError if an invalid scale factor is passed.
</source>
        <translation type="unfinished">scaleGroup(faktorea [,&quot;izena&quot;])

&quot;izena&quot; objektuaren taldea eskalatzen du. 1 baino handiagoak diren 
faktoreek taldea handitzen dute, txikiagoak direnek taldea txikiagotzen 
dute. Adib: 0.5 balioko faktore batek jatorrizko tamainaren %50era eskalatzen 
du taldea; 1.5 balioak berriz taldea %150 handiagotzen du. &quot;faktorea&quot; eremuko 
balioa 0 baino handiagoa izan behar du. Ez bada &quot;izena&quot; ematen 
unean hautatutako elementua erabiliko da.

ValueError abiaraziko da faktore baliogabea ematen bada eskalatzeko.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="147"/>
        <source>loadImage(&quot;filename&quot; [, &quot;name&quot;])

Loads the picture &quot;picture&quot; into the image frame &quot;name&quot;. If &quot;name&quot; is
not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not an image frame
</source>
        <translation type="unfinished">loadImage(&quot;fitxategi-izena&quot; [, &quot;izena&quot;])

&quot;fitxategi-izena&quot; irudia kargatzen du &quot;izena&quot; irudi-markoan. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada irudi-marko bat.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="159"/>
        <source>scaleImage(x, y [, &quot;name&quot;])

Sets the internal scaling factors of the picture in the image frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used. A number of 1
means 100 %. Internal scaling factors are different from the values shown on 
properties palette. Note : deprecated, use setImageScale() instead.

May raise WrongFrameTypeError if the target frame is not an image frame
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="173"/>
        <source>setImageScale(x, y [, &quot;name&quot;])

Sets the scaling factors of the picture in the image frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used. A number of 1
means 100 %. Scaling factors are equal to the values shown on properties palette.

May raise WrongFrameTypeError if the target frame is not an image frame
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>scaleImage(x, y [, &quot;name&quot;])

Sets the scaling factors of the picture in the image frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used. A number of 1
means 100 %.

May raise WrongFrameTypeError if the target frame is not an image frame
</source>
        <translation type="obsolete">scaleImage(x, y [, &quot;izena&quot;])

&quot;izena&quot; irudi-markoko irudia eskalatzeko faktorea ezartzen du. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da. 1 zenbakiak 
%100 adierazten du.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada irudi-marko bat.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="186"/>
        <source>lockObject([&quot;name&quot;]) -&gt; bool

Locks the object &quot;name&quot; if it&apos;s unlocked or unlock it if it&apos;s locked.
If &quot;name&quot; is not given the currently selected item is used. Returns true
if locked.
</source>
        <translation type="unfinished">lockObject([&quot;izena&quot;]) -&gt; boolearra

&quot;izena&quot; objektua blokeatzen du desblokeatuta egonez gero, edo 
desblokeatu egiten du blokeatuta egonez gero. Ez bada &quot;izena&quot; emanten, 
unean hautatutako elementua erabiliko da. TRUE (EGIA) itzultzen du 
blokeatzen badu.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="197"/>
        <source>isLocked([&quot;name&quot;]) -&gt; bool

Returns true if is the object &quot;name&quot; locked.  If &quot;name&quot; is not given the
currently selected item is used.
</source>
        <translation type="unfinished">isLocked([&quot;izena&quot;]) -&gt; boolearra

TRUE (EGIA) itzultzen du &quot;izena&quot; objektua blokeatuta egonez gero. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmani.h" line="206"/>
        <source>setScaleImageToFrame(scaletoframe, proportional=None, name=&lt;selection&gt;)

Sets the scale to frame on the selected or specified image frame to `scaletoframe&apos;.
If `proportional&apos; is specified, set fixed aspect ratio scaling to `proportional&apos;.
Both `scaletoframe&apos; and `proportional&apos; are boolean.

May raise WrongFrameTypeError.
</source>
        <translation type="unfinished">setScaleImageToFrame(eskalatuMarkora, proportzionala=None, izena=&lt;hautapena&gt;)

Hautapeneko edo zehaztutako irudi-markoan markoaren eskala ezartzen du 
&apos;eskalatuMarkora&apos; balioarekin. &apos;proportzionala&apos; zehazten bada, itxura eskalatzeko
erlazioa finkatu egingo da. &apos;eskalatuMarkora&apos; eta &apos;proportzionala&apos; parametroak 
boolearrak dira.

WrongFrameTypeError abiaraziko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="19"/>
        <source>setRedraw(bool)

Disables page redraw when bool = False, otherwise redrawing is enabled.
This change will persist even after the script exits, so make sure to call
setRedraw(True) in a finally: clause at the top level of your script.
</source>
        <translation type="unfinished">setRedraw(boolearra)

Boolearraren balioa FALSE (FALTSUA) denean orria birmarraztea desgaitzen du, bestela 
(EGIA bada) berriro marraztea gaitzen du. Aldaketa hau mantendu egingo da nahiz 
eta script-ak irten egin, beraz ziurtatu amaitzean setRedraw(TRUE) funtzioari deitzeaz: jarri zure script-aren maila gorenean.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="30"/>
        <source>getFontNames() -&gt; list

Returns a list with the names of all available fonts.
</source>
        <translation type="unfinished">getFontNames() -&gt; zerrenda

Letra-tipo erabilgarri guztien izena duen zerrenda itzultzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="39"/>
        <source>getXFontNames() -&gt; list of tuples

Returns a larger font info. It&apos;s a list of the tuples with:
[ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
</source>
        <translation type="unfinished">getXFontNames() -&gt; tuplen zerrenda

Letra-tipo handien datuak itzultzen ditu. Tuplen zerrenda da:
[ (Scribus izena, familia, benetako izena, azpimultzoa (1|0), 
kapsulatutako PS (1|0), letra-fitxategia), (...), ... ]
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="52"/>
        <source>renderFont(&quot;name&quot;, &quot;filename&quot;, &quot;sample&quot;, size, format=&quot;PPM&quot;) -&gt; bool

Creates an image preview of font &quot;name&quot; with given text &quot;sample&quot; and size.
If &quot;filename&quot; is not &quot;&quot;, image is saved into &quot;filename&quot;. Otherwise
image data is returned as a string. The optional &quot;format&quot; argument
specifies the image format to generate, and supports any format allowed
by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM.

May raise NotFoundError if the specified font can&apos;t be found.
May raise ValueError if an empty sample or filename is passed.
</source>
        <translation type="unfinished">renderFont(&quot;izena&quot;, &quot;fitxategi-izena&quot;, &quot;lagina&quot;, tamaina, formatua=&quot;PPM&quot;) -&gt; boolearra

&quot;izena&quot; letra-tipoaren aurrebistako irudia sortzen du emandako &quot;lagina&quot; 
testuarekin eta tamainarekin. &quot;fitxategi-izena&quot; ematen bada (ez badago hutsik) 
irudia fitxategi-izenean gordeko da. Bestela irudiaren datua kate gisa 
itzuliko da. Aukerako &quot;formatua&quot; parametroak sortuko den irudiaren 
formatua zehazten du, eta QPixmap.save() funtzioak onartutako 
edozein formatu izan daiteke. Formatu arruntenak PPM, 
JPEG, PNG eta XPM dira.

NotFoundError abiaraziko da emandako letra-tipoa ez bada aurkitzen.
ValueError abiaraziko da lagin edo fitxategi-izen hutsa ematen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="68"/>
        <source>getLayers() -&gt; list

Returns a list with the names of all defined layers.
</source>
        <translation type="unfinished">getLayers() -&gt; zerrenda

Definitutako geruza guztien izena duen zerrenda itzultzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="77"/>
        <source>setActiveLayer(&quot;name&quot;)

Sets the active layer to the layer named &quot;name&quot;.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished">setActiveLayer(&quot;izena&quot;)

&quot;izena&quot; geruza ezartzen du geruza aktibo gisa.

NotFoundError abiaraziko da geruza ez bada aurkitzen.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="89"/>
        <source>getActiveLayer() -&gt; string

Returns the name of the current active layer.
</source>
        <translation type="unfinished">getActiveLayer() -&gt; katea

Uneko geruza aktiboaren izena itzultzen du.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="98"/>
        <source>sentToLayer(&quot;layer&quot; [, &quot;name&quot;])

Sends the object &quot;name&quot; to the layer &quot;layer&quot;. The layer must exist.
If &quot;name&quot; is not given the currently selected item is used.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished">sentToLayer(&quot;geruza&quot; [, &quot;izena&quot;])

&quot;izena&quot; objektua &quot;geruza&quot; geruzara eramango du. Geruzak existitu egin behar du. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="111"/>
        <source>setLayerVisible(&quot;layer&quot;, visible)

Sets the layer &quot;layer&quot; to be visible or not. If is the visible set to false
the layer is invisible.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished">setLayerVisible(&quot;geruza&quot;, ikusgai)

&quot;geruza&quot; izeneko geruza ikusgai den, edo ez, ezartzen du. &apos;ikusgai&apos; eremuan 
FALSE (FALTSUA) balioa jartzen bada, geruza ikuskaitza izango da.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="124"/>
        <source>setLayerPrintable(&quot;layer&quot;, printable)

Sets the layer &quot;layer&quot; to be printable or not. If is the
printable set to false the layer won&apos;t be printed.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="137"/>
        <source>setLayerLocked(&quot;layer&quot;, locked)

Sets the layer &quot;layer&quot; to be locked or not. If locked is set to
true the layer will be locked.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="150"/>
        <source>setLayerOutlined(&quot;layer&quot;, outline)

Sets the layer &quot;layer&quot; to be locked or not. If outline is set to
true the layer will be displayed outlined.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="163"/>
        <source>setLayerFlow(&quot;layer&quot;, flow)

Sets the layers &quot;layer&quot;  flowcontrol to flow. If flow is set to
true text in layers above this one will flow around objects on this layer.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="176"/>
        <source>setLayerBlendmode(&quot;layer&quot;, blend)

Sets the layers &quot;layer&quot;  blendmode to blend.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="188"/>
        <source>setLayerTransparency(&quot;layer&quot;, trans)

Sets the layers &quot;layer&quot;  transparency to trans.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="200"/>
        <source>isLayerVisible(&quot;layer&quot;) -&gt; bool

Returns whether the layer &quot;layer&quot; is visible or not, a value of True means
that the layer &quot;layer&quot; is visible, a value of False means that the layer
&quot;layer&quot; is invisible.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="214"/>
        <source>isLayerPrintable(&quot;layer&quot;) -&gt; bool

Returns whether the layer &quot;layer&quot; is printable or not, a value of True means
that the layer &quot;layer&quot; can be printed, a value of False means that printing
the layer &quot;layer&quot; is disabled.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished">isLayerPrintable(&quot;geruza&quot;) -&gt; boolearra

&quot;geruza&quot; izeneko geruza inprima daitekeen edo ez itzultzen du. TRUE (EGIA) 
balioak inprima daitekeela adierazten du, eta era berean FALSE (FALTSUA) balioak 
inprimatzea desgaituta dagoela.

NotFoundError abiaraziko da ezin bada geruza aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="228"/>
        <source>isLayerLocked(&quot;layer&quot;) -&gt; bool

Returns whether the layer &quot;layer&quot; is locked or not, a value of True means
that the layer &quot;layer&quot; is editable, a value of False means that the layer
&quot;layer&quot; is locked.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="242"/>
        <source>isLayerOutlined(&quot;layer&quot;) -&gt; bool

Returns whether the layer &quot;layer&quot; is outlined or not, a value of True means
that the layer &quot;layer&quot; is outlined, a value of False means that the layer
&quot;layer&quot; is normal.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="256"/>
        <source>isLayerFlow(&quot;layer&quot;) -&gt; bool

Returns whether text flows around objects on layer &quot;layer&quot;, a value of True means
that text flows around, a value of False means that the text does not flow around.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="269"/>
        <source>getLayerBlendmode(&quot;layer&quot;) -&gt; int

Returns the &quot;layer&quot; layer blendmode,

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="281"/>
        <source>getLayerTransparency(&quot;layer&quot;) -&gt; float

Returns the &quot;layer&quot; layer transparency,

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="293"/>
        <source>deleteLayer(&quot;layer&quot;)

Deletes the layer with the name &quot;layer&quot;. Nothing happens if the layer doesn&apos;t
exists or if it&apos;s the only layer in the document.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished">deleteLayer(&quot;geruza&quot;)

&quot;geruza&quot; izeneko geruza ezabatzen du. 
Ez da ezer gertatzen geruza ez bada existitzen, edo dokumentuko 
geruza bakarra izanez gero.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="306"/>
        <source>createLayer(layer)

Creates a new layer with the name &quot;name&quot;.

May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="unfinished">createLayer(izena)

&quot;izena&quot; izeneko geruza berria sortzen du.

ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="317"/>
        <source>getGuiLanguage() -&gt; string

Returns a string with the -lang value.
</source>
        <translation type="unfinished">getGuiLanguage() -&gt; katea

Kate bat itzultzen du -lang (hizkuntza) balioarekin.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="326"/>
        <source>moveSelectionToFront()

Moves current selection to front.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdmisc.h" line="335"/>
        <source>moveSelectionToFront()

Moves current selection to back.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="17"/>
        <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new rectangle on the current page and returns its name. The
coordinates are given in the current measurement units of the document
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
because you need this name to reference that object in future. If &quot;name&quot;
is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="unfinished">createRect(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Laukizuzen berria sortzen du uneko orrian eta bere izena itzultzen du. Koordenatuak uneko dokumentua neurtzeko unitateetan ematen dira (ikus UNIT konstanteak). &quot;Izena&quot; objektuaren identifikatzaile bakarra izan daiteke, etorkizunean objektu honi erreferentzia egiteko erabiliko baita. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emago dio zure ordez.

NameExistsError abiaraziko da esplizitoki emandako izena lehendik ere 
egonez gero.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="34"/>
        <source>createEllipse(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new ellipse on the current page and returns its name.
The coordinates are given in the current measurement units of the document
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
because you need this name for further referencing of that object. If &quot;name&quot;
is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="unfinished">createEllipse(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Elipse berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="51"/>
        <source>createImage(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new picture frame on the current page and returns its name. The
coordinates are given in the current measurement units of the document.
&quot;name&quot; should be a unique identifier for the object because you need this
name for further access to that object. If &quot;name&quot; is not given Scribus will
create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="unfinished">createImage(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Irudi-marko berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="66"/>
        <source>createText(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new text frame on the actual page and returns its name.
The coordinates are given in the actual measurement unit of the document (see
UNIT constants). &quot;name&quot; should be a unique identifier for the object because
you need this name for further referencing of that object. If &quot;name&quot; is not
given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="unfinished">createText(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Testu-marko berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="81"/>
        <source>createLine(x1, y1, x2, y2, [&quot;name&quot;]) -&gt; string

Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
its name. The coordinates are given in the current measurement unit of the
document (see UNIT constants). &quot;name&quot; should be a unique identifier for the
object because you need this name for further access to that object. If
&quot;name&quot; is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="unfinished">createLine(x1, y1, x2, y2, [&quot;izena&quot;]) -&gt; katea

Marra berria sortzen du 1 puntutik (x1,y1) 2. puntura (x2, y2), eta 
bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="96"/>
        <source>createPolyLine(list, [&quot;name&quot;]) -&gt; string

Creates a new polyline and returns its name. The points for the polyline are
stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
The coordinates are given in the current measurement units of the document (see
UNIT constants). &quot;name&quot; should be a unique identifier for the object because
you need this name for further access to that object. If &quot;name&quot; is not given
Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise ValueError if an insufficient number of points is passed or if
the number of values passed don&apos;t group into points without leftovers.
</source>
        <translation type="unfinished">createPolyLine(zerrenda, [&quot;izena&quot;]) -&gt; katea

Koska-marra berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Koska-marraren puntuak zerrenda batean datozte, honako ordenean: 
[x1, y1, x2, y2...xn. yn].
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako 
balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="114"/>
        <source>createPolygon(list, [&quot;name&quot;]) -&gt; string

Creates a new polygon and returns its name. The points for the polygon are
stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
At least three points are required. There is no need to repeat the first point
to close the polygon. The polygon is automatically closed by connecting the
first and the last point.  The coordinates are given in the current measurement
units of the document (see UNIT constants).  &quot;name&quot; should be a unique
identifier for the object because you need this name for further access to that
object. If &quot;name&quot; is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise ValueError if an insufficient number of points is passed or if
the number of values passed don&apos;t group into points without leftovers.
</source>
        <translation type="unfinished">createPolygon(zerrenda, [&quot;izena&quot;]) -&gt; katea

Poligono berria sortu eta bere izena itzultzen du. 
Poligonoaren puntuak zerrenda batean datozte, honako ordenean: 
[x1, y1, x2, y2...xn. yn]. Gutxienez hiru puntu behar dira, 
eta aurreneko puntua ez dago errepikatu beharrik poligonoa ixteko (osatzeko). 
Poligonoa automatikoki ixten da aurreneko eta azken puntuak konektatuz.
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako 
balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="134"/>
        <source>createBezierLine(list, [&quot;name&quot;]) -&gt; string

Creates a new bezier curve and returns its name. The points for the bezier
curve are stored in the list &quot;list&quot; in the following order:
[x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
In the points list, x and y mean the x and y coordinates of the point and kx
and ky meaning the control point for the curve.  The coordinates are given in
the current measurement units of the document (see UNIT constants). &quot;name&quot;
should be a unique identifier for the object because you need this name for
further access to that object. If &quot;name&quot; is not given Scribus will create one
for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise ValueError if an insufficient number of points is passed or if
the number of values passed don&apos;t group into points without leftovers.
</source>
        <translation type="unfinished">createBezierLine(zerrenda, [&quot;izena&quot;]) -&gt; katea

Bezier kurba berria sortzen du, eta bere izena itzultzen du. 
Bezier kurbaren puntuak zerrenda batean datozte, honako ordenean: 
[x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] 
Zerrendako puntuetan x eta y balioek puntuaren x eta y koordenatuak 
adierazten dute, eta kx eta ky balioek berriz kurbaren kontrol-puntuak.
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako 
balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="155"/>
        <source>createPathText(x, y, &quot;textbox&quot;, &quot;beziercurve&quot;, [&quot;name&quot;]) -&gt; string

Creates a new pathText by merging the two objects &quot;textbox&quot; and
&quot;beziercurve&quot; and returns its name. The coordinates are given in the current
measurement unit of the document (see UNIT constants). &quot;name&quot; should be a
unique identifier for the object because you need this name for further access
to that object. If &quot;name&quot; is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise NotFoundError if one or both of the named base object don&apos;t exist.
</source>
        <translation type="unfinished">createPathText(x, y, &quot;testu-kutxa&quot;, &quot;bezierkurba&quot;, [&quot;izena&quot;]) -&gt; katea

Testu-bide berria sortzen du &apos;testu-kutxa&apos; eta &apos;bezierkurba&apos; batuz, eta bere izena 
itzultzen du. Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. 
NotFoundError abiaraziko da emandako oinarrizko objektuen izen bat edo biak ez badira existitzen.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="173"/>
        <source>deleteObject([&quot;name&quot;])

Deletes the item with the name &quot;name&quot;. If &quot;name&quot; is not given the currently
selected item is deleted.
</source>
        <translation type="unfinished">deleteObject([&quot;izena&quot;])

&quot;izena&quot; izeneko objektua ezabatzen du. Ez bada &quot;izena&quot; ematen, unean hautatutako 
elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="184"/>
        <source>textFlowMode(&quot;name&quot; [, state])

Enables/disables &quot;Text Flows Around Frame&quot; feature for object &quot;name&quot;.
Called with parameters string name and optional int &quot;state&quot; (0 &lt;= state &lt;= 3).
Setting &quot;state&quot; to 0 will disable text flow.
Setting &quot;state&quot; to 1 will make text flow around object frame.
Setting &quot;state&quot; to 2 will make text flow around bounding box.
Setting &quot;state&quot; to 3 will make text flow around contour line.
If &quot;state&quot; is not passed, text flow is toggled.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="206"/>
        <source>objectExists([&quot;name&quot;]) -&gt; bool

Test if an object with specified name really exists in the document.
The optional parameter is the object name. When no object name is given,
returns True if there is something selected.
</source>
        <translation type="unfinished">objectExists([&quot;izena&quot;]) -&gt; boolearra

Izendatutako objektua dokumentuan existitzen den begiratzen du. 
Aukerako parametroa objektuaren izenda da. Izenik ez denean ematen TRUE 
(EGIA) itzultzen du zerbait hautatuta egonez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="223"/>
        <source>setStyle(&quot;style&quot; [, &quot;name&quot;])

Apply the named &quot;style&quot; to the object named &quot;name&quot;. If object name is
given, style is applied to the current text selection in object &quot;name&quot;.
If no object name is given, style is applied on selected object.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="250"/>
        <source>duplicateObject([&quot;name&quot;]) -&gt; string

creates a Duplicate of the selected Object (or Selection Group).
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>setStyle(&quot;style&quot; [, &quot;name&quot;])

Apply the named &quot;style&quot; to the object named &quot;name&quot;. If is no object name
given, it&apos;s applied on the selected object.
</source>
        <translation type="obsolete">setStyle(&quot;estiloa&quot; [, &quot;izena&quot;])

&quot;estiloa&quot; izenekoa aplikatzen dio &quot;izena&quot; objektuari. Ez bada objektuaren 
izenik ematen, hautatutako objektuari aplikatuko zaio.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdobj.h" line="238"/>
        <source>getAllStyles() -&gt; list

Return a list of the names of all paragraph styles in the current document.
</source>
        <translation type="unfinished">getAllStyles() -&gt; zerrenda

Zerrenda itzultzen du, uneko dokumentuan dauden paragrafo-estilo guztien izenekin.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="17"/>
        <source>newPage(where [,&quot;masterpage&quot;])

Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
counted from 1 upwards, no matter what the displayed first page number of your
document is. The optional parameter &quot;masterpage&quot; specifies the name of the
master page for the new page.

May raise IndexError if the page number is out of range
</source>
        <translation type="unfinished">newPage(non [,&quot;orriMaisua&quot;])

Orrialde berria sortzen du. &quot;non&quot; -1 balioa izanez gero, orrialde berria erantsiko zaio 
dokumentuari, bestela orri berria &quot;non&quot; aurretik txertatuko da. Orrialdeen zenbakiak 
1etik gorantz zenbatzen dira, berdin dio dokumentuko aurreneko orrialdearen 
zenbakia zein den. Aukerazko &quot;orrimaisua&quot; parametroak orri maisuaren izena zehazten du orrialde berriarentzako.

Orrialdearen zenbakia barrutitik kanpo egonez gero IndexError abiaraziko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="32"/>
        <source>currentPage() -&gt; integer

Returns the number of the current working page. Page numbers are counted from 1
upwards, no matter what the displayed first page number of your document is.
</source>
        <translation type="unfinished">currentPage() -&gt; osokoa

Unean lantzen ari den orrialdearen zenbakia itzultzen du. 
Orrialdeen zenbakiak 1etik gorantz zenbatzen dira, berdin dio dokumentuko 
aurreneko orrialdearen bistaratutako zenbakia zein den.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="42"/>
        <source>redrawAll()

Redraws all pages.
</source>
        <translation type="unfinished">redrawAll()

Orrialde guztiak berriro marrazten ditu.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="51"/>
        <source>getPageType() -&gt; integer

Returns the type of the Page, 0 means left Page, 1 is a middle Page and 2 is a right Page
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="60"/>
        <source>savePageAsEPS(&quot;name&quot;)

Saves the current page as an EPS to the file &quot;name&quot;.

May raise ScribusError if the save failed.
</source>
        <translation type="unfinished">savePageAsEPS(&quot;izena&quot;)

Uneko orrialdea EPS gisa gordetzen du &quot;izena&quot; fitxategian.

ScribusError abiaraziko da huts egiten badu gordetzean.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="71"/>
        <source>deletePage(nr)

Deletes the given page. Does nothing if the document contains only one page.
Page numbers are counted from 1 upwards, no matter what the displayed first
page number is.

May raise IndexError if the page number is out of range
</source>
        <translation type="unfinished">deletePage(zbkia)

Emandako orrialdea ezabatzen du. Ez du ezer egiten dokumentuak 
orrialde bakarra badu. Orrialdeen zenbakiak 1etik hasten dira zenbatzen, 
eta berdin dio aurrenekoak zein zenbaki bistaratzen duen.

IndexError abiaraziko da orrialdearen zenbakia barrutitik kanpo egonez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="84"/>
        <source>gotoPage(nr)

Moves to the page &quot;nr&quot; (that is, makes the current page &quot;nr&quot;). Note that
gotoPage doesn&apos;t (currently) change the page the user&apos;s view is displaying, it
just sets the page that script commands will operates on.

May raise IndexError if the page number is out of range.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="97"/>
        <source>pageCount() -&gt; integer

Returns the number of pages in the document.
</source>
        <translation type="unfinished">pageCount() -&gt; osokoa

Dokumentuko orrialde-kopurua itzultzen du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="106"/>
        <source>getHGuides() -&gt; list

Returns a list containing positions of the horizontal guides. Values are in the
document&apos;s current units - see UNIT_&lt;type&gt; constants.
</source>
        <translation type="unfinished">getHGuides() -&gt; zerrenda

Gida horizontalen posizioak dituen zerrenda itzultzen du. 
Balioak uneko dokumentuaren unitateetan daude (ikus UNIT_&lt;mota&gt; konstanteak).
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="116"/>
        <source>setHGuides(list)

Sets horizontal guides. Input parameter must be a list of guide positions
measured in the current document units - see UNIT_&lt;type&gt; constants.

Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost
         setHGuides([90,250]) # replace current guides entirely
</source>
        <translation type="unfinished">setHGuides(zerrenda)

Gida horizontalak ezartzen ditu. Sarrerako parametroak giden posizioen 
zerrenda izan behar du, dokumentua neurtzeko unitateetan (ikus 
UNIT_&lt;mota&gt; konstanteak).

Adibidea: 
         setHGuides(getHGuides() + [200.0, 210.0] # gida berriak 
                                                                # ezartzen ditu galerarik gabe
         setHGuides([90,250])     # uneko gidak osotasunean ordezten ditu
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="129"/>
        <source>getVGuides()

See getHGuides.
</source>
        <translation type="unfinished">getVGuides()

Ikus getHGuides.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="138"/>
        <source>setVGuides()

See setHGuides.
</source>
        <translation type="unfinished">setVGuides()

Ikus setHGuides.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="147"/>
        <source>getPageSize() -&gt; tuple

Returns a tuple with page dimensions measured in the document&apos;s current units.
See UNIT_&lt;type&gt; constants and getPageMargins()
</source>
        <translation type="unfinished">getPageSize() -&gt; tupla

Orrialdearen dimensioen tupla itzultzen du, dokumentuaren uneko 
unitateetan neurtuz. Ikus UNIT_&lt;mota&gt; konstanteak eta getPageMargins()
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="161"/>
        <source>getPageNSize() -&gt; tuple

Returns a tuple with a particular page&apos;s size measured in the document&apos;s current units.
See UNIT_&lt;type&gt; constants and getPageMargins()
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="174"/>
        <source>getPageNMargins() -&gt; tuple

Returns a tuple with a particular page&apos;s margins measured in the document&apos;s current units.
See UNIT_&lt;type&gt; constants and getPageMargins()
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="187"/>
        <source>getPageItems() -&gt; list

Returns a list of tuples with items on the current page. The tuple is:
(name, objectType, order) E.g. [(&apos;Text1&apos;, 4, 0), (&apos;Image1&apos;, 2, 1)]
means that object named &apos;Text1&apos; is a text frame (type 4) and is the first at
the page...
</source>
        <translation type="unfinished">getPageItems() -&gt; zerrenda

Uneko orrialdean dauden elementuen tuplen zerrenda itzultzen du. 
Tupla honakoa da:
(izena, objektuMota, ordena) Adib.: [(&apos;Testua1&apos;, 4, 0), (&apos;Irudia1&apos;, 2, 1)] 
&apos;Testua1&apos; izeneko objektua testu-markoa da (4 motakoa) 
eta orrialdeko aurrenekoa dela adierazten du...
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="203"/>
        <source>getPageMargins()

Returns the page margins as a (top, left, right, bottom) tuple in the current
units. See UNIT_&lt;type&gt; constants and getPageSize().
</source>
        <translation type="unfinished">getPageMargins()

Orrialdearen marjinak itzultzen ditu (goia, ezkerra, eskuina, behea) tupla gisa 
uneko unitateetan. Ikus UNIT_&lt;mota&gt; konstanteak eta getPageSize().
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdpage.h" line="216"/>
        <source>importPage(&quot;fromDoc&quot;, (pageList), [create, imortwhere, importwherePage])

Imports a set of pages (given as a tuple) from an existing document (the file name must be given). This functions maps the &quot;Page-&gt;Import&quot; dropdown menu function.
fromDoc: string; the filename of the document to import pages from
pageList: tuple with page numbers of pages to import
create: number; 0 to replace existing pages, 1 (default) to insert new pages
importWhere: number; the page number (of the current document) at which import the pages
importWherePage: number; used if create==1; 0 to create pages before selected page; 1 to create pages after selected page; 2 (default) to create pages at the end of the document
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="17"/>
        <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])

Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
the same as for setFillColor() and setFillShade(). See the constants for
available types (FILL_&lt;type&gt;).
</source>
        <translation type="unfinished">setGradientFill(mota, &quot;kolorea1&quot;, itzaldura1, &quot;kolorea2&quot;, itzaldura2, [&quot;izena&quot;])

&quot;izena&quot; objektuaren gradiente betegarria motarekin ezartzen du. Koloreen 
azalpenak setFillColor() eta setFillShade() funtzioetakoak bezalakoak dira. Ikusi mota erabilgarrien konstanteak (FILL_&lt;mota&gt;).</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="28"/>
        <source>setGradientStop(&quot;color&quot;, shade, opacity, ramppoint, [&quot;name&quot;])

Set or add a gradient stop to the gradient fill of the object &quot;name&quot; at position ramppoint.
Color descriptions are the same as for setFillColor() and setFillShade(). setGradientFill()
must have been called previously for the gradient fill to be visible.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="39"/>
        <source>setFillColor(&quot;color&quot;, [&quot;name&quot;])

Sets the fill color of the object &quot;name&quot; to the color &quot;color&quot;. &quot;color&quot;
is the name of one of the defined colors. If &quot;name&quot; is not given the
currently selected item is used.
</source>
        <translation type="unfinished">setFillColor(&quot;kolorea&quot;, [&quot;izena&quot;])

&quot;izena&quot; objektuaren kolore betegarria &quot;kolorea&quot;rekin ezartzen du. 
&quot;kolorea&quot; aurrez definitutako kolore bat da. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="50"/>
        <source>setFillTransparency(transparency, [&quot;name&quot;])

Sets the fill transparency of the object &quot;name&quot; to transparency
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="60"/>
        <source>setFillBlendmode(blendmode, [&quot;name&quot;])

Sets the fill blendmode of the object &quot;name&quot; to blendmode
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="70"/>
        <source>setLineColor(&quot;color&quot;, [&quot;name&quot;])

Sets the line color of the object &quot;name&quot; to the color &quot;color&quot;. If &quot;name&quot;
is not given the currently selected item is used.
</source>
        <translation type="unfinished">setLineColor(&quot;kolorea&quot;, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren kolorea \&quot;kolorea\&quot;rekin ezartzen du. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="80"/>
        <source>setLineTransparency(transparency, [&quot;name&quot;])

Sets the line transparency of the object &quot;name&quot; to transparency
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="90"/>
        <source>setLineBlendmode(blendmode, [&quot;name&quot;])

Sets the line blendmode of the object &quot;name&quot; to blendmode
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="100"/>
        <source>setLineWidth(width, [&quot;name&quot;])

Sets line width of the object &quot;name&quot; to &quot;width&quot;. &quot;width&quot; must be in the
range from 0.0 to 12.0 inclusive, and is measured in points. If &quot;name&quot; is not
given the currently selected item is used.

May raise ValueError if the line width is out of bounds.
</source>
        <translation type="unfinished">setLineWidth(zabalera, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren zabalera ezartzen du &quot;zabalera&quot; balioarekin. 
&quot;zabalera&quot; balioa 0.0 eta 12.0 artekoa izan behar du, eta puntuetan neurtuta 
dago.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.

ValueError abiaraziko da marraren zabalera mugetatik at irtetzen bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="113"/>
        <source>setLineShade(shade, [&quot;name&quot;])

Sets the shading of the line color of the object &quot;name&quot; to &quot;shade&quot;.
&quot;shade&quot; must be an integer value in the range from 0 (lightest) to 100
(full color intensity). If &quot;name&quot; is not given the currently selected item
is used.

May raise ValueError if the line shade is out of bounds.
</source>
        <translation type="unfinished">setLineShade(itzaldura, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren itzaldura ezartzen du &quot;itzaldura&quot; balioarekin. 
&quot;itzaldura&quot; balioa 0 (argiena) eta 100 (intentsitate osoko kolorea) 
artekoa osokoa izan behar du. Ez bada &quot;izena&quot; ematen unean 
hautatutako elementua erabiliko da.

ValueError abiaraziko da marraren itzaldura mugetatik at irtetzen bada.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="127"/>
        <source>setLineJoin(join, [&quot;name&quot;])

Sets the line join style of the object &quot;name&quot; to the style &quot;join&quot;.
If &quot;name&quot; is not given the currently selected item is used. There are
predefined constants for join - JOIN_&lt;type&gt;.
</source>
        <translation type="unfinished">setLineJoin(elkartu, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marra elkartzeko estiloa &quot;elkartu&quot;rekin ezatzen du. 
Aurrez definituta daude elkartzeko konstanteak: JOIN_&lt;mota&gt;.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="138"/>
        <source>setLineEnd(endtype, [&quot;name&quot;])

Sets the line cap style of the object &quot;name&quot; to the style &quot;cap&quot;.
If &quot;name&quot; is not given the currently selected item is used. There are
predefined constants for &quot;cap&quot; - CAP_&lt;type&gt;.
</source>
        <translation type="unfinished">setLineEnd(amaiMota, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren txanoaren estiloa ezartzen du &quot;amaiMota&quot;rekin. 
Aurrez definituta daude txanoen konstanteak: CAP_&lt;mota&gt;.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="149"/>
        <source>setLineStyle(style, [&quot;name&quot;])

Sets the line style of the object &quot;name&quot; to the style &quot;style&quot;. If &quot;name&quot;
is not given the currently selected item is used. There are predefined
constants for &quot;style&quot; - LINE_&lt;style&gt;.
</source>
        <translation type="unfinished">setLineStyle(estiloa, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren estiloa ezartzen du &quot;estiloa&quot;rekin. 
Aurrez definituta daude estiloen konstanteak: LINE_&lt;estiloa&gt;.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da. 
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="160"/>
        <source>setFillShade(shade, [&quot;name&quot;])

Sets the shading of the fill color of the object &quot;name&quot; to &quot;shade&quot;.
&quot;shade&quot; must be an integer value in the range from 0 (lightest) to 100
(full Color intensity). If &quot;name&quot; is not given the currently selected
Item is used.

May raise ValueError if the fill shade is out of bounds.
</source>
        <translation type="unfinished">setFillShade(itzaldura, [&quot;izena&quot;])

&quot;izena&quot; objektuaren kolore-betegarriaren itzaldura ezartzen du &quot;itzaldura&quot;rekin. 
&quot;itzaldura&quot; balioa 0 (argitsuena) eta 100 (intentsitate osoko kolorea) artean egon behar du.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da. 

ValueError abiaraziko da itzalduraren betegarria mugetatik kanpo egonez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="174"/>
        <source>setCornerRadius(radius, [&quot;name&quot;])

Sets the corner radius of the object &quot;name&quot;. The radius is expressed
in points. If &quot;name&quot; is not given the currently selected item is used.

May raise ValueError if the corner radius is negative.
</source>
        <translation type="unfinished">setCornerRadius(erradioa, [&quot;izena&quot;])

&quot;izena&quot; objektuaren izkineko erradioa ezartzen du. Erradioa 
puntutan adierazten da. Ez bada &quot;izena&quot; ematen 
unean hautatutako elementua erabiliko da. 

ValueError abiaraziko da izkineko erradioa negatiboa bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdsetprop.h" line="186"/>
        <source>setMultiLine(&quot;namedStyle&quot;, [&quot;name&quot;])

Sets the line style of the object &quot;name&quot; to the named style &quot;namedStyle&quot;.
If &quot;name&quot; is not given the currently selected item is used.

May raise NotFoundError if the line style doesn&apos;t exist.
</source>
        <translation type="unfinished">setMultiLine(&quot;estiloIzena&quot;, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren estiloa ezartzen du &quot;estiloIzena&quot;rekin. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da. 

NotFoundError abiaraziko da marra-estiloa ez bada existitzen.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="17"/>
        <source>getFontSize([&quot;name&quot;]) -&gt; float

Returns the font size in points for the text frame &quot;name&quot;. If this text
frame has some text selected the value assigned to the first character of
the selection is returned.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getFontSize([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren letra-tamaina itzultzen du puntuetan. Testu-markoak testu zati bat hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa itzuliko du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="29"/>
        <source>getFont([&quot;name&quot;]) -&gt; string

Returns the font name for the text frame &quot;name&quot;. If this text frame
has some text selected the value assigned to the first character
of the selection is returned. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="unfinished">getFont([&quot;izena&quot;]) -&gt; katea

Testu-markoaren letra-tipoaren izena itzultzen du. Testu-markoak testu zati bat 
hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa 
itzuliko da. &quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="41"/>
        <source>getTextLength([&quot;name&quot;]) -&gt; integer

Returns the length of the text in the text frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getTextLength([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; testu-markoan dagoen testuaren luzera itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="51"/>
        <source>getTextLines([&quot;name&quot;]) -&gt; integer

Returns the number of lines of the text in the text frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="61"/>
        <source>getText([&quot;name&quot;]) -&gt; string

Returns the text of the text frame &quot;name&quot;. If this text frame has some text
selected, the selected text is returned. All text in the frame, not just
currently visible text, is returned. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="unfinished">getText([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; testu-markoan dagoen testua itzultzen du. Testu-markoan testu zati bat 
hautatuta egonez gero, hautatutako testua itzuliko du. Markoan dagoen testu 
guztia itzultzen du, ez ikusgai dagoen testua bakarrik. &quot;izena&quot; ez bada ematen, unean 
hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="73"/>
        <source>getAllText([&quot;name&quot;]) -&gt; string

Returns the text of the text frame &quot;name&quot; and of all text frames which are
linked with this frame. If this textframe has some text selected, the selected
text is returned. If &quot;name&quot; is not given the currently selected item is
used.
</source>
        <translation type="unfinished">getAllText([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; testu-markoan dagoen eta marko honi estekatuta dauden beste 
testu-marko guztien testua itzultzen du. Testu-markoan testu zati bat hautatuta 
egonez gero, hautatutako testua itzuliko du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.

</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="85"/>
        <source>getLineSpacing([&quot;name&quot;]) -&gt; float

Returns the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; expressed in
points. If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getLineSpacing([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren lerrotartea (&quot;aurreko tartea&quot;) itzultzen du puntuetan adieraziz.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="95"/>
        <source>getTextDistances([&quot;name&quot;]) -&gt; tuple

Returns the text distances of the text frame &quot;name&quot; expressed in points. The
distances are returned as a tuple like (left, right, top, bottom). If &quot;name&quot;
is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="106"/>
        <source>getColumnGap([&quot;name&quot;]) -&gt; float

Returns the column gap size of the text frame &quot;name&quot; expressed in points. If
&quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished">getColumnGap([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren zutabe-tartearen tamaina itzultzen du puntuetan adieraziz.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="116"/>
        <source>getColumns([&quot;name&quot;]) -&gt; integer

Gets the number of columns of the text frame &quot;name&quot;. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="unfinished">getColumns([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; testu-markoko zutabeen kopurua lortzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="126"/>
        <source>setText(&quot;text&quot;, [&quot;name&quot;])

Sets the text of the text frame &quot;name&quot; to the text of the string &quot;text&quot;.
Text must be UTF8 encoded - use e.g. unicode(text, &apos;iso-8859-2&apos;). See the FAQ
for more details. If &quot;name&quot; is not given the currently selected item is
used.
</source>
        <translation type="unfinished">setText(&quot;esaldia&quot;, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko testua &quot;esaldia&quot; testuarekin ezartzen du. 
Testua (edo esaldia) UTF8 kodeketan egon behar du - erabili adibidez 
unicode (testua, &apos;iso-8859-2&apos;). Ikus MEG xehetasun gehiagorako. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="138"/>
        <source>insertText(&quot;text&quot;, pos, [&quot;name&quot;])

Inserts the text &quot;text&quot; at the position &quot;pos&quot; into the text frame &quot;name&quot;.
Text must be UTF encoded (see setText() as reference) The first character has an
index of 0. Inserting text at position -1 appends it to the frame. If &quot;name&quot; is
not given the currently selected Item is used.

May throw IndexError for an insertion out of bounds.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="152"/>
        <source>setFont(&quot;font&quot;, [&quot;name&quot;])

Sets the font of the text frame &quot;name&quot; to &quot;font&quot;. If there is some text
selected only the selected text is changed.  If &quot;name&quot; is not given the
currently selected item is used.

May throw ValueError if the font cannot be found.
</source>
        <translation type="unfinished">setFont(&quot;letraTipoa&quot;, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko letra-tipoa &quot;letraTipoa&quot;rekin ezartzen du. 
Testu zati bat hautatuta egonez gero, hautatutako testua 
soilik aldatuko da. &quot;izena&quot; ez bada ematen, unean hautatutako 
elementua erabiliko da. 

ValueError abiaraziko da letra-tipoa ez bada aurkitzen.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="165"/>
        <source>setFontSize(size, [&quot;name&quot;])

Sets the font size of the text frame &quot;name&quot; to &quot;size&quot;. &quot;size&quot; is treated
as a value in points. If there is some text selected only the selected text is
changed. &quot;size&quot; must be in the range 1 to 512. If &quot;name&quot; is not given the
currently selected item is used.

May throw ValueError for a font size that&apos;s out of bounds.
</source>
        <translation type="unfinished">setFontSize(tamaina, [&quot;izena&quot;])

&quot;izena&quot; testu-markoaren letra-tamaina &quot;tamaina&quot;rekin ezarritzen du. 
&quot;tamaina&quot; eremuko balioa puntuetan adierazita balego gisa erabiliko da. 
Testu zatiren bat hautatuta egonez gero, hautatutako testua bakarrik 
aldatuko da. &quot;tamaina&quot;ren barrutia 1 eta 512 arteko da. &quot;izena&quot; ez 
bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da letra-tamaina mugetatik kanpo izanez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="179"/>
        <source>setLineSpacing(size, [&quot;name&quot;])

Sets the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; to &quot;size&quot;.
&quot;size&quot; is a value in points. If &quot;name&quot; is not given the currently selected
item is used.

May throw ValueError if the line spacing is out of bounds.
</source>
        <translation type="unfinished">setLineSpacing(tamaina, [&quot;izena&quot;])

&quot;izena&quot; testu-markoaren lerroartea (&quot;aurreko tartea&quot;) &quot;tamainarekin&quot; 
ezartzen du. &quot;tamaina&quot; puntuetan adierazitako balioa da. &quot;izena&quot; ez 
bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da lerroartea mugetatik kanpo izanez gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="192"/>
        <source>setLineSpacingMode(mode, [&quot;name&quot;])

Sets the line spacing mode of the text frame &quot;name&quot; to &quot;mode&quot;.
If &quot;name&quot; is not given the currently selected
item is used.
Mode values are the same as in createParagraphStyle.

May throw ValueError if the mode is out of bounds.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="206"/>
        <source>setTextDistances(left, right, top, bottom, [&quot;name&quot;])

Sets the text distances of the text frame &quot;name&quot; to the values &quot;left&quot;
&quot;right&quot;, &quot;top&quot; and &quot;bottom&quot;. If &quot;name&quot; is not given the currently
selected item is used.

May throw ValueError if any of the distances are out of bounds (must be positive).
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="219"/>
        <source>setColumnGap(size, [&quot;name&quot;])

Sets the column gap of the text frame &quot;name&quot; to the value &quot;size&quot;. If
&quot;name&quot; is not given the currently selected item is used.

May throw ValueError if the column gap is out of bounds (must be positive).
</source>
        <translation type="unfinished">setColumnGap(tamaina, [&quot;izena&quot;])

&quot;izena&quot; testu-markoaren zutabe-tartearen &quot;tamaina&quot; balioarekin ezartzen 
du. &quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da zutabe-tartea mugetatik kanpo izanez 
gero (positiboa izan behar du).
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="231"/>
        <source>setColumns(nr, [&quot;name&quot;])

Sets the number of columns of the text frame &quot;name&quot; to the integer &quot;nr&quot;.
If &quot;name&quot; is not given the currently selected item is used.

May throw ValueError if number of columns is not at least one.
</source>
        <translation type="unfinished">setColumns(zutKop, [&quot;izena&quot;])

&quot;izena&quot; testu-markoan egongo diren zutabe-kopurua &quot;zutKop&quot; osokoarekin ezatzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da zutabe-kopurua gutxienez bat ez bada.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="243"/>
        <source>setTextAlignment(align, [&quot;name&quot;])

Sets the text alignment of the text frame &quot;name&quot; to the specified alignment.
If &quot;name&quot; is not given the currently selected item is used. &quot;align&quot; should
be one of the ALIGN_ constants defined in this module - see dir(scribus).

May throw ValueError for an invalid alignment constant.
</source>
        <translation type="unfinished">setTextAlignment(lerrokatu, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko testua lerrokatzen du zehaztutako &quot;lerrokatu&quot; eremuarekin. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. &quot;lerrokatu&quot; 
eremuan modulo honetan zehaztutako ALIGN_* konstanteetariko bat erabili 
behar da: ikus dir(scribus).

ValueError abiaraziko da baliogabeko konstantea erabiltzen bada lerrokatzeko.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="256"/>
        <source>selectText(start, count, [&quot;name&quot;])

Selects &quot;count&quot; characters of text in the text frame &quot;name&quot; starting from the
character &quot;start&quot;. Character counting starts at 0. If &quot;count&quot; is zero, any
text selection will be cleared.  If &quot;name&quot; is not given the currently
selected item is used.

May throw IndexError if the selection is outside the bounds of the text.
</source>
        <translation type="unfinished">selectText(hasiera, kopurua, [&quot;izena&quot;])

&quot;kopurua&quot; karaktere hautatzen ditu &quot;izena&quot; izeneko testu-markotik, &quot;hasiera&quot; 
karakteretik hasita. Karaktereak 0tik hasten dira zenbatzen. &quot;kopurua&quot; 0 bada, 
edozein testu-hautapen garbitu egingo da. Ez bada &quot;izena&quot; ematen, unean 
hautatutako elementua erabiliko da.

IndexError abiaraziko da hautapena testuaren mugetatik kanpo balego.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="270"/>
        <source>deleteText([&quot;name&quot;])

Deletes any text in the text frame &quot;name&quot;. If there is some text selected,
only the selected text will be deleted. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="unfinished">deleteText([&quot;izena&quot;])

&quot;izena&quot; testu-markoko testua ezabatzen du. Testu zatiren bat hautatuta egonez, 
gero hautatutako testua ezabatuko du. &quot;izena&quot; ez bada ematen, unean 
hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="281"/>
        <source>setTextColor(&quot;color&quot;, [&quot;name&quot;])

Sets the text color of the text frame &quot;name&quot; to the color &quot;color&quot;. If there
is some text selected only the selected text is changed. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="unfinished">setTextColor(&quot;kolorea&quot;, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko testuaren kolorea &quot;kolorea&quot;rekin ezartzen du. Testu 
zatiren bat hautatuta egonez gero, hautatutako testua aldatuko du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="292"/>
        <source>setTextStroke(&quot;color&quot;, [&quot;name&quot;])

Set &quot;color&quot; of the text stroke. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="unfinished">setTextStroke(&quot;kolorea&quot;, [&quot;izena&quot;])

Testuaren trazuaren &quot;kolorea&quot; ezartzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="302"/>
        <source>setTextScalingV(scale, [&quot;name&quot;])

Sets the vertical character scaling of the object &quot;name&quot; to &quot;scale&quot; in percent.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="312"/>
        <source>setTextScalingH(scale, [&quot;name&quot;])

Sets the horizontal character scaling of the object &quot;name&quot; to &quot;scale&quot; in percent.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="322"/>
        <source>setTextShade(shade, [&quot;name&quot;])

Sets the shading of the text color of the object &quot;name&quot; to &quot;shade&quot;. If
there is some text selected only the selected text is changed. &quot;shade&quot; must
be an integer value in the range from 0 (lightest) to 100 (full color
intensity). If &quot;name&quot; is not given the currently selected item is
used.
</source>
        <translation type="unfinished">setTextShade(itzaldura, [&quot;izena&quot;])

&quot;izena&quot; objektuaren testu-kolorearen itzaldura ezartzen du &quot;itzaldura&quot;rekin. 
Testu zatiren bat hautatuta egonez gero, hautatutako testua aldatuko du. 
&quot;itzaldura&quot; eremuak 0 (argiena) eta 100 (intentsitate osoko kolorea) arteko balioa 
izan behar du. &quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="335"/>
        <source>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)

Link two text frames. The frame named &quot;fromname&quot; is linked to the
frame named &quot;toname&quot;. The target frame must be an empty text frame
and must not link to or be linked from any other frames already.

May throw ScribusException if linking rules are violated.
</source>
        <translation type="unfinished">linkTextFrames(&quot;izenetik&quot;, &quot;izenera&quot;)

Bi testu-marko estekatzen ditu. &quot;izenetik&quot; markoa estekatuko du 
&quot;izenera&quot; markora. Helburuko markoa testu-marko hutsa izan behar du 
eta ezin du beste marko batekin edo batetik estekatuta egon.

ScribusException abiaraziko da estekatzeko arauak bortxatuz gero.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="352"/>
        <source>unlinkTextFrames(&quot;name&quot;)

Remove the specified (named) object from the text frame flow/linkage. If the
frame was in the middle of a chain, the previous and next frames will be
connected, eg &apos;a-&gt;b-&gt;c&apos; becomes &apos;a-&gt;c&apos; when you unlinkTextFrames(b)&apos;

May throw ScribusException if linking rules are violated.
</source>
        <translation type="unfinished">unlinkTextFrames(&quot;izena&quot;)

Izendatutako objektua kentzen du testu-marko mugikorretik/esteketatik. 
Markoa kate baten erdian balego aurreko eta hurrengo markoak elkarrekin 
konektatu egingo lirateke: adbi. unlinkTextFrames(&quot;b&quot;) exekutatzen bada, 
&apos;a-&gt;b-&gt;c&apos; honakoa izango da:  &apos;a-&gt;c&apos;.

ScribusException abiaraziko da estekatzeko arauak bortxatuz gero.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="369"/>
        <source>traceText([&quot;name&quot;])

Convert the text frame &quot;name&quot; to outlines. If &quot;name&quot; is not given the
currently selected item is used.</source>
        <translation type="unfinished">traceText([&quot;izena&quot;])

&quot;izena&quot; testu-markoa eskemara bihurtzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="380"/>
        <source>textOverflows([&quot;name&quot;, nolinks]) -&gt; integer

Returns the actual number of overflowing characters in text frame &quot;name&quot;.
If is nolinks set to non zero value it takes only one frame - it doesn&apos;t
use text frame linking. Without this parameter it search all linking chain.

May raise WrongFrameTypeError if the target frame is not an text frame
</source>
        <translation type="unfinished">textOverflows([&quot;izena&quot;, estekaGabe]) -&gt; osokoa

&quot;izena&quot; testu-markoan unean gainezka dauden karaktere-kopurua itzultzen du. 
estekaGabe zero ez den beste balio bat badu, marko bakarra hartuko du, ez 
du testu-markoaren estekatzea erabiliko. Parametro hau gabe estekatutako 
guztietan burutuko du bilaketa.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="393"/>
        <source>hyphenateText([&quot;name&quot;]) -&gt; bool

Does hyphenation on text frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not a text frame
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="407"/>
        <source>dehyphenateText([&quot;name&quot;]) -&gt; bool

Does dehyphenation on text frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not a text frame
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="422"/>
        <source>setPDFBookmark(&quot;toggle&quot;, [&quot;name&quot;])

Sets whether (toggle = 1) the text frame &quot;name&quot; is a bookmark nor not.
If &quot;name&quot; is not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not a text frame
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdtext.h" line="434"/>
        <source>isPDFBookmark([&quot;name&quot;]) -&gt; bool

Returns true if the text frame &quot;name&quot; is a PDF bookmark.
If &quot;name&quot; is not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not a text frame
</source>
        <translation type="unfinished">isPDFBookmark([&quot;izena&quot;]) -&gt; boolearra


&quot;izena&quot; izeneko testu-markoa PDFko laster-marka bada TRUE itzuliko du.
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="17"/>
        <source>messagebarText(&quot;string&quot;)

Writes the &quot;string&quot; into the Scribus message bar (status line). The text
must be UTF8 encoded or &apos;unicode&apos; string(recommended).
</source>
        <translation type="unfinished">messagebarText(&quot;katea&quot;)

&quot;katea&quot; Scribus aplikazioko mezu-barran (egoera-barran) idazten du. 
Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="30"/>
        <source>progressReset()

Cleans up the Scribus progress bar previous settings. It is called before the
new progress bar use. See progressSet.
</source>
        <translation type="unfinished">progressReset()

Scribus aplikazioko progresio-barrako aurreko ezarpenak gabritzen ditu. 
Progresio-barra berria erabili aurretik deitu ohi da. Ikus progressSet.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="43"/>
        <source>progressTotal(max)

Sets the progress bar&apos;s maximum steps value to the specified number.
See progressSet.
</source>
        <translation type="unfinished">progressTotal(max)

Progresio-barraren urrats kopuru maximoaren balioa ezartzen du 
emandako balioarekin. Ikus progressSet.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="52"/>
        <source>progressSet(nr)

Set the progress bar position to &quot;nr&quot;, a value relative to the previously set
progressTotal. The progress bar uses the concept of steps; you give it the
total number of steps and the number of steps completed so far and it will
display the percentage of steps that have been completed. You can specify the
total number of steps with progressTotal(). The current number of steps is set
with progressSet(). The progress bar can be rewound to the beginning with
progressReset(). [based on info taken from Trolltech&apos;s Qt docs]
</source>
        <translation type="unfinished">progressSet(zbkia)

Progresio-barraren posizioa &quot;zbkia&quot; baliora ezartzen du, aurrez ezarritako 
progressTotal-arekiko balio erlatiboa. Progresio-barrak urratsen kontzeptua 
erabiltzen du, urratsen kopuru osoa eta landutako urratsen kopurua eman 
eta berak burututako urratsen ehunekoa bistaratzen du. progressTotal() funtzioarekin 
urratsen kopuru osoa ezar dezakezu. Uneko urratsen kopurua 
progressSet() funtzioarekin ezarrita dago. Progresio-barra berrasiera daiteke 
progressReset() funtzioa erabiliz. [Trolltech-eko Qt dokumentazioan 
oinarritutako datuak]
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="66"/>
        <source>setCursor()

[UNSUPPORTED!] This might break things, so steer clear for now.
</source>
        <translation type="unfinished">setCursor()

[EZ DAGO ONARTUTA!] Gauza batzuk honda ditzakeenez, oraingoz ez erabili.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="78"/>
        <source>docChanged(bool)

Enable/disable save icon in the Scribus icon bar and the Save menu item. It&apos;s
useful to call this procedure when you&apos;re changing the document, because Scribus
won&apos;t automatically notice when you change the document using a script.
</source>
        <translation type="unfinished">docChanged(boolearra)

Scribus-eko ikono-barran eta Gorde menu-elementuan ikonoa gordetzea 
gaitu/desgaitu egiten du. Funtzio hau erabilgarria da dokumentuz aldatzean, 
Scribus aplikazioak ez baitu automatikoki jakinarazten script bat erabiltzean 
dokumentuz aldatu denik.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="91"/>
        <source>zoomDocument(double)

Zoom the document in main GUI window. Actions have whole number
values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker.
</source>
        <translation type="unfinished">zoomDocument(bikoitza)

Dokumentuaren zooma lantzen du interfazeko leiho nagusian. Ekintzek 
20.0, 100.0, e.a. bezalako zenbaki osoa dute. Zooma finkatzeko 
-100 erabiltzen da markatzaile gisa.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/guiapp.h" line="103"/>
        <source>scrollDocument(x,y)

Scroll the document in main GUI window by x and y.
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdstyle.h" line="22"/>
        <source>createParagraphStyle(...)

Creates a paragraph style. This function takes the following keyword parameters:

&quot;name&quot; [required] -&gt; specifies the name of the paragraphstyle to create

linespacingmode [optional] -&gt; specifies the linespacing mode; possible modes are:

fixed linespacing:          0

automatic linespacing:      1

baseline grid linespacing:  2

linespacing [optional] -&gt; specifies the linespacing if using fixed linespacing

alignment [optional] -&gt; specifies the alignment of the paragraph

-&gt; left:     0

-&gt; center:   1

-&gt; right:    2

-&gt; justify:  3

-&gt; extend:   4

leftmargin [optional], rightmargin [optional] -&gt; specify the margin

gapbefore [optional], gapafter [optional] -&gt; specify the gaps to the heading and following paragraphs

firstindent [optional] -&gt; the indent of the first line

hasdropcap [optional] -&gt; specifies if there are caps (1 = yes, 0 = no)

dropcaplines [optional] -&gt; height (in lines) of the caps if used

dropcapoffset [optional] -&gt; offset of the caps if used

&quot;charstyle&quot; [optional] -&gt; char style to use

</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/cmdstyle.h" line="52"/>
        <source>createCharStyle(...)

Creates a character style. This function takes the following keyword parameters:

&quot;name&quot; [required] -&gt; name of the char style to create

&quot;font&quot; [optional] -&gt; name of the font to use

fontsize [optional] -&gt; font size to set (double)

&quot;features&quot; [optional] -&gt; nearer typographic details can be defined by a string that might contain the following phrases comma-seperated (without spaces!):

-&gt; inherit

-&gt; bold

-&gt; italic

-&gt; underline

-&gt; underlinewords

-&gt; strike

-&gt; superscript

-&gt; subscript

-&gt; outline

-&gt; shadowed

-&gt; allcaps

-&gt; smallcaps

&quot;fillcolor&quot; [optional], &quot;fillshade&quot; [optional] -&gt; specify fill options

&quot;strokecolor&quot; [optional], &quot;strokeshade&quot; [optional] -&gt; specify stroke options

baselineoffset [optional] -&gt; offset of the baseline

shadowxoffset [optional], shadowyoffset [optional] -&gt; offset of the shadow if used

outlinewidth [optional] -&gt; width of the outline if used

underlineoffset [optional], underlinewidth [optional] -&gt; underline options if used

strikethruoffset [optional], strikethruwidth [optional] -&gt; strikethru options if used

scaleh [optional], scalev [optional] -&gt; scale of the chars

tracking [optional] -&gt; tracking of the text

&quot;language&quot; [optional] -&gt; language code

</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="15"/>
        <source>placeSVG(&quot;filename&quot;, x, y)

Places the SVG &quot;filename&quot; onto the current page,
x and y specify the coordinate of the topleft corner of the SVG placed on the page

If loading was successful, the selection contains the imported SVG
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="27"/>
        <source>placeEPS(&quot;filename&quot;, x, y)

Places the EPS &quot;filename&quot; onto the current page,
x and y specify the coordinate of the topleft corner of the EPS placed on the page

If loading was successful, the selection contains the imported EPS
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="39"/>
        <source>placeSXD(&quot;filename&quot;, x, y)

Places the SXD &quot;filename&quot; onto the current page,
x and y specify the coordinate of the topleft corner of the SXD placed on the page

If loading was successful, the selection contains the imported SXD
</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scriptplugin/svgimport.h" line="51"/>
        <source>placeODG(&quot;filename&quot;, x, y)

Places the ODG &quot;filename&quot; onto the current page,
x and y specify the coordinate of the topleft corner of the ODG placed on the page

If loading was successful, the selection contains the imported ODG
</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>#</name>
    <message>
        <source>getFontSize([&quot;name&quot;]) -&gt; float

Returns the font size in points for the text frame &quot;name&quot;. If this text
frame has some text selected the value assigned to the first character of
the selection is returned.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getFontSize([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren letra-tamaina itzultzen du puntuetan. Testu-markoak testu zati bat hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa itzuliko du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>getColorNames() -&gt; list

Returns a list containing the names of all defined colors in the document.
If no document is open, returns a list of the default document colors.
</source>
        <translation type="obsolete">getColorNames() -&gt; zerrenda

Dokumentuan definitutako kolore guztien izenen zerrenda itzultzen du. 
Dokumenturik ez balego irekita, dokumentu lehenetsiaren koloreen zerrenda 
itzuliko luke.</translation>
    </message>
    <message>
        <source>newDocDialog() -&gt; bool

Displays the &quot;New Document&quot; dialog box. Creates a new document if the user
accepts the settings. Does not create a document if the user presses cancel.
Returns true if a new document was created.
</source>
        <translation type="obsolete">newDocDialog() -&gt; boolearra

&quot;Dokumentu berria&quot; elkarrizketa-koadroa bistaratzen du. Dokumentu berria sortuko du erabiltzaileak ezarpenak onartuz gero. Ez du dokumenturik sortuko 
erabiltzaileak bertan behera uzteko botoia sakatzen badu. EGIA itzultzen du 
dokumentu bat sortzean.</translation>
    </message>
    <message>
        <source>getFillColor([&quot;name&quot;]) -&gt; string

Returns the name of the fill color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getFillColor([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; objektuaren kolore-betegarriaren izena itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>setRedraw(bool)

Disables page redraw when bool = False, otherwise redrawing is enabled.
This change will persist even after the script exits, so make sure to call
setRedraw(True) in a finally: clause at the top level of your script.
</source>
        <translation type="obsolete">setRedraw(boolearra)

Boolearraren balioa FALSE (FALTSUA) denean orria birmarraztea desgaitzen du, bestela 
(EGIA bada) berriro marraztea gaitzen du. Aldaketa hau mantendu egingo da nahiz 
eta script-ak irten egin, beraz ziurtatu amaitzean setRedraw(TRUE) funtzioari deitzeaz: jarri zure script-aren maila gorenean.</translation>
    </message>
    <message>
        <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new rectangle on the current page and returns its name. The
coordinates are given in the current measurement units of the document
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
because you need this name to reference that object in future. If &quot;name&quot;
is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="obsolete">createRect(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Laukizuzen berria sortzen du uneko orrian eta bere izena itzultzen du. Koordenatuak uneko dokumentua neurtzeko unitateetan ematen dira (ikus UNIT konstanteak). &quot;Izena&quot; objektuaren identifikatzaile bakarra izan daiteke, etorkizunean objektu honi erreferentzia egiteko erabiliko baita. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emago dio zure ordez.

NameExistsError abiaraziko da esplizitoki emandako izena lehendik ere 
egonez gero.</translation>
    </message>
    <message>
        <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])

Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
the same as for setFillColor() and setFillShade(). See the constants for
available types (FILL_&lt;type&gt;).
</source>
        <translation type="obsolete">setGradientFill(mota, &quot;kolorea1&quot;, itzaldura1, &quot;kolorea2&quot;, itzaldura2, [&quot;izena&quot;])

&quot;izena&quot; objektuaren gradiente betegarria motarekin ezartzen du. Koloreen 
azalpenak setFillColor() eta setFillShade() funtzioetakoak bezalakoak dira. Ikusi mota erabilgarrien konstanteak (FILL_&lt;mota&gt;).</translation>
    </message>
    <message>
        <source>messagebarText(&quot;string&quot;)

Writes the &quot;string&quot; into the Scribus message bar (status line). The text
must be UTF8 encoded or &apos;unicode&apos; string(recommended).
</source>
        <translation type="obsolete">messagebarText(&quot;katea&quot;)

&quot;katea&quot; Scribus aplikazioko mezu-barran (egoera-barran) idazten du. 
Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation>
    </message>
    <message>
        <source>newPage(where [,&quot;masterpage&quot;])

Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
counted from 1 upwards, no matter what the displayed first page number of your
document is. The optional parameter &quot;masterpage&quot; specifies the name of the
master page for the new page.

May raise IndexError if the page number is out of range
</source>
        <translation type="obsolete">newPage(non [,&quot;orriMaisua&quot;])

Orrialde berria sortzen du. &quot;non&quot; -1 balioa izanez gero, orrialde berria erantsiko zaio 
dokumentuari, bestela orri berria &quot;non&quot; aurretik txertatuko da. Orrialdeen zenbakiak 
1etik gorantz zenbatzen dira, berdin dio dokumentuko aurreneko orrialdearen 
zenbakia zein den. Aukerazko &quot;orrimaisua&quot; parametroak orri maisuaren izena zehazten du orrialde berriarentzako.

Orrialdearen zenbakia barrutitik kanpo egonez gero IndexError abiaraziko da.
</translation>
    </message>
    <message>
        <source>importSVG(&quot;string&quot;)

The &quot;string&quot; must be a valid filename for a SVG image. The text
must be UTF8 encoded or &apos;unicode&apos; string(recommended).
</source>
        <translation type="obsolete">importSVG(&quot;katea&quot;)

SVG irudiaren baliozko fitxategi-izena eduki behar du &quot;katea&quot; parametroak. 
Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation>
    </message>
    <message>
        <source>newDocument(size, margins, orientation, firstPageNumber,
                        unit, pagesType, firstPageOrder) -&gt; bool

Creates a new document and returns true if successful. The parameters have the
following meaning:

size = A tuple (width, height) describing the size of the document. You can
use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.

margins = A tuple (left, right, top, bottom) describing the document
margins

orientation = the page orientation - constants PORTRAIT, LANDSCAPE

firstPageNumer = is the number of the first page in the document used for
pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
numbers if you&apos;re creating a document in several parts.

unit: this value sets the measurement units used by the document. Use a
predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
UNIT_PICAS, UNIT_POINTS.

pagesType = One of the predefined constants PAGE_n. PAGE_1 is single page,
PAGE_2 is for double sided documents, PAGE_3 is for 3 pages fold and
PAGE_4 is 4-fold.

firstPageOrder = What is position of first page in the document.
Indexed from 0 (0 = first).

The values for width, height and the margins are expressed in the given unit
for the document. PAPER_* constants are expressed in points. If your document
is not in points, make sure to account for this.

example: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
PAGE_4, 3)

May raise ScribusError if is firstPageOrder bigger than allowed by pagesType.
</source>
        <translation type="obsolete">newDocument(tamaina, marjinak, orientazioa, lehenOrriZenbakia,
                        unitatea, orriMotak, lehenOrriOrdena) -&gt; boolearra

Dokumentu berria sortzen du, eta TRUE (EGIA) itzultzen du ongi sortzen badu. Parametroek honako esanahia dute:

tamaina = dokumentuaren tamaina azaltzen duen tupla (zabalera, altuera). 
Aurredefinitutako PAPER_&lt;paper_mota&gt; konstanteak erabil ditzakezu, adib. 
PAPER_A4, e.a.

marjinak = dokumentuaren marjinak zehatzen duen tupla (ezkerra, eskuina, ,goia, behea).

orientazioa = orriaren orientazioa - konstanteak: PORTRAIT (bertikala), 
LANDSCAPE (horizontala)

lehenOrriZenbakia = dokumentuko aurreneko orriaren zenbakia da, orriak 
zenbatzeko erabiliko dena. Gehienetan 1 balioa erabiltzea nahiko duzun arren, 
zenbaki altuagoak erabil ditzakezu hainbat zatiko dokumentua sortzean.

unitatea = dokumentua neurtzeko erabilitzen den unitatea ezartzen du. 
Aurrez definitutako konstanteak erabil ditzakezu: UNIT_INCHES (atzak), 
UNIT_MILLIMETERS (milimetroak), UNIT_PICAS (pikak) , UNIT_POINTS (puntuak).

orriMotak = aurrez definitutako PAGE_n konstanteetariko bat. 
Page_1 orri bakuna da, PAGE_2 bi aldetako dokumentuak dira, PAGE_3 3 orriko eta PAGE_4 4 orriko tolesturak dira.

lehenOrriOrdena = dokumentuko aurreneko orriaren posizioa. 
0tik indexatua (0 = lehena).

Zabalera, altuera eta marjinen balioak dokumentuko unitateetan ematen dira. 
PAPER_* konstanteak puntuetan adierazita daude. Dokumentua ez badago 
puntuetan neurtuta, ziurtatu hau kontutan duzula.

adibidea: newDocument(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 7, UNIT_POINTS,
PAGE_4, 3)

ScribusError abiaraziko du lehenOrriOrdena eremuko balioa orriMotak baimendutakoa baino 
handiagoa bada.
</translation>
    </message>
</context>
<context>
    <name>@default</name>
    <message>
        <source>moveObject(dx, dy [, &quot;name&quot;])

Moves the object &quot;name&quot; by dx and dy relative to its current position. The
distances are expressed in the current measurement unit of the document (see
UNIT constants). If &quot;name&quot; is not given the currently selected item is used.
If the object &quot;name&quot; belongs to a group, the whole group is moved.
</source>
        <translation type="obsolete">moveObject(dx, dy [, &quot;izena&quot;])

&quot;izena&quot; objektua desplazatzen du dx eta dy balioekin uneko posiziotik. Dokumentuan 
uneko neurtzeko unitateetan adierazten dira distantziak (ikus UNIT konstanteak). 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
&quot;izena&quot; objektua talde batekoa bada, talde osoa desplazatuko da.
</translation>
    </message>
    <message>
        <source>getColorNames() -&gt; list

Returns a list containing the names of all defined colors in the document.
If no document is open, returns a list of the default document colors.
</source>
        <translation type="obsolete">getColorNames() -&gt; zerrenda

Dokumentuan definitutako kolore guztien izenen zerrenda itzultzen du. 
Dokumenturik ez balego irekita, dokumentu lehenetsiaren koloreen zerrenda 
itzuliko luke.</translation>
    </message>
    <message>
        <source>newDocDialog() -&gt; bool

Displays the &quot;New Document&quot; dialog box. Creates a new document if the user
accepts the settings. Does not create a document if the user presses cancel.
Returns true if a new document was created.
</source>
        <translation type="obsolete">newDocDialog() -&gt; boolearra

&quot;Dokumentu berria&quot; elkarrizketa-koadroa bistaratzen du. Dokumentu berria sortuko du erabiltzaileak ezarpenak onartuz gero. Ez du dokumenturik sortuko 
erabiltzaileak bertan behera uzteko botoia sakatzen badu. EGIA itzultzen du 
dokumentu bat sortzean.</translation>
    </message>
    <message>
        <source>getFillColor([&quot;name&quot;]) -&gt; string

Returns the name of the fill color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getFillColor([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; objektuaren kolore-betegarriaren izena itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>setRedraw(bool)

Disables page redraw when bool = False, otherwise redrawing is enabled.
This change will persist even after the script exits, so make sure to call
setRedraw(True) in a finally: clause at the top level of your script.
</source>
        <translation type="obsolete">setRedraw(boolearra)

Boolearraren balioa FALSE (FALTSUA) denean orria birmarraztea desgaitzen du, bestela 
(EGIA bada) berriro marraztea gaitzen du. Aldaketa hau mantendu egingo da nahiz 
eta script-ak irten egin, beraz ziurtatu amaitzean setRedraw(TRUE) funtzioari deitzeaz: jarri zure script-aren maila gorenean.</translation>
    </message>
    <message>
        <source>createRect(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new rectangle on the current page and returns its name. The
coordinates are given in the current measurement units of the document
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
because you need this name to reference that object in future. If &quot;name&quot;
is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="obsolete">createRect(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Laukizuzen berria sortzen du uneko orrian eta bere izena itzultzen du. Koordenatuak uneko dokumentua neurtzeko unitateetan ematen dira (ikus UNIT konstanteak). &quot;Izena&quot; objektuaren identifikatzaile bakarra izan daiteke, etorkizunean objektu honi erreferentzia egiteko erabiliko baita. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emago dio zure ordez.

NameExistsError abiaraziko da esplizitoki emandako izena lehendik ere 
egonez gero.</translation>
    </message>
    <message>
        <source>newPage(where [,&quot;masterpage&quot;])

Creates a new page. If &quot;where&quot; is -1 the new Page is appended to the
document, otherwise the new page is inserted before &quot;where&quot;. Page numbers are
counted from 1 upwards, no matter what the displayed first page number of your
document is. The optional parameter &quot;masterpage&quot; specifies the name of the
master page for the new page.

May raise IndexError if the page number is out of range
</source>
        <translation type="obsolete">newPage(non [,&quot;orriMaisua&quot;])

Orrialde berria sortzen du. &quot;non&quot; -1 balioa izanez gero, orrialde berria erantsiko zaio 
dokumentuari, bestela orri berria &quot;non&quot; aurretik txertatuko da. Orrialdeen zenbakiak 
1etik gorantz zenbatzen dira, berdin dio dokumentuko aurreneko orrialdearen 
zenbakia zein den. Aukerazko &quot;orrimaisua&quot; parametroak orri maisuaren izena zehazten du orrialde berriarentzako.

Orrialdearen zenbakia barrutitik kanpo egonez gero IndexError abiaraziko da.
</translation>
    </message>
    <message>
        <source>setGradientFill(type, &quot;color1&quot;, shade1, &quot;color2&quot;, shade2, [&quot;name&quot;])

Sets the gradient fill of the object &quot;name&quot; to type. Color descriptions are
the same as for setFillColor() and setFillShade(). See the constants for
available types (FILL_&lt;type&gt;).
</source>
        <translation type="obsolete">setGradientFill(mota, &quot;kolorea1&quot;, itzaldura1, &quot;kolorea2&quot;, itzaldura2, [&quot;izena&quot;])

&quot;izena&quot; objektuaren gradiente betegarria motarekin ezartzen du. Koloreen 
azalpenak setFillColor() eta setFillShade() funtzioetakoak bezalakoak dira. Ikusi mota erabilgarrien konstanteak (FILL_&lt;mota&gt;).</translation>
    </message>
    <message>
        <source>getFontSize([&quot;name&quot;]) -&gt; float

Returns the font size in points for the text frame &quot;name&quot;. If this text
frame has some text selected the value assigned to the first character of
the selection is returned.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getFontSize([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren letra-tamaina itzultzen du puntuetan. Testu-markoak testu zati bat hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa itzuliko du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>messagebarText(&quot;string&quot;)

Writes the &quot;string&quot; into the Scribus message bar (status line). The text
must be UTF8 encoded or &apos;unicode&apos; string(recommended).
</source>
        <translation type="obsolete">messagebarText(&quot;katea&quot;)

&quot;katea&quot; Scribus aplikazioko mezu-barran (egoera-barran) idazten du. 
Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation>
    </message>
    <message>
        <source>importSVG(&quot;string&quot;)

The &quot;string&quot; must be a valid filename for a SVG image. The text
must be UTF8 encoded or &apos;unicode&apos; string(recommended).
</source>
        <translation type="obsolete">importSVG(&quot;katea&quot;)

SVG irudiaren baliozko fitxategi-izena eduki behar du &quot;katea&quot; parametroak. 
Testua UTF8 kodeketako edo Unicode motako katea izan behar du (gomendatua).</translation>
    </message>
    <message>
        <source>getFont([&quot;name&quot;]) -&gt; string

Returns the font name for the text frame &quot;name&quot;. If this text frame
has some text selected the value assigned to the first character
of the selection is returned. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="obsolete">getFont([&quot;izena&quot;]) -&gt; katea

Testu-markoaren letra-tipoaren izena itzultzen du. Testu-markoak testu zati bat 
hautatuta edukiz gero, hautapeneko aurreneko karaktereari esleitutako balioa 
itzuliko da. &quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getTextLength([&quot;name&quot;]) -&gt; integer

Returns the length of the text in the text frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getTextLength([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; testu-markoan dagoen testuaren luzera itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getText([&quot;name&quot;]) -&gt; string

Returns the text of the text frame &quot;name&quot;. If this text frame has some text
selected, the selected text is returned. All text in the frame, not just
currently visible text, is returned. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="obsolete">getText([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; testu-markoan dagoen testua itzultzen du. Testu-markoan testu zati bat 
hautatuta egonez gero, hautatutako testua itzuliko du. Markoan dagoen testu 
guztia itzultzen du, ez ikusgai dagoen testua bakarrik. &quot;izena&quot; ez bada ematen, unean 
hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getAllText([&quot;name&quot;]) -&gt; string

Returns the text of the text frame &quot;name&quot; and of all text frames which are
linked with this frame. If this textframe has some text selected, the selected
text is returned. If &quot;name&quot; is not given the currently selected item is
used.
</source>
        <translation type="obsolete">getAllText([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; testu-markoan dagoen eta marko honi estekatuta dauden beste 
testu-marko guztien testua itzultzen du. Testu-markoan testu zati bat hautatuta 
egonez gero, hautatutako testua itzuliko du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.

</translation>
    </message>
    <message>
        <source>getLineSpacing([&quot;name&quot;]) -&gt; float

Returns the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; expressed in
points. If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getLineSpacing([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren lerrotartea (&quot;aurreko tartea&quot;) itzultzen du puntuetan adieraziz.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>getColumnGap([&quot;name&quot;]) -&gt; float

Returns the column gap size of the text frame &quot;name&quot; expressed in points. If
&quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getColumnGap([&quot;izena&quot;]) -&gt; mugikorra

&quot;izena&quot; testu-markoaren zutabe-tartearen tamaina itzultzen du puntuetan adieraziz.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getColumns([&quot;name&quot;]) -&gt; integer

Gets the number of columns of the text frame &quot;name&quot;. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="obsolete">getColumns([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; testu-markoko zutabeen kopurua lortzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setText(&quot;text&quot;, [&quot;name&quot;])

Sets the text of the text frame &quot;name&quot; to the text of the string &quot;text&quot;.
Text must be UTF8 encoded - use e.g. unicode(text, &apos;iso-8859-2&apos;). See the FAQ
for more details. If &quot;name&quot; is not given the currently selected item is
used.
</source>
        <translation type="obsolete">setText(&quot;esaldia&quot;, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko testua &quot;esaldia&quot; testuarekin ezartzen du. 
Testua (edo esaldia) UTF8 kodeketan egon behar du - erabili adibidez 
unicode (testua, &apos;iso-8859-2&apos;). Ikus MEG xehetasun gehiagorako. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setFont(&quot;font&quot;, [&quot;name&quot;])

Sets the font of the text frame &quot;name&quot; to &quot;font&quot;. If there is some text
selected only the selected text is changed.  If &quot;name&quot; is not given the
currently selected item is used.

May throw ValueError if the font cannot be found.
</source>
        <translation type="obsolete">setFont(&quot;letraTipoa&quot;, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko letra-tipoa &quot;letraTipoa&quot;rekin ezartzen du. 
Testu zati bat hautatuta egonez gero, hautatutako testua 
soilik aldatuko da. &quot;izena&quot; ez bada ematen, unean hautatutako 
elementua erabiliko da. 

ValueError abiaraziko da letra-tipoa ez bada aurkitzen.
</translation>
    </message>
    <message>
        <source>setFontSize(size, [&quot;name&quot;])

Sets the font size of the text frame &quot;name&quot; to &quot;size&quot;. &quot;size&quot; is treated
as a value in points. If there is some text selected only the selected text is
changed. &quot;size&quot; must be in the range 1 to 512. If &quot;name&quot; is not given the
currently selected item is used.

May throw ValueError for a font size that&apos;s out of bounds.
</source>
        <translation type="obsolete">setFontSize(tamaina, [&quot;izena&quot;])

&quot;izena&quot; testu-markoaren letra-tamaina &quot;tamaina&quot;rekin ezarritzen du. 
&quot;tamaina&quot; eremuko balioa puntuetan adierazita balego gisa erabiliko da. 
Testu zatiren bat hautatuta egonez gero, hautatutako testua bakarrik 
aldatuko da. &quot;tamaina&quot;ren barrutia 1 eta 512 arteko da. &quot;izena&quot; ez 
bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da letra-tamaina mugetatik kanpo izanez gero.
</translation>
    </message>
    <message>
        <source>setLineSpacing(size, [&quot;name&quot;])

Sets the line spacing (&quot;leading&quot;) of the text frame &quot;name&quot; to &quot;size&quot;.
&quot;size&quot; is a value in points. If &quot;name&quot; is not given the currently selected
item is used.

May throw ValueError if the line spacing is out of bounds.
</source>
        <translation type="obsolete">setLineSpacing(tamaina, [&quot;izena&quot;])

&quot;izena&quot; testu-markoaren lerroartea (&quot;aurreko tartea&quot;) &quot;tamainarekin&quot; 
ezartzen du. &quot;tamaina&quot; puntuetan adierazitako balioa da. &quot;izena&quot; ez 
bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da lerroartea mugetatik kanpo izanez gero.
</translation>
    </message>
    <message>
        <source>setColumnGap(size, [&quot;name&quot;])

Sets the column gap of the text frame &quot;name&quot; to the value &quot;size&quot;. If
&quot;name&quot; is not given the currently selected item is used.

May throw ValueError if the column gap is out of bounds (must be positive).
</source>
        <translation type="obsolete">setColumnGap(tamaina, [&quot;izena&quot;])

&quot;izena&quot; testu-markoaren zutabe-tartearen &quot;tamaina&quot; balioarekin ezartzen 
du. &quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da zutabe-tartea mugetatik kanpo izanez 
gero (positiboa izan behar du).
</translation>
    </message>
    <message>
        <source>setColumns(nr, [&quot;name&quot;])

Sets the number of columns of the text frame &quot;name&quot; to the integer &quot;nr&quot;.
If &quot;name&quot; is not given the currently selected item is used.

May throw ValueError if number of columns is not at least one.
</source>
        <translation type="obsolete">setColumns(zutKop, [&quot;izena&quot;])

&quot;izena&quot; testu-markoan egongo diren zutabe-kopurua &quot;zutKop&quot; osokoarekin ezatzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.

ValueError abiaraziko da zutabe-kopurua gutxienez bat ez bada.
</translation>
    </message>
    <message>
        <source>setTextAlignment(align, [&quot;name&quot;])

Sets the text alignment of the text frame &quot;name&quot; to the specified alignment.
If &quot;name&quot; is not given the currently selected item is used. &quot;align&quot; should
be one of the ALIGN_ constants defined in this module - see dir(scribus).

May throw ValueError for an invalid alignment constant.
</source>
        <translation type="obsolete">setTextAlignment(lerrokatu, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko testua lerrokatzen du zehaztutako &quot;lerrokatu&quot; eremuarekin. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. &quot;lerrokatu&quot; 
eremuan modulo honetan zehaztutako ALIGN_* konstanteetariko bat erabili 
behar da: ikus dir(scribus).

ValueError abiaraziko da baliogabeko konstantea erabiltzen bada lerrokatzeko.</translation>
    </message>
    <message>
        <source>deleteText([&quot;name&quot;])

Deletes any text in the text frame &quot;name&quot;. If there is some text selected,
only the selected text will be deleted. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="obsolete">deleteText([&quot;izena&quot;])

&quot;izena&quot; testu-markoko testua ezabatzen du. Testu zatiren bat hautatuta egonez, 
gero hautatutako testua ezabatuko du. &quot;izena&quot; ez bada ematen, unean 
hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setTextColor(&quot;color&quot;, [&quot;name&quot;])

Sets the text color of the text frame &quot;name&quot; to the color &quot;color&quot;. If there
is some text selected only the selected text is changed. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="obsolete">setTextColor(&quot;kolorea&quot;, [&quot;izena&quot;])

&quot;izena&quot; testu-markoko testuaren kolorea &quot;kolorea&quot;rekin ezartzen du. Testu 
zatiren bat hautatuta egonez gero, hautatutako testua aldatuko du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setTextStroke(&quot;color&quot;, [&quot;name&quot;])

Set &quot;color&quot; of the text stroke. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="obsolete">setTextStroke(&quot;kolorea&quot;, [&quot;izena&quot;])

Testuaren trazuaren &quot;kolorea&quot; ezartzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setTextShade(shade, [&quot;name&quot;])

Sets the shading of the text color of the object &quot;name&quot; to &quot;shade&quot;. If
there is some text selected only the selected text is changed. &quot;shade&quot; must
be an integer value in the range from 0 (lightest) to 100 (full color
intensity). If &quot;name&quot; is not given the currently selected item is
used.
</source>
        <translation type="obsolete">setTextShade(itzaldura, [&quot;izena&quot;])

&quot;izena&quot; objektuaren testu-kolorearen itzaldura ezartzen du &quot;itzaldura&quot;rekin. 
Testu zatiren bat hautatuta egonez gero, hautatutako testua aldatuko du. 
&quot;itzaldura&quot; eremuak 0 (argiena) eta 100 (intentsitate osoko kolorea) arteko balioa 
izan behar du. &quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>linkTextFrames(&quot;fromname&quot;, &quot;toname&quot;)

Link two text frames. The frame named &quot;fromname&quot; is linked to the
frame named &quot;toname&quot;. The target frame must be an empty text frame
and must not link to or be linked from any other frames already.

May throw ScribusException if linking rules are violated.
</source>
        <translation type="obsolete">linkTextFrames(&quot;izenetik&quot;, &quot;izenera&quot;)

Bi testu-marko estekatzen ditu. &quot;izenetik&quot; markoa estekatuko du 
&quot;izenera&quot; markora. Helburuko markoa testu-marko hutsa izan behar du 
eta ezin du beste marko batekin edo batetik estekatuta egon.

ScribusException abiaraziko da estekatzeko arauak bortxatuz gero.
</translation>
    </message>
    <message>
        <source>unlinkTextFrames(&quot;name&quot;)

Remove the specified (named) object from the text frame flow/linkage. If the
frame was in the middle of a chain, the previous and next frames will be
connected, eg &apos;a-&gt;b-&gt;c&apos; becomes &apos;a-&gt;c&apos; when you unlinkTextFrames(b)&apos;

May throw ScribusException if linking rules are violated.
</source>
        <translation type="obsolete">unlinkTextFrames(&quot;izena&quot;)

Izendatutako objektua kentzen du testu-marko mugikorretik/esteketatik. 
Markoa kate baten erdian balego aurreko eta hurrengo markoak elkarrekin 
konektatu egingo lirateke: adbi. unlinkTextFrames(&quot;b&quot;) exekutatzen bada, 
&apos;a-&gt;b-&gt;c&apos; honakoa izango da:  &apos;a-&gt;c&apos;.

ScribusException abiaraziko da estekatzeko arauak bortxatuz gero.</translation>
    </message>
    <message>
        <source>traceText([&quot;name&quot;])

Convert the text frame &quot;name&quot; to outlines. If &quot;name&quot; is not given the
currently selected item is used.</source>
        <translation type="obsolete">traceText([&quot;izena&quot;])

&quot;izena&quot; testu-markoa eskemara bihurtzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>getColor(&quot;name&quot;) -&gt; tuple

Returns a tuple (C, M, Y, K) containing the four color components of the
color &quot;name&quot; from the current document. If no document is open, returns
the value of the named color from the default document colors.

May raise NotFoundError if the named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="obsolete">getColor(&quot;izena&quot;) -&gt; tupla

Uneko dokumentuko &quot;izena&quot; kolorearen lau kolore-osagaien (C, M, H, B) tupla 
itzultzen du. Dokumenturik ez balego irekita, dokumentu lehenetsiaren 
koloreetatik izendatutako kolorearen balioa itzultzen du.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.
</translation>
    </message>
    <message>
        <source>changeColor(&quot;name&quot;, c, m, y, k)

Changes the color &quot;name&quot; to the specified CMYK value. The color value is
defined via four components c = Cyan, m = Magenta, y = Yellow and k = Black.
Color components should be in the range from 0 to 255.

May raise NotFoundError if the named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="obsolete">changeColor(&quot;izena&quot;, c, m, h, b)

&quot;izena&quot; kolorea CMHB balioarekin aldatzen du. Kolorearen balioa lau osagaien 
bidez zehazten da (c=cyana, m=magenta, h=horia, b=beltza). Kolorearen 
osagaiek 0 eta 255 arteko balio izan dezakete.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.
</translation>
    </message>
    <message>
        <source>deleteColor(&quot;name&quot;, &quot;replace&quot;)

Deletes the color &quot;name&quot;. Every occurence of that color is replaced by the
color &quot;replace&quot;. If not specified, &quot;replace&quot; defaults to the color
&quot;None&quot; - transparent.

deleteColor works on the default document colors if there is no document open.
In that case, &quot;replace&quot;, if specified, has no effect.

May raise NotFoundError if a named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="obsolete">deleteColor(&quot;izena&quot;, &quot;ordezkoa&quot;)

&quot;izena&quot; kolorea ezabatzen du. Izendatutako kolorearen agerpen bakoitza 
&quot;ordezkoa&quot;rekin ordeztuko da. Ez bada zehazten, &quot;ordezkoa&quot; lehenetsi egingo da 
&quot;Bat ere ez&quot; kolorearekin (gardena).

Dokumenturik ez balego irekita deleteColor dokumentu lehenetsiko koloreetan 
funtzionatuko luke. Kasu horretan, &quot;ordezkoa&quot; zehaztuko balitz, ez luke eraginik 
izango.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.</translation>
    </message>
    <message>
        <source>replaceColor(&quot;name&quot;, &quot;replace&quot;)

Every occurence of the color &quot;name&quot; is replaced by the color &quot;replace&quot;.

May raise NotFoundError if a named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="obsolete">replaceColor(&quot;izena&quot;, &quot;ordezkoa&quot;)

&quot;izena&quot; kolorearen agerpen bakoitza &quot;ordezkoa&quot; kolorearekin ordetuko da.

NotFoundError abiaraziko da izendatutako kolorerik ez bada aurkitzen.
ValueError abiaraziko da baliogabeko kolore-izena zehazten bada.

</translation>
    </message>
    <message>
        <source>messageBox(&quot;caption&quot;, &quot;message&quot;,
    icon=ICON_NONE, button1=BUTTON_OK|BUTTONOPT_DEFAULT,
    button2=BUTTON_NONE, button3=BUTTON_NONE) -&gt; integer

Displays a message box with the title &quot;caption&quot;, the message &quot;message&quot;, and
an icon &quot;icon&quot; and up to 3 buttons. By default no icon is used and a single
button, OK, is displayed. Only the caption and message arguments are required,
though setting an icon and appropriate button(s) is strongly
recommended. The message text may contain simple HTML-like markup.

Returns the number of the button the user pressed. Button numbers start
at 1.

For the icon and the button parameters there are predefined constants available
with the same names as in the Qt Documentation. These are the BUTTON_* and
ICON_* constants defined in the module. There are also two extra constants that
can be binary-ORed with button constants:
    BUTTONOPT_DEFAULT   Pressing enter presses this button.
    BUTTONOPT_ESCAPE    Pressing escape presses this button.

Usage examples:
result = messageBox(&apos;Script failed&apos;,
                    &apos;This script only works when you have a text frame selected.&apos;,
                    ICON_ERROR)
result = messageBox(&apos;Monkeys!&apos;, &apos;Something went ook! &lt;i&gt;Was it a monkey?&lt;/i&gt;&apos;,
                    ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
                    BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)

Defined button and icon constants:
BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
</source>
        <translation type="obsolete">messageBox(&quot;epigrafea&quot;, &quot;mezua&quot;,
    ikonoa=ICON_NONE, botoi1=BUTTON_OK|BUTTONOPT_DEFAULT,
    botoi2=BUTTON_NONE, botoi3=BUTTON_NONE) -&gt; osokoa

&quot;epigrafea&quot; titulua duen elkarrizketa-koadroa bistaratzen du, &quot;mezua&quot; 
mezuarekin eta &quot;ikonoa&quot; ikonoarekin, eta gehienez 3 botoirekin. Lehenetsi gisa 
ez da ikonorik erabiltzen eta botoi bakarrak, ADOS, bistaratzen da. Epigrafea eta 
mezua soilik dira beharrezkoak, nahiz eta dagokion ikonoa eta botoia(k) 
ezartzea gomendatzen den. Mezuaren testuak HTML motako etiketa 
sinpleak eduki ditzake.

Erabiltzaileak sakatutako botoiaren zenbakia itzultzen du. Botoien zenbakiak 
1 balioarekin hasten dira.

Ikonoaren eta botoien parametroak aurrez definitutako konstante erabilgarriak 
dira, Qt dokumentazioan agertzen diren izenekin.  Hauek BUTTON_* eta ICON_* 
konstanteak dira, moduloan definitutakoak. Beste bi konstante gehigarri daude 
bit mailan OR (EDO) eragiketa egin dezaketena:

    BUTTONOPT_DEFAULT   Sartu tekla sakatuz botoi hau sakatzen da.
    BUTTONOPT_ESCAPE    Ihes tekla sakatuz botoi hau sakatzen da.

Adibideak:
emaitza = messageBox(&apos;Script-ak huts egin du&apos;,
                    &apos;Script honek testu-markoa hautatuta duzunean soilik funtzionatzen du.&apos;,
                    ICON_ERROR)
emaitza = messageBox(&apos;Zoratu gara!&apos;, &apos;Zerbait oker dabil! &lt;i&gt;Mozkorren bat agian?&lt;/i&gt;&apos;,
                    ICON_WARNING, BUTTON_YES|BUTTONOPT_DEFAULT,
                    BUTTON_NO, BUTTON_IGNORE|BUTTONOPT_ESCAPE)

Definitutako botoien eta ikonoen konstanteak:
BUTTON_NONE, BUTTON_ABORT, BUTTON_CANCEL, BUTTON_IGNORE, BUTTON_NO,
BUTTON_NOALL, BUTTON_OK, BUTTON_RETRY, BUTTON_YES, BUTTON_YESALL,
ICON_NONE, ICON_INFORMATION, ICON_WARNING, ICON_CRITICAL.
</translation>
    </message>
    <message>
        <source>valueDialog(caption, message [,defaultvalue]) -&gt; string

Shows the common &apos;Ask for string&apos; dialog and returns its value as a string
Parameters: window title, text in the window and optional &apos;default&apos; value.

Example: valueDialog(&apos;title&apos;, &apos;text in the window&apos;, &apos;optional&apos;)
</source>
        <translation type="obsolete">valueDialog(epigrafea, mezua [,balioLehenetsia]) -&gt; katea

&apos;Eskatu esaldia&apos; motako elkarrizketa-koadroa bistaratzen du, eta 
bere balioa itzultzen du kate gisa.
Parametroak: leihoaren titulua, leihoko testua eta aukerazko &apos;lehenetsia&apos; 
balioa.

Adibidea:  valueDialog(&apos;titulua&apos;, &apos;leihoko testua&apos;, &apos;aukerazkoa&apos;)
</translation>
    </message>
    <message>
        <source>closeDoc()

Closes the current document without prompting to save.

May throw NoDocOpenError if there is no document to close
</source>
        <translation type="obsolete">closeDoc()

Uneko dokumentua itxi egiten du, gordetzeari buruz inolako galderarik egin gabe.

NoDocOpenError abiaraziko da dokumenturik irekita ez egonez gero.
</translation>
    </message>
    <message>
        <source>haveDoc() -&gt; bool

Returns true if there is a document open.
</source>
        <translation type="obsolete">haveDoc() -&gt; boolearra

TRUE (EGIA) itzultzen du dokumenturen bat irekita egonez gero.
</translation>
    </message>
    <message>
        <source>openDoc(&quot;name&quot;)

Opens the document &quot;name&quot;.

May raise ScribusError if the document could not be opened.
</source>
        <translation type="obsolete">openDoc(&quot;izena&quot;)

&quot;izena&quot; dokumentua irekitzen du.

ScribusError abiaraziko da dokumentua ezin izan badu ireki.
</translation>
    </message>
    <message>
        <source>saveDoc()

Saves the current document with its current name, returns true if successful.
If the document has not already been saved, this may bring up an interactive
save file dialog.

If the save fails, there is currently no way to tell.
</source>
        <translation type="obsolete">saveDoc()

Uneko dokumentua (bere uneko izenarekin) gordetzen du, eta TRUE (EGIA) itzultzen 
du ongi burutu bada. Dokumentua oraindik ez bada gorde, elkarrizketa-koadroa 
bistaratuko du fitxategia gordetzeko.

Huts egiten badu gordetzean, une honetan ez dago biderik hau jakinarazteko.
</translation>
    </message>
    <message>
        <source>saveDocAs(&quot;name&quot;)

Saves the current document under the new name &quot;name&quot; (which may be a full or
relative path).

May raise ScribusError if the save fails.
</source>
        <translation type="obsolete">saveDocAs(&quot;izena&quot;)

Uneko dokumentua &quot;izena&quot; izen berriarekin gordetzen du (bide-izen osoa edo 
erlatiboa izan daiteke).

ScribusError abiaraziko da huts egiten badu gordetzean.
</translation>
    </message>
    <message>
        <source>setInfo(&quot;author&quot;, &quot;info&quot;, &quot;description&quot;) -&gt; bool

Sets the document information. &quot;Author&quot;, &quot;Info&quot;, &quot;Description&quot; are
strings.
</source>
        <translation type="obsolete">setInfo(&quot;egilea&quot;, &quot;info&quot;, &quot;azalpena&quot;) -&gt; boolearra

Dokumentuaren informazioa ezartzen du. &quot;egilea&quot;, &quot;info&quot; eta &quot;azalpena&quot; kateak 
dira.
</translation>
    </message>
    <message>
        <source>setMargins(lr, rr, tr, br)

Sets the margins of the document, Left(lr), Right(rr), Top(tr) and Bottom(br)
margins are given in the measurement units of the document - see UNIT_&lt;type&gt;
constants.
</source>
        <translation type="obsolete">setMargins(ez, es, go, be)

Dokumentuaren marjinak ezartzen ditu. Ezkerreko (ez), eskuineko (es), goiko (go) eta 
beheko (be) marjinak ematen dira dokumentua neurtzeko unitateetan 
(ikus UNIT_&lt;mota&gt; konstanteak).</translation>
    </message>
    <message>
        <source>setUnit(type)

Changes the measurement unit of the document. Possible values for &quot;unit&quot; are
defined as constants UNIT_&lt;type&gt;.

May raise ValueError if an invalid unit is passed.
</source>
        <translation type="obsolete">setUnit(mota)

Dokumentua neurtzeko unitatea aldatzen du. Unitate motaren balio erabilgarriak 
UNIT_&lt;mota&gt; konstante gisa definituta daude.

ValueError abiaraziko da baliogabeko unitatea ematen bada.
</translation>
    </message>
    <message>
        <source>getUnit() -&gt; integer (Scribus unit constant)

Returns the measurement units of the document. The returned value will be one
of the UNIT_* constants:
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
</source>
        <translation type="obsolete">getUnit() -&gt; osokoa (Scribus-eko unitate konstantea)

Dokumentua neurtzeko ezarritako unitatea itzultzen du. Itzulitako balioa 
UNIT_* konstanteetariko bat izan daiteke:
UNIT_INCHES, UNIT_MILLIMETERS, UNIT_PICAS, UNIT_POINTS.
</translation>
    </message>
    <message>
        <source>loadStylesFromFile(&quot;filename&quot;)

Loads paragraph styles from the Scribus document at &quot;filename&quot; into the
current document.
</source>
        <translation type="obsolete">loadStylesFromFile(&quot;fitxategi-izena&quot;)

Paragrafo-estiloak kargatzen ditu uneko dokumentuan 
Scribus dokumentik (&quot;fitxategi-izena&quot;)  .
</translation>
    </message>
    <message>
        <source>setDocType(facingPages, firstPageLeft)

Sets the document type. To get facing pages set the first parameter to
FACINGPAGES, to switch facingPages off use NOFACINGPAGES instead.  If you want
to be the first page a left side set the second parameter to FIRSTPAGELEFT, for
a right page use FIRSTPAGERIGHT.
</source>
        <translation type="obsolete">setDocType(aurrezAurreOrri, lehenOrriaEzker)

Dokumentu-mota ezartzen du. Ezarri lehenbiziko parametroa 
FACINGPAGES konstantearekin orrialdeak aurrez aurre jartzeko, 
bestela, orrialdeak aurrez aurre ez egoteko erabili NOFACINGPAGES. 
Aurreneko orrialdea ezkerraldean egoteko ezarri bigarren paraemetroa 
FIRSTPAGELEFT balioarekin, bestela erabili FIRSTPAGERIGHT aurrenekoa 
orrialdea eskuinean egoteko.
</translation>
    </message>
    <message>
        <source>getLineColor([&quot;name&quot;]) -&gt; string

Returns the name of the line color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getLineColor([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; objektuaren marraren kolorearen izena itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getLineWidth([&quot;name&quot;]) -&gt; integer

Returns the line width of the object &quot;name&quot;. If &quot;name&quot;
is not given the currently selected Item is used.
</source>
        <translation type="obsolete">getLineWidth([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren marraren zabalera itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getLineShade([&quot;name&quot;]) -&gt; integer

Returns the shading value of the line color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getLineShade([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren marraren kolorearen itzalduraren balioa itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getLineJoin([&quot;name&quot;]) -&gt; integer (see contants)

Returns the line join style of the object &quot;name&quot;. If &quot;name&quot; is not given
the currently selected item is used.  The join types are:
JOIN_BEVEL, JOIN_MITTER, JOIN_ROUND
</source>
        <translation type="obsolete">getLineJoin([&quot;izena&quot;]) -&gt; osokoa (ikus konstanteak)

&quot;izena&quot; objektuaren marrak elkartzeko estiloa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Elkartzeko motak honakoak dira:
JOIN_BEVEL (alaka), JOIN_MITTER, JOIN_ROUND (biribila)
</translation>
    </message>
    <message>
        <source>getLineEnd([&quot;name&quot;]) -&gt; integer (see constants)

Returns the line cap style of the object &quot;name&quot;. If &quot;name&quot; is not given the
currently selected item is used. The cap types are:
CAP_FLAT, CAP_ROUND, CAP_SQUARE
</source>
        <translation type="obsolete">getLineEnd([&quot;izena&quot;]) -&gt; osokoa (ikus konstanteak)

&quot;izena&quot; objektuaren marraren txano-estiloa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Txanoen motak honakoak dira: 
CAP_FLAT (laua), CAP_ROUND (biribila), CAP_SQUARE (karratua)
</translation>
    </message>
    <message>
        <source>getLineStyle([&quot;name&quot;]) -&gt; integer (see constants)

Returns the line style of the object &quot;name&quot;. If &quot;name&quot; is not given the
currently selected item is used. Line style constants are:
LINE_DASH, LINE_DASHDOT, LINE_DASHDOTDOT, LINE_DOT, LINE_SOLID
</source>
        <translation type="obsolete">getLineStyle([&quot;izena&quot;]) -&gt; osokoa (ikus konstanteak)

&quot;izena&quot; objektuaren marraren estiloa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Marra-estiloen konstanteak honakoak dira: 
LINE_DASH (marra), LINE_DASHDOT (marra puntu), 
LINE_DASHDOTDOT (marra puntu puntu), LINE_DOT (puntu), LINE_SOLID (betea)
</translation>
    </message>
    <message>
        <source>getFillShade([&quot;name&quot;]) -&gt; integer

Returns the shading value of the fill color of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getFillShade([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren kolore betegarriaren itzalduraren balioa itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
</translation>
    </message>
    <message>
        <source>getImageScale([&quot;name&quot;]) -&gt; (x,y)

Returns a (x, y) tuple containing the scaling values of the image frame
&quot;name&quot;.  If &quot;name&quot; is not given the currently selected item is used.
</source>
        <translation type="obsolete">getImageScale([&quot;izena&quot;]) -&gt; (x,y)

&quot;izena&quot; irudi-markoaren eskalatze-balioen tupla (x,y) itzultzen du. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getImageName([&quot;name&quot;]) -&gt; string

Returns the filename for the image in the image frame. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="obsolete">getImageName([&quot;izena&quot;]) -&gt; katea

&quot;izena&quot; irudi-markoaren irudiari dagokion fitxategi-izena itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getSize([&quot;name&quot;]) -&gt; (width,height)

Returns a (width, height) tuple with the size of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used. The size is
expressed in the current measurement unit of the document - see UNIT_&lt;type&gt;
for reference.
</source>
        <translation type="obsolete">getSize([&quot;izena&quot;]) -&gt; (zabalera,altuera)

&quot;izena&quot; objektuaren tamainaren tupla (zabalera, altuera) itzultzen du.
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
Dokumentua neurtzeko uneko unitatea erabiltzen du tamainak 
(ikus UNIT_&lt;mota&gt; xehetasunerako).
</translation>
    </message>
    <message>
        <source>getRotation([&quot;name&quot;]) -&gt; integer

Returns the rotation of the object &quot;name&quot;. The value is expressed in degrees,
and clockwise is positive. If &quot;name&quot; is not given the currently selected item
is used.
</source>
        <translation type="obsolete">getRotation([&quot;izena&quot;]) -&gt; osokoa

&quot;izena&quot; objektuaren biraketa itzultzen du. Balioa gradutan adierazten da, 
eta erlojuaren norantza positiboa da. &quot;izena&quot; ez bada ematen, unean 
hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getAllObjects() -&gt; list

Returns a list containing the names of all objects on the current page.
</source>
        <translation type="obsolete">getAllObjects() -&gt; zerrenda

Zerrenda itzultzen du, uneko orrialdeko objektu guztien izenen edukiarekin.
</translation>
    </message>
    <message>
        <source>moveObjectAbs(x, y [, &quot;name&quot;])

Moves the object &quot;name&quot; to a new location. The coordinates are expressed in
the current measurement unit of the document (see UNIT constants).  If &quot;name&quot;
is not given the currently selected item is used.  If the object &quot;name&quot;
belongs to a group, the whole group is moved.
</source>
        <translation type="obsolete">moveObjectAbs(x, y [, &quot;izena&quot;])

&quot;izena&quot; objektua lekuz aldatzen du. Dokumentua neurtzeko uneko unitatea erabiltzen 
du koordenatuak (ikus UNIT konstanteak). 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da. 
&quot;izena&quot;  objektua talde bateko kidea bada, talde osoa aldatuko da lekuz.
</translation>
    </message>
    <message>
        <source>rotateObject(rot [, &quot;name&quot;])

Rotates the object &quot;name&quot; by &quot;rot&quot; degrees relatively. The object is
rotated by the vertex that is currently selected as the rotation point - by
default, the top left vertext at zero rotation. Positive values mean counter
clockwise rotation when the default rotation point is used. If &quot;name&quot; is not
given the currently selected item is used.
</source>
        <translation type="obsolete">rotateObject(bira [, &quot;izena&quot;])

&quot;izena&quot; objektua &quot;bira&quot; gradu biratzen du erlatiboki. 
Objektua biratzeko puntu gisa hautatutako erpinarekiko biratuko da, lehenespenez 
biraketarik eduki gabeko objektuan goiko ezkerreko erpina izan ohi da.
Balio positiboek erlojuaren aurkako norantza adierazten dute, biratzeko puntu 
lehenetsia erabiltzen denean. &quot;izena&quot; ez bada ematen, unean hautatutako 
elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>sizeObject(width, height [, &quot;name&quot;])

Resizes the object &quot;name&quot; to the given width and height. If &quot;name&quot;
is not given the currently selected item is used.
</source>
        <translation type="obsolete">sizeObject(zabalera, altuera [, &quot;izena&quot;])

&quot;izena&quot; objektua tamainaz aldatzen du emandako zabalera eta altuerarekin. 
&quot;izena&quot; ez bada ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getSelectedObject([nr]) -&gt; string

Returns the name of the selected object. &quot;nr&quot; if given indicates the number
of the selected object, e.g. 0 means the first selected object, 1 means the
second selected Object and so on.
</source>
        <translation type="obsolete">getSelectedObject([kop]) -&gt; katea

Hautatutako objektuaren izena itzultzen du. &quot;kop&quot; balioa ematen bada, 
hautatutako objektu-kopurua adierazten du. 0 balioak hautatutako aurreneko 
objektua adierazten du, 1 balioak hautatutako bigarren objektua, e.a.
</translation>
    </message>
    <message>
        <source>selectionCount() -&gt; integer

Returns the number of selected objects.
</source>
        <translation type="obsolete">selectionCount() -&gt; osokoa

Hautatutako objektu-kopurua itzultzen du.
</translation>
    </message>
    <message>
        <source>selectObject(&quot;name&quot;)

Selects the object with the given &quot;name&quot;.
</source>
        <translation type="obsolete">selectObject(&quot;izena&quot;)

Emandako &quot;izena&quot; objektua hautatzen du.
</translation>
    </message>
    <message>
        <source>deselectAll()

Deselects all objects in the whole document.
</source>
        <translation type="obsolete">deselectAll()

Dokumentu osoko objektu guztiak desautatzen ditu.
</translation>
    </message>
    <message>
        <source>groupObjects(list)

Groups the objects named in &quot;list&quot; together. &quot;list&quot; must contain the names
of the objects to be grouped. If &quot;list&quot; is not given the currently selected
items are used.
</source>
        <translation type="obsolete">groupObjects(zerrenda)

&quot;zerrenda&quot;n agertzen diren objektu guztiak elkartzen ditu. Taldean elkartzea 
nahi diren objektuen izenak eduki behar ditu &quot;zerrenda&quot;k. Zerrendarik ez bada 
ematen, unean hautatutako elementuak erabiliko dira.
</translation>
    </message>
    <message>
        <source>unGroupObjects(&quot;name&quot;)

Destructs the group the object &quot;name&quot; belongs to.If &quot;name&quot; is not given the currently selected item is used.</source>
        <translation type="obsolete">unGroupObjects(&quot;izena&quot;)

&quot;izena&quot; objektua kide den taldea apurtzen du. Ez bada &quot;izena&quot; ematen, 
unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>scaleGroup(factor [,&quot;name&quot;])

Scales the group the object &quot;name&quot; belongs to. Values greater than 1 enlarge
the group, values smaller than 1 make the group smaller e.g a value of 0.5
scales the group to 50 % of its original size, a value of 1.5 scales the group
to 150 % of its original size.  The value for &quot;factor&quot; must be greater than
0. If &quot;name&quot; is not given the currently selected item is used.

May raise ValueError if an invalid scale factor is passed.
</source>
        <translation type="obsolete">scaleGroup(faktorea [,&quot;izena&quot;])

&quot;izena&quot; objektuaren taldea eskalatzen du. 1 baino handiagoak diren 
faktoreek taldea handitzen dute, txikiagoak direnek taldea txikiagotzen 
dute. Adib: 0.5 balioko faktore batek jatorrizko tamainaren %50era eskalatzen 
du taldea; 1.5 balioak berriz taldea %150 handiagotzen du. &quot;faktorea&quot; eremuko 
balioa 0 baino handiagoa izan behar du. Ez bada &quot;izena&quot; ematen 
unean hautatutako elementua erabiliko da.

ValueError abiaraziko da faktore baliogabea ematen bada eskalatzeko.
</translation>
    </message>
    <message>
        <source>loadImage(&quot;filename&quot; [, &quot;name&quot;])

Loads the picture &quot;picture&quot; into the image frame &quot;name&quot;. If &quot;name&quot; is
not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not an image frame
</source>
        <translation type="obsolete">loadImage(&quot;fitxategi-izena&quot; [, &quot;izena&quot;])

&quot;fitxategi-izena&quot; irudia kargatzen du &quot;izena&quot; irudi-markoan. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada irudi-marko bat.
</translation>
    </message>
    <message>
        <source>scaleImage(x, y [, &quot;name&quot;])

Sets the scaling factors of the picture in the image frame &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used. A number of 1
means 100 %.

May raise WrongFrameTypeError if the target frame is not an image frame
</source>
        <translation type="obsolete">scaleImage(x, y [, &quot;izena&quot;])

&quot;izena&quot; irudi-markoko irudia eskalatzeko faktorea ezartzen du. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da. 1 zenbakiak 
%100 adierazten du.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada irudi-marko bat.
</translation>
    </message>
    <message>
        <source>lockObject([&quot;name&quot;]) -&gt; bool

Locks the object &quot;name&quot; if it&apos;s unlocked or unlock it if it&apos;s locked.
If &quot;name&quot; is not given the currently selected item is used. Returns true
if locked.
</source>
        <translation type="obsolete">lockObject([&quot;izena&quot;]) -&gt; boolearra

&quot;izena&quot; objektua blokeatzen du desblokeatuta egonez gero, edo 
desblokeatu egiten du blokeatuta egonez gero. Ez bada &quot;izena&quot; emanten, 
unean hautatutako elementua erabiliko da. TRUE (EGIA) itzultzen du 
blokeatzen badu.
</translation>
    </message>
    <message>
        <source>isLocked([&quot;name&quot;]) -&gt; bool

Returns true if is the object &quot;name&quot; locked.  If &quot;name&quot; is not given the
currently selected item is used.
</source>
        <translation type="obsolete">isLocked([&quot;izena&quot;]) -&gt; boolearra

TRUE (EGIA) itzultzen du &quot;izena&quot; objektua blokeatuta egonez gero. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getFontNames() -&gt; list

Returns a list with the names of all available fonts.
</source>
        <translation type="obsolete">getFontNames() -&gt; zerrenda

Letra-tipo erabilgarri guztien izena duen zerrenda itzultzen du.
</translation>
    </message>
    <message>
        <source>getXFontNames() -&gt; list of tuples

Returns a larger font info. It&apos;s a list of the tuples with:
[ (Scribus name, Family, Real name, subset (1|0), embed PS (1|0), font file), (...), ... ]
</source>
        <translation type="obsolete">getXFontNames() -&gt; tuplen zerrenda

Letra-tipo handien datuak itzultzen ditu. Tuplen zerrenda da:
[ (Scribus izena, familia, benetako izena, azpimultzoa (1|0), 
kapsulatutako PS (1|0), letra-fitxategia), (...), ... ]
</translation>
    </message>
    <message>
        <source>getLayers() -&gt; list

Returns a list with the names of all defined layers.
</source>
        <translation type="obsolete">getLayers() -&gt; zerrenda

Definitutako geruza guztien izena duen zerrenda itzultzen du.
</translation>
    </message>
    <message>
        <source>setActiveLayer(&quot;name&quot;)

Sets the active layer to the layer named &quot;name&quot;.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">setActiveLayer(&quot;izena&quot;)

&quot;izena&quot; geruza ezartzen du geruza aktibo gisa.

NotFoundError abiaraziko da geruza ez bada aurkitzen.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>getActiveLayer() -&gt; string

Returns the name of the current active layer.
</source>
        <translation type="obsolete">getActiveLayer() -&gt; katea

Uneko geruza aktiboaren izena itzultzen du.</translation>
    </message>
    <message>
        <source>sentToLayer(&quot;layer&quot; [, &quot;name&quot;])

Sends the object &quot;name&quot; to the layer &quot;layer&quot;. The layer must exist.
If &quot;name&quot; is not given the currently selected item is used.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">sentToLayer(&quot;geruza&quot; [, &quot;izena&quot;])

&quot;izena&quot; objektua &quot;geruza&quot; geruzara eramango du. Geruzak existitu egin behar du. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>setLayerVisible(&quot;layer&quot;, visible)

Sets the layer &quot;layer&quot; to be visible or not. If is the visible set to false
the layer is invisible.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">setLayerVisible(&quot;geruza&quot;, ikusgai)

&quot;geruza&quot; izeneko geruza ikusgai den, edo ez, ezartzen du. &apos;ikusgai&apos; eremuan 
FALSE (FALTSUA) balioa jartzen bada, geruza ikuskaitza izango da.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>setLayerPrintable(&quot;layer&quot;, printable)

Sets the layer &quot;layer&quot; to be printable or not. If is the printable set to
false the layer won&apos;t be printed.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">setLayerPrintable(&quot;geruza&quot;, inprimagarria)

&quot;geruza&quot; izeneko geruza inprimagarria den, edo ez, ezartzen du. 
Inprimagarria eremuan FALSE (FALTSUA) ezartzen bada, ezin izango da geruza inprimatu.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>deleteLayer(&quot;layer&quot;)

Deletes the layer with the name &quot;layer&quot;. Nothing happens if the layer doesn&apos;t
exists or if it&apos;s the only layer in the document.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">deleteLayer(&quot;geruza&quot;)

&quot;geruza&quot; izeneko geruza ezabatzen du. 
Ez da ezer gertatzen geruza ez bada existitzen, edo dokumentuko 
geruza bakarra izanez gero.

NotFoundError abiaraziko da geruza ezin bada aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.</translation>
    </message>
    <message>
        <source>createLayer(layer)

Creates a new layer with the name &quot;name&quot;.

May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">createLayer(izena)

&quot;izena&quot; izeneko geruza berria sortzen du.

ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>getGuiLanguage() -&gt; string

Returns a string with the -lang value.
</source>
        <translation type="obsolete">getGuiLanguage() -&gt; katea

Kate bat itzultzen du -lang (hizkuntza) balioarekin.
</translation>
    </message>
    <message>
        <source>createEllipse(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new ellipse on the current page and returns its name.
The coordinates are given in the current measurement units of the document
(see UNIT constants). &quot;name&quot; should be a unique identifier for the object
because you need this name for further referencing of that object. If &quot;name&quot;
is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="obsolete">createEllipse(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Elipse berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <source>createImage(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new picture frame on the current page and returns its name. The
coordinates are given in the current measurement units of the document.
&quot;name&quot; should be a unique identifier for the object because you need this
name for further access to that object. If &quot;name&quot; is not given Scribus will
create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="obsolete">createImage(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Irudi-marko berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <source>createText(x, y, width, height, [&quot;name&quot;]) -&gt; string

Creates a new text frame on the actual page and returns its name.
The coordinates are given in the actual measurement unit of the document (see
UNIT constants). &quot;name&quot; should be a unique identifier for the object because
you need this name for further referencing of that object. If &quot;name&quot; is not
given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="obsolete">createText(x, y, zabalera, altuera, [&quot;izena&quot;]) -&gt; katea

Testu-marko berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <source>createLine(x1, y1, x2, y2, [&quot;name&quot;]) -&gt; string

Creates a new line from the point(x1, y1) to the point(x2, y2) and returns
its name. The coordinates are given in the current measurement unit of the
document (see UNIT constants). &quot;name&quot; should be a unique identifier for the
object because you need this name for further access to that object. If
&quot;name&quot; is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
</source>
        <translation type="obsolete">createLine(x1, y1, x2, y2, [&quot;izena&quot;]) -&gt; katea

Marra berria sortzen du 1 puntutik (x1,y1) 2. puntura (x2, y2), eta 
bere izena itzultzen du. 
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
</translation>
    </message>
    <message>
        <source>createPolyLine(list, [&quot;name&quot;]) -&gt; string

Creates a new polyline and returns its name. The points for the polyline are
stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
The coordinates are given in the current measurement units of the document (see
UNIT constants). &quot;name&quot; should be a unique identifier for the object because
you need this name for further access to that object. If &quot;name&quot; is not given
Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise ValueError if an insufficient number of points is passed or if
the number of values passed don&apos;t group into points without leftovers.
</source>
        <translation type="obsolete">createPolyLine(zerrenda, [&quot;izena&quot;]) -&gt; katea

Koska-marra berria sortzen du uneko orrialdean, eta bere izena itzultzen du. 
Koska-marraren puntuak zerrenda batean datozte, honako ordenean: 
[x1, y1, x2, y2...xn. yn].
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako 
balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.
</translation>
    </message>
    <message>
        <source>createPolygon(list, [&quot;name&quot;]) -&gt; string

Creates a new polygon and returns its name. The points for the polygon are
stored in the list &quot;list&quot; in the following order: [x1, y1, x2, y2...xn. yn].
At least three points are required. There is no need to repeat the first point
to close the polygon. The polygon is automatically closed by connecting the
first and the last point.  The coordinates are given in the current measurement
units of the document (see UNIT constants).  &quot;name&quot; should be a unique
identifier for the object because you need this name for further access to that
object. If &quot;name&quot; is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise ValueError if an insufficient number of points is passed or if
the number of values passed don&apos;t group into points without leftovers.
</source>
        <translation type="obsolete">createPolygon(zerrenda, [&quot;izena&quot;]) -&gt; katea

Poligono berria sortu eta bere izena itzultzen du. 
Poligonoaren puntuak zerrenda batean datozte, honako ordenean: 
[x1, y1, x2, y2...xn. yn]. Gutxienez hiru puntu behar dira, 
eta aurreneko puntua ez dago errepikatu beharrik poligonoa ixteko (osatzeko). 
Poligonoa automatikoki ixten da aurreneko eta azken puntuak konektatuz.
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako 
balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.
</translation>
    </message>
    <message>
        <source>createBezierLine(list, [&quot;name&quot;]) -&gt; string

Creates a new bezier curve and returns its name. The points for the bezier
curve are stored in the list &quot;list&quot; in the following order:
[x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn]
In the points list, x and y mean the x and y coordinates of the point and kx
and ky meaning the control point for the curve.  The coordinates are given in
the current measurement units of the document (see UNIT constants). &quot;name&quot;
should be a unique identifier for the object because you need this name for
further access to that object. If &quot;name&quot; is not given Scribus will create one
for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise ValueError if an insufficient number of points is passed or if
the number of values passed don&apos;t group into points without leftovers.
</source>
        <translation type="obsolete">createBezierLine(zerrenda, [&quot;izena&quot;]) -&gt; katea

Bezier kurba berria sortzen du, eta bere izena itzultzen du. 
Bezier kurbaren puntuak zerrenda batean datozte, honako ordenean: 
[x1, y1, kx1, ky1, x2, y2, kx2, ky2...xn. yn, kxn. kyn] 
Zerrendako puntuetan x eta y balioek puntuaren x eta y koordenatuak 
adierazten dute, eta kx eta ky balioek berriz kurbaren kontrol-puntuak.
Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada.
ValueError abiaraziko da behar diren puntu-kopurua ez bada ematen, edo emandako 
balioen kopurua ez bada hondarrik gabeko puntuekin elkartzen.</translation>
    </message>
    <message>
        <source>createPathText(x, y, &quot;textbox&quot;, &quot;beziercurve&quot;, [&quot;name&quot;]) -&gt; string

Creates a new pathText by merging the two objects &quot;textbox&quot; and
&quot;beziercurve&quot; and returns its name. The coordinates are given in the current
measurement unit of the document (see UNIT constants). &quot;name&quot; should be a
unique identifier for the object because you need this name for further access
to that object. If &quot;name&quot; is not given Scribus will create one for you.

May raise NameExistsError if you explicitly pass a name that&apos;s already used.
May raise NotFoundError if one or both of the named base object don&apos;t exist.
</source>
        <translation type="obsolete">createPathText(x, y, &quot;testu-kutxa&quot;, &quot;bezierkurba&quot;, [&quot;izena&quot;]) -&gt; katea

Testu-bide berria sortzen du &apos;testu-kutxa&apos; eta &apos;bezierkurba&apos; batuz, eta bere izena 
itzultzen du. Dokumentua neurtzeko uneko unitateetan ematen dira koordenatuak 
(ikus UNIT konstanteak).  &quot;izena&quot; objektuaren identifikatzaile bakarra izan 
behar du, etorkizunean bere izena erabili beharko baituzu objektu honi 
erreferentzi egiteko. &quot;izena&quot; ez bada ematen, Scribus aplikazioak emango 
dio.

NameExistsError abiaraziko da jadanik erabilita dagoen izena esplizitoki ematen bada. 
NotFoundError abiaraziko da emandako oinarrizko objektuen izen bat edo biak ez badira existitzen.</translation>
    </message>
    <message>
        <source>deleteObject([&quot;name&quot;])

Deletes the item with the name &quot;name&quot;. If &quot;name&quot; is not given the currently
selected item is deleted.
</source>
        <translation type="obsolete">deleteObject([&quot;izena&quot;])

&quot;izena&quot; izeneko objektua ezabatzen du. Ez bada &quot;izena&quot; ematen, unean hautatutako 
elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>textFlowsAroundFrame(&quot;name&quot; [, state])

Enables/disables &quot;Text Flows Around Frame&quot; feature for object &quot;name&quot;.
Called with parameters string name and optional boolean &quot;state&quot;. If &quot;state&quot;
is not passed, text flow is toggled.
</source>
        <translation type="obsolete">textFlowsAroundFrame(&quot;izena&quot; [, egoera])

&quot;izena&quot; objektuaren &quot;Testua markoaren inguruan&quot; funtzioa gaitu/desgaitu egiten du
Erabiltzen diren parametroak izena katea eta aukerako &apos;egoera&apos; boolearra dira. 
Ez bada &apos;egoera&apos; ematen, testuaren jarioa txandakatu egiten da.
</translation>
    </message>
    <message>
        <source>objectExists([&quot;name&quot;]) -&gt; bool

Test if an object with specified name really exists in the document.
The optional parameter is the object name. When no object name is given,
returns True if there is something selected.
</source>
        <translation type="obsolete">objectExists([&quot;izena&quot;]) -&gt; boolearra

Izendatutako objektua dokumentuan existitzen den begiratzen du. 
Aukerako parametroa objektuaren izenda da. Izenik ez denean ematen TRUE 
(EGIA) itzultzen du zerbait hautatuta egonez gero.
</translation>
    </message>
    <message>
        <source>setStyle(&quot;style&quot; [, &quot;name&quot;])

Apply the named &quot;style&quot; to the object named &quot;name&quot;. If is no object name
given, it&apos;s applied on the selected object.
</source>
        <translation type="obsolete">setStyle(&quot;estiloa&quot; [, &quot;izena&quot;])

&quot;estiloa&quot; izenekoa aplikatzen dio &quot;izena&quot; objektuari. Ez bada objektuaren 
izenik ematen, hautatutako objektuari aplikatuko zaio.
</translation>
    </message>
    <message>
        <source>getAllStyles() -&gt; list

Return a list of the names of all paragraph styles in the current document.
</source>
        <translation type="obsolete">getAllStyles() -&gt; zerrenda

Zerrenda itzultzen du, uneko dokumentuan dauden paragrafo-estilo guztien izenekin.
</translation>
    </message>
    <message>
        <source>currentPage() -&gt; integer

Returns the number of the current working page. Page numbers are counted from 1
upwards, no matter what the displayed first page number of your document is.
</source>
        <translation type="obsolete">currentPage() -&gt; osokoa

Unean lantzen ari den orrialdearen zenbakia itzultzen du. 
Orrialdeen zenbakiak 1etik gorantz zenbatzen dira, berdin dio dokumentuko 
aurreneko orrialdearen bistaratutako zenbakia zein den.
</translation>
    </message>
    <message>
        <source>redrawAll()

Redraws all pages.
</source>
        <translation type="obsolete">redrawAll()

Orrialde guztiak berriro marrazten ditu.
</translation>
    </message>
    <message>
        <source>savePageAsEPS(&quot;name&quot;)

Saves the current page as an EPS to the file &quot;name&quot;.

May raise ScribusError if the save failed.
</source>
        <translation type="obsolete">savePageAsEPS(&quot;izena&quot;)

Uneko orrialdea EPS gisa gordetzen du &quot;izena&quot; fitxategian.

ScribusError abiaraziko da huts egiten badu gordetzean.
</translation>
    </message>
    <message>
        <source>deletePage(nr)

Deletes the given page. Does nothing if the document contains only one page.
Page numbers are counted from 1 upwards, no matter what the displayed first
page number is.

May raise IndexError if the page number is out of range
</source>
        <translation type="obsolete">deletePage(zbkia)

Emandako orrialdea ezabatzen du. Ez du ezer egiten dokumentuak 
orrialde bakarra badu. Orrialdeen zenbakiak 1etik hasten dira zenbatzen, 
eta berdin dio aurrenekoak zein zenbaki bistaratzen duen.

IndexError abiaraziko da orrialdearen zenbakia barrutitik kanpo egonez gero.
</translation>
    </message>
    <message>
        <source>gotoPage(nr)

Moves to the page &quot;nr&quot; (that is, makes the current page &quot;nr&quot;). Note that
gotoPage doesn&apos;t (curently) change the page the user&apos;s view is displaying, it
just sets the page that script commands will operates on.

May raise IndexError if the page number is out of range.
</source>
        <translation type="obsolete">gotoPage(zbkia)

&quot;zbkia&quot; orrialdera joaten da (hots, uneko orrialdea &quot;zbkia&quot; egiten du). Jakin 
ezazu gotoPage funtzioak ez duela (oraindik behintzat) erabiltzailearen ikuspegian 
bistaratzen den orrialdea aldatzen, scripteko komandoek lana egiteko orrialdea 
ezartzen du soilik.

IndexError abiaraziko da orrialdearen zenbakia barrutitik kanpo egonez gero.
</translation>
    </message>
    <message>
        <source>pageCount() -&gt; integer

Returns the number of pages in the document.
</source>
        <translation type="obsolete">pageCount() -&gt; osokoa

Dokumentuko orrialde-kopurua itzultzen du.
</translation>
    </message>
    <message>
        <source>getHGuides() -&gt; list

Returns a list containing positions of the horizontal guides. Values are in the
document&apos;s current units - see UNIT_&lt;type&gt; constants.
</source>
        <translation type="obsolete">getHGuides() -&gt; zerrenda

Gida horizontalen posizioak dituen zerrenda itzultzen du. 
Balioak uneko dokumentuaren unitateetan daude (ikus UNIT_&lt;mota&gt; konstanteak).
</translation>
    </message>
    <message>
        <source>setHGuides(list)

Sets horizontal guides. Input parameter must be a list of guide positions
measured in the current document units - see UNIT_&lt;type&gt; constants.

Example: setHGuides(getHGuides() + [200.0, 210.0] # add new guides without any lost
         setHGuides([90,250]) # replace current guides entirely
</source>
        <translation type="obsolete">setHGuides(zerrenda)

Gida horizontalak ezartzen ditu. Sarrerako parametroak giden posizioen 
zerrenda izan behar du, dokumentua neurtzeko unitateetan (ikus 
UNIT_&lt;mota&gt; konstanteak).

Adibidea: 
         setHGuides(getHGuides() + [200.0, 210.0] # gida berriak 
                                                                # ezartzen ditu galerarik gabe
         setHGuides([90,250])     # uneko gidak osotasunean ordezten ditu
</translation>
    </message>
    <message>
        <source>getVGuides()

See getHGuides.
</source>
        <translation type="obsolete">getVGuides()

Ikus getHGuides.
</translation>
    </message>
    <message>
        <source>setVGuides()

See setHGuides.
</source>
        <translation type="obsolete">setVGuides()

Ikus setHGuides.
</translation>
    </message>
    <message>
        <source>getPageSize() -&gt; tuple

Returns a tuple with page dimensions measured in the document&apos;s current units.
See UNIT_&lt;type&gt; constants and getPageMargins()
</source>
        <translation type="obsolete">getPageSize() -&gt; tupla

Orrialdearen dimensioen tupla itzultzen du, dokumentuaren uneko 
unitateetan neurtuz. Ikus UNIT_&lt;mota&gt; konstanteak eta getPageMargins()
</translation>
    </message>
    <message>
        <source>getPageItems() -&gt; list

Returns a list of tuples with items on the current page. The tuple is:
(name, objectType, order) E.g. [(&apos;Text1&apos;, 4, 0), (&apos;Image1&apos;, 2, 1)]
means that object named &apos;Text1&apos; is a text frame (type 4) and is the first at
the page...
</source>
        <translation type="obsolete">getPageItems() -&gt; zerrenda

Uneko orrialdean dauden elementuen tuplen zerrenda itzultzen du. 
Tupla honakoa da:
(izena, objektuMota, ordena) Adib.: [(&apos;Testua1&apos;, 4, 0), (&apos;Irudia1&apos;, 2, 1)] 
&apos;Testua1&apos; izeneko objektua testu-markoa da (4 motakoa) 
eta orrialdeko aurrenekoa dela adierazten du...
</translation>
    </message>
    <message>
        <source>setFillColor(&quot;color&quot;, [&quot;name&quot;])

Sets the fill color of the object &quot;name&quot; to the color &quot;color&quot;. &quot;color&quot;
is the name of one of the defined colors. If &quot;name&quot; is not given the
currently selected item is used.
</source>
        <translation type="obsolete">setFillColor(&quot;kolorea&quot;, [&quot;izena&quot;])

&quot;izena&quot; objektuaren kolore betegarria &quot;kolorea&quot;rekin ezartzen du. 
&quot;kolorea&quot; aurrez definitutako kolore bat da. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setLineColor(&quot;color&quot;, [&quot;name&quot;])

Sets the line color of the object &quot;name&quot; to the color &quot;color&quot;. If &quot;name&quot;
is not given the currently selected item is used.
</source>
        <translation type="obsolete">setLineColor(&quot;kolorea&quot;, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren kolorea \&quot;kolorea\&quot;rekin ezartzen du. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setLineWidth(width, [&quot;name&quot;])

Sets line width of the object &quot;name&quot; to &quot;width&quot;. &quot;width&quot; must be in the
range from 0.0 to 12.0 inclusive, and is measured in points. If &quot;name&quot; is not
given the currently selected item is used.

May raise ValueError if the line width is out of bounds.
</source>
        <translation type="obsolete">setLineWidth(zabalera, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren zabalera ezartzen du &quot;zabalera&quot; balioarekin. 
&quot;zabalera&quot; balioa 0.0 eta 12.0 artekoa izan behar du, eta puntuetan neurtuta 
dago.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.

ValueError abiaraziko da marraren zabalera mugetatik at irtetzen bada.
</translation>
    </message>
    <message>
        <source>setLineShade(shade, [&quot;name&quot;])

Sets the shading of the line color of the object &quot;name&quot; to &quot;shade&quot;.
&quot;shade&quot; must be an integer value in the range from 0 (lightest) to 100
(full color intensity). If &quot;name&quot; is not given the currently selected item
is used.

May raise ValueError if the line shade is out of bounds.
</source>
        <translation type="obsolete">setLineShade(itzaldura, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren itzaldura ezartzen du &quot;itzaldura&quot; balioarekin. 
&quot;itzaldura&quot; balioa 0 (argiena) eta 100 (intentsitate osoko kolorea) 
artekoa osokoa izan behar du. Ez bada &quot;izena&quot; ematen unean 
hautatutako elementua erabiliko da.

ValueError abiaraziko da marraren itzaldura mugetatik at irtetzen bada.</translation>
    </message>
    <message>
        <source>setLineJoin(join, [&quot;name&quot;])

Sets the line join style of the object &quot;name&quot; to the style &quot;join&quot;.
If &quot;name&quot; is not given the currently selected item is used. There are
predefined constants for join - JOIN_&lt;type&gt;.
</source>
        <translation type="obsolete">setLineJoin(elkartu, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marra elkartzeko estiloa &quot;elkartu&quot;rekin ezatzen du. 
Aurrez definituta daude elkartzeko konstanteak: JOIN_&lt;mota&gt;.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setLineEnd(endtype, [&quot;name&quot;])

Sets the line cap style of the object &quot;name&quot; to the style &quot;cap&quot;.
If &quot;name&quot; is not given the currently selected item is used. There are
predefined constants for &quot;cap&quot; - CAP_&lt;type&gt;.
</source>
        <translation type="obsolete">setLineEnd(amaiMota, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren txanoaren estiloa ezartzen du &quot;amaiMota&quot;rekin. 
Aurrez definituta daude txanoen konstanteak: CAP_&lt;mota&gt;.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>setLineStyle(style, [&quot;name&quot;])

Sets the line style of the object &quot;name&quot; to the style &quot;style&quot;. If &quot;name&quot;
is not given the currently selected item is used. There are predefined
constants for &quot;style&quot; - LINE_&lt;style&gt;.
</source>
        <translation type="obsolete">setLineStyle(estiloa, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren estiloa ezartzen du &quot;estiloa&quot;rekin. 
Aurrez definituta daude estiloen konstanteak: LINE_&lt;estiloa&gt;.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da. 
</translation>
    </message>
    <message>
        <source>setFillShade(shade, [&quot;name&quot;])

Sets the shading of the fill color of the object &quot;name&quot; to &quot;shade&quot;.
&quot;shade&quot; must be an integer value in the range from 0 (lightest) to 100
(full Color intensity). If &quot;name&quot; is not given the currently selected
Item is used.

May raise ValueError if the fill shade is out of bounds.
</source>
        <translation type="obsolete">setFillShade(itzaldura, [&quot;izena&quot;])

&quot;izena&quot; objektuaren kolore-betegarriaren itzaldura ezartzen du &quot;itzaldura&quot;rekin. 
&quot;itzaldura&quot; balioa 0 (argitsuena) eta 100 (intentsitate osoko kolorea) artean egon behar du.
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da. 

ValueError abiaraziko da itzalduraren betegarria mugetatik kanpo egonez gero.
</translation>
    </message>
    <message>
        <source>setCornerRadius(radius, [&quot;name&quot;])

Sets the corner radius of the object &quot;name&quot;. The radius is expressed
in points. If &quot;name&quot; is not given the currently selected item is used.

May raise ValueError if the corner radius is negative.
</source>
        <translation type="obsolete">setCornerRadius(erradioa, [&quot;izena&quot;])

&quot;izena&quot; objektuaren izkineko erradioa ezartzen du. Erradioa 
puntutan adierazten da. Ez bada &quot;izena&quot; ematen 
unean hautatutako elementua erabiliko da. 

ValueError abiaraziko da izkineko erradioa negatiboa bada.
</translation>
    </message>
    <message>
        <source>setMultiLine(&quot;namedStyle&quot;, [&quot;name&quot;])

Sets the line style of the object &quot;name&quot; to the named style &quot;namedStyle&quot;.
If &quot;name&quot; is not given the currently selected item is used.

May raise NotFoundError if the line style doesn&apos;t exist.
</source>
        <translation type="obsolete">setMultiLine(&quot;estiloIzena&quot;, [&quot;izena&quot;])

&quot;izena&quot; objektuaren marraren estiloa ezartzen du &quot;estiloIzena&quot;rekin. 
Ez bada &quot;izena&quot; ematen unean hautatutako elementua erabiliko da. 

NotFoundError abiaraziko da marra-estiloa ez bada existitzen.
</translation>
    </message>
    <message>
        <source>progressReset()

Cleans up the Scribus progress bar previous settings. It is called before the
new progress bar use. See progressSet.
</source>
        <translation type="obsolete">progressReset()

Scribus aplikazioko progresio-barrako aurreko ezarpenak gabritzen ditu. 
Progresio-barra berria erabili aurretik deitu ohi da. Ikus progressSet.
</translation>
    </message>
    <message>
        <source>progressTotal(max)

Sets the progress bar&apos;s maximum steps value to the specified number.
See progressSet.
</source>
        <translation type="obsolete">progressTotal(max)

Progresio-barraren urrats kopuru maximoaren balioa ezartzen du 
emandako balioarekin. Ikus progressSet.
</translation>
    </message>
    <message>
        <source>progressSet(nr)

Set the progress bar position to &quot;nr&quot;, a value relative to the previously set
progressTotal. The progress bar uses the concept of steps; you give it the
total number of steps and the number of steps completed so far and it will
display the percentage of steps that have been completed. You can specify the
total number of steps with progressTotal(). The current number of steps is set
with progressSet(). The progress bar can be rewound to the beginning with
progressReset(). [based on info taken from Trolltech&apos;s Qt docs]
</source>
        <translation type="obsolete">progressSet(zbkia)

Progresio-barraren posizioa &quot;zbkia&quot; baliora ezartzen du, aurrez ezarritako 
progressTotal-arekiko balio erlatiboa. Progresio-barrak urratsen kontzeptua 
erabiltzen du, urratsen kopuru osoa eta landutako urratsen kopurua eman 
eta berak burututako urratsen ehunekoa bistaratzen du. progressTotal() funtzioarekin 
urratsen kopuru osoa ezar dezakezu. Uneko urratsen kopurua 
progressSet() funtzioarekin ezarrita dago. Progresio-barra berrasiera daiteke 
progressReset() funtzioa erabiliz. [Trolltech-eko Qt dokumentazioan 
oinarritutako datuak]
</translation>
    </message>
    <message>
        <source>setCursor()

[UNSUPPORTED!] This might break things, so steer clear for now.
</source>
        <translation type="obsolete">setCursor()

[EZ DAGO ONARTUTA!] Gauza batzuk honda ditzakeenez, oraingoz ez erabili.
</translation>
    </message>
    <message>
        <source>docChanged(bool)

Enable/disable save icon in the Scribus icon bar and the Save menu item. It&apos;s
useful to call this procedure when you&apos;re changing the document, because Scribus
won&apos;t automatically notice when you change the document using a script.
</source>
        <translation type="obsolete">docChanged(boolearra)

Scribus-eko ikono-barran eta Gorde menu-elementuan ikonoa gordetzea 
gaitu/desgaitu egiten du. Funtzio hau erabilgarria da dokumentuz aldatzean, 
Scribus aplikazioak ez baitu automatikoki jakinarazten script bat erabiltzean 
dokumentuz aldatu denik.
</translation>
    </message>
    <message>
        <source>setScaleImageToFrame(scaletoframe, proportional=None, name=&lt;selection&gt;)

Sets the scale to frame on the selected or specified image frame to `scaletoframe&apos;.
If `proportional&apos; is specified, set fixed aspect ratio scaling to `proportional&apos;.
Both `scaletoframe&apos; and `proportional&apos; are boolean.

May raise WrongFrameTypeError.
</source>
        <translation type="obsolete">setScaleImageToFrame(eskalatuMarkora, proportzionala=None, izena=&lt;hautapena&gt;)

Hautapeneko edo zehaztutako irudi-markoan markoaren eskala ezartzen du 
&apos;eskalatuMarkora&apos; balioarekin. &apos;proportzionala&apos; zehazten bada, itxura eskalatzeko
erlazioa finkatu egingo da. &apos;eskalatuMarkora&apos; eta &apos;proportzionala&apos; parametroak 
boolearrak dira.

WrongFrameTypeError abiaraziko da.
</translation>
    </message>
    <message>
        <source>isLayerPrintable(&quot;layer&quot;) -&gt; bool

Returns whether the layer &quot;layer&quot; is visible or not, a value of True means
that the layer &quot;layer&quot; is visible, a value of False means that the layer
&quot;layer&quot; is invisible.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">isLayerPrintable(&quot;geruza&quot;) -&gt; boolearra

&quot;geruza&quot; izeneko geruza ikusgai dagoen edo ez itzultzen du. TRUE (EGIA) 
balioak ikusgai dagoela adierazten du, eta era berean FALSE (FALTSUA) balioak 
ez dagoela ikusgai.

NotFoundError abiaraziko da ezin bada geruza aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>isLayerPrintable(&quot;layer&quot;) -&gt; bool

Returns whether the layer &quot;layer&quot; is printable or not, a value of True means
that the layer &quot;layer&quot; can be printed, a value of False means that printing
the layer &quot;layer&quot; is disabled.

May raise NotFoundError if the layer can&apos;t be found.
May raise ValueError if the layer name isn&apos;t acceptable.
</source>
        <translation type="obsolete">isLayerPrintable(&quot;geruza&quot;) -&gt; boolearra

&quot;geruza&quot; izeneko geruza inprima daitekeen edo ez itzultzen du. TRUE (EGIA) 
balioak inprima daitekeela adierazten du, eta era berean FALSE (FALTSUA) balioak 
inprimatzea desgaituta dagoela.

NotFoundError abiaraziko da ezin bada geruza aurkitu.
ValueError abiaraziko da geruzaren izena onarkaitza bada.
</translation>
    </message>
    <message>
        <source>getColorAsRGB(&quot;name&quot;) -&gt; tuple

Returns a tuple (R,G,B) containing the three color components of the
color &quot;name&quot; from the current document, converted to the RGB color
space. If no document is open, returns the value of the named color
from the default document colors.

May raise NotFoundError if the named color wasn&apos;t found.
May raise ValueError if an invalid color name is specified.
</source>
        <translation type="obsolete">getColorAsRGB(&quot;izena&quot;) -&gt; tupla

Uneko dokumentuko &quot;izena&quot; kolorearen (GBU kolore-gunera bihurtuta) hiru kolore 
osagaien tupla (G, B, U) itzultzen du. Ez badago dokumenturik irekita, 
dokumentu lehenetsiko &quot;izena&quot; kolorearen balioa itzuliko du.

NotFoundError abiaraziko da ezin bada kolorearen izena aurkitu.
ValueError abiaraziko da kolorearen izena baliogabea bada.
</translation>
    </message>
    <message>
        <source>defineColor(&quot;name&quot;, c, m, y, k)

Defines a new color &quot;name&quot;. The color Value is defined via four components:
c = Cyan, m = Magenta, y = Yello and k = Black. Color components should be in
the range from 0 to 255.

May raise ValueError if an invalid color name is specified.
</source>
        <translation type="obsolete">defineColor(&quot;izena&quot;, c, m, h, b)

&quot;izena&quot; kolorea definitzen du. Kolorearen balioa lau osagaien bidez zehazten da: 
c = ciana, m = magenta, h = horia, b = beltza. Kolorearen 
osagaiak 0tik 255ra artean egon behar dute.

ValueError abiaraziko da kolorearen izena baliogabea bada.

</translation>
    </message>
    <message>
        <source>getCornerRadius([&quot;name&quot;]) -&gt; integer

Returns the corner radius of the object &quot;name&quot;. The radius isexpressed in points. If &quot;name&quot; is not given the currentlyselected item is used.
</source>
        <translation type="obsolete">getCornerRadius([&quot;izena&quot;]) -&gt; osokoa


&quot;izena&quot; objektuaren izkineko erradioa itzultzen du. Erradioa puntutan adierazten da. 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>getPosition([&quot;name&quot;]) -&gt; (x,y)

Returns a (x, y) tuple with the position of the object &quot;name&quot;.
If &quot;name&quot; is not given the currently selected item is used.The position is expressed in the actual measurement unit of the document
- see UNIT_&lt;type&gt; for reference.
</source>
        <translation type="obsolete">getPosition([&quot;izena&quot;]) -&gt; (x,y)

&quot;izena&quot; objektuaren posizioaren tupla (x, y) itzultzen du. 
Posizioa dokumentua neurtzeko unitateetan ematen da (ikus UNIT_&lt;mota&gt;). 
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.</translation>
    </message>
    <message>
        <source>getPropertyCType(object, property, includesuper=True)

Returns the name of the C type of `property&apos; of `object&apos;. See getProperty()
for details of arguments.

If `includesuper&apos; is true, search inherited properties too.
</source>
        <translation type="obsolete">getPropertyCType(objektua,  propietatea, txertatuSuper=TRUE)

&apos;objektua&apos;ren &apos;propietatearen&apos; C motako izena itzultzen du. 
Ikus getProperty() parametroen xehetasunerako.

&apos;txertatuSuper&apos; TRUE (EGIA) bada, heredatutako propietateetan ere bilatzen du.
</translation>
    </message>
    <message>
        <source>getPropertyNames(object, includesuper=True)

Return a list of property names supported by `object&apos;.
If `includesuper&apos; is true, return properties supported
by parent classes as well.
</source>
        <translation type="obsolete">getPropertyNames(objektua, txertatuSuper=TRUE)

&apos;objektua&apos;k onartutako propietateen izenen zerrenda itzultzen du.
&apos;txertatuSuper&apos; TRUE (EGIA) bada, klasearen gurasoek onartutako 
propietateak ere itzultzen ditu.
</translation>
    </message>
    <message>
        <source>getProperty(object, property)

Return the value of the property `property&apos; of the passed `object&apos;.

The `object&apos; argument may be a string, in which case the named PageItem
is searched for. It may also be a PyCObject, which may point to any
C++ QObject instance.

The `property&apos; argument must be a string, and is the name of the property
to look up on `object&apos;.

The return value varies depending on the type of the property.
</source>
        <translation type="obsolete">getProperty(objektua, propietatea)

&apos;objektua&apos;ren &apos;propietatea&apos;ren balioa itzultzen du.

&apos;objektua&apos; parametroa katea izan daiteke, egoera horretan PageItem 
izenekoaren bilaketa egiten da. PyCObject ere izan daiteke, 
C++ QObject-eko intantzia batera zuzendu dezake.

&apos;propietatea&apos; parametroa kate bat izan behar du, eta &apos;objektua&apos;n bilatuko den 
propietatearen izen da.

Itzultzen den balioa propietate-motaren arabera dago.
</translation>
    </message>
    <message>
        <source>setProperty(object, property, value)

Set `property&apos; of `object&apos; to `value&apos;. If `value&apos; cannot be converted to a type
compatible with the type of `property&apos;, an exception is raised. An exception may
also be raised if the underlying setter fails.

See getProperty() for more information.
</source>
        <translation type="obsolete">setProperty(objektua, propietatea, balioa)

&apos;objektua&apos;ren &apos;propietatea&apos; ezartzen du &apos;balioa&apos;rekin. Balioa ezin bada 
&apos;propietatea&apos;k darabilen motaren bateragarri batera bihurtu, salbuespena 
abiaraziko da. Salbuespena ere abiaraziko da azpimarratzeko ezarpenak 
huts egiten badu.

Ikus getProperty() xehetasun gehiagorako.
</translation>
    </message>
    <message>
        <source>getChildren(object, ofclass=None, ofname=None, regexpmatch=False, recursive=True)

Return a list of children of `object&apos;, possibly restricted to children
of class named `ofclass&apos; or children named `ofname&apos;. If `recursive&apos; is true,
search recursively through children, grandchildren, etc.

See QObject::children() in the Qt docs for more information.
</source>
        <translation type="obsolete">getChildren(objektua, klasearena=None, izenekoa=None, regexpmatch=False, errekurtsiboa=True)

&apos;objektua&apos;ren umeen zerrenda itzultzen du, litekeena &apos;klasearen&apos;a 
umeetara edo &apos;izenekoa&apos; umera murriztea. &apos;errekurtsiboa&apos; TRUE (EGIA) bada, 
umeen, hiloben, e.a. zehar egingo du bilaketa errekurtsiboki.

Ikus QObject::children() funtzioa informazio gehiagorako Qt dokumentazioan.
</translation>
    </message>
    <message>
        <source>getChild(object, childname, ofclass=None, recursive=True)

Return the first child of `object&apos; named `childname&apos;, possibly restricting
the search to children of type name `ofclass&apos;. If `recursive&apos; is true,
search recursively through children, grandchildren, etc.
</source>
        <translation type="obsolete">getChild(objektua, ume-izena, klasearena=None, errekurtsiboa=True)

&apos;objektua&apos;ren aurreneko &apos;ume-izena&apos; itzultzen du, litekeena &apos;klasearen&apos;a 
umeetara murriztea. &apos;errekurtsiboa&apos; TRUE (EGIA) bada, 
umeen, hiloben, e.a. zehar egingo du bilaketa errekurtsiboki.

</translation>
    </message>
    <message>
        <source>rotateObjectAbs(rot [, &quot;name&quot;])

Sets the rotation of the object &quot;name&quot; to &quot;rot&quot;. Positve values
mean counter clockwise rotation. If &quot;name&quot; is not given the currently
selected item is used.
</source>
        <translation type="obsolete">rotateObjectAbs(bira [, &quot;izena&quot;])

&apos;izena&apos; objektuaren biraketa ezartzen du &apos;bira&apos;rekin. 
Balio positiboek erlojuaren aurkako norantza adierazten dute.
Ez bada &apos;izena&apos; ematen, unean hautatutako elementua erabiliko da.
</translation>
    </message>
    <message>
        <source>renderFont(&quot;name&quot;, &quot;filename&quot;, &quot;sample&quot;, size, format=&quot;PPM&quot;) -&gt; bool

Creates an image preview of font &quot;name&quot; with given text &quot;sample&quot; and size.
If &quot;filename&quot; is not &quot;&quot;, image is saved into &quot;filename&quot;. Otherwise
image data is returned as a string. The optional &quot;format&quot; argument
specifies the image format to generate, and supports any format allowed
by QPixmap.save(). Common formats are PPM, JPEG, PNG and XPM.

May raise NotFoundError if the specified font can&apos;t be found.
May raise ValueError if an empty sample or filename is passed.
</source>
        <translation type="obsolete">renderFont(&quot;izena&quot;, &quot;fitxategi-izena&quot;, &quot;lagina&quot;, tamaina, formatua=&quot;PPM&quot;) -&gt; boolearra

&quot;izena&quot; letra-tipoaren aurrebistako irudia sortzen du emandako &quot;lagina&quot; 
testuarekin eta tamainarekin. &quot;fitxategi-izena&quot; ematen bada (ez badago hutsik) 
irudia fitxategi-izenean gordeko da. Bestela irudiaren datua kate gisa 
itzuliko da. Aukerako &quot;formatua&quot; parametroak sortuko den irudiaren 
formatua zehazten du, eta QPixmap.save() funtzioak onartutako 
edozein formatu izan daiteke. Formatu arruntenak PPM, 
JPEG, PNG eta XPM dira.

NotFoundError abiaraziko da emandako letra-tipoa ez bada aurkitzen.
ValueError abiaraziko da lagin edo fitxategi-izen hutsa ematen bada.
</translation>
    </message>
    <message>
        <source>selectText(start, count, [&quot;name&quot;])

Selects &quot;count&quot; characters of text in the text frame &quot;name&quot; starting from the
character &quot;start&quot;. Character counting starts at 0. If &quot;count&quot; is zero, any
text selection will be cleared.  If &quot;name&quot; is not given the currently
selected item is used.

May throw IndexError if the selection is outside the bounds of the text.
</source>
        <translation type="obsolete">selectText(hasiera, kopurua, [&quot;izena&quot;])

&quot;kopurua&quot; karaktere hautatzen ditu &quot;izena&quot; izeneko testu-markotik, &quot;hasiera&quot; 
karakteretik hasita. Karaktereak 0tik hasten dira zenbatzen. &quot;kopurua&quot; 0 bada, 
edozein testu-hautapen garbitu egingo da. Ez bada &quot;izena&quot; ematen, unean 
hautatutako elementua erabiliko da.

IndexError abiaraziko da hautapena testuaren mugetatik kanpo balego.
</translation>
    </message>
    <message>
        <source>fileDialog(&quot;caption&quot;, [&quot;filter&quot;, &quot;defaultname&quot;, haspreview, issave, isdir]) -&gt; string with filename

Shows a File Open dialog box with the caption &quot;caption&quot;. Files are filtered
with the filter string &quot;filter&quot;. A default filename or file path can also
supplied, leave this string empty when you don&apos;t want to use it.  A value of
True for haspreview enables a small preview widget in the FileSelect box.  When
the issave parameter is set to True the dialog acts like a &quot;Save As&quot; dialog
otherwise it acts like a &quot;File Open Dialog&quot;. When the isdir parameter is True
the dialog shows and returns only directories. The default for all of the
opional parameters is False.

The filter, if specified, takes the form &apos;comment (*.type *.type2 ...)&apos;.
For example &apos;Images (*.png *.xpm *.jpg)&apos;.

Refer to the Qt-Documentation for QFileDialog for details on filters.

Example: fileDialog(&apos;Open input&apos;, &apos;CSV files (*.csv)&apos;)
Example: fileDialog(&apos;Save report&apos;, defaultname=&apos;report.txt&apos;, issave=True)
</source>
        <translation type="obsolete">fileDialog(&quot;epigrafea&quot;, [&quot;iragazkia&quot;, &quot;defaultname&quot;, haspreview, issave, isdir]) -&gt; katea fitxategi-izenarekin

Fitxategia irekitzeko elkarrizketa-koadroa erakusten du &quot;epigrafea&quot; 
epigrafearekin. &quot;iragazkia&quot; katea fitxategiak iragazteko erabiltzen da. 
Fitxategi-izen edo bide-izen lehenetsia ere eman daiteke, utzi &quot;defaultname&quot; 
katea hutsik erabiltzea nahi ez duzunean. &apos;haspreview&apos; parametroan TRUE (egia) 
balioa jartzen bada fitxategia hautatzeko kutxan aurrebista txikia agertzea 
gaitzen da. &apos;issave&apos; parametroan TRUE (egia) balioa emanez, elkarrizketa-koadroak 
&quot;Gorde honela&quot; leiho baten bezala funtzionatuko du, bestela &quot;Fitxategia irekitzeko 
elkarrizketa-koadroa&quot; bezala. &apos;isdir&apos; parametroan TRUE (egia) ematen denean 
elkarrizketa-koadroak direktorioak soilik bistaratzen eta itzultzen ditu.  Aukerako 
parametro hauen balio lehenetsia FALSE (faltsua) izan oih da.

Iragazkia, zehazten bada, &apos;iruzkina (*.mota *.mota2 ...)&apos; erakoa izaten da. Adibidez, 
&apos;Irudiak (*.png *.xpm *.jpg)&apos;.

Begiratu Qt liburutegien dokumentazioko QFileDialog funtzioa iragazkiei buruzko 
xehetasun gehiagorako.

Adibidea: fileDialog(&apos;Ireki sarrera&apos;, &apos;CSV fitxategiak) 
Adibidea: fileDialog(&apos;Gorde txostena&apos;, defaultname=&apos;report.txt&apos;, issave=True)
</translation>
    </message>
    <message>
        <source>newStyleDialog() -&gt; string

Shows &apos;Create new paragraph style&apos; dialog. Function returns real
style name or None when user cancels the dialog.
</source>
        <translation type="obsolete">newStyleDialog() -&gt; katea

&apos;Sortu paragrafo-estilo berria&apos; motako elkarrizketa-koadroa erakusten du. 
Funztioak estiloaren benetako izena itzultzen du, edo None (bat ere ez) erabiltzaileak 
elkarrizketa-koadroa bertan behera uzten duenean.
</translation>
    </message>
    <message>
        <source>getPageMargins()

Returns the page margins as a (top, left, right, bottom) tuple in the current
units. See UNIT_&lt;type&gt; constants and getPageSize().
</source>
        <translation type="obsolete">getPageMargins()

Orrialdearen marjinak itzultzen ditu (goia, ezkerra, eskuina, behea) tupla gisa 
uneko unitateetan. Ikus UNIT_&lt;mota&gt; konstanteak eta getPageSize().
</translation>
    </message>
    <message>
        <source>insertText(&quot;text&quot;, pos, [&quot;name&quot;])

Inserts the text &quot;text&quot; at the position &quot;pos&quot; into the text frame &quot;name&quot;.
Text must be UTF encoded (see setText() as reference) The first character has an
index of 0. Inserting at position -1 appends text to the frame. If &quot;name&quot; is
not given the currently selected Item is used.

May throw IndexError for an insertion out of bounds.
</source>
        <translation type="obsolete">insertText(&quot;testua&quot;, pos, [&quot;izena&quot;])

&quot;testua&quot; testua txertatzen du &quot;izena&quot; testu-markoko &apos;pos&apos; posizioan. 
Testuak UTF kodeketa eduki behar du (ikus setText() erreferentzia gisa). 
Aurreneko karaktereak 0 indizea du. -1 posizioan txertatzean markoari testua 
eransten dio. Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.

IndexError abiaraziko da mugetatik kanpo txertatzen bada.
</translation>
    </message>
    <message>
        <source>textOverflows([&quot;name&quot;, nolinks]) -&gt; integer

Returns the actual number of overflowing characters in text frame &quot;name&quot;.
If is nolinks set to non zero value it takes only one frame - it doesn&apos;t
use text frame linking. Without this parameter it search all linking chain.

May raise WrongFrameTypeError if the target frame is not an text frame
</source>
        <translation type="obsolete">textOverflows([&quot;izena&quot;, estekaGabe]) -&gt; osokoa

&quot;izena&quot; testu-markoan unean gainezka dauden karaktere-kopurua itzultzen du. 
estekaGabe zero ez den beste balio bat badu, marko bakarra hartuko du, ez 
du testu-markoaren estekatzea erabiliko. Parametro hau gabe estekatutako 
guztietan burutuko du bilaketa.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa.
</translation>
    </message>
    <message>
        <source>setPDFBookmark(&quot;toggle&quot;, [&quot;name&quot;])

Sets wether (toggle = 1) the text frame &quot;name&quot; is a bookmark nor not.
If &quot;name&quot; is not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not a text frame
</source>
        <translation type="obsolete">setPDFBookmark(&quot;aldatu&quot;, [&quot;izena&quot;])

&quot;izena&quot; izeneko testu-markoa laster-marka den (aldatu = 1) 
edo ez ezartzen du. Ez bada &quot;izena&quot; ematen, unean hautatutako elementua 
erabiliko da.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa.
</translation>
    </message>
    <message>
        <source>isPDFBookmark([&quot;name&quot;]) -&gt; bool

Returns true if the text frame &quot;name&quot; is a PDF bookmark.
If &quot;name&quot; is not given the currently selected item is used.

May raise WrongFrameTypeError if the target frame is not a text frame
</source>
        <translation type="obsolete">isPDFBookmark([&quot;izena&quot;]) -&gt; boolearra


&quot;izena&quot; izeneko testu-markoa PDFko laster-marka bada TRUE itzuliko du.
Ez bada &quot;izena&quot; ematen, unean hautatutako elementua erabiliko da.

WrongFrameTypeError abiaraziko da helburuko markoa ez bada testu-marko motakoa.</translation>
    </message>
    <message>
        <source>newDoc(size, margins, orientation, firstPageNumber,
                   unit, facingPages, firstSideLeft) -&gt; bool

WARNING: Obsolete procedure! Use newDocument instead.

Creates a new document and returns true if successful. The parameters have the
following meaning:

    size = A tuple (width, height) describing the size of the document. You can
    use predefined constants named PAPER_&lt;paper_type&gt; e.g. PAPER_A4 etc.

    margins = A tuple (left, right, top, bottom) describing the document
    margins

    orientation = the page orientation - constants PORTRAIT, LANDSCAPE

    firstPageNumer = is the number of the first page in the document used for
    pagenumbering. While you&apos;ll usually want 1, it&apos;s useful to have higher
    numbers if you&apos;re creating a document in several parts.

    unit: this value sets the measurement units used by the document. Use a
    predefined constant for this, one of: UNIT_INCHES, UNIT_MILLIMETERS,
    UNIT_PICAS, UNIT_POINTS.

    facingPages = FACINGPAGES, NOFACINGPAGES

    firstSideLeft = FIRSTPAGELEFT, FIRSTPAGERIGHT

The values for width, height and the margins are expressed in the given unit
for the document. PAPER_* constants are expressed in points. If your document
is not in points, make sure to account for this.

example: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS,
                FACINGPAGES, FIRSTPAGERIGHT)
</source>
        <translation type="obsolete">newDoc(tamaina, marjinak, orientazioa, lehenOrriZbkia,
                   unitatea, aurrezAurre, lehenaEzkerAldean) -&gt; boolearra

ABISUA: funtzio zaharkitua! Erabili newDocument honen ordez.

Dokumentu berria sortzen du eta ongi burutzen bada TRUE (egia) 
itzultzen du. Parametroak honako esanahia dute:

    tamaina = tupla bat (zabalera, altuera) dokumentuaren tamaina adierazteko. 
            PAPER_&lt;mota&gt; izeneko konstanteak erabil ditzakezu, adib. PAPER_A3.

    marjinak = tupla bat (ezkerra, eskuina, goia, behea) dokumentuaren marjinak 
            adierazteko.

    orientazioa = orriaren orientazioa. Konstante erabilgarriak: PORTRAIT (bertikala), 
            LANDSCAPE (horizontala).

    lehenOrriZbkia = dokumentuko aurreneko orrialdearen zenbakia ezartzen du, 
            orrialdeak zenbatzeko erabiltzen da. Arruntena 1 zenbakia erabiltzea 
            izaten den arren, hainbat zatitako dokumentua sortzean zenbaki altuagoak 
            erabiltzen dira.

    unitatea = balio honek dokumentua neurtzeko erabiliko den unitatea ezartzen du. 
            Erabili aurrez definitutako konstanteak: UNIT_INCHES, UNIT_MILLIMETERS, 
            UNIT_PICAS, UNIT_POINTS.

    aurrezAurre = erabili honako konstanteak orrialdeak aurrez aurre jartzeko edo ez: 
            FACINGPAGES, NOFACINGPAGES

    lehenaEzkerAldean = dokumentuko aurreneko orrialdea ezkerrean kokatuko den 
           edo ez: FIRSTPAGELEFT, FIRSTPAGERIGHT

Zabalera, altuera eta marjinen balioak dokumentuari ematen zaion unitateetan 
adierazten dira. PAPER_* konstanteak puntuetan adierazten dira. Zure dokumentua 
ez badago puntuetan neurtuta, hau kontutan eduki beharko duzu.

Adibidea: newDoc(PAPER_A4, (10, 10, 20, 20), LANDSCAPE, 1, UNIT_POINTS,
                FACINGPAGES, FIRSTPAGERIGHT)
</translation>
    </message>
    <message>
        <source>closeMasterPage()

Closes the currently active master page, if any, and returns editing
to normal. Begin editing with editMasterPage().
</source>
        <translation type="obsolete">closeMasterPage()

Unean aktibo dagoen orri maisua ixten du, eta edizioa bere egoera 
normalera itzultzen du. Hasi editatzen editMasterPage() funtzioarekin.
</translation>
    </message>
    <message>
        <source>masterPageNames()

Returns a list of the names of all master pages in the document.
</source>
        <translation type="obsolete">masterPageNames()

Dokumentuko orri maisu guztien izenen zerrenda itzultzen du.
</translation>
    </message>
    <message>
        <source>editMasterPage(pageName)

Enables master page editing and opens the named master page
for editing. Finish editing with closeMasterPage().
</source>
        <translation type="obsolete">editMasterPage(orriIzena)

Orri maisua editatzea gaitzen du, eta izendatutako orri maisua 
irekitzen du editatzeko. Amaitu editatzea closeMasterPage() funtzioarekin.
</translation>
    </message>
    <message>
        <source>createMasterPage(pageName)

Creates a new master page named pageName and opens it for
editing.
</source>
        <translation type="obsolete">createMasterPage(orriIzena)

Orri maisua berria sortzen, &apos;orriIzen&apos; izenekoa, eta ireki egiten du 
editatzeko.
</translation>
    </message>
    <message>
        <source>deleteMasterPage(pageName)

Delete the named master page.
</source>
        <translation type="obsolete">deleteMasterPage(orriIzena)

Izendatutako orri maisua ezabatzen du.
</translation>
    </message>
    <message>
        <source>zoomDocument(double)

Zoom the document in main GUI window. Actions have whole number
values like 20.0, 100.0, etc. Zoom to Fit uses -100 as a marker.
</source>
        <translation type="obsolete">zoomDocument(bikoitza)

Dokumentuaren zooma lantzen du interfazeko leiho nagusian. Ekintzek 
20.0, 100.0, e.a. bezalako zenbaki osoa dute. Zooma finkatzeko 
-100 erabiltzen da markatzaile gisa.</translation>
    </message>
</context>
<context>
    <name>AIPlug</name>
    <message>
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="310"/>
        <source>Importing: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="313"/>
        <source>Analyzing File:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="219"/>
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="477"/>
        <source>Group%1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ai/importai.cpp" line="2779"/>
        <source>Generating Items</source>
        <translation type="unfinished">Elementuak sortzen</translation>
    </message>
</context>
<context>
    <name>About</name>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="188"/>
        <source>&amp;About</source>
        <translation>&amp;Honi buruz</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="305"/>
        <source>Contributions from:</source>
        <translation>Laguntzaileak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="201"/>
        <source>A&amp;uthors</source>
        <translation>&amp;Egileak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="215"/>
        <source>&amp;Translations</source>
        <translation>&amp;Itzultzaileak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="226"/>
        <source>&amp;Online</source>
        <translation>&amp;Linean</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="265"/>
        <source>&amp;Close</source>
        <translation>&amp;Itxi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="297"/>
        <source>Development Team:</source>
        <translation>Garatzaileak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="307"/>
        <source>Official Documentation:</source>
        <translation>Dokumentazio ofiziala:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="311"/>
        <source>Other Documentation:</source>
        <translation>Bestelako dokumentazioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="345"/>
        <source>Homepage</source>
        <translation>Gune nagusia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="347"/>
        <source>Online Reference</source>
        <translation>Lineako erreferentzia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="351"/>
        <source>Bugs and Feature Requests</source>
        <translation>Errore-zuzenketa eta funtzionalitate eskerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="355"/>
        <source>Mailing List</source>
        <translation>Posta-zerrenda</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="329"/>
        <source>Official Translations and Translators:</source>
        <translation>Itzulpen ofizialak eta itzultzaileak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="331"/>
        <source>Previous Translation Contributors:</source>
        <translation>Aurreko itzultzaileak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="97"/>
        <source>About Scribus %1</source>
        <translation>Scribus %1 buruz</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="349"/>
        <source>Wiki</source>
        <translation>Wiki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="125"/>
        <source>%1 %2 %3</source>
        <translation>%1 %2 %3</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="133"/>
        <source>%3-%2-%1 %4 %5</source>
        <translation>%3-%2-%1 %4 %5</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="183"/>
        <source>Using Ghostscript version %1</source>
        <translation>Ghostscript %1 bertsioa erabiltzen</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="185"/>
        <source>No Ghostscript version available</source>
        <translation>Ez dago Ghostscript bertsiorik erabilgarri</translation>
    </message>
    <message>
        <source>&lt;b&gt;Scribus Version %1&lt;/b&gt;&lt;p&gt;%2&lt;br/&gt;%3 %4&lt;br/&gt;%5&lt;/p&gt;</source>
        <translation type="obsolete">&lt;b&gt;Scribus %1 bertsioa&lt;/b&gt;&lt;p&gt;%2&lt;br/&gt;%3 %4&lt;br/&gt;%5&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="186"/>
        <source>Build ID:</source>
        <translation>Eraikitze-IDa:</translation>
    </message>
    <message>
        <source>This panel shows the version, build date and compiled in library support in Scribus. The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support. Last Letter is the renderer C=cairo or A=libart Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source>
        <translation type="obsolete">Panel honek bertsioa, eraikitze data eta Scribus konpilatu den liburutegi 
euskarriak erakusten ditu. C-C-T-F honakoa adierazi nahi du: C=littlecms, 
C=CUPS, T=TIFF eta F=Fontconfig euskarria. Azken hizkia C=cairo edo A=libart 
da.  Falta diren liburutegiak * batekin adierazten dira. Scribus-ek detektatu duen 
Ghostscript-en bertsioa ere adierazten du.
</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="299"/>
        <source>Mac OS&amp;#174; X Aqua Port:</source>
        <translation>Mac OS&amp;#174; X Aqua moldaera:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="303"/>
        <source>Windows&amp;#174; Port:</source>
        <translation>Windows&amp;#174; moldaera:</translation>
    </message>
    <message>
        <source>May</source>
        <translation type="obsolete">Izan daiteke</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="317"/>
        <source>Tango Project Icons:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="229"/>
        <source>&amp;Updates</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="277"/>
        <source>Check for updates to Scribus. No data from your machine will be transferred off it.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="301"/>
        <source>OS/2&amp;#174;/eComStation&amp;#8482; Port:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="315"/>
        <source>Splash Screen:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="273"/>
        <source>This panel shows the version, build date and compiled in library support in Scribus.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="274"/>
        <source>The C-C-T-F equates to C=littlecms C=CUPS T=TIFF support F=Fontconfig support.Last Letter is the renderer C=cairo or Q=Qt</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="275"/>
        <source>Missing library support is indicated by a *. This also indicates the version of Ghostscript which Scribus has detected.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="276"/>
        <source>The Windows version does not use fontconfig or CUPS libraries.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="186"/>
        <source>&lt;p align=&quot;center&quot;&gt;&lt;b&gt;%1 %2&lt;/b&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;%3&lt;br&gt;%4 %5&lt;br&gt;%6&lt;/p&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="186"/>
        <source>Scribus Version</source>
        <translation type="unfinished">Scribus bertsioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="233"/>
        <location filename="../../../scribus/ui/about.cpp" line="649"/>
        <source>Check for Updates</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="647"/>
        <source>Abort Update Check</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="353"/>
        <source>Developer Blog</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="240"/>
        <source>&amp;Licence</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="249"/>
        <source>Unable to open licence file. Please check your install directory or the Scribus website for licencing information.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="309"/>
        <source>Doc Translators:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="313"/>
        <source>Webmasters:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/about.cpp" line="447"/>
        <location filename="../../../scribus/ui/about.cpp" line="559"/>
        <location filename="../../../scribus/ui/about.cpp" line="625"/>
        <source>Unable to open %1 file. Please check your install directory or the Scribus website for %1 information.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>AboutPlugins</name>
    <message>
        <source>Yes</source>
        <translation type="obsolete">Bai</translation>
    </message>
    <message>
        <source>No</source>
        <translation type="obsolete">Ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="68"/>
        <source>Filename:</source>
        <translation>Fitxategi-izena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="69"/>
        <source>Version:</source>
        <translation>Bertsioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="72"/>
        <source>Enabled:</source>
        <translation>Gaituta:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="73"/>
        <source>Release Date:</source>
        <translation>Argitatze-data:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="80"/>
        <source>Description:</source>
        <translation>Azalpena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="81"/>
        <source>Author(s):</source>
        <translation>Egilea(k):</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="82"/>
        <source>Copyright:</source>
        <translation>Copyright-a:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.cpp" line="83"/>
        <source>License:</source>
        <translation>Lizentzia:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aboutplugins.ui" line="13"/>
        <source>Scribus: About Plug-ins</source>
        <translation type="unfinished">Scribus: plugin-ei buruz</translation>
    </message>
</context>
<context>
    <name>AboutPluginsBase</name>
    <message>
        <source>Scribus: About Plug-ins</source>
        <translation type="obsolete">Scribus: plugin-ei buruz</translation>
    </message>
    <message>
        <source>&amp;Close</source>
        <translation type="obsolete">&amp;Itxi</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation type="obsolete">Alt+I</translation>
    </message>
</context>
<context>
    <name>ActionManager</name>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1263"/>
        <source>&amp;New</source>
        <translation>&amp;Berria</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1265"/>
        <source>&amp;Open...</source>
        <translation>&amp;Ireki...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1266"/>
        <source>&amp;Close</source>
        <translation>&amp;Itxi</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1267"/>
        <source>&amp;Save</source>
        <translation>&amp;Gorde</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1268"/>
        <source>Save &amp;As...</source>
        <translation>Gorde &amp;honela...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1269"/>
        <source>Re&amp;vert to Saved</source>
        <translation>&amp;Leheneratu gordetakora</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1270"/>
        <source>Collect for O&amp;utput...</source>
        <translation>Bildu &amp;irteerarako...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1271"/>
        <source>Get Text...</source>
        <translation>Eskuratu testua...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1272"/>
        <source>Append &amp;Text...</source>
        <translation>Erantsi &amp;testua...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1273"/>
        <source>Get Image...</source>
        <translation>Lortu irudia...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1276"/>
        <source>Save &amp;Text...</source>
        <translation>Gorde &amp;testua...</translation>
    </message>
    <message>
        <source>Save Page as &amp;EPS...</source>
        <translation type="obsolete">Gorde orria &amp;EPS gisa...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1278"/>
        <source>Save as P&amp;DF...</source>
        <translation>Gorde P&amp;DF gisa...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1279"/>
        <source>Document &amp;Setup...</source>
        <translation>Dokumentuaren &amp;konfigurazioa...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1282"/>
        <source>&amp;Print...</source>
        <translation>I&amp;nprimatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1284"/>
        <source>&amp;Quit</source>
        <translation>&amp;Irten</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1286"/>
        <source>&amp;Undo</source>
        <translation>&amp;Desegin</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1287"/>
        <source>&amp;Redo</source>
        <translation>&amp;Berregin</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1288"/>
        <source>&amp;Item Action Mode</source>
        <translation>&amp;Elementuaren ekintza modua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1289"/>
        <source>Cu&amp;t</source>
        <translation>&amp;Ebaki</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1290"/>
        <location filename="../../../scribus/actionmanager.cpp" line="1292"/>
        <source>&amp;Copy</source>
        <translation>&amp;Kopiatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1291"/>
        <location filename="../../../scribus/actionmanager.cpp" line="1293"/>
        <source>&amp;Paste</source>
        <translation>&amp;Itsatsi</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1296"/>
        <source>Select &amp;All</source>
        <translation>Hautatu &amp;denak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1298"/>
        <source>&amp;Deselect All</source>
        <translation>&amp;Desautatu denak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1299"/>
        <source>&amp;Search/Replace...</source>
        <translation>&amp;Bilatu/Ordeztu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1300"/>
        <source>Edit Image...</source>
        <translation>Editatu irudia...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1302"/>
        <source>C&amp;olors...</source>
        <translation>&amp;Koloreak...</translation>
    </message>
    <message>
        <source>&amp;Paragraph Styles...</source>
        <translation type="obsolete">&amp;Paragrafo-estiloak...</translation>
    </message>
    <message>
        <source>&amp;Line Styles...</source>
        <translation type="obsolete">&amp;Marra-estiloa...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1307"/>
        <source>&amp;Master Pages...</source>
        <translation>Orri &amp;maisuak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1280"/>
        <source>P&amp;references...</source>
        <translation>&amp;Hobespenak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1315"/>
        <source>%1 pt</source>
        <translation>%1 pt</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1317"/>
        <source>&amp;Other...</source>
        <translation>&amp;Bestelakoa...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1318"/>
        <source>&amp;Left</source>
        <translation>E&amp;zkerrean</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1319"/>
        <source>&amp;Center</source>
        <translation>E&amp;rdian</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1320"/>
        <source>&amp;Right</source>
        <translation>E&amp;skuinean</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1321"/>
        <source>&amp;Block</source>
        <translation>&amp;Blokeatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1322"/>
        <source>&amp;Forced</source>
        <translation>Behar&amp;tuta</translation>
    </message>
    <message>
        <source>&amp;%1 %</source>
        <translation type="obsolete">&amp;%1 %</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1333"/>
        <source>&amp;Normal</source>
        <translation>&amp;Normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1334"/>
        <source>&amp;Underline</source>
        <translation>&amp;Azpimarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1335"/>
        <source>Underline &amp;Words</source>
        <translation>Azpimarratu &amp;hitzak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1336"/>
        <source>&amp;Strike Through</source>
        <translation>&amp;Marratua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1337"/>
        <source>&amp;All Caps</source>
        <translation>M&amp;aiuskulak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1338"/>
        <source>Small &amp;Caps</source>
        <translation>Maiuskula-&amp;txikiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1339"/>
        <source>Su&amp;perscript</source>
        <translation>G&amp;oi-indizea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1340"/>
        <source>Su&amp;bscript</source>
        <translation>A&amp;zpi-indizea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1342"/>
        <source>S&amp;hadow</source>
        <translation>&amp;Itzala</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1344"/>
        <source>&amp;Image Effects</source>
        <translation>&amp;Irudi-efektuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1345"/>
        <source>&amp;Tabulators...</source>
        <translation>&amp;Tabulatzaileak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1348"/>
        <source>D&amp;uplicate</source>
        <translation>Bi&amp;koiztu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1349"/>
        <source>&amp;Multiple Duplicate</source>
        <translation>Bikoizte &amp;anitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1350"/>
        <source>&amp;Delete</source>
        <translation>&amp;Ezabatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1351"/>
        <source>&amp;Group</source>
        <translation>E&amp;lkartu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1352"/>
        <source>&amp;Ungroup</source>
        <translation>&amp;Banandu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1353"/>
        <source>Is &amp;Locked</source>
        <translation>B&amp;lokeatuta dago</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1354"/>
        <source>Si&amp;ze is Locked</source>
        <translation>Ta&amp;maina blokeatuta dago</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1358"/>
        <source>Lower to &amp;Bottom</source>
        <translation>Eraman &amp;beheraino</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1359"/>
        <source>Raise to &amp;Top</source>
        <translation>Eraman &amp;goraino</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1360"/>
        <source>&amp;Lower</source>
        <translation>&amp;Beheratu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1361"/>
        <source>&amp;Raise</source>
        <translation>&amp;Goratu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1362"/>
        <source>Send to S&amp;crapbook</source>
        <translation>Bidali berri &amp;laburren albumera</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1364"/>
        <source>&amp;Attributes...</source>
        <translation>&amp;Atributuak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1366"/>
        <source>I&amp;mage Visible</source>
        <translation>I&amp;rudia ikusgai</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1367"/>
        <source>&amp;Update Image</source>
        <translation>&amp;Eguneratu irudia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1368"/>
        <source>Adjust Frame to Image</source>
        <translation>Doitu markoa irudira</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1370"/>
        <source>Extended Image Properties</source>
        <translation>Irudiaren propietate hedatuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1371"/>
        <source>&amp;Low Resolution</source>
        <translation>Bereizmen &amp;baxua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1372"/>
        <source>&amp;Normal Resolution</source>
        <translation>Bereizmen &amp;normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1373"/>
        <source>&amp;Full Resolution</source>
        <translation>Bereizmen &amp;osoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1374"/>
        <source>Is PDF &amp;Bookmark</source>
        <translation>PDFko &amp;laster-marka da</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1375"/>
        <source>Is PDF A&amp;nnotation</source>
        <translation>PDF &amp;oharpena da</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1376"/>
        <source>Annotation P&amp;roperties</source>
        <translation>Oharpenaren p&amp;ropietateak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1377"/>
        <source>Field P&amp;roperties</source>
        <translation>Eremu-&amp;propietateak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1378"/>
        <source>&amp;Edit Shape...</source>
        <translation>&amp;Editatu forma...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1379"/>
        <source>&amp;Attach Text to Path</source>
        <translation>E&amp;rantsi testua bideari</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1380"/>
        <source>&amp;Detach Text from Path</source>
        <translation>&amp;Desuztartu testua bidetik</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1381"/>
        <source>&amp;Combine Polygons</source>
        <translation>&amp;Konbinatu poligonoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1382"/>
        <source>Split &amp;Polygons</source>
        <translation>&amp;Zatitu poligonoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1383"/>
        <source>&amp;Bezier Curve</source>
        <translation>&amp;Bezier kurba</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1384"/>
        <source>&amp;Image Frame</source>
        <translation>&amp;Irudi-markoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1386"/>
        <source>&amp;Polygon</source>
        <translation>&amp;Poligonoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1387"/>
        <source>&amp;Text Frame</source>
        <translation>&amp;Testu-markoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1391"/>
        <source>&amp;Glyph...</source>
        <translation>&amp;Glifoa...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1392"/>
        <source>Sample Text</source>
        <translation>Testu-lagina</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1396"/>
        <source>&amp;Insert...</source>
        <translation>&amp;Txertatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1397"/>
        <source>Im&amp;port...</source>
        <translation>I&amp;nportatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1398"/>
        <source>&amp;Delete...</source>
        <translation>&amp;Ezabatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1399"/>
        <source>&amp;Copy...</source>
        <translation>&amp;Kopiatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1400"/>
        <source>&amp;Move...</source>
        <translation>&amp;Aldatu lekuz...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1401"/>
        <source>&amp;Apply Master Page...</source>
        <translation>A&amp;plikatu orri maisua...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1403"/>
        <source>Manage &amp;Guides...</source>
        <translation>Kudeatu &amp;gidak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1404"/>
        <source>Manage Page Properties...</source>
        <translation>Kudeatu orriaren propietateak...</translation>
    </message>
    <message>
        <source>&amp;Fit in window</source>
        <translation type="obsolete">&amp;Doitu leihora</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1409"/>
        <source>&amp;50%</source>
        <translation>%&amp;50</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1410"/>
        <source>&amp;75%</source>
        <translation>%&amp;75</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1411"/>
        <source>&amp;100%</source>
        <translation>%&amp;100</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1412"/>
        <source>&amp;200%</source>
        <translation>%&amp;200</translation>
    </message>
    <message>
        <source>&amp;Thumbnails</source>
        <translation type="obsolete">&amp;Koadro txikiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1415"/>
        <source>Show &amp;Margins</source>
        <translation>Erakutsi &amp;marjinak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1417"/>
        <source>Show &amp;Frames</source>
        <translation>Erakutsi &amp;markoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1419"/>
        <source>Show &amp;Images</source>
        <translation>Erakutsi &amp;irudiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1420"/>
        <source>Show &amp;Grid</source>
        <translation>Erakutsi &amp;sareta</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1421"/>
        <source>Show G&amp;uides</source>
        <translation>Erakutsi &amp;gidak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1423"/>
        <source>Show &amp;Baseline Grid</source>
        <translation>Erakutsi &amp;lerromarrak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1424"/>
        <source>Show &amp;Text Chain</source>
        <translation>Erakutsi &amp;markoen arteko esteka</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1425"/>
        <source>Show Control Characters</source>
        <translation>Erakutsi karaktere-kontrola</translation>
    </message>
    <message>
        <source>Rulers relative to Page</source>
        <translation type="obsolete">Erregelak erlatiboak orriarekiko
</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1428"/>
        <source>Sn&amp;ap to Grid</source>
        <translation>Atxikitu &amp;saretara</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1429"/>
        <source>Sna&amp;p to Guides</source>
        <translation>Atxikitu gi&amp;detara</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1434"/>
        <source>&amp;Properties</source>
        <translation>&amp;Propietateak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1436"/>
        <source>&amp;Scrapbook</source>
        <translation>&amp;Berri laburren albuma</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1437"/>
        <source>&amp;Layers</source>
        <translation>&amp;Geruzak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1438"/>
        <source>&amp;Arrange Pages</source>
        <translation>&amp;Antolatu orrialdeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1439"/>
        <source>&amp;Bookmarks</source>
        <translation>&amp;Laster-markak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1440"/>
        <source>&amp;Measurements</source>
        <translation>&amp;Neurketak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1441"/>
        <source>Action &amp;History</source>
        <translation>Ekintzen &amp;historia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1442"/>
        <source>Preflight &amp;Verifier</source>
        <translation>&amp;Egiaztatzailea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1443"/>
        <source>&amp;Align and Distribute</source>
        <translation>&amp;Lerrokatu eta banatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1444"/>
        <source>&amp;Tools</source>
        <translation>T&amp;resnak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1445"/>
        <source>P&amp;DF Tools</source>
        <translation>P&amp;DF tresnak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1448"/>
        <source>Select Item</source>
        <translation>Hautatu elementua</translation>
    </message>
    <message>
        <source>T&amp;able</source>
        <translation type="obsolete">T&amp;aula</translation>
    </message>
    <message>
        <source>&amp;Shape</source>
        <translation type="obsolete">&amp;Forma</translation>
    </message>
    <message>
        <source>&amp;Line</source>
        <translation type="obsolete">&amp;Marra</translation>
    </message>
    <message>
        <source>&amp;Freehand Line</source>
        <translation type="obsolete">&amp;Pultsuko marra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1449"/>
        <source>Rotate Item</source>
        <translation>Biratu elementua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1450"/>
        <source>Zoom in or out</source>
        <translation>Handiagotu edo txikiagotu zooma</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1451"/>
        <source>Zoom in</source>
        <translation>Zooma handiagotu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1452"/>
        <source>Zoom out</source>
        <translation>Zooma txikiagotu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1453"/>
        <source>Edit Contents of Frame</source>
        <translation>Editatu markoaren edukia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1454"/>
        <source>Edit Text...</source>
        <translation>Editatu testua...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1455"/>
        <source>Link Text Frames</source>
        <translation>Estekatu testu-markoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1456"/>
        <source>Unlink Text Frames</source>
        <translation>Desestekatu testu-markoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1457"/>
        <source>&amp;Eye Dropper</source>
        <translation>&amp;Tanta-kontagailua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1458"/>
        <source>Copy Item Properties</source>
        <translation>Kopiatu elementu-propietateak</translation>
    </message>
    <message>
        <source>Edit the text with the Story Editor</source>
        <translation type="obsolete">Editatu testua artikulu-editorearekin</translation>
    </message>
    <message>
        <source>Insert Text Frame</source>
        <translation type="obsolete">Txertatu testu-markoa</translation>
    </message>
    <message>
        <source>Insert Image Frame</source>
        <translation type="obsolete">Txertatu irudi-markoa</translation>
    </message>
    <message>
        <source>Insert Table</source>
        <translation type="obsolete">Txertatu taula</translation>
    </message>
    <message>
        <source>Insert Shape</source>
        <translation type="obsolete">Txertatu forma</translation>
    </message>
    <message>
        <source>Insert Polygon</source>
        <translation type="obsolete">Txertatu poligonoa</translation>
    </message>
    <message>
        <source>Insert Line</source>
        <translation type="obsolete">Txertatu marra</translation>
    </message>
    <message>
        <source>Insert Bezier Curve</source>
        <translation type="obsolete">Txertatu Bezier kurba</translation>
    </message>
    <message>
        <source>Insert Freehand Line</source>
        <translation type="obsolete">Txertatu pultsuko marra</translation>
    </message>
    <message>
        <source>&amp;Manage Pictures</source>
        <translation type="obsolete">&amp;Kudeatu irudiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1484"/>
        <source>&amp;Hyphenate Text</source>
        <translation>&amp;Zatitu testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1485"/>
        <source>Dehyphenate Text</source>
        <translation>Batu testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1486"/>
        <source>&amp;Generate Table Of Contents</source>
        <translation>&amp;Sortu gaien aurkibidea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1493"/>
        <source>&amp;About Scribus</source>
        <translation>Scribus-i &amp;buruz</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1495"/>
        <source>About &amp;Qt</source>
        <translation>&amp;Qt-ri buruz</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1496"/>
        <source>Toolti&amp;ps</source>
        <translation>&amp;Argibidea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1498"/>
        <source>Scribus &amp;Manual...</source>
        <translation>Scribus-en &amp;eskuliburua...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1516"/>
        <source>Smart &amp;Hyphen</source>
        <translation>&amp;Hitz-zatiketa azkarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1517"/>
        <source>Non Breaking Dash</source>
        <translation>Marratxo zati ezina</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1518"/>
        <source>Non Breaking &amp;Space</source>
        <translation>&amp;Zuriune zati ezina</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1519"/>
        <source>Page &amp;Number</source>
        <translation>Orrialde-&amp;zenbakia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1521"/>
        <source>New Line</source>
        <translation>Lerro berria</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1522"/>
        <source>Frame Break</source>
        <translation>Markoa haustea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1523"/>
        <source>Column Break</source>
        <translation>Zutabe-jauzia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1526"/>
        <source>Copyright</source>
        <translation>Copyright-a</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1527"/>
        <source>Registered Trademark</source>
        <translation>Erregistratutako marka</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1528"/>
        <source>Trademark</source>
        <translation>Marka</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1530"/>
        <source>Bullet</source>
        <translation>Buleta</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1532"/>
        <source>Em Dash</source>
        <translation>Em marra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1533"/>
        <source>En Dash</source>
        <translation>En marra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1534"/>
        <source>Figure Dash</source>
        <translation>Irudi-marra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1535"/>
        <source>Quotation Dash</source>
        <translation>Kuotazio-marra</translation>
    </message>
    <message>
        <source>Apostrophe</source>
        <translation type="obsolete">Apostrofea</translation>
    </message>
    <message>
        <source>Straight Double</source>
        <translation type="obsolete">Komatxo bikoitza</translation>
    </message>
    <message>
        <source>Single Left</source>
        <translation type="obsolete">Bakuna ezkerrean</translation>
    </message>
    <message>
        <source>Single Right</source>
        <translation type="obsolete">Bakuna eskuinean</translation>
    </message>
    <message>
        <source>Double Left</source>
        <translation type="obsolete">Bikoitza ezkerrean</translation>
    </message>
    <message>
        <source>Double Right</source>
        <translation type="obsolete">Bikoitza eskuinean</translation>
    </message>
    <message>
        <source>Single Reversed</source>
        <translation type="obsolete">Bakuna alderantziz</translation>
    </message>
    <message>
        <source>Double Reversed</source>
        <translation type="obsolete">Bikoitza alderantziz</translation>
    </message>
    <message>
        <source>Single Left Guillemet</source>
        <translation type="obsolete">Ezkerreko komatxoa bakarra</translation>
    </message>
    <message>
        <source>Single Right Guillemet</source>
        <translation type="obsolete">Eskuineko komatxoa bakarra</translation>
    </message>
    <message>
        <source>Double Left Guillemet</source>
        <translation type="obsolete">Ezkerreko komatxoa bikoitza</translation>
    </message>
    <message>
        <source>Double Right Guillemet</source>
        <translation type="obsolete">Eskuineko komatxoa bikoitza</translation>
    </message>
    <message>
        <source>Low Single Comma</source>
        <translation type="obsolete">Koma bakun baxua</translation>
    </message>
    <message>
        <source>Low Double Comma</source>
        <translation type="obsolete">Koma bikoitz baxua</translation>
    </message>
    <message>
        <source>CJK Single Left</source>
        <translation type="obsolete">CJK ezkerrekoa bakarra</translation>
    </message>
    <message>
        <source>CJK Single Right</source>
        <translation type="obsolete">CJK eskuinekoa bakarra</translation>
    </message>
    <message>
        <source>CJK Double Left</source>
        <translation type="obsolete">CJK ezkerrekoa bikoitza</translation>
    </message>
    <message>
        <source>CJK Double Right</source>
        <translation type="obsolete">CJK eskuinekoa bikoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1506"/>
        <source>Toggle Palettes</source>
        <translation>Txandakatu paletak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1507"/>
        <source>Toggle Guides</source>
        <translation>Txandakatu gidak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1283"/>
        <source>Print Previe&amp;w</source>
        <translation>Inprimatzeko &amp;aurrebista</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1308"/>
        <source>&amp;JavaScripts...</source>
        <translation>&amp;JavaScript-ak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1402"/>
        <source>Convert to Master Page...</source>
        <translation>Bihurtu orri maisuan...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1489"/>
        <source>&amp;Cascade</source>
        <translation>&amp;Teilakatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1490"/>
        <source>&amp;Tile</source>
        <translation>&amp;Lauza moduan</translation>
    </message>
    <message>
        <source>&amp;About Plug-ins</source>
        <translation type="obsolete">Plugin-ei &amp;buruz</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1365"/>
        <source>More Info...</source>
        <translation>Informaziko gehiago...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1355"/>
        <source>&amp;Printing Enabled</source>
        <translation>&amp;Inprimatzea aktibatuta</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1356"/>
        <source>&amp;Flip Horizontally</source>
        <translation>Irauli &amp;horizontalki</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1357"/>
        <source>&amp;Flip Vertically</source>
        <translation>Irauli &amp;bertikalki</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1426"/>
        <source>Show Rulers</source>
        <translation>Erakutsi erregelak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1435"/>
        <source>&amp;Outline</source>
        <comment>Document Outline Palette</comment>
        <translation>&amp;Eskema</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1529"/>
        <source>Solidus</source>
        <translation>Solidoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1531"/>
        <source>Middle Dot</source>
        <translation>Puntu erdia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1556"/>
        <source>En Space</source>
        <translation>En zuriunea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1557"/>
        <source>Em Space</source>
        <translation>Em zuriunea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1558"/>
        <source>Thin Space</source>
        <translation>Zuriune txikia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1559"/>
        <source>Thick Space</source>
        <translation>Zuriune handia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1560"/>
        <source>Mid Space</source>
        <translation>Erdiko zuriunea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1561"/>
        <source>Hair Space</source>
        <translation>Zuriune txikitxoa</translation>
    </message>
    <message>
        <source>Insert Smart Hyphen</source>
        <translation type="obsolete">Txertatu hitz-zatitzaile azkarra</translation>
    </message>
    <message>
        <source>Insert Non Breaking Dash</source>
        <translation type="obsolete">Txertatu marratxo zati ezina</translation>
    </message>
    <message>
        <source>Insert Non Breaking Space</source>
        <translation type="obsolete">Txertatu zuriune zati ezina</translation>
    </message>
    <message>
        <source>Insert Page Number</source>
        <translation type="obsolete">Txertatu orrialde-zenbakia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1563"/>
        <source>ff</source>
        <translation>ff</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1564"/>
        <source>fi</source>
        <translation>fi</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1565"/>
        <source>fl</source>
        <translation>fl</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1566"/>
        <source>ffi</source>
        <translation>ffi</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1567"/>
        <source>ffl</source>
        <translation>ffl</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1568"/>
        <source>ft</source>
        <translation>ft</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1569"/>
        <source>st</source>
        <translation>st</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1306"/>
        <source>S&amp;tyles...</source>
        <translation>E&amp;stiloak...</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1341"/>
        <source>&amp;Outline</source>
        <comment>type effect</comment>
        <translation>&amp;Eskema</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1385"/>
        <source>&amp;Outlines</source>
        <comment>Convert to oulines</comment>
        <translation>&amp;Eskemak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1294"/>
        <source>Paste (&amp;Absolute)</source>
        <translation>Itsatsi (&amp;absolutua)</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1295"/>
        <source>C&amp;lear</source>
        <translation>&amp;Garbitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1277"/>
        <source>Save as &amp;EPS...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1304"/>
        <source>Patterns...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1363"/>
        <source>Send to Patterns</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1390"/>
        <source>&amp;Frame...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1414"/>
        <source>Preview Mode</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1418"/>
        <source>Show Layer Indicators</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1422"/>
        <source>Show Text Frame Columns</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1470"/>
        <source>Insert PDF Push Button</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1471"/>
        <source>Insert PDF Text Field</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1472"/>
        <source>Insert PDF Check Box</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1473"/>
        <source>Insert PDF Combo Box</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1474"/>
        <source>Insert PDF List Box</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1475"/>
        <source>Insert Text Annotation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1476"/>
        <source>Insert Link Annotation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1393"/>
        <source>Sticky Tools</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1281"/>
        <source>P&amp;references 150...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1305"/>
        <source>Gradients...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1407"/>
        <source>&amp;Fit to Height</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1408"/>
        <source>Fit to Width</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1416"/>
        <source>Show Bleeds</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1478"/>
        <source>Insert 3D Annotation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1524"/>
        <source>&amp;Zero Width Space</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1525"/>
        <source>Zero Width NB Space</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1537"/>
        <source>Apostrophe</source>
        <comment>Unicode 0x0027</comment>
        <translation type="unfinished">Apostrofea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1538"/>
        <source>Straight Double</source>
        <comment>Unicode 0x0022</comment>
        <translation type="unfinished">Komatxo bikoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1539"/>
        <source>Single Left</source>
        <comment>Unicode 0x2018</comment>
        <translation type="unfinished">Bakuna ezkerrean</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1540"/>
        <source>Single Right</source>
        <comment>Unicode 0x2019</comment>
        <translation type="unfinished">Bakuna eskuinean</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1541"/>
        <source>Double Left</source>
        <comment>Unicode 0x201C</comment>
        <translation type="unfinished">Bikoitza ezkerrean</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1542"/>
        <source>Double Right</source>
        <comment>Unicode 0x201D</comment>
        <translation type="unfinished">Bikoitza eskuinean</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1543"/>
        <source>Single Reversed</source>
        <comment>Unicode 0x201B</comment>
        <translation type="unfinished">Bakuna alderantziz</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1544"/>
        <source>Double Reversed</source>
        <comment>Unicode 0x201F</comment>
        <translation type="unfinished">Bikoitza alderantziz</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1545"/>
        <source>Single Left Guillemet</source>
        <comment>Unicode 0x2039</comment>
        <translation type="unfinished">Ezkerreko komatxoa bakarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1546"/>
        <source>Single Right Guillemet</source>
        <comment>Unicode 0x203A</comment>
        <translation type="unfinished">Eskuineko komatxoa bakarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1547"/>
        <source>Double Left Guillemet</source>
        <comment>Unicode 0x00AB</comment>
        <translation type="unfinished">Ezkerreko komatxoa bikoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1548"/>
        <source>Double Right Guillemet</source>
        <comment>Unicode 0x00BB</comment>
        <translation type="unfinished">Eskuineko komatxoa bikoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1549"/>
        <source>Low Single Comma</source>
        <comment>Unicode 0x201A</comment>
        <translation type="unfinished">Koma bakun baxua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1550"/>
        <source>Low Double Comma</source>
        <comment>Unicode 0x201E</comment>
        <translation type="unfinished">Koma bikoitz baxua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1551"/>
        <source>CJK Single Left</source>
        <comment>Unicode 0x300C</comment>
        <translation type="unfinished">CJK ezkerrekoa bakarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1552"/>
        <source>CJK Single Right</source>
        <comment>Unicode 0x300D</comment>
        <translation type="unfinished">CJK eskuinekoa bakarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1553"/>
        <source>CJK Double Left</source>
        <comment>Unicode 0x300E</comment>
        <translation type="unfinished">CJK ezkerrekoa bikoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1554"/>
        <source>CJK Double Right</source>
        <comment>Unicode 0x300F</comment>
        <translation type="unfinished">CJK eskuinekoa bikoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1413"/>
        <source>&amp;400%</source>
        <translation type="unfinished">%&amp;200 {400%?}</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1460"/>
        <source>Insert &amp;Text Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1461"/>
        <source>Insert &amp;Image Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1463"/>
        <source>Insert T&amp;able</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1464"/>
        <source>Insert &amp;Shape</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1465"/>
        <source>Insert &amp;Polygon</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1466"/>
        <source>Insert &amp;Line</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1467"/>
        <source>Insert &amp;Bezier Curve</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1468"/>
        <source>Insert &amp;Freehand Line</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1499"/>
        <source>Scribus Homepage</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1500"/>
        <source>Scribus Online Documentation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1501"/>
        <source>Scribus Wiki</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1502"/>
        <source>Getting Started with Scribus</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1430"/>
        <source>Show Context Menu</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1483"/>
        <source>&amp;Manage Images</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1494"/>
        <source>&amp;About Plugins</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1508"/>
        <source>Insert Unicode Character Begin Sequence</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1274"/>
        <source>Get Vector File...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1297"/>
        <source>Advanced Select All...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1301"/>
        <source>Edit Source...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1303"/>
        <source>Replace Colors...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1427"/>
        <source>Rulers Relative to Page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1462"/>
        <source>Insert &amp;Render Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1503"/>
        <source>Check for Updates</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1520"/>
        <source>Number of Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1369"/>
        <source>Adjust Image to Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1691"/>
        <source>File</source>
        <translation type="unfinished">Fitxategia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1691"/>
        <source>&amp;File</source>
        <translation type="unfinished">&amp;Fitxategia</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1693"/>
        <source>Edit</source>
        <translation type="unfinished">Editatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1693"/>
        <source>&amp;Edit</source>
        <translation type="unfinished">&amp;Editatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1695"/>
        <source>Style</source>
        <translation type="unfinished">Estiloa</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1695"/>
        <source>&amp;Style</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1697"/>
        <source>Item</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1697"/>
        <source>&amp;Item</source>
        <translation type="unfinished">&amp;Elementua</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1699"/>
        <source>Insert</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1699"/>
        <source>I&amp;nsert</source>
        <translation type="unfinished">&amp;Txertatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1701"/>
        <source>Page</source>
        <translation type="unfinished">Orrialdea</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1701"/>
        <source>&amp;Page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1703"/>
        <source>View</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1703"/>
        <source>&amp;View</source>
        <translation type="unfinished">&amp;Ikusi</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1705"/>
        <source>Extras</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1705"/>
        <source>E&amp;xtras</source>
        <translation type="unfinished">&amp;Hainbat</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1707"/>
        <source>Windows</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1707"/>
        <source>&amp;Windows</source>
        <translation type="unfinished">Lei&amp;hoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1709"/>
        <source>Help</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1709"/>
        <source>&amp;Help</source>
        <translation type="unfinished">&amp;Laguntza</translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1877"/>
        <source>Plugin Menu Items</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1879"/>
        <source>Others</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1881"/>
        <source>Unicode Characters</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1497"/>
        <source>Move/Resize Value Indicator</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/actionmanager.cpp" line="1264"/>
        <source>New &amp;from Template...</source>
        <translation type="unfinished">Berria &amp;txantiloitik...</translation>
    </message>
</context>
<context>
    <name>AdjustCmsDialog</name>
    <message>
        <location filename="../../../scribus/ui/adjustcmsdialog.cpp" line="16"/>
        <source>CMS Settings</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>AlignDistribute</name>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="36"/>
        <source>Align</source>
        <translation type="unfinished">Lerrokatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="65"/>
        <source>&amp;Selected Guide:</source>
        <translation type="unfinished">&amp;Hautatutako gida:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="78"/>
        <source>&amp;Relative To:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="137"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="144"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="151"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="158"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="165"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="172"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="179"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="186"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="193"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="200"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="273"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="280"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="287"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="294"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="301"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="311"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="318"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="328"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="335"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="345"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="352"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="359"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="369"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="376"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="383"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="390"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="521"/>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="528"/>
        <source>...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="244"/>
        <source>Distribute</source>
        <translation type="unfinished">Banatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="437"/>
        <source>&amp;Distance:</source>
        <translation type="unfinished">&amp;Distantzia:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.ui" line="500"/>
        <source>Swap</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>AlignDistributeBase</name>
    <message>
        <source>Align and Distribute</source>
        <translation type="obsolete">Lerrokatu eta banatu</translation>
    </message>
    <message>
        <source>Align</source>
        <translation type="obsolete">Lerrokatu</translation>
    </message>
    <message>
        <source>&amp;Selected Guide:</source>
        <translation type="obsolete">&amp;Hautatutako gida:</translation>
    </message>
    <message>
        <source>Distribute</source>
        <translation type="obsolete">Banatu</translation>
    </message>
    <message>
        <source>&amp;Distance:</source>
        <translation type="obsolete">&amp;Distantzia:</translation>
    </message>
</context>
<context>
    <name>AlignDistributePalette</name>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="90"/>
        <source>Align and Distribute</source>
        <translation>Lerrokatu eta banatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="91"/>
        <source>Align</source>
        <translation type="unfinished">Lerrokatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="93"/>
        <source>&amp;Relative to:</source>
        <translation>&amp;Erlatiboa honi:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="96"/>
        <source>First Selected</source>
        <translation>Lehena hautatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="97"/>
        <source>Last Selected</source>
        <translation>Azkena hautatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="98"/>
        <source>Page</source>
        <translation>Orrialdea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="99"/>
        <source>Margins</source>
        <translation>Marjinak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="100"/>
        <source>Guide</source>
        <translation>Gida</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="101"/>
        <source>Selection</source>
        <translation>Hautapena</translation>
    </message>
    <message>
        <source>Align right sides of objects to left side of anchor</source>
        <translation type="obsolete">Lerrokatutako objektuen eskuineko aldea ainguraren ezkerreko aldearekin</translation>
    </message>
    <message>
        <source>Align left sides of objects to right side of anchor</source>
        <translation type="obsolete">Lerrokatutako objektuen ezkerreko aldea ainguraren eskuineko aldearekin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="111"/>
        <source>Align bottoms</source>
        <translation>Lerrokatu behealdeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="113"/>
        <source>Align right sides</source>
        <translation>Lerrokatu eskuinaldeak</translation>
    </message>
    <message>
        <source>Align tops of objects to bottom of anchor</source>
        <translation type="obsolete">Lerrokatutako objektuen goiko aldea ainguraren beheko aldearekin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="117"/>
        <source>Center on vertical axis</source>
        <translation>Zentratu bertikalki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="119"/>
        <source>Align left sides</source>
        <translation>Lerrokatu ezkerraldeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="121"/>
        <source>Center on horizontal axis</source>
        <translation>Zentratu horizontalki</translation>
    </message>
    <message>
        <source>Align bottoms of objects to top of anchor</source>
        <translation type="obsolete">Lerrokatutako objektuen beheko aldea ainguraren goiko aldearekin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="125"/>
        <source>Align tops</source>
        <translation>Lerrokatu goialdeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="127"/>
        <source>&amp;Selected Guide:</source>
        <translation>&amp;Hautatutako gida:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="92"/>
        <source>Distribute</source>
        <translation type="unfinished">Banatu</translation>
    </message>
    <message>
        <source>Make horizontal gaps between objects equal</source>
        <translation type="obsolete">Berdindu objektuen arteko tarte horizontalak</translation>
    </message>
    <message>
        <source>Make horizontal gaps between objects equal to the value specified</source>
        <translation type="obsolete">Berdindu objektuen arteko tarte horizontalak zehaztutako balioarekin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="135"/>
        <source>Distribute right sides equidistantly</source>
        <translation>Banatu eskuineko aldeak distantzia berdinetan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="137"/>
        <source>Distribute bottoms equidistantly</source>
        <translation>Banatu beheko aldeak distantzia berdinetan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="139"/>
        <source>Distribute centers equidistantly horizontally</source>
        <translation>Banatu erdialdeak horizontalki distantzia berdinetan</translation>
    </message>
    <message>
        <source>Make vertical gaps between objects equal</source>
        <translation type="obsolete">Berdindu objektuen arteko tarte bertikalak</translation>
    </message>
    <message>
        <source>Make vertical gaps between objects equal to the value specified</source>
        <translation type="obsolete">Berdindu objektuen arteko tarte bertikalak zehaztutako balioarekin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="145"/>
        <source>Distribute left sides equidistantly</source>
        <translation>Banatu ezkerreko aldeak distantzia berdinetan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="147"/>
        <source>Distribute centers equidistantly vertically</source>
        <translation>Banatu erdialdeak bertikalki distantzia berdinetan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="149"/>
        <source>Distribute tops equidistantly</source>
        <translation>Banatu goiko aldeak distantzia berdinetan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="159"/>
        <source>&amp;Distance:</source>
        <translation>&amp;Distantzia:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="160"/>
        <source>Distribute the items with the distance specified</source>
        <translation>Banatu elementuak zehaztutako distantziarekin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="162"/>
        <source>None Selected</source>
        <translation>Ez da bat ere hautatu</translation>
    </message>
    <message>
        <source>Some objects are locked.</source>
        <translation type="obsolete">Objektu batzuk blokeatuta daude.</translation>
    </message>
    <message>
        <source>&amp;Unlock All</source>
        <translation type="obsolete">&amp;Desblokeatu denak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="459"/>
        <source>Y: %1%2</source>
        <translation>Y: %1%2</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="467"/>
        <source>X: %1%2</source>
        <translation>X: %1%2</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="107"/>
        <source>Align right sides of items to left side of anchor</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="109"/>
        <source>Align left sides of items to right side of anchor</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="115"/>
        <source>Align tops of items to bottom of anchor</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="123"/>
        <source>Align bottoms of items to top of anchor</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="130"/>
        <source>Make horizontal gaps between items equal</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="132"/>
        <source>Make horizontal gaps between items equal to the value specified</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="141"/>
        <source>Make vertical gaps between items equal</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="143"/>
        <source>Make vertical gaps between items equal to the value specified</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="151"/>
        <source>Make horizontal gaps between items and sides of page equal</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="157"/>
        <source>Make vertical gaps between items and the top and bottom of page margins equal</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="164"/>
        <source>Swap items to the left</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="165"/>
        <source>Swap items to the right</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="155"/>
        <source>Make horizontal gaps between items and sides of page margins equal</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="153"/>
        <source>Make vertical gaps between items and the top and bottom of page equal</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="103"/>
        <source>&lt;qt&gt;Align relative to the:&lt;ul&gt;&lt;li&gt;First selected item&lt;/li&gt;&lt;li&gt;Second Selected Item&lt;/li&gt;&lt;li&gt;The current page&lt;/li&gt;&lt;li&gt;The margins of the current page&lt;/li&gt;&lt;li&gt;A Guide&lt;/li&gt;&lt;li&gt;The selection&lt;/ul&gt;&lt;/qt&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/aligndistribute.cpp" line="105"/>
        <source>The location of the selected guide to align to</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>AlignSelect</name>
    <message>
        <location filename="../../../scribus/ui/alignselect.cpp" line="110"/>
        <source>Align Text Left</source>
        <translation>Lerrokatu testua ezkerrean</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/alignselect.cpp" line="111"/>
        <source>Align Text Right</source>
        <translation>Lerrokatu testua eskuinean</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/alignselect.cpp" line="112"/>
        <source>Align Text Center</source>
        <translation>Lerrokatu testua erdian</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/alignselect.cpp" line="113"/>
        <source>Align Text Justified</source>
        <translation>Lerrokatu testua justifikatuta</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/alignselect.cpp" line="114"/>
        <source>Align Text Forced Justified</source>
        <translation>Lerrokatu testua derrigorrez justifikatuta</translation>
    </message>
</context>
<context>
    <name>Annot</name>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="61"/>
        <source>Field Properties</source>
        <translation>Eremu-propietateak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="92"/>
        <location filename="../../../scribus/ui/annot.cpp" line="534"/>
        <source>Type:</source>
        <translation>Mota:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="96"/>
        <source>Button</source>
        <translation>Botoia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="96"/>
        <source>Text Field</source>
        <translation>Testu-eremua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="96"/>
        <source>Check Box</source>
        <translation>Kontrol-laukia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="96"/>
        <source>Combo Box</source>
        <translation>Konbinazio-koadroa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="96"/>
        <source>List Box</source>
        <translation>Zerrenda-koadroa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="111"/>
        <source>Properties</source>
        <translation>Propietateak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="121"/>
        <source>Name:</source>
        <translation>Izena:</translation>
    </message>
    <message>
        <source>Tool-Tip:</source>
        <translation type="obsolete">Argibidea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="146"/>
        <location filename="../../../scribus/ui/annot.cpp" line="274"/>
        <source>Text</source>
        <translation>Testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="152"/>
        <source>Font for use with PDF 1.3:</source>
        <translation>Letra-tipoa PDF 1.3rekin erabiltzeko:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="176"/>
        <source>Border</source>
        <translation>Ertza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="182"/>
        <source>Color:</source>
        <translation>Kolorea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="2110"/>
        <source>None</source>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="197"/>
        <source>Width:</source>
        <translation>Zabalera:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="201"/>
        <source>Thin</source>
        <translation>Mehea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="201"/>
        <location filename="../../../scribus/ui/annot.cpp" line="311"/>
        <source>Normal</source>
        <translation>Normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="201"/>
        <source>Wide</source>
        <translation>Zabala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="209"/>
        <source>Style:</source>
        <translation>Estiloa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="213"/>
        <source>Solid</source>
        <translation>Lisoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="213"/>
        <source>Dashed</source>
        <translation>Marratxoduna</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="213"/>
        <source>Underline</source>
        <translation>Azpimarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="214"/>
        <source>Beveled</source>
        <translation>Alakatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="214"/>
        <source>Inset</source>
        <translation>Barnekoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="224"/>
        <source>Other</source>
        <translation>Bestelakoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="230"/>
        <source>Read Only</source>
        <translation>Irakurtzeko soilik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="236"/>
        <source>Required</source>
        <translation>Beharrezkoa</translation>
    </message>
    <message>
        <source>Don&apos;t Export Value</source>
        <translation type="obsolete">Ez esportatu balioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="248"/>
        <source>Visibility:</source>
        <translation>Ikusgaitasuna:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="252"/>
        <source>Visible</source>
        <translation>Ikusgai</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="252"/>
        <source>Hidden</source>
        <translation>Ezkutatuta</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="252"/>
        <source>No Print</source>
        <translation>Inprimatzerik ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="253"/>
        <source>No View</source>
        <translation>Ikuspegirik ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="262"/>
        <source>Appearance</source>
        <translation>Itxura</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="280"/>
        <source>Text for Button Down</source>
        <translation>Behera joateko botoiaren testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="283"/>
        <source>Text for Roll Over</source>
        <translation>Buelta emateko testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="294"/>
        <source>Icons</source>
        <translation>Ikonoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="300"/>
        <source>Use Icons</source>
        <translation>Erabili ikonoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="321"/>
        <location filename="../../../scribus/ui/annot.cpp" line="339"/>
        <location filename="../../../scribus/ui/annot.cpp" line="357"/>
        <source>Remove</source>
        <translation>Kendu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="329"/>
        <source>Pressed</source>
        <translation>Sakatuta</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="347"/>
        <source>Roll Over</source>
        <translation>Eman buelta</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="366"/>
        <source>Icon Placement...</source>
        <translation>Ikonoaren kokalekua...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="415"/>
        <source>Highlight</source>
        <translation>Nabarmendu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="422"/>
        <source>Invert</source>
        <translation>Alderantzikatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="422"/>
        <source>Outlined</source>
        <translation>Kanpoko ertza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="422"/>
        <source>Push</source>
        <translation>Bultza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="439"/>
        <source>Multi-Line</source>
        <translation>Marra anizkoitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="443"/>
        <source>Password</source>
        <translation>Pasahitza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="450"/>
        <source>Limit of</source>
        <translation>Muga:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="461"/>
        <source>Characters</source>
        <translation>Karaktere</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="467"/>
        <source>Do Not Scroll</source>
        <translation>Ez korritu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="471"/>
        <source>Do Not Spell Check</source>
        <translation>Ez egiaztatu ortografia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="486"/>
        <source>Check Style:</source>
        <translation>Egiaztatu estiloa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="489"/>
        <source>Check</source>
        <translation>Egiaztatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="489"/>
        <source>Cross</source>
        <translation>Gurutzea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="489"/>
        <source>Diamond</source>
        <translation>Diamantea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="489"/>
        <source>Circle</source>
        <translation>Zirkulua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="489"/>
        <source>Star</source>
        <translation>Izarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="489"/>
        <source>Square</source>
        <translation>Karratua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="503"/>
        <source>Default is Checked</source>
        <translation>Lehenetsia egiaztatuta dago</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="515"/>
        <source>Editable</source>
        <translation>Editagarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="522"/>
        <source>Options</source>
        <translation>Aukerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="538"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2073"/>
        <source>Go To</source>
        <translation>Joan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="539"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2074"/>
        <source>Submit Form</source>
        <translation>Bidali inprimakia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="539"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2074"/>
        <source>Reset Form</source>
        <translation>Berrezarri inprimakia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="539"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2074"/>
        <source>Import Data</source>
        <translation>Inportatu datuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="571"/>
        <source>Event:</source>
        <translation>Gertaera:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="574"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2053"/>
        <source>Mouse Up</source>
        <translation>Sagua gora</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="574"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2053"/>
        <source>Mouse Down</source>
        <translation>Sagua behera</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="574"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2053"/>
        <source>Mouse Enter</source>
        <translation>Sagua sartu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="575"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2054"/>
        <source>Mouse Exit</source>
        <translation>Sagua irten</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="575"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2054"/>
        <source>On Focus</source>
        <translation>Enfokatuta:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="575"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2054"/>
        <source>On Blur</source>
        <translation>Lausotuta</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="586"/>
        <source>Script:</source>
        <translation>Script-a:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="605"/>
        <location filename="../../../scribus/ui/annot.cpp" line="934"/>
        <location filename="../../../scribus/ui/annot.cpp" line="960"/>
        <location filename="../../../scribus/ui/annot.cpp" line="1037"/>
        <location filename="../../../scribus/ui/annot.cpp" line="1112"/>
        <source>Edit...</source>
        <translation>Editatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="671"/>
        <source>Submit to URL:</source>
        <translation>Bidali URLra:</translation>
    </message>
    <message>
        <source>Submit Data as HTML</source>
        <translation type="obsolete">Bidali datuak HTML gisa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="708"/>
        <source>Import Data from:</source>
        <translation>Inportatu datuak hemendik:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="611"/>
        <source>Destination</source>
        <translation>Helburua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="617"/>
        <source>To File:</source>
        <translation>Fitxategira:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="624"/>
        <source>Change...</source>
        <translation>Aldatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="633"/>
        <source>Page:</source>
        <translation>Orrialdea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="647"/>
        <source>X-Pos:</source>
        <translation>X posizioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="650"/>
        <location filename="../../../scribus/ui/annot.cpp" line="659"/>
        <source> pt</source>
        <translation> pt</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="655"/>
        <source>Y-Pos:</source>
        <translation>Y posizioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="717"/>
        <source>Action</source>
        <translation>Ekintza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="748"/>
        <source>Field is formatted as:</source>
        <translation>Eremuak formatu hau du:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="751"/>
        <source>Plain</source>
        <translation>Soila</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="751"/>
        <source>Number</source>
        <translation>Zenbakia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="751"/>
        <source>Percentage</source>
        <translation>Ehunekoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="751"/>
        <source>Date</source>
        <translation>Data</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="751"/>
        <source>Time</source>
        <translation>Ordua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="751"/>
        <source>Custom</source>
        <translation>Pertsonalizatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="769"/>
        <source>Number Format</source>
        <translation>Zenbaki-formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="778"/>
        <location filename="../../../scribus/ui/annot.cpp" line="837"/>
        <source>Decimals:</source>
        <translation>Hamartarrak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="792"/>
        <source>Use Currency Symbol</source>
        <translation>Erabili moneta-ikurra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="801"/>
        <source>Prepend Currency Symbol</source>
        <translation>Erantsi moneta-ikurra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="805"/>
        <location filename="../../../scribus/ui/annot.cpp" line="848"/>
        <source>Formatting</source>
        <translation>Formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="828"/>
        <source>Percent Format</source>
        <translation>Ehuneko-formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="871"/>
        <source>Date Format</source>
        <translation>Data-formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="897"/>
        <source>Time Format</source>
        <translation>Ordu-formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="919"/>
        <source>Custom Scripts</source>
        <translation>Pertsonalizatuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="931"/>
        <source>Format:</source>
        <translation>Formatua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="957"/>
        <source>Keystroke:</source>
        <translation>Tekla-sakatzea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="981"/>
        <source>Format</source>
        <translation>Formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="997"/>
        <source>Value is not validated</source>
        <translation>Balioa balidatu gabe dago</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1006"/>
        <source>Value must be greater than or equal to:</source>
        <translation>Balioak honen berdina edo handiagoa izan behar du:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1010"/>
        <source>and less or equal to:</source>
        <translation>edo honen berdina edo txikiagoa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1021"/>
        <source>Custom validate script:</source>
        <translation>Script-aren balidazio pertsonalizatua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1042"/>
        <source>Validate</source>
        <translation>Balidatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1059"/>
        <source>Value is not calculated</source>
        <translation>Balioa kalkulatu gabe dago</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1068"/>
        <source>Value is the</source>
        <translation>Balioa hau da:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1073"/>
        <source>sum</source>
        <translation>batuketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1073"/>
        <source>product</source>
        <translation>biderketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1073"/>
        <source>average</source>
        <translation>batez bestekoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1073"/>
        <source>minimum</source>
        <translation>gutxienekoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1074"/>
        <source>maximum</source>
        <translation>gehienezkoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1081"/>
        <source>of the following fields:</source>
        <translation>eremu hauena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1091"/>
        <source>Pick...</source>
        <translation>Aukeratu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1096"/>
        <source>Custom calculation script:</source>
        <translation>Script-aren kalkulu pertsonalizatua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1116"/>
        <source>Calculate</source>
        <translation>Kalkulatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1135"/>
        <source>OK</source>
        <translation>Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1139"/>
        <source>Cancel</source>
        <translation>Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1190"/>
        <location filename="../../../scribus/ui/annot.cpp" line="1191"/>
        <source>Flag is ignored for PDF 1.3</source>
        <translation>Banderari ez ikusi egin zaio PDF 1.3erako</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1192"/>
        <source>Enter a comma separated list of fields here</source>
        <translation>Sartu komaz bereiztutako eremuen zerrenda hemen</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1193"/>
        <source>You need at least the Icon for Normal to use Icons for Buttons</source>
        <translation>Gutxienez &apos;Normala&apos;ren ikonoa behar duzu botoien ikonoak erabiltzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1303"/>
        <location filename="../../../scribus/ui/annot.cpp" line="1335"/>
        <location filename="../../../scribus/ui/annot.cpp" line="1360"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2268"/>
        <source>Open</source>
        <translation>Ireki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1475"/>
        <source>Example:</source>
        <translation>Adibidea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="2102"/>
        <source>Selection Change</source>
        <translation>Hautapen-aldaketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="2268"/>
        <source>PDF Files (*.pdf);;All Files (*)</source>
        <translation>PDF fitxategiak (*.pdf);;Fitxategi guztiak (*)</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="538"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2073"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2111"/>
        <source>JavaScript</source>
        <translation>JavaScript</translation>
    </message>
    <message>
        <source>Images (*.tif *.png *.jpg *.xpm);;PostScript (*.eps);;All Files (*)</source>
        <translation type="obsolete">Irudiak (*.tif *.png *.jpg *.xpm);;PostScript (*.eps);;Fitxategi guztiak (*)</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="422"/>
        <source>None</source>
        <comment>highlight</comment>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="538"/>
        <location filename="../../../scribus/ui/annot.cpp" line="2073"/>
        <source>None</source>
        <comment>action</comment>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="134"/>
        <source>Tooltip:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="242"/>
        <source>Do Not Export Value</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1336"/>
        <location filename="../../../scribus/ui/annot.cpp" line="1361"/>
        <source>Images (*.tif *.png *.jpg *.xpm);;PostScript (*.eps *.epsi);;All Files (*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="1304"/>
        <source>Images (*.tif *.png *.jpg *.xpm);;%1;;All Files (*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="626"/>
        <source>Export absolute Filename</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="683"/>
        <source>Submit format:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="686"/>
        <source>FDF</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="686"/>
        <source>HTML</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="686"/>
        <source>XFDF</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annot.cpp" line="686"/>
        <source>PDF</source>
        <translation type="unfinished">PDF</translation>
    </message>
</context>
<context>
    <name>Annota</name>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="47"/>
        <source>Annotation Properties</source>
        <translation>Oharpen-propietateak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="77"/>
        <source>Text</source>
        <translation>Testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="78"/>
        <source>Link</source>
        <translation>Esteka</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="79"/>
        <source>External Link</source>
        <translation>Kanpoko esteka</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="80"/>
        <source>External Web-Link</source>
        <translation>Kanpoko web esteka</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="118"/>
        <source>Destination</source>
        <translation>Helburua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="168"/>
        <location filename="../../../scribus/ui/annota.cpp" line="177"/>
        <source> pt</source>
        <translation> pt</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="409"/>
        <source>Open</source>
        <translation>Ireki</translation>
    </message>
    <message>
        <source>PDF-Documents (*.pdf);;All Files (*)</source>
        <translation type="obsolete">PDF dokumentuak (*.pdf);;Fitxategi guztiak (*)</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="82"/>
        <source>&amp;Type:</source>
        <translation>&amp;Mota:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="129"/>
        <source>C&amp;hange...</source>
        <translation>&amp;Aldatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="147"/>
        <source>&amp;Page:</source>
        <translation>&amp;Orrialdea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="171"/>
        <source>&amp;X-Pos</source>
        <translation>&amp;X posizioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="179"/>
        <source>&amp;Y-Pos:</source>
        <translation>&amp;Y posizioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="409"/>
        <source>%1;;All Files (*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/annota.cpp" line="131"/>
        <source>Export absolute Filename</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ApplyMasterPageDialog</name>
    <message>
        <source>Normal</source>
        <translation type="obsolete">Normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="267"/>
        <source>Apply Master Page</source>
        <translation>Aplikatu orri maisua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="268"/>
        <source>&amp;Master Page:</source>
        <translation>Orri &amp;maisua:</translation>
    </message>
    <message>
        <source>Apply To</source>
        <translation type="obsolete">Aplikatu honi</translation>
    </message>
    <message>
        <source>Current &amp;page</source>
        <translation type="obsolete">Uneko &amp;orrialdea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="271"/>
        <source>Alt+P</source>
        <translation>Alt+O</translation>
    </message>
    <message>
        <source>&amp;Even pages</source>
        <translation type="obsolete">Orri b&amp;ikoitiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="273"/>
        <source>Alt+E</source>
        <translation>Alt+I</translation>
    </message>
    <message>
        <source>O&amp;dd pages</source>
        <translation type="obsolete">Orri b&amp;akoitiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="275"/>
        <source>Alt+D</source>
        <translation>Alt+A</translation>
    </message>
    <message>
        <source>&amp;All pages</source>
        <translation type="obsolete">Orrialde &amp;guztiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="277"/>
        <source>Alt+A</source>
        <translation>Alt+G</translation>
    </message>
    <message>
        <source>&amp;Within range</source>
        <translation type="obsolete">Barrutiaren &amp;barruan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="279"/>
        <source>Alt+W</source>
        <translation>Alt+B</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="281"/>
        <source>to</source>
        <translation>nora:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="283"/>
        <source>Alt+O</source>
        <translation>Alt+N</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="285"/>
        <source>Alt+C</source>
        <translation> Alt+C</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="280"/>
        <source>Apply the selected master page to even, odd or all pages within the following range</source>
        <translation>Aplikatu hautatutako orri maisua honako barrutiko orrialde bakoiti, bikoiti edo guztiei</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="52"/>
        <source>Possible Hyphenation</source>
        <translation type="unfinished">Hitz-zatiketa egin daiteke</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="269"/>
        <source>Apply to</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="270"/>
        <source>Current &amp;Page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="272"/>
        <source>&amp;Even Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="274"/>
        <source>O&amp;dd Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="276"/>
        <source>&amp;All Pages</source>
        <translation type="unfinished">Orrialde &amp;guztiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/applytemplatedialog.cpp" line="278"/>
        <source>&amp;Within Range</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ArrowChooser</name>
    <message>
        <source>None</source>
        <translation type="obsolete">Bat ere ez</translation>
    </message>
</context>
<context>
    <name>AspellPlugin</name>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellplugin.cpp" line="68"/>
        <source>Spell-checking support</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellplugin.cpp" line="70"/>
        <source>Adds support for spell-checking via aspell. Languages can be chosen from among the installed aspell dictionaries, and spell-checking can be done on the fly, or on selected text.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellplugin.cpp" line="74"/>
        <source>0.1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellplugin.cpp" line="36"/>
        <source>Spell Checker</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellplugin.cpp" line="99"/>
        <source>Aspell Plugin Error</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>AspellPluginBase</name>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="13"/>
        <source>Spell Check</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="118"/>
        <source>Replacement:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="278"/>
        <source>&amp;Add Word</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="306"/>
        <source>&amp;Change</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&amp;Exit</source>
        <translation type="obsolete">I&amp;rten</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="45"/>
        <source>Not in Dictionary:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="70"/>
        <source>Word that was not found in the active dictionary</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="125"/>
        <source>Replacement text for the current word that was not found in the dictionary</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="181"/>
        <source>Active Dictionary: </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="194"/>
        <source>The currently active dictionary. Scribus uses aspell for dictionary support.&lt;br /&gt;If you require updated or more dictionaries, you should install them via your system&apos;s installation system or package manager.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="225"/>
        <source>Ignore the current text not found in the active dictionary</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="228"/>
        <source>&amp;Ignore</source>
        <translation type="unfinished">&amp;Ez ikusi egin</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="247"/>
        <source>Ignore all occurrences of the current text not found in the active dictionary</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="250"/>
        <source>I&amp;gnore All</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="275"/>
        <source>Add the current word to the your personal spelling dictionary for future use</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="303"/>
        <source>Change the current word that was not found to that shown in the replacement entry field</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="331"/>
        <source>Change all occurrences of the current word in the text that was not found to that shown in the replacement entry field</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="334"/>
        <source>Change A&amp;ll</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginbase.ui" line="372"/>
        <source>Close</source>
        <translation type="unfinished">Itxi</translation>
    </message>
</context>
<context>
    <name>AspellPluginImpl</name>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="44"/>
        <source>Loaded </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="44"/>
        <source>default </source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="44"/>
        <source> aspell dictionary.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="89"/>
        <source>aspellplugin (AspellPluginImpl::AspellPluginImpl): Error in aspell speller configuration.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="96"/>
        <source>aspellplugin (AspellPluginImpl::AspellPluginImpl): Error in creating aspell speller.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="365"/>
        <source>AspellPluginImpl::on_fskipAllBtn_clicked(): Unable to skip all instances of &quot;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="367"/>
        <source> by adding it to the session list.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="388"/>
        <source>AspellPluginImpl::on_faddWordBtn_clicked(): Unable to add word to personal list.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="242"/>
        <source>Spelling check complete</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="243"/>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="434"/>
        <source>Spell Checker</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="69"/>
        <source>No available Aspell dictionaries found. Install some, please.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/tools/spellcheck/aspellpluginimpl.cpp" line="435"/>
        <source>Do you want start from the beginning of the selection with new language selected?</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>AutoformButtonGroup</name>
    <message>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="36"/>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="1280"/>
        <source>Arrows</source>
        <translation type="unfinished">Geziak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="44"/>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="1281"/>
        <source>Flow Chart</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="53"/>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="1282"/>
        <source>Jigsaw</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="66"/>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="1283"/>
        <source>Specials</source>
        <translation type="unfinished">Bereziak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="21"/>
        <location filename="../../../scribus/ui/autoformbuttongroup.cpp" line="1279"/>
        <source>Default Shapes</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>Barcode</name>
    <message>
        <source>&amp;Barcode Generator...</source>
        <translation type="obsolete">&amp;Barra-kode sortzailea...</translation>
    </message>
    <message>
        <source>Scribus frontend for Pure Postscript Barcode Writer</source>
        <translation type="obsolete">Postscript Osoko Barra-kode Idazlearen Scribus-eko interfazea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcode.cpp" line="22"/>
        <source>&amp;Barcode...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcode.cpp" line="39"/>
        <source>Scribus frontend for Pure PostScript Barcode Writer</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>BarcodeGenerator</name>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="340"/>
        <source>Error opening file: %1</source>
        <translation>Errorea fitxategia irekitzean: %1</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="41"/>
        <source>12 or 13 digits</source>
        <translation>12 edo 13 digitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="43"/>
        <source>8 digits</source>
        <translation>8 digitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="45"/>
        <source>11 or 12 digits</source>
        <translation>11 edo 12 digitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="47"/>
        <source>7 or 8 digits</source>
        <translation>7 edo 8 digitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="49"/>
        <source>5 digits</source>
        <translation>5 digitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="51"/>
        <source>2 digits</source>
        <translation>2 digitu</translation>
    </message>
    <message>
        <source>9 or 10 digits separated appropriately with dashes</source>
        <translation type="obsolete">9 edo 10 digitu marrekin bereiztuta</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="58"/>
        <source>Variable number of characters, digits and any of the symbols -. *$/+%.</source>
        <translation>Karaktere, digitu eta -. *$/+% ikurren kopuru aldagarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="63"/>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="67"/>
        <source>Variable number of ASCII characters and special function symbols, starting with the appropriate start character for the initial character set. UCC/EAN-128s must have a mandatory FNC 1 symbol immediately following the start character.</source>
        <translation>ASCII karaktere- eta funtzio berezien ikur-kopuru aldagarria, 
hasierako karaktere egokiarekin hasiz, hasierako karakterea 
ezartzeko. UCC/EAN-128 kodeak derrigorrez FNC 1 ikurra eduki 
behar du hasierako karaktereari berehala jarraituz.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="70"/>
        <source>Variable number of digits and any of the symbols -$:/.+ABCD.</source>
        <translation>Digitu eta -$:/.+ABCD ikurretarikoen kopuru aldagarria.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="78"/>
        <source>Variable number of digits. An ITF-14 is 14 characters and does not have a check digit</source>
        <translation>Digitu-kopuru aldagarria. ITF-14 14 karakteretakoa da eta ez du digituen kontrol-baturarik.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="74"/>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="82"/>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="85"/>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="93"/>
        <source>Variable number of digits</source>
        <translation>Digitu-kopuru aldakorra</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="89"/>
        <source>Variable number of digits and capital letters</source>
        <translation>Digitu eta letra maiuskulen kopuru aldakorra</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="98"/>
        <source>Variable number of hexadecimal characters</source>
        <translation>Karaktere hamaseitarren kopuru aldakorra</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="374"/>
        <source>Barcode incomplete</source>
        <translation>Barra-kode osatugabea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="54"/>
        <source>12 or 13 digits with dashes. The legacy ISBN-10 format accepts 9 or 10 digits with dashes, but this standard was depreciated for public use after 1st January 2007. (Note: To convert an old ISBN-10 to a new ISBN-13, prefix 978- to the first 9 digits, e.g. 1-56592-479-7 -&gt; 978-1-56592-479. The final check-digit will be calculated automatically.)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="105"/>
        <source>Select Type</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.cpp" line="163"/>
        <source>Select Barcode Type</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>BarcodeGeneratorBase</name>
    <message>
        <source>Barcode Creator</source>
        <translation type="obsolete">Barra-kode sortzailea</translation>
    </message>
    <message>
        <source>Barcode</source>
        <translation type="obsolete">Barra-kodea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="140"/>
        <source>&amp;Type:</source>
        <translation>&amp;Mota:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="133"/>
        <source>Select one of the available barcode type here</source>
        <translation>Hautatu barra-kode mota erabilgarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="113"/>
        <source>The numeric representation of the code itself. See the help message below</source>
        <translation>Kodearen adierazpen numerikoa. Ikus azpiko laguntzako mezua</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="103"/>
        <source>Reset the barcode samples</source>
        <translation>Berrezarri barra-kodearen laginak</translation>
    </message>
    <message>
        <source>&amp;Include text in barcode</source>
        <translation type="obsolete">&amp;Txertatu testua barra-kodean</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="81"/>
        <source>Alt+I</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="75"/>
        <source>If checked, there will be numbers in the barcode too</source>
        <translation>Aktibatzen bada, zenbakiak egon daitezke barra-kodean</translation>
    </message>
    <message>
        <source>&amp;Guard whitespace</source>
        <translation type="obsolete">&amp;Gorde zuriuneak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="68"/>
        <source>Alt+G</source>
        <translation>Alt+G</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="62"/>
        <source>Draw arrows to be sure of space next the code</source>
        <translation>Marraztu geziak kodetik gertu lekua egoteko</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="156"/>
        <source>Colors</source>
        <translation>Koloreak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="184"/>
        <source>&amp;Background</source>
        <translation>A&amp;tzeko planoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="187"/>
        <source>Alt+B</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="181"/>
        <source>Background color - under the code lines</source>
        <translation>Atzeko planoko kolorea - kode-marren azpian</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="216"/>
        <source>&amp;Lines</source>
        <translation>&amp;Marrak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="219"/>
        <source>Alt+L</source>
        <translation>Alt+M</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="213"/>
        <source>Color of the lines in barcode</source>
        <translation>Barra-kodeko marren kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="248"/>
        <source>&amp;Text</source>
        <translation>&amp;Testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="251"/>
        <source>Alt+T</source>
        <translation>Alt+T</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="245"/>
        <source>Color of the text and numbers</source>
        <translation>Testuaren eta zenbakien kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="280"/>
        <source>Hints and help is shown here</source>
        <translation>Argibideak eta laguntze erakusten dira</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="290"/>
        <source>Preview of the result. 72dpi sample.</source>
        <translation>Emaitzaren aurrebista. 72 dpi lagina.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="120"/>
        <source>Co&amp;de:</source>
        <translation>Ko&amp;dea:</translation>
    </message>
    <message>
        <source>I&amp;nclude checksum</source>
        <translation type="obsolete">Txe&amp;rtatu kontrol-batura</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="55"/>
        <source>Alt+N</source>
        <translation>Alt+R</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="49"/>
        <source>Generate and include a checksum in barcode</source>
        <translation>Sortu eta txertatu kontrol-batura barra-kodean</translation>
    </message>
    <message>
        <source>Incl&amp;ude checksum digit</source>
        <translation type="obsolete">Txertat&amp;u kontrol-baturaren digitoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="42"/>
        <source>Alt+U</source>
        <translation>Alt+U</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="36"/>
        <source>Include the checksum digit in the barcode text</source>
        <translation>Txertatu kontrol-baturako digitoa barra-kodeko testuan</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="15"/>
        <source>Insert Barcode</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="24"/>
        <source>Format</source>
        <translation type="unfinished">Formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="39"/>
        <source>Incl&amp;ude Checksum Digit</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="52"/>
        <source>I&amp;nclude Checksum</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="65"/>
        <source>&amp;Guard Whitespace</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/barcodegenerator/barcodegenerator.ui" line="78"/>
        <source>&amp;Include Text in Barcode</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>Biblio</name>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1692"/>
        <source>Scrapbook</source>
        <translation>Berri laburren albuma</translation>
    </message>
    <message>
        <source>&amp;New</source>
        <translation type="obsolete">&amp;Berria</translation>
    </message>
    <message>
        <source>&amp;Load...</source>
        <translation type="obsolete">&amp;Kargatu...</translation>
    </message>
    <message>
        <source>Save &amp;As...</source>
        <translation type="obsolete">Gorde &amp;honela...</translation>
    </message>
    <message>
        <source>&amp;Close</source>
        <translation type="obsolete">It&amp;xi</translation>
    </message>
    <message>
        <source>&amp;File</source>
        <translation type="obsolete">&amp;Fitxategia</translation>
    </message>
    <message>
        <source>&amp;Preview</source>
        <translation type="obsolete">&amp;Aurrebista</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1006"/>
        <source>Rename</source>
        <translation>Izena aldatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1008"/>
        <source>Delete</source>
        <translation>Ezabatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1498"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1506"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1591"/>
        <source>Object</source>
        <translation>Objektua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1083"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1274"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1408"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1511"/>
        <source>&amp;Name:</source>
        <translation>&amp;Izena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1083"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1408"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1511"/>
        <source>New Entry</source>
        <translation>Sarrera berria</translation>
    </message>
    <message>
        <source>Name &quot;%1&quot; is not unique.
Please choose another.</source>
        <translation type="obsolete">&quot;%1&quot; izena ez da bakarra. 
Aukeratu beste bat.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="829"/>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="861"/>
        <source>Choose a Scrapbook Directory</source>
        <translation>Aukeratu berri laburren albumaren direktorioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="924"/>
        <source>Choose a Directory</source>
        <translation>Aukeratu direktorioa</translation>
    </message>
    <message>
        <source>Scrapbook (*.scs)</source>
        <translation type="obsolete">berri laburren albuma (*.scs)</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="902"/>
        <source>Choose a scrapbook file to import</source>
        <translation>Aukeratu berri laburren albumaren fitxategia inportatzeko</translation>
    </message>
    <message>
        <source>&amp;Import Scrapbook File...</source>
        <translation type="obsolete">&amp;Inportatu berri laburren albumaren fitxategia...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="719"/>
        <source>Main</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="721"/>
        <source>Copied Items</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1013"/>
        <source>Copy To:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1014"/>
        <source>Move To:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1693"/>
        <source>Create a new scrapbook page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1694"/>
        <source>Load an existing scrapbook</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1695"/>
        <source>Save the selected scrapbook</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1696"/>
        <source>Import an scrapbook file from Scribus &lt;=1.3.2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1697"/>
        <source>Close the selected scrapbook</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1274"/>
        <source>New Name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="904"/>
        <source>Scrapbook (*.scs *.SCS)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1002"/>
        <source>Paste to Page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1058"/>
        <source>Save as...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1061"/>
        <source>Close</source>
        <translation type="unfinished">Itxi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1064"/>
        <source>Delete Contents</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/scrapbookpalette.cpp" line="1229"/>
        <source>Do you really want to delete all entries?</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>BookMView</name>
    <message>
        <source>Bookmarks</source>
        <translation type="obsolete">Laster-markak</translation>
    </message>
    <message>
        <source>Move Bookmark</source>
        <translation type="obsolete">Lekuz aldatu laster-marka</translation>
    </message>
    <message>
        <source>Insert Bookmark</source>
        <translation type="obsolete">Txertatu laster-marka</translation>
    </message>
    <message>
        <source>Cancel</source>
        <translation type="obsolete">Utzi</translation>
    </message>
</context>
<context>
    <name>BookPalette</name>
    <message>
        <location filename="../../../scribus/ui/bookmarkpalette.cpp" line="51"/>
        <source>Bookmarks</source>
        <translation>Laster-markak</translation>
    </message>
</context>
<context>
    <name>ButtonIcon</name>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="29"/>
        <source>Icon Placement</source>
        <translation>Ikonoaren kokalekua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="38"/>
        <source>Layout:</source>
        <translation>Diseinua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="41"/>
        <source>Caption only</source>
        <translation>Epigrafea bakarrik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="41"/>
        <source>Icon only</source>
        <translation>Ikonoa bakarrik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="41"/>
        <source>Caption below Icon</source>
        <translation>Ikonoaren azpiko epigrafea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="41"/>
        <source>Caption above Icon</source>
        <translation>Ikonoaren gaineko epigrafea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="42"/>
        <source>Caption right to Icon</source>
        <translation>Ikonoaren eskuineko epigrafea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="42"/>
        <source>Caption left to Icon</source>
        <translation>Ikonoaren ezkerreko epigrafea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="42"/>
        <source>Caption overlays Icon</source>
        <translation>Epigrafeak ikonoa gainjartzen du</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="50"/>
        <source>Scale:</source>
        <translation>Eskalatu:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="55"/>
        <source>Always</source>
        <translation>Beti</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="55"/>
        <source>When Icon is too small</source>
        <translation>Ikonoa txikiegia denean</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="56"/>
        <source>When Icon is too big</source>
        <translation>Ikonoa handiegia denean</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="56"/>
        <source>Never</source>
        <translation>Inoiz ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="63"/>
        <source>Scale How:</source>
        <translation>Eskalatu horrela:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="66"/>
        <source>Proportional</source>
        <translation>proportzionalki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="67"/>
        <source>Non Proportional</source>
        <translation>ez-proportzionalki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="90"/>
        <source>Icon</source>
        <translation>Ikonoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="117"/>
        <source>OK</source>
        <translation>Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="121"/>
        <source>Cancel</source>
        <translation>Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/buttonicon.cpp" line="124"/>
        <source>Reset</source>
        <translation>Berrezarri</translation>
    </message>
</context>
<context>
    <name>CMSPrefs</name>
    <message>
        <source>&amp;Activate Color Management</source>
        <translation type="obsolete">&amp;Aktibatu kolore-kudeaketa</translation>
    </message>
    <message>
        <source>System Profiles</source>
        <translation type="obsolete">Sistemaren profilak</translation>
    </message>
    <message>
        <source>&amp;Solid Colors:</source>
        <translation type="obsolete">Kolore &amp;lisoak:</translation>
    </message>
    <message>
        <source>&amp;Monitor:</source>
        <translation type="obsolete">&amp;Monitorea:</translation>
    </message>
    <message>
        <source>P&amp;rinter:</source>
        <translation type="obsolete">I&amp;nprimagailua:</translation>
    </message>
    <message>
        <source>Rendering Intents</source>
        <translation type="obsolete">Errendatze-modua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefs.cpp" line="26"/>
        <source>Monitor profiles can only be changed when no documents are currently opened.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefs.cpp" line="78"/>
        <source>Perceptual</source>
        <translation>Pertzepziokoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefs.cpp" line="78"/>
        <source>Relative Colorimetric</source>
        <translation>Koloremetria erlatiboa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefs.cpp" line="79"/>
        <source>Saturation</source>
        <translation>Saturazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefs.cpp" line="79"/>
        <source>Absolute Colorimetric</source>
        <translation>Koloremetria absolutua</translation>
    </message>
    <message>
        <source>M&amp;onitor:</source>
        <translation type="obsolete">M&amp;onitorea:</translation>
    </message>
    <message>
        <source>Pr&amp;inter:</source>
        <translation type="obsolete">In&amp;primagailua:</translation>
    </message>
    <message>
        <source>Sim&amp;ulate Printer on the Screen</source>
        <translation type="obsolete">&amp;Simulatu inprimagailua pantailan</translation>
    </message>
    <message>
        <source>Mark Colors out of &amp;Gamut</source>
        <translation type="obsolete">Nabarmendu &amp;gamatik kanpo dauden koloreak</translation>
    </message>
    <message>
        <source>Use &amp;Blackpoint Compensation</source>
        <translation type="obsolete">Erabili &amp;puntubeltza konpentsazioa</translation>
    </message>
    <message>
        <source>Default color profile for solid colors on the page</source>
        <translation type="obsolete">Kolore lehenetsiaren profila orriaren kolore lisoentzako</translation>
    </message>
    <message>
        <source>Color profile that you have generated or received from the manufacturer.
This profile should be specific to your monitor and not a generic profile (i.e. sRGB).</source>
        <translation type="obsolete">Hornitzailetik jasotako, edo zuk sortutako, kolore-profila. 
Profila hau zure monitorearentzako zehaztu beharko litzateke, 
eta ez profila orokorra (adib. sGBU).</translation>
    </message>
    <message>
        <source>Color profile for your printer model from the manufacturer.
This profile should be specific to your printer and not a generic profile (i.e. sRGB).</source>
        <translation type="obsolete">Hornitzaileak emandako inprimagilu modeloaren kolore-profila. 
Profila hau zure inprimagailuarentzako zehaztu beharko litzateke, 
eta ez profila orokorra (adib. sGBU).</translation>
    </message>
    <message>
        <source>Default rendering intent for your monitor. Unless you know why to change it,
Relative Colorimetric or Perceptual should be chosen.</source>
        <translation type="obsolete">Errendatze lehenetsia, zure monitoreak erabiltzeko. 
Ez badakizu zergaitik aldatu behar den, Koloremetria erlatiboa edo Pertzepziokoa aukeratu beharko litzateke.</translation>
    </message>
    <message>
        <source>Default rendering intent for your printer. Unless you know why to change it,
Relative Colorimetric or Perceptual should be chosen.</source>
        <translation type="obsolete">Errendatze lehenetsia, zure inprimagailuak erabiltzeko. 
Ez badakizu zergaitik aldatu behar den, Koloremetria erlatiboa edo Pertzepziokoa aukeratu beharko litzateke.</translation>
    </message>
    <message>
        <source>Enable &apos;soft proofing&apos; of how your document colors will print,
based on the chosen printer profile.</source>
        <translation type="obsolete">Gaitu &apos;softare probatzea&apos; koloretako dokumentuak nola inprimatuko 
lizaketeen ikusteko, aukeratutako inprimagailuaren profilaren arabera.</translation>
    </message>
    <message>
        <source>Method of showing colors on the screen which may not print properly.
This requires very accurate profiles and serves only as a warning.</source>
        <translation type="obsolete">Ongi inprimatuko ez diren koloreak pantailan erakusteko metodoa.
Honek profila oso zehatzak eskatzen ditu eta abisu gisa erabiltzeko da soilik.</translation>
    </message>
    <message>
        <source>Black Point Compensation is a method of improving contrast in photos.
It is recommended that you enable this if you have photos in your document.</source>
        <translation type="obsolete">Puntubeltza konpentsazioa argazkietako kontrastea hobetzeko 
metodoa da. Gomendagarria da hau gaitzea dokumentuan 
argazkirik egonez gero.</translation>
    </message>
    <message>
        <source>&amp;RGB Pictures:</source>
        <translation type="obsolete">&amp;GBU irudiak:</translation>
    </message>
    <message>
        <source>&amp;CMYK Pictures:</source>
        <translation type="obsolete">&amp;CMHB irudiak:</translation>
    </message>
    <message>
        <source>Default color profile for imported CMYK images</source>
        <translation type="obsolete">Kolore-profil lehenetsia CMHB irudiak inportatzeko</translation>
    </message>
    <message>
        <source>Default color profile for imported RGB images</source>
        <translation type="obsolete">Kolore-profil lehenetsia GBU irudiak inportatzeko</translation>
    </message>
    <message>
        <source>Images:</source>
        <translation type="obsolete">Irudiak:</translation>
    </message>
</context>
<context>
    <name>CMSPrefsBase</name>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="20"/>
        <source>Form</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="32"/>
        <source>&amp;Activate Color Management</source>
        <translation type="unfinished">&amp;Aktibatu kolore-kudeaketa</translation>
    </message>
    <message>
        <source>System Profiles</source>
        <translation type="obsolete">Sistemaren profilak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="54"/>
        <source>&amp;RGB Images:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="70"/>
        <source>Default color profile for imported RGB images</source>
        <translation type="unfinished">Kolore-profil lehenetsia GBU irudiak inportatzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="77"/>
        <source>&amp;CMYK Images:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="93"/>
        <source>Default color profile for imported CMYK images</source>
        <translation type="unfinished">Kolore-profil lehenetsia CMHB irudiak inportatzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="100"/>
        <source>&amp;RGB Solid Colors:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="116"/>
        <source>Default color profile for solid RGB colors on the page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="123"/>
        <source>&amp;CMYK Solid Colors:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="139"/>
        <source>Default color profile for solid CMYK colors on the page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="245"/>
        <source>Document Options</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="278"/>
        <source>Simulate printer on Screen</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="313"/>
        <source>Monitor Profile</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="325"/>
        <source>&amp;Monitor:</source>
        <translation type="unfinished">&amp;Monitorea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="341"/>
        <source>Color profile that you have generated or received from the manufacturer.
This profile should be specific to your monitor and not a generic profile (i.e. sRGB).</source>
        <translation type="unfinished">Hornitzailetik jasotako, edo zuk sortutako, kolore-profila. 
Profila hau zure monitorearentzako zehaztu beharko litzateke, 
eta ez profila orokorra (adib. sGBU).</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="146"/>
        <source>P&amp;rinter:</source>
        <translation type="unfinished">I&amp;nprimagailua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="42"/>
        <source>Document Profiles</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="162"/>
        <source>Color profile for your printer model from the manufacturer.
This profile should be specific to your printer and not a generic profile (i.e. sRGB).</source>
        <translation type="unfinished">Hornitzaileak emandako inprimagilu modeloaren kolore-profila. 
Profila hau zure inprimagailuarentzako zehaztu beharko litzateke, 
eta ez profila orokorra (adib. sGBU).</translation>
    </message>
    <message>
        <source>Rendering Intents</source>
        <translation type="obsolete">Errendatze-modua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="188"/>
        <source>Images:</source>
        <translation type="unfinished">Irudiak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="204"/>
        <source>Default rendering intent for images. Unless you know why to change it,
Relative Colorimetric or Perceptual should be chosen.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="212"/>
        <source>Sol&amp;id Colors:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="228"/>
        <source>Default rendering intent for solid colors. Unless you know why to change it,
Relative Colorimetric or Perceptual should be chosen.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="274"/>
        <source>Enable &apos;soft proofing&apos; of how your document colors will print,
based on the chosen printer profile.</source>
        <translation type="unfinished">Gaitu &apos;softare probatzea&apos; koloretako dokumentuak nola inprimatuko 
lizaketeen ikusteko, aukeratutako inprimagailuaren profilaren arabera.</translation>
    </message>
    <message>
        <source>Sim&amp;ulate Printer on the Screen</source>
        <translation type="obsolete">&amp;Simulatu inprimagailua pantailan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="285"/>
        <source>Simulate a full color managed environment :
all colors, rgb or cmyk, are converted to printer color space.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="289"/>
        <source>Convert all colors to printer space</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="296"/>
        <source>Method of showing colors on the screen which may not print properly.
This requires very accurate profiles and serves only as a warning.</source>
        <translation type="unfinished">Ongi inprimatuko ez diren koloreak pantailan erakusteko metodoa.
Honek profila oso zehatzak eskatzen ditu eta abisu gisa erabiltzeko da soilik.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="300"/>
        <source>Mark Colors out of &amp;Gamut</source>
        <translation type="unfinished">Nabarmendu &amp;gamatik kanpo dauden koloreak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="263"/>
        <source>Black Point Compensation is a method of improving contrast in photos.
It is recommended that you enable this if you have photos in your document.</source>
        <translation type="unfinished">Puntubeltza konpentsazioa argazkietako kontrastea hobetzeko 
metodoa da. Gomendagarria da hau gaitzea dokumentuan 
argazkirik egonez gero.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="176"/>
        <source>Document Rendering Intents</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmsprefsbase.ui" line="267"/>
        <source>Use &amp;Blackpoint Compensation</source>
        <translation type="unfinished">Erabili &amp;puntubeltza konpentsazioa</translation>
    </message>
</context>
<context>
    <name>CMYKChoose</name>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="92"/>
        <source>Edit Color</source>
        <translation>Editatu kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="101"/>
        <source>&amp;Name:</source>
        <translation>&amp;Izena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="111"/>
        <source>Color &amp;Model</source>
        <translation>Kolore-&amp;modeloa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="116"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="661"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="680"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="899"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="906"/>
        <source>CMYK</source>
        <translation>CMHB</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="117"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="414"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="911"/>
        <source>RGB</source>
        <translation>GBU</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="118"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="764"/>
        <source>Web Safe RGB</source>
        <translation>HTML notazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="141"/>
        <source>New</source>
        <translation>Berria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="158"/>
        <source>Old</source>
        <translation>Zaharra</translation>
    </message>
    <message>
        <source>HSV-Colormap</source>
        <translation type="obsolete">ÑSB kolore-mapa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="266"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="705"/>
        <source>C:</source>
        <translation>C:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="288"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="315"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="342"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="369"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="702"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="703"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="704"/>
        <source> %</source>
        <translation> %</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="293"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="706"/>
        <source>M:</source>
        <translation>M:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="320"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="707"/>
        <source>Y:</source>
        <translation>H:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="347"/>
        <source>K:</source>
        <translation>B:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="444"/>
        <source>Dynamic Color Bars</source>
        <translation>Kolore-barra dinamikoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="442"/>
        <source>Static Color Bars</source>
        <translation>Kolore-barra estatikoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="749"/>
        <source>R:</source>
        <translation>G:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="750"/>
        <source>G:</source>
        <translation>B:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="751"/>
        <source>B:</source>
        <translation>U:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="125"/>
        <source>Is Spot Color</source>
        <translation>Laguntzako kolorea</translation>
    </message>
    <message>
        <source>Is Registration Color</source>
        <translation type="obsolete">Kolorea kuatrikomian</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="1002"/>
        <source>You cannot create a color named &quot;%1&quot;.
It is a reserved name for transparent color</source>
        <translation>Ezin duzu &apos;%1&apos; izeneko kolorea sortu. 
Izena kolore gardenarentzat gordeta dago</translation>
    </message>
    <message>
        <source>Name of the color is not unique</source>
        <translation type="obsolete">Kolorearen izena ez da bakarra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="390"/>
        <source>Choosing this will make this color a spot color, thus creating another spot when creating plates or separations. This is used most often when a logo or other color needs exact representation or cannot be replicated with CMYK inks. Metallic and fluorescent inks are good examples which cannot be easily replicated with CMYK inks.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="1011"/>
        <source>The name of the color already exists,
please choose another one.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="784"/>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="785"/>
        <source>If color management is enabled, a triangle warning indicator is a warning that the color maybe outside of the color gamut of the current printer profile selected. What this means is the color may not print exactly as indicated on screen. More hints about gamut warnings are in the online help under Color Management.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="995"/>
        <source>You cannot create a color without a name
Please give it a name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cmykfw.cpp" line="196"/>
        <source>HSV Color Map</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CStyleP</name>
    <message>
        <source>Colors</source>
        <translation type="obsolete">Koloreak</translation>
    </message>
</context>
<context>
    <name>CWDialog</name>
    <message>
        <source>Normal Vision</source>
        <translation type="obsolete">Ikusmen normala</translation>
    </message>
    <message>
        <source>Protanopia (Red)</source>
        <translation type="obsolete">Gorriaren itsutasuna</translation>
    </message>
    <message>
        <source>Deuteranopia (Green)</source>
        <translation type="obsolete">Berdearen itsutasuna</translation>
    </message>
    <message>
        <source>Tritanopia (Blue)</source>
        <translation type="obsolete">Urdinaren itsutasuna</translation>
    </message>
    <message>
        <source>Full Color Blindness</source>
        <translation type="obsolete">Kolore osoen itxutasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="319"/>
        <source>Merging colors</source>
        <translation type="unfinished">Koloreak batzen</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="325"/>
        <source>Error: </source>
        <translation type="unfinished">Errorea: </translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="325"/>
        <source>Color %1 exists already!</source>
        <translation type="unfinished">%1 kolorea badago lehendik ere.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="330"/>
        <source>Color %1 appended.</source>
        <translation type="unfinished">%1 kolorea erantsita.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="334"/>
        <source>Now opening the color manager.</source>
        <translation type="unfinished">Kolore-kudeatzailea irekitzen.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="337"/>
        <source>Color Merging</source>
        <translation type="unfinished">Koloreak batzea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.cpp" line="486"/>
        <source>Unable to find the requested color. You have probably selected black, gray or white. There is no way to process this color.</source>
        <translation type="unfinished">Ezin izan da eskatutako kolorea aurkitu. Baliteke beltza, grisa edo 
zuria hautatzea. Ezin da kolore hau prozesatu.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="15"/>
        <source>Color Wheel</source>
        <translation type="unfinished">Kolore-gurpila</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="45"/>
        <source>Click the wheel to get the base color. Its color model depends on the chosen tab.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="52"/>
        <source>Result Colors</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="77"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="322"/>
        <source>CMYK</source>
        <translation type="unfinished">CMHB</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="82"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="543"/>
        <source>RGB</source>
        <translation type="unfinished">GBU</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="87"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="729"/>
        <source>HSV</source>
        <translation type="unfinished">ÑSB</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="106"/>
        <source>Colors of your chosen color scheme.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="116"/>
        <source>Color Scheme Method</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="142"/>
        <source>Angle:</source>
        <translation type="unfinished">Angelua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="152"/>
        <source>Difference between the selected value and the counted ones. Refer to documentation for more information.</source>
        <translation type="unfinished">Hautatutako balioaren eta zenbatutakoaren arteko desberdintasuna. 
Ikus dokumentazioa xehetasun gehiagorako.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="167"/>
        <source>Select one of the methods to create a color scheme. Refer to documentation for more information.</source>
        <translation type="unfinished">Hautatu metodo bat kolore-eskema sortzeko. Ikus 
dokumentazioa informazio gehiagorako.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="201"/>
        <source>Merge created colors into the document colors</source>
        <translation type="unfinished">Batu dokumentuko koloreetan sortutako koloreak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="204"/>
        <source>&amp;Merge</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="207"/>
        <source>Alt+M</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="214"/>
        <source>Replace created colors in the document colors</source>
        <translation type="unfinished">Ordeztu dokumentuko koloreetan sortutako koloreak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="217"/>
        <source>&amp;Replace</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="220"/>
        <source>Alt+R</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="227"/>
        <source>Leave colors untouched</source>
        <translation type="unfinished">Utzi koloreak ikutu gabe</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="230"/>
        <source>&amp;Cancel</source>
        <translation type="unfinished">&amp;Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="233"/>
        <source>Alt+C</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="242"/>
        <source>Preview:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="266"/>
        <source>Sample color scheme.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="285"/>
        <source>Simulate common vision defects here. Select type of the defect.</source>
        <translation type="unfinished">Simulatu ikusmen-akats arruntenak. Hautatu akats mota.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="292"/>
        <source>Vision Defect Type:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="342"/>
        <source>C:</source>
        <translation type="unfinished">C:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="352"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="382"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="412"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="442"/>
        <source> %</source>
        <translation type="unfinished"> %</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="372"/>
        <source>M:</source>
        <translation type="unfinished">M:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="402"/>
        <source>Y:</source>
        <translation type="unfinished">H:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="432"/>
        <source>K:</source>
        <translation type="unfinished">B:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="462"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="838"/>
        <source>RGB:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="498"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="685"/>
        <source>HSV:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="571"/>
        <source>R:</source>
        <translation type="unfinished">G:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="598"/>
        <source>G:</source>
        <translation type="unfinished">B:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="625"/>
        <source>B:</source>
        <translation type="unfinished">U:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="652"/>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="874"/>
        <source>CMYK:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="757"/>
        <source>H:</source>
        <translation type="unfinished">Ñ:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="784"/>
        <source>S:</source>
        <translation type="unfinished">S:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="811"/>
        <source>V:</source>
        <translation type="unfinished">B:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/cwdialog.ui" line="918"/>
        <source>Document</source>
        <translation type="unfinished">Dokumentua</translation>
    </message>
</context>
<context>
    <name>CWDialogBase</name>
    <message>
        <source>Color Wheel</source>
        <translation type="obsolete">Kolore-gurpila</translation>
    </message>
    <message>
        <source>CMYK</source>
        <translation type="obsolete">CMHB</translation>
    </message>
    <message>
        <source>C:</source>
        <translation type="obsolete">C:</translation>
    </message>
    <message>
        <source>M:</source>
        <translation type="obsolete">M:</translation>
    </message>
    <message>
        <source>Y:</source>
        <translation type="obsolete">H:</translation>
    </message>
    <message>
        <source>K:</source>
        <translation type="obsolete">B:</translation>
    </message>
    <message>
        <source>RGB</source>
        <translation type="obsolete">GBU</translation>
    </message>
    <message>
        <source>R:</source>
        <translation type="obsolete">G:</translation>
    </message>
    <message>
        <source>G:</source>
        <translation type="obsolete">B:</translation>
    </message>
    <message>
        <source>B:</source>
        <translation type="obsolete">U:</translation>
    </message>
    <message>
        <source>Document</source>
        <translation type="obsolete">Dokumentua</translation>
    </message>
    <message>
        <source>Select one of the methods to create a color scheme. Refer to documentation for more information.</source>
        <translation type="obsolete">Hautatu metodo bat kolore-eskema sortzeko. Ikus 
dokumentazioa informazio gehiagorako.</translation>
    </message>
    <message>
        <source>Angle:</source>
        <translation type="obsolete">Angelua:</translation>
    </message>
    <message>
        <source>Difference between the selected value and the counted ones. Refer to documentation for more information.</source>
        <translation type="obsolete">Hautatutako balioaren eta zenbatutakoaren arteko desberdintasuna. 
Ikus dokumentazioa xehetasun gehiagorako.</translation>
    </message>
    <message>
        <source>Merge created colors into the document colors</source>
        <translation type="obsolete">Batu dokumentuko koloreetan sortutako koloreak</translation>
    </message>
    <message>
        <source>Replace created colors in the document colors</source>
        <translation type="obsolete">Ordeztu dokumentuko koloreetan sortutako koloreak</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation type="obsolete">&amp;Utzi</translation>
    </message>
    <message>
        <source>Leave colors untouched</source>
        <translation type="obsolete">Utzi koloreak ikutu gabe</translation>
    </message>
    <message>
        <source>Simulate common vision defects here. Select type of the defect.</source>
        <translation type="obsolete">Simulatu ikusmen-akats arruntenak. Hautatu akats mota.</translation>
    </message>
    <message>
        <source> %</source>
        <translation type="obsolete"> %</translation>
    </message>
    <message>
        <source>HSV</source>
        <translation type="obsolete">ÑSB</translation>
    </message>
    <message>
        <source>H:</source>
        <translation type="obsolete">Ñ:</translation>
    </message>
    <message>
        <source>S:</source>
        <translation type="obsolete">S:</translation>
    </message>
    <message>
        <source>V:</source>
        <translation type="obsolete">B:</translation>
    </message>
</context>
<context>
    <name>Canvas</name>
    <message>
        <location filename="../../../scribus/canvas.cpp" line="2343"/>
        <location filename="../../../scribus/canvas.cpp" line="2371"/>
        <source>X: %1
Y: %2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/canvas.cpp" line="2356"/>
        <source>X: %1</source>
        <translation type="unfinished">X: %1</translation>
    </message>
    <message>
        <location filename="../../../scribus/canvas.cpp" line="2363"/>
        <source>Y: %1</source>
        <translation type="unfinished">Y: %1</translation>
    </message>
    <message>
        <location filename="../../../scribus/canvas.cpp" line="2379"/>
        <source>Length: %1
Angle: %2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/canvas.cpp" line="2381"/>
        <source>Width: %1
Height: %2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/canvas.cpp" line="2393"/>
        <source>Angle: %1</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CanvasMode_EyeDropper</name>
    <message>
        <location filename="../../../scribus/canvasmode_eyedropper.cpp" line="166"/>
        <source>The selected color does not exist in the document&apos;s color set. Please enter a name for this new color.</source>
        <translation type="unfinished">Hautatutako kolorea ez dago dokumentuaren kolore-multzoan. Sartu kolore berri honen 
izena.</translation>
    </message>
    <message>
        <location filename="../../../scribus/canvasmode_eyedropper.cpp" line="169"/>
        <source>Color Not Found</source>
        <translation type="unfinished">Kolorea ez da aurkitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/canvasmode_eyedropper.cpp" line="173"/>
        <source>The name you have selected already exists. Please enter a different name for this new color.</source>
        <translation type="unfinished">Emandako izena badago lehendik ere. Sartu beste izena kolore berri honentzako.</translation>
    </message>
</context>
<context>
    <name>CanvasMode_Normal</name>
    <message>
        <location filename="../../../scribus/canvasmode_normal.cpp" line="1293"/>
        <source>All Supported Formats</source>
        <translation type="unfinished">Onartutako formatu guztiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/canvasmode_normal.cpp" line="1324"/>
        <source>Open</source>
        <translation type="unfinished">Ireki</translation>
    </message>
</context>
<context>
    <name>CgmPlug</name>
    <message>
        <location filename="../../../scribus/plugins/import/cgm/importcgm.cpp" line="207"/>
        <source>Importing: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/cgm/importcgm.cpp" line="210"/>
        <source>Analyzing File:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/cgm/importcgm.cpp" line="140"/>
        <location filename="../../../scribus/plugins/import/cgm/importcgm.cpp" line="335"/>
        <source>Group%1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/cgm/importcgm.cpp" line="495"/>
        <source>Generating Items</source>
        <translation type="unfinished">Elementuak sortzen</translation>
    </message>
</context>
<context>
    <name>ChTable</name>
    <message>
        <source>You can see a thumbnail if you press and hold down the right mouse button. The Insert key inserts a Glyph into the Selection below and the Delete key removes the last inserted one</source>
        <translation type="obsolete">Koadro txikia ikus daiteke saguaren eskuineko botoia sakatuta mantantzen bada. &apos;Txertatu&apos; teklak glifo bat txertatzen du azpiko 
hautapenean, eta &apos;Ezabatu&apos; teklak sartutako azkena ezabatzen du.</translation>
    </message>
</context>
<context>
    <name>CharSelect</name>
    <message>
        <source>Select Character:</source>
        <translation type="obsolete">Hautatu karakterea:</translation>
    </message>
    <message>
        <source>Font:</source>
        <translation type="obsolete">Letra-tipoa:</translation>
    </message>
    <message>
        <source>Character Class:</source>
        <translation type="obsolete">Karaktere-klasea:</translation>
    </message>
    <message>
        <source>&amp;Insert</source>
        <translation type="obsolete">&amp;Txertatu</translation>
    </message>
    <message>
        <source>C&amp;lear</source>
        <translation type="obsolete">&amp;Garbitu</translation>
    </message>
    <message>
        <source>&amp;Close</source>
        <translation type="obsolete">It&amp;xi</translation>
    </message>
    <message>
        <source>Insert the characters at the cursor in the text</source>
        <translation type="obsolete">Txertatu karaktereak testuko kurtsorean</translation>
    </message>
    <message>
        <source>Delete the current selection(s).</source>
        <translation type="obsolete">Ezabatu uneko hautapena(k).</translation>
    </message>
    <message>
        <source>Full Character Set</source>
        <translation type="obsolete">Karaktere-multzo osoa</translation>
    </message>
    <message>
        <source>Basic Latin</source>
        <translation type="obsolete">Oinarrizko latina</translation>
    </message>
    <message>
        <source>Latin-1 Supplement</source>
        <translation type="obsolete">Latina-1 osagarria</translation>
    </message>
    <message>
        <source>Latin Extended-A</source>
        <translation type="obsolete">Latin hedatua-A</translation>
    </message>
    <message>
        <source>Latin Extended-B</source>
        <translation type="obsolete">Latin hedatua-B</translation>
    </message>
    <message>
        <source>General Punctuation</source>
        <translation type="obsolete">Puntuazio orokorra</translation>
    </message>
    <message>
        <source>Super- and Subscripts</source>
        <translation type="obsolete">Goi- eta azpi-indizeak</translation>
    </message>
    <message>
        <source>Currency Symbols</source>
        <translation type="obsolete">Moneta-ikurrak</translation>
    </message>
    <message>
        <source>Letterlike Symbols</source>
        <translation type="obsolete">Letra-tankerako ikurrak</translation>
    </message>
    <message>
        <source>Number Forms</source>
        <translation type="obsolete">Zenbaki-formatuak</translation>
    </message>
    <message>
        <source>Arrows</source>
        <translation type="obsolete">Geziak</translation>
    </message>
    <message>
        <source>Mathematical Operators</source>
        <translation type="obsolete">Eragile matematikoak</translation>
    </message>
    <message>
        <source>Box Drawing</source>
        <translation type="obsolete">Koadro-ertzak</translation>
    </message>
    <message>
        <source>Block Elements</source>
        <translation type="obsolete">Blokeko elementuak</translation>
    </message>
    <message>
        <source>Geometric Shapes</source>
        <translation type="obsolete">Irudi geometrikoak</translation>
    </message>
    <message>
        <source>Miscellaneous Symbols</source>
        <translation type="obsolete">Hainbat ikur</translation>
    </message>
    <message>
        <source>Dingbats</source>
        <translation type="obsolete">Dingbatak</translation>
    </message>
    <message>
        <source>Small Form Variants</source>
        <translation type="obsolete">Formatu txikiko aldaerak</translation>
    </message>
    <message>
        <source>Ligatures</source>
        <translation type="obsolete">Hizki-loturak</translation>
    </message>
    <message>
        <source>Specials</source>
        <translation type="obsolete">Bereziak</translation>
    </message>
    <message>
        <source>Greek</source>
        <translation type="obsolete">Greziera</translation>
    </message>
    <message>
        <source>Greek Extended</source>
        <translation type="obsolete">Greziera hedatua</translation>
    </message>
    <message>
        <source>Cyrillic</source>
        <translation type="obsolete">Zirilikoa</translation>
    </message>
    <message>
        <source>Cyrillic Supplement</source>
        <translation type="obsolete">Ziriliko gehigarria</translation>
    </message>
    <message>
        <source>Arabic</source>
        <translation type="obsolete">Arabiera</translation>
    </message>
    <message>
        <source>Arabic Extended A</source>
        <translation type="obsolete">Arabiera hedatua A</translation>
    </message>
    <message>
        <source>Arabic Extended B</source>
        <translation type="obsolete">Arabiera hedatua B</translation>
    </message>
    <message>
        <source>Hebrew</source>
        <translation type="obsolete">Hebreera</translation>
    </message>
    <message>
        <source>&amp;Insert Code:</source>
        <translation type="obsolete">&amp;Txertatu kodea:</translation>
    </message>
    <message>
        <source>Close this dialog and return to text editing</source>
        <translation type="obsolete">Itxi leiho hau eta itzuli testuaren ediziora</translation>
    </message>
    <message>
        <source>Type in a four digit unicode value directly here</source>
        <translation type="obsolete">Idatzi lau unicode digito balio zuzenean hemen</translation>
    </message>
    <message>
        <source>You can see a thumbnail if you press and hold down the right mouse button. The Insert key inserts a Glyph into the Selection below and the Delete key removes the last inserted one</source>
        <translation type="obsolete">Koadro txikia ikus daiteke saguaren eskuineko botoia sakatuta mantantzen bada. &apos;Txertatu&apos; teklak glifo bat txertatzen du azpiko 
hautapenean, eta &apos;Ezabatu&apos; teklak sartutako azkena ezabatzen du.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="31"/>
        <source>Scribus Char Palette (*.ucp);;All Files (*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="226"/>
        <source>Choose a filename to open</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="255"/>
        <location filename="../../../scribus/ui/charselect.cpp" line="297"/>
        <source>Error</source>
        <translation type="unfinished">Errorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="256"/>
        <source>Error reading file %1 - file is corrupted propably.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="298"/>
        <source>Cannot write file %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.ui" line="13"/>
        <source>Character Palette</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>&amp;Search</source>
        <translation type="obsolete">&amp;Bilatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="306"/>
        <source>Empty the Palette?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="307"/>
        <source>You will remove all characters from this palette. Are you sure?</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.ui" line="24"/>
        <source>Hide/Show Enhanced Palette</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselect.cpp" line="272"/>
        <source>Save Quick Character Palette</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CharSelectEnhanced</name>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="205"/>
        <source>Full Character Set</source>
        <translation type="unfinished">Karaktere-multzo osoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="210"/>
        <source>Basic Latin</source>
        <translation type="unfinished">Oinarrizko latina</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="216"/>
        <source>Latin-1 Supplement</source>
        <translation type="unfinished">Latina-1 osagarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="222"/>
        <source>Latin Extended-A</source>
        <translation type="unfinished">Latin hedatua-A</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="228"/>
        <source>Latin Extended-B</source>
        <translation type="unfinished">Latin hedatua-B</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="234"/>
        <source>General Punctuation</source>
        <translation type="unfinished">Puntuazio orokorra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="240"/>
        <source>Super- and Subscripts</source>
        <translation type="unfinished">Goi- eta azpi-indizeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="246"/>
        <source>Currency Symbols</source>
        <translation type="unfinished">Moneta-ikurrak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="252"/>
        <source>Letterlike Symbols</source>
        <translation type="unfinished">Letra-tankerako ikurrak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="258"/>
        <source>Number Forms</source>
        <translation type="unfinished">Zenbaki-formatuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="264"/>
        <source>Arrows</source>
        <translation type="unfinished">Geziak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="270"/>
        <source>Mathematical Operators</source>
        <translation type="unfinished">Eragile matematikoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="276"/>
        <source>Box Drawing</source>
        <translation type="unfinished">Koadro-ertzak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="282"/>
        <source>Block Elements</source>
        <translation type="unfinished">Blokeko elementuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="288"/>
        <source>Geometric Shapes</source>
        <translation type="unfinished">Irudi geometrikoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="294"/>
        <source>Miscellaneous Symbols</source>
        <translation type="unfinished">Hainbat ikur</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="300"/>
        <source>Dingbats</source>
        <translation type="unfinished">Dingbatak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="306"/>
        <source>Small Form Variants</source>
        <translation type="unfinished">Formatu txikiko aldaerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="312"/>
        <source>Ligatures</source>
        <translation type="unfinished">Hizki-loturak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="318"/>
        <source>Specials</source>
        <translation type="unfinished">Bereziak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="324"/>
        <source>Greek</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="330"/>
        <source>Greek Extended</source>
        <translation type="unfinished">Greziera hedatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="336"/>
        <source>Cyrillic</source>
        <translation type="unfinished">Zirilikoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="342"/>
        <source>Cyrillic Supplement</source>
        <translation type="unfinished">Ziriliko gehigarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="348"/>
        <source>Arabic</source>
        <translation type="unfinished">Arabiera</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="354"/>
        <source>Arabic Extended A</source>
        <translation type="unfinished">Arabiera hedatua A</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="360"/>
        <source>Arabic Extended B</source>
        <translation type="unfinished">Arabiera hedatua B</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.cpp" line="366"/>
        <source>Hebrew</source>
        <translation type="unfinished">Hebreera</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="13"/>
        <source>Enhanced Character Palette</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="19"/>
        <source>&amp;Font:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="45"/>
        <source>C&amp;haracter Class:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="77"/>
        <source>You can see a thumbnail if you press and hold down the right mouse button.
The Insert key inserts a Glyph into the Selection below and the Delete key removes the last inserted one</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="96"/>
        <source>Insert &amp;Code:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <source>Type in a four digit unicode value directly here</source>
        <translation type="obsolete">Idatzi lau unicode digito balio zuzenean hemen</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="131"/>
        <source>Glyphs to Insert</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="171"/>
        <source>Insert the characters at the cursor in the text</source>
        <translation type="unfinished">Txertatu karaktereak testuko kurtsorean</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="174"/>
        <source>&amp;Insert</source>
        <translation type="unfinished">&amp;Txertatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="184"/>
        <source>Delete the current selection(s).</source>
        <translation type="unfinished">Ezabatu uneko hautapena(k).</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="187"/>
        <source>C&amp;lear</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/charselectenhanced.ui" line="106"/>
        <source>Type in a four digit Unicode value directly here</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CharStyleComboBox</name>
    <message>
        <location filename="../../../scribus/ui/spalette.cpp" line="94"/>
        <location filename="../../../scribus/ui/spalette.cpp" line="107"/>
        <location filename="../../../scribus/ui/spalette.cpp" line="118"/>
        <source>No Style</source>
        <translation type="unfinished">Estilorik ez</translation>
    </message>
</context>
<context>
    <name>CharTable</name>
    <message>
        <source>Delete</source>
        <translation type="obsolete">Ezabatu</translation>
    </message>
</context>
<context>
    <name>CharTableView</name>
    <message>
        <location filename="../../../scribus/chartableview.cpp" line="22"/>
        <source>Delete</source>
        <translation type="unfinished">Ezabatu</translation>
    </message>
</context>
<context>
    <name>CheckDocument</name>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="664"/>
        <source>Current Profile:</source>
        <translation>Uneko profila:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="659"/>
        <source>Items</source>
        <translation>Elementuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="659"/>
        <source>Problems</source>
        <translation>Arazoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="672"/>
        <source>Glyphs missing</source>
        <translation>Glifoak falta dira</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="673"/>
        <source>Text overflow</source>
        <translation>Testua gainezka</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="674"/>
        <source>Object is not on a Page</source>
        <translation>Objektua ez da orria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="675"/>
        <source>Missing Image</source>
        <translation>Irudia falta da</translation>
    </message>
    <message>
        <source>Image has a DPI-Value less than %1 DPI</source>
        <translation type="obsolete">Irudiaren DPI balioa %1 dpi baino txikiagoa da</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="679"/>
        <source>Object has transparency</source>
        <translation>Objektua gardentasuna du</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="681"/>
        <source>Object is a placed PDF</source>
        <translation>Objektua kokatutako PDFa da</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="379"/>
        <source>Document</source>
        <translation>Dokumentua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="381"/>
        <source>No Problems found</source>
        <translation>Ez da arazorik aurkitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="560"/>
        <source>Page </source>
        <translation>Orrialdea </translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="624"/>
        <source>Free Objects</source>
        <translation>Objektu libreak</translation>
    </message>
    <message>
        <source>Problems found</source>
        <translation type="obsolete">Arazoak aurkitu dira</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="657"/>
        <source>Preflight Verifier</source>
        <translation>Egiaztatzailea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="680"/>
        <source>Object is a PDF Annotation or Field</source>
        <translation>Objektua PDF oharpena edo eremua da</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="634"/>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="665"/>
        <source>&amp;Ignore Errors</source>
        <translation>&amp;Ez ikusi egin erroreei</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="382"/>
        <source>OK</source>
        <translation type="unfinished">Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="413"/>
        <source>Transparency used</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="418"/>
        <source>Blendmode used</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="423"/>
        <source>Print/Visible Mismatch</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="431"/>
        <source>Layer &quot;%1&quot;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="666"/>
        <source>Check again</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="682"/>
        <source>Image is GIF</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="683"/>
        <source>Annotation uses a non TrueType font</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="668"/>
        <source>Preflight profile to base the report generation on. Options can be set in Document Setup or Preferences</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="669"/>
        <source>Ignore found errors and continue to export or print. Be sure to understand the errors you are ignoring before continuing.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="670"/>
        <source>Rerun the document scan to check corrections you may have made</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="676"/>
        <source>Empty Image Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="394"/>
        <source>Layers</source>
        <translation type="unfinished">Geruzak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="436"/>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="505"/>
        <source>Issue(s): %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="447"/>
        <source>Master Pages</source>
        <translation type="unfinished">Orri maisuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="660"/>
        <source>Layer</source>
        <translation type="unfinished">Geruza</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="677"/>
        <source>Image resolution below %1 DPI,
currently %2 x %3 DPI</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/checkDocument.cpp" line="678"/>
        <source>Image resolution above %1 DPI,
currently %2 x %3 DPI</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ChooseStyles</name>
    <message>
        <source>Choose Styles</source>
        <translation type="obsolete">Aukeratu estiloak</translation>
    </message>
    <message>
        <source>Available Styles</source>
        <translation type="obsolete">Estilo erabilgarriak</translation>
    </message>
</context>
<context>
    <name>CollectForOutput</name>
    <message>
        <location filename="../../../scribus/collect4output.cpp" line="55"/>
        <source>Choose a Directory</source>
        <translation>Aukeratu direktorioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/collect4output.cpp" line="68"/>
        <source>Cannot create directory:
%1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/collect4output.cpp" line="83"/>
        <source>Collecting...</source>
        <translation>Biltzen...</translation>
    </message>
    <message>
        <source>Warning</source>
        <translation type="obsolete">Abisua</translation>
    </message>
    <message>
        <location filename="../../../scribus/collect4output.cpp" line="88"/>
        <source>Cannot collect all files for output for file:
%1</source>
        <translation>Ezin dira fitxategi guztiak bildu irteerako fitxategian: 
%1</translation>
    </message>
    <message>
        <location filename="../../../scribus/collect4output.cpp" line="102"/>
        <source>Cannot collect the file: 
%1</source>
        <translation>Ezin da fitxategia bildu: 
%1</translation>
    </message>
</context>
<context>
    <name>ColorManager</name>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="54"/>
        <source>Colors</source>
        <translation>Koloreak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="80"/>
        <source>&amp;Import</source>
        <translation>I&amp;nportatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="82"/>
        <source>&amp;New</source>
        <translation>&amp;Berria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="84"/>
        <source>&amp;Edit</source>
        <translation>&amp;Editatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="88"/>
        <source>D&amp;uplicate</source>
        <translation>B&amp;ikoiztu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="91"/>
        <source>&amp;Delete</source>
        <translation>E&amp;zabatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="96"/>
        <source>&amp;Remove Unused</source>
        <translation>&amp;Kendu erabili gabekoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="103"/>
        <source>Color Sets</source>
        <translation>Kolore-multzoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="109"/>
        <source>Current Color Set:</source>
        <translation>Uneko kolore-multzoa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="140"/>
        <source>&amp;Save Color Set</source>
        <translation>&amp;Gorde kolore-multzoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="159"/>
        <source>Choose a color set to load</source>
        <translation>Aukeratu kolore-multzoa kargatzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="160"/>
        <source>Save the current color set</source>
        <translation>Gorde uneko kolore-multzoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="165"/>
        <source>Remove unused colors from current document&apos;s color set</source>
        <translation>Kendu erabili gabeko koloreak uneko dokumentuko 
kolore-multzotik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="167"/>
        <source>Import colors to the current set from an existing document</source>
        <translation>Inportatu koloreak dokumentu batetik uneko multzora</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="168"/>
        <source>Create a new color within the current set</source>
        <translation>Sortu kolore berria uneko multzoan</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="169"/>
        <source>Edit the currently selected color</source>
        <translation>Editatu unean hautatutako kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="170"/>
        <source>Make a copy of the currently selected color</source>
        <translation>Egin unean hautatutako kolorearen kopia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="171"/>
        <source>Delete the currently selected color</source>
        <translation>Ezabatu unean hautatutako kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="172"/>
        <source>Make the current colorset the default color set</source>
        <translation>Lehenetsi uneko kolore-multzoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="192"/>
        <source>&amp;Name:</source>
        <translation>&amp;Izena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="192"/>
        <source>Choose a Name</source>
        <translation>Aukeratu izena</translation>
    </message>
    <message>
        <source>Open</source>
        <translation type="obsolete">Ireki</translation>
    </message>
    <message>
        <source>Documents (*.sla *.sla.gz *.scd *.scd.gz);;All Files (*)</source>
        <translation type="obsolete">Dokumentuak (*.sla *.sla.gz *.scd *.scd.gz);;Fitxategi guztiak (*)</translation>
    </message>
    <message>
        <source>Documents (*.sla *.scd);;All Files (*)</source>
        <translation type="obsolete">Dokumentuak (*.sla *.scd);;Fitxategi guztiak (*)</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="355"/>
        <source>Copy of %1</source>
        <translation>%1(r)en kopia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="366"/>
        <source>New Color</source>
        <translation>Kolore berria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="323"/>
        <source>Information</source>
        <translation type="unfinished">Informazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="323"/>
        <source>The file %1 does not contain colors which can be imported.
If the file was a PostScript-based, try to import it with File -&amp;gt; Import. 
Not all files have DSC conformant comments where the color descriptions are located.
 This prevents importing colors from some files.
See the Edit Colors section of the documentation for more details.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="173"/>
        <source>If color management is enabled, a triangle warning indicator is a warning that the color maybe outside of the color gamut of the current printer profile selected. What this means is the color may not print exactly as indicated on screen. Spot colors are indicated by a red circle. More hints about gamut warnings are in the online help under Color Management. Registration colors will have a registration mark next to the color. Use Registration only for printers marks and crop marks.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="313"/>
        <source>All Supported Formats (%1);;Documents (%2);;Other Files (%3);;All Files (*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/colorm.cpp" line="314"/>
        <source>Import Colors</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ColorWheel</name>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="139"/>
        <source>Monochromatic</source>
        <translation>Monokromatikoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="140"/>
        <source>Analogous</source>
        <translation>Analogoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="141"/>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="224"/>
        <source>Complementary</source>
        <translation>Osagarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="142"/>
        <source>Split Complementary</source>
        <translation>Zatitu osagarria</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="143"/>
        <source>Triadic</source>
        <translation>Hirukotea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="144"/>
        <source>Tetradic (Double Complementary)</source>
        <translation>Laukotea (osagarri bikoitza)</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="44"/>
        <source>Base Color</source>
        <translation>Oinarri-kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="206"/>
        <source>Monochromatic Light</source>
        <translation>Argi monokromatikoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="209"/>
        <source>Monochromatic Dark</source>
        <translation>Ilun monokromatikoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="216"/>
        <source>1st. Analogous</source>
        <translation>1. analogoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="217"/>
        <source>2nd. Analogous</source>
        <translation>2. analogoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="231"/>
        <source>1st. Split</source>
        <translation>1. banaketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="232"/>
        <source>2nd. Split</source>
        <translation>2. banaketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="233"/>
        <source>3rd. Split</source>
        <translation>3. banaketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="234"/>
        <source>4th. Split</source>
        <translation>4. banaketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="241"/>
        <source>1st. Triadic</source>
        <translation>1. hirukotea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="242"/>
        <source>2nd. Triadic</source>
        <translation>2. hirukotea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="249"/>
        <source>1st. Tetradic (base opposite)</source>
        <translation>1. laukotea (aurkako oinarria)</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="250"/>
        <source>2nd. Tetradic (angle)</source>
        <translation>2. laukotea (angelua)</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheelwidget.cpp" line="251"/>
        <source>3rd. Tetradic (angle opposite)</source>
        <translation>3. laukotea (aurkako angelua)</translation>
    </message>
</context>
<context>
    <name>ColorWheelDialog</name>
    <message>
        <source>Normal Vision</source>
        <translation type="obsolete">Ikusmen normala</translation>
    </message>
    <message>
        <source>Full Color Blindness</source>
        <translation type="obsolete">Kolore osoen itxutasuna</translation>
    </message>
    <message>
        <source>Vision Defect:</source>
        <translation type="obsolete">Ikusmen-akatsa:</translation>
    </message>
    <message>
        <source>Color Wheel</source>
        <translation type="obsolete">Kolore-gurpila</translation>
    </message>
    <message>
        <source>Color</source>
        <translation type="obsolete">Kolorea</translation>
    </message>
    <message>
        <source>Name</source>
        <translation type="obsolete">Izena</translation>
    </message>
    <message>
        <source>C</source>
        <translation type="obsolete">C</translation>
    </message>
    <message>
        <source>M</source>
        <translation type="obsolete">M</translation>
    </message>
    <message>
        <source>Y</source>
        <translation type="obsolete">H</translation>
    </message>
    <message>
        <source>K</source>
        <translation type="obsolete">B</translation>
    </message>
    <message>
        <source>Select Method:</source>
        <translation type="obsolete">Hautatu metodoa:</translation>
    </message>
    <message>
        <source>Angle (0 - 90 degrees):</source>
        <translation type="obsolete">Angelua (0 - 90 gradu):</translation>
    </message>
    <message>
        <source>&amp;Merge Colors</source>
        <translation type="obsolete">&amp;Batu koloreak</translation>
    </message>
    <message>
        <source>&amp;Replace Colors</source>
        <translation type="obsolete">&amp;Ordeztu koloreak</translation>
    </message>
    <message>
        <source>Merge created colors into the document colors</source>
        <translation type="obsolete">Batu dokumentuko koloreetan sortutako koloreak</translation>
    </message>
    <message>
        <source>Replace created colors in the document colors</source>
        <translation type="obsolete">Ordeztu dokumentuko koloreetan sortutako koloreak</translation>
    </message>
    <message>
        <source>Leave colors untouched</source>
        <translation type="obsolete">Utzi koloreak ikutu gabe</translation>
    </message>
    <message>
        <source>Merging colors</source>
        <translation type="obsolete">Koloreak batzen</translation>
    </message>
    <message>
        <source>Error: </source>
        <translation type="obsolete">Errorea: </translation>
    </message>
    <message>
        <source>Now opening the color manager.</source>
        <translation type="obsolete">Kolore-kudeatzailea irekitzen.</translation>
    </message>
    <message>
        <source>Color Merging</source>
        <translation type="obsolete">Koloreak batzea</translation>
    </message>
    <message>
        <source>Cr&amp;eate color...</source>
        <translation type="obsolete">&amp;Sortu kolorea...</translation>
    </message>
    <message>
        <source>&amp;Import existing color...</source>
        <translation type="obsolete">&amp;Inportatu existitzen den kolorea...</translation>
    </message>
    <message>
        <source>&amp;Merge colors</source>
        <translation type="obsolete">&amp;Batu koloreak</translation>
    </message>
    <message>
        <source>&amp;Replace colors</source>
        <translation type="obsolete">&amp;Ordeztu koloreak</translation>
    </message>
    <message>
        <source>E&amp;xit</source>
        <translation type="obsolete">I&amp;rten</translation>
    </message>
    <message>
        <source>C&amp;olor</source>
        <translation type="obsolete">K&amp;olorea</translation>
    </message>
    <message>
        <source>Difference between the selected value and the counted ones. Refer to documentation for more information.</source>
        <translation type="obsolete">Hautatutako balioaren eta zenbatutakoaren arteko desberdintasuna. 
Ikus dokumentazioa xehetasun gehiagorako.</translation>
    </message>
    <message>
        <source>Click the wheel to get the base color. It is hue in HSV mode.</source>
        <translation type="obsolete">Egin klik gurpilean oinarri-kolorea lortzeko. Ñabardura da ÑSB 
moduan.</translation>
    </message>
    <message>
        <source>Sample color scheme</source>
        <translation type="obsolete">Egin kolore-eskemaren lagina</translation>
    </message>
    <message>
        <source>Select one of the methods to create a color scheme. Refer to documentation for more information.</source>
        <translation type="obsolete">Hautatu metodo bat kolore-eskema sortzeko. Ikus 
dokumentazioa informazio gehiagorako.</translation>
    </message>
    <message>
        <source>Colors of your chosen color scheme</source>
        <translation type="obsolete">Aukeratutako kolore-eskemako koloreak</translation>
    </message>
    <message>
        <source>Simulate common vision defects here. Select type of the defect.</source>
        <translation type="obsolete">Simulatu ikusmen-akats arruntenak. Hautatu akats mota.</translation>
    </message>
    <message>
        <source>New Color</source>
        <translation type="obsolete">Kolore berria</translation>
    </message>
    <message>
        <source>Unable to find the requested color. You have probably selected black, gray or white. There is no way to process this color.</source>
        <translation type="obsolete">Ezin izan da eskatutako kolorea aurkitu. Baliteke beltza, grisa edo 
zuria hautatzea. Ezin da kolore hau prozesatu.</translation>
    </message>
    <message>
        <source>C&amp;olor Components...</source>
        <translation type="obsolete">K&amp;olore-osagaiak...</translation>
    </message>
    <message>
        <source>Protanopia (Red)</source>
        <translation type="obsolete">Gorriaren itsutasuna</translation>
    </message>
    <message>
        <source>Deuteranopia (Green)</source>
        <translation type="obsolete">Berdearen itsutasuna</translation>
    </message>
    <message>
        <source>Tritanopia (Blue)</source>
        <translation type="obsolete">Urdinaren itsutasuna</translation>
    </message>
    <message>
        <source>Color %1 exists already!</source>
        <translation type="obsolete">%1 kolorea badago lehendik ere.</translation>
    </message>
    <message>
        <source>Color %1 appended.</source>
        <translation type="obsolete">%1 kolorea erantsita.</translation>
    </message>
</context>
<context>
    <name>ColorWheelPlugin</name>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheel.cpp" line="48"/>
        <source>&amp;Color Wheel...</source>
        <translation>&amp;Kolore-gurpila</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheel.cpp" line="65"/>
        <source>Color setting helper</source>
        <translation>Kolore-ezarpenen laguntzailea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/colorwheel/colorwheel.cpp" line="66"/>
        <source>Color selector with color theory included.</source>
        <translation>Kolore-hautatzailea (kolore-teoriarekin).</translation>
    </message>
</context>
<context>
    <name>CommonStrings</name>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="247"/>
        <source>&amp;Apply</source>
        <translation>&amp;Aplikatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="250"/>
        <source>&amp;Cancel</source>
        <translation>&amp;Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="257"/>
        <source>&amp;OK</source>
        <translation>&amp;Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="260"/>
        <source>&amp;Save</source>
        <translation>&amp;Gorde</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="263"/>
        <source>Warning</source>
        <translation>Abisua</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="254"/>
        <source>None</source>
        <comment>color name</comment>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="289"/>
        <source>Custom</source>
        <comment>CommonStrings, custom page size</comment>
        <translation>Pertsonalizatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="295"/>
        <source>Single Page</source>
        <translation>Alde batetik</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="296"/>
        <source>Double Sided</source>
        <translation>Bi aldetatik</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="297"/>
        <source>3-Fold</source>
        <translation>3ko tolestura</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="298"/>
        <source>4-Fold</source>
        <translation>4ko tolestura</translation>
    </message>
    <message>
        <source>Left Page</source>
        <translation type="obsolete">Ezker-orrialdean</translation>
    </message>
    <message>
        <source>Middle</source>
        <translation type="obsolete">Erdian</translation>
    </message>
    <message>
        <source>Middle Left</source>
        <translation type="obsolete">Erdi-ezkerrean</translation>
    </message>
    <message>
        <source>Middle Right</source>
        <translation type="obsolete">Erdi-eskuinean</translation>
    </message>
    <message>
        <source>Right Page</source>
        <translation type="obsolete">Eskuin-orrialdean</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="265"/>
        <source>Yes</source>
        <translation type="unfinished">Bai</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="266"/>
        <source>No</source>
        <translation type="unfinished">Ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="267"/>
        <source>&amp;Yes</source>
        <translation type="unfinished">&amp;Bai</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="268"/>
        <source>&amp;No</source>
        <translation type="unfinished">&amp;Ez</translation>
    </message>
    <message>
        <source>Normal</source>
        <translation type="obsolete">Normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="334"/>
        <source>Monday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="335"/>
        <source>Tuesday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="336"/>
        <source>Wednesday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="337"/>
        <source>Thursday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="338"/>
        <source>Friday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="339"/>
        <source>Saturday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="340"/>
        <source>Sunday</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="341"/>
        <source>January</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="342"/>
        <source>February</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="343"/>
        <source>March</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="344"/>
        <source>April</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="345"/>
        <source>May</source>
        <translation type="unfinished">Izan daiteke</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="346"/>
        <source>June</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="347"/>
        <source>July</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="348"/>
        <source>August</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="349"/>
        <source>September</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="350"/>
        <source>October</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="351"/>
        <source>November</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="352"/>
        <source>December</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="305"/>
        <source>Left Page</source>
        <comment>Left page location</comment>
        <translation type="unfinished">Ezker-orrialdean</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="306"/>
        <source>Middle</source>
        <comment>Middle page location</comment>
        <translation type="unfinished">Erdian</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="307"/>
        <source>Middle Left</source>
        <comment>Middle Left page location</comment>
        <translation type="unfinished">Erdi-ezkerrean</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="308"/>
        <source>Middle Right</source>
        <comment>Middle Right page location</comment>
        <translation type="unfinished">Erdi-eskuinean</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="309"/>
        <source>Right Page</source>
        <comment>Right page location</comment>
        <translation type="unfinished">Eskuin-orrialdean</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="312"/>
        <source>Normal</source>
        <comment>Default single master page</comment>
        <translation type="unfinished">Normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="314"/>
        <source>Normal Left</source>
        <comment>Default left master page</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="316"/>
        <source>Normal Middle</source>
        <comment>Default middle master page</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="318"/>
        <source>Normal Right</source>
        <comment>Default right master page</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="360"/>
        <source>Normal Vision</source>
        <comment>Color Blindness - Normal Vision</comment>
        <translation type="unfinished">Ikusmen normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="361"/>
        <source>Protanopia (Red)</source>
        <comment>Color Blindness - Red Color Blind</comment>
        <translation type="unfinished">Gorriaren itsutasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="362"/>
        <source>Deuteranopia (Green)</source>
        <comment>Color Blindness - Greed Color Blind</comment>
        <translation type="unfinished">Berdearen itsutasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="363"/>
        <source>Tritanopia (Blue)</source>
        <comment>Color Blindness - Blue Color Blind</comment>
        <translation type="unfinished">Urdinaren itsutasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="364"/>
        <source>Full Color Blindness</source>
        <comment>Color Blindness - Full Color Blindness</comment>
        <translation type="unfinished">Kolore osoen itxutasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="366"/>
        <source>Custom: </source>
        <comment>Custom Tab Fill Option</comment>
        <translation type="unfinished">Pertsonalizatua: </translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="253"/>
        <source>None</source>
        <translation type="unfinished">Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="320"/>
        <source>Solid Line</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="321"/>
        <source>Dashed Line</source>
        <translation type="unfinished">Marratxoduna</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="322"/>
        <source>Dotted Line</source>
        <translation type="unfinished">Puntukatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="323"/>
        <source>Dash Dot Line</source>
        <translation type="unfinished">Marratxoak eta puntuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="324"/>
        <source>Dash Dot Dot Line</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="368"/>
        <source>None</source>
        <comment>Optical Margin Setting</comment>
        <translation type="unfinished">Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="369"/>
        <source>Left Protruding</source>
        <comment>Optical Margin Setting</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="370"/>
        <source>Right Protruding</source>
        <comment>Optical Margin Setting</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="371"/>
        <source>Left Hanging Punctuation</source>
        <comment>Optical Margin Setting</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="372"/>
        <source>Right Hanging Punctuation</source>
        <comment>Optical Margin Setting</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="373"/>
        <source>Default</source>
        <comment>Optical Margin Setting</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="376"/>
        <source>Min. Word Tracking</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="377"/>
        <source>Max. Word Tracking</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="380"/>
        <source>Min. Glyph Extension</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="381"/>
        <source>Max. Glyph Extension</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="354"/>
        <source>RGB</source>
        <comment>Colorspace</comment>
        <translation type="unfinished">GBU</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="355"/>
        <source>CMYK</source>
        <comment>Colorspace</comment>
        <translation type="unfinished">CMHB</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="356"/>
        <source>Grayscale</source>
        <comment>Colorspace</comment>
        <translation type="unfinished">Gris-eskala</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="357"/>
        <source>Duotone</source>
        <comment>Colorspace</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="358"/>
        <source>Unknown</source>
        <comment>Colorspace (Unknown)</comment>
        <translation type="unfinished">Ezezaguna</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="385"/>
        <source>PostScript</source>
        <translation type="unfinished">PostScript</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="270"/>
        <source>Text Frame</source>
        <translation type="unfinished">Testuaren markoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="271"/>
        <source>Image Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="272"/>
        <source>Line</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="273"/>
        <source>Polygon</source>
        <translation type="unfinished">Poligonoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="274"/>
        <source>Polyline</source>
        <translation type="unfinished">Koska-marra</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="275"/>
        <source>Text on a Path</source>
        <translation type="unfinished">Testua bidean</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="277"/>
        <source>PDF 3D Annotation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="278"/>
        <source>Multiple</source>
        <comment>Multiple frame types</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="279"/>
        <source>PDF Push Button</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="280"/>
        <source>PDF Text Field</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="281"/>
        <source>PDF Check Box</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="282"/>
        <source>PDF Combo Box</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="283"/>
        <source>PDF List Box</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="284"/>
        <source>PDF Text Annotation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="285"/>
        <source>PDF Link Annotation</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="394"/>
        <source>PostScript Level 1</source>
        <translation type="unfinished">PostScript 1. maila</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="396"/>
        <source>PostScript Level 2</source>
        <translation type="unfinished">PostScript 2. maila</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="398"/>
        <source>PostScript Level 3</source>
        <translation type="unfinished">PostScript 3. maila</translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="400"/>
        <source>Windows GDI</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="276"/>
        <source>Render Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="329"/>
        <source>Default Paragraph Style</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="330"/>
        <source>Default Character Style</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/commonstrings.cpp" line="331"/>
        <source>Default Line Style</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ContextMenu</name>
    <message>
        <location filename="../../../scribus/ui/contextmenu.cpp" line="214"/>
        <source>Preview Settings</source>
        <translation type="unfinished">Aurrebistaren ezarpenak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/contextmenu.cpp" line="428"/>
        <source>Paste File...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/contextmenu.cpp" line="461"/>
        <source>Delete Page</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/contextmenu.cpp" line="186"/>
        <source>Paste Image from Clipboard</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CopyPageToMasterPageBase</name>
    <message>
        <location filename="../../../scribus/ui/copypagetomasterpage.ui" line="16"/>
        <source>Convert Page to Master Page</source>
        <translation type="unfinished">Bihurtu orrialdea orri maisu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/copypagetomasterpage.ui" line="24"/>
        <source>Name:</source>
        <translation type="unfinished">Izena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/copypagetomasterpage.ui" line="39"/>
        <source>Copy Applied Master Page Items</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CopyPageToMasterPageDialog</name>
    <message>
        <location filename="../../../scribus/ui/copypagetomasterpagedialog.cpp" line="18"/>
        <source>New Master Page %1</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>Cpalette</name>
    <message>
        <source>Shade:</source>
        <translation type="obsolete">Itzaldura:</translation>
    </message>
    <message>
        <source> %</source>
        <translation type="obsolete"> %</translation>
    </message>
    <message>
        <source>Opacity:</source>
        <translation type="obsolete">Opakutasuna</translation>
    </message>
    <message>
        <source>Normal</source>
        <translation type="obsolete">Normala</translation>
    </message>
    <message>
        <source>Horizontal Gradient</source>
        <translation type="obsolete">Gradiente horizontala</translation>
    </message>
    <message>
        <source>Vertical Gradient</source>
        <translation type="obsolete">Gradiente bertikala</translation>
    </message>
    <message>
        <source>Diagonal Gradient</source>
        <translation type="obsolete">Gradiente diagonala</translation>
    </message>
    <message>
        <source>Cross Diagonal Gradient</source>
        <translation type="obsolete">Gradiente diagonal-gurutzea</translation>
    </message>
    <message>
        <source>Radial Gradient</source>
        <translation type="obsolete">Gradiente biribila</translation>
    </message>
    <message>
        <source>Free linear Gradient</source>
        <translation type="obsolete">Gradiente lineal librea</translation>
    </message>
    <message>
        <source>Free radial Gradient</source>
        <translation type="obsolete">Gradiente biribila librea</translation>
    </message>
    <message>
        <source>X1:</source>
        <translation type="obsolete">X1 :</translation>
    </message>
    <message>
        <source>Y1:</source>
        <translation type="obsolete">Y1 :</translation>
    </message>
    <message>
        <source> pt</source>
        <translation type="obsolete"> pt</translation>
    </message>
    <message>
        <source>X2:</source>
        <translation type="obsolete">X2 :</translation>
    </message>
    <message>
        <source>Y2:</source>
        <translation type="obsolete">Y2 :</translation>
    </message>
    <message>
        <source>Edit Line Color Properties</source>
        <translation type="obsolete">Editatu marraren kolorea</translation>
    </message>
    <message>
        <source>Edit Fill Color Properties</source>
        <translation type="obsolete">Editatu kolore-betegarria</translation>
    </message>
    <message>
        <source>Saturation of color</source>
        <translation type="obsolete">Kolorearen saturazioa</translation>
    </message>
    <message>
        <source>Normal or gradient fill method</source>
        <translation type="obsolete">Betegarriaren gradientea edo normala metodoa</translation>
    </message>
    <message>
        <source>Set the transparency for the color selected</source>
        <translation type="obsolete">Ezarri hautatutako kolorearen gardentasuna</translation>
    </message>
    <message>
        <source>Move Vector</source>
        <translation type="obsolete">Aldatu bektorea lekuz</translation>
    </message>
    <message>
        <source>Move the start of the gradient vector with the left mouse button pressed and move the end of the gradient vector with the right mouse button pressed</source>
        <translation type="obsolete">Aldatu gradientearen hasierako bektorea lekuz saguaren ezkerreko 
botoia sakatuz, eta aldatu gradientearen amaierako bektorea saguaren eskuineko botoia sakatuz.</translation>
    </message>
    <message>
        <source>Y:</source>
        <translation type="obsolete">H:</translation>
    </message>
    <message>
        <source>Blend Mode:</source>
        <translation type="obsolete">Nahaste-modua:</translation>
    </message>
    <message>
        <source>Darken</source>
        <translation type="obsolete">ilundu</translation>
    </message>
    <message>
        <source>Lighten</source>
        <translation type="obsolete">Argitu</translation>
    </message>
    <message>
        <source>Multiply</source>
        <translation type="obsolete">Biderkatu</translation>
    </message>
    <message>
        <source>Screen</source>
        <translation type="obsolete">Pantaila</translation>
    </message>
    <message>
        <source>Overlay</source>
        <translation type="obsolete">Gainjarri</translation>
    </message>
    <message>
        <source>Hard Light</source>
        <translation type="obsolete">Argi bizia</translation>
    </message>
    <message>
        <source>Soft Light</source>
        <translation type="obsolete">Argi suabea</translation>
    </message>
    <message>
        <source>Difference</source>
        <translation type="obsolete">Diferentzia</translation>
    </message>
    <message>
        <source>Exclusion</source>
        <translation type="obsolete">Esklusioa</translation>
    </message>
    <message>
        <source>Color Dodge</source>
        <translation type="obsolete">Zuritu</translation>
    </message>
    <message>
        <source>Color Burn</source>
        <translation type="obsolete">Belztu</translation>
    </message>
    <message>
        <source>Hue</source>
        <translation type="obsolete">Ñabardura</translation>
    </message>
    <message>
        <source>Saturation</source>
        <translation type="obsolete">Saturazioa</translation>
    </message>
    <message>
        <source>Color</source>
        <translation type="obsolete">Kolorea</translation>
    </message>
    <message>
        <source>Luminosity</source>
        <translation type="obsolete">Argitasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cpalette.cpp" line="329"/>
        <location filename="../../../scribus/ui/cpalette.cpp" line="332"/>
        <source>Custom</source>
        <translation type="unfinished">Pertsonalizatua</translation>
    </message>
</context>
<context>
    <name>CreateRange</name>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="13"/>
        <source>Create Range</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="54"/>
        <source>Number of Pages in Document:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="64"/>
        <source>Doc Page Range</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="112"/>
        <source>Basic Range Selection</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="136"/>
        <source>Range of Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="160"/>
        <source>De&amp;lete</source>
        <translation type="unfinished">E&amp;zabatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="163"/>
        <source>Alt+L</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="186"/>
        <source>Move &amp;Down</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="189"/>
        <source>Alt+D</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="196"/>
        <source>Move &amp;Up</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="199"/>
        <source>Alt+U</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="218"/>
        <source>Add a Range of Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="242"/>
        <source>Consecutive Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="252"/>
        <source>Even Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="259"/>
        <source>From:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="291"/>
        <source>To:</source>
        <translation type="unfinished">Nora:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="334"/>
        <source>&amp;Add To Range</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="337"/>
        <source>Alt+A</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="362"/>
        <source>Odd Pages</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="372"/>
        <source>Comma Separated List</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="383"/>
        <source>Advanced Reordering</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="439"/>
        <source>Page Order</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="449"/>
        <source>Sample Page Order:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="478"/>
        <source>Page Group Size:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="525"/>
        <source>&amp;OK</source>
        <translation type="unfinished">&amp;Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="528"/>
        <source>Alt+O</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="535"/>
        <source>&amp;Cancel</source>
        <translation type="unfinished">&amp;Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/createrange.ui" line="538"/>
        <source>Alt+C</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CreateRangeBase</name>
    <message>
        <source>To:</source>
        <translation type="obsolete">Nora:</translation>
    </message>
    <message>
        <source>De&amp;lete</source>
        <translation type="obsolete">E&amp;zabatu</translation>
    </message>
    <message>
        <source>&amp;OK</source>
        <translation type="obsolete">&amp;Ados</translation>
    </message>
    <message>
        <source>&amp;Cancel</source>
        <translation type="obsolete">&amp;Utzi</translation>
    </message>
</context>
<context>
    <name>CsvDialog</name>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="27"/>
        <source>CSV Importer Options</source>
        <translation>CSV inportatzailearen aukerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="37"/>
        <source>Field delimiter:</source>
        <translation>Eremu-bereizlea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="44"/>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="89"/>
        <source>(TAB)</source>
        <translation>(TAB)</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="53"/>
        <source>Value delimiter:</source>
        <translation>Balioaren mugatzailea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="68"/>
        <source>First row is a header</source>
        <translation>Aurreneko errenkada goiburukoa da</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="76"/>
        <source>OK</source>
        <translation>Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="79"/>
        <source>Cancel</source>
        <translation>Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/csvim/csvdia.cpp" line="59"/>
        <source>None</source>
        <comment>delimiter</comment>
        <translation>Bat ere ez</translation>
    </message>
</context>
<context>
    <name>CupsOptions</name>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="52"/>
        <source>Printer Options</source>
        <translation>Inprimagailuaren aukerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="133"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="143"/>
        <source>Page Set</source>
        <translation>Orrialde-ezarpena</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="140"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="147"/>
        <source>All Pages</source>
        <translation>Orrialde guztiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="141"/>
        <source>Even Pages only</source>
        <translation>Orrialde bikoitiak soilik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="142"/>
        <source>Odd Pages only</source>
        <translation>Orrialde bakoitiak soilik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="150"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="160"/>
        <source>Mirror</source>
        <translation>Ispilua</translation>
    </message>
    <message>
        <source>No</source>
        <translation type="obsolete">Ez</translation>
    </message>
    <message>
        <source>Yes</source>
        <translation type="obsolete">Bai</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="167"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="177"/>
        <source>Orientation</source>
        <translation>Orientazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="174"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="181"/>
        <source>Portrait</source>
        <translation>Bertikala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="175"/>
        <source>Landscape</source>
        <translation>Horizontala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="184"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="197"/>
        <source>N-Up Printing</source>
        <translation>N-Up inprimatzea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="191"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="201"/>
        <source>Page per Sheet</source>
        <translation>Orrialde orriko</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="192"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="193"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="194"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="195"/>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="196"/>
        <source>Pages per Sheet</source>
        <translation>Orrialde orriko</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="63"/>
        <source>Option</source>
        <translation>Aukerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="64"/>
        <source>Value</source>
        <translation>Balioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/cupsoptions.cpp" line="224"/>
        <source>This panel displays various CUPS options when printing. The exact parameters available will depend on your printer driver. You can confirm CUPS support by selecting Help &gt; About. Look for the listings: C-C-T These equate to C=CUPS C=littlecms T=TIFF support. Missing library support is indicated by a *</source>
        <translation>Panel honek CUPSeko hainbat aukera bistaratzen ditu inprimatzean. 
Parametro erabilgarriak inprimagailuaren kontrolatzailearen 
mende daude. CUPS euskarria berretsi dezakezu Laguntza &gt; Honi buruz hautatuz. Begiratu zerrendan: C-C-T zera adierazten du: 
C=CUPS, C=littlecms, T=TIFF euskarria. Falta diren liburutegiak 
* ikurrarekin adierazten dira.</translation>
    </message>
</context>
<context>
    <name>CurveWidget</name>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="415"/>
        <source>Open</source>
        <translation type="unfinished">Ireki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="415"/>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="453"/>
        <source>Curve Files &quot;*.scu&quot; (*.scu *.SCU);;All Files (*)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="453"/>
        <source>Save as</source>
        <translation type="unfinished">Gorde honela</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="487"/>
        <source>Cannot write the file: 
%1</source>
        <translation type="unfinished">Ezin da fitxategia idatzi: 
%1</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="513"/>
        <source>Inverts the curve</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="514"/>
        <source>Resets the curve</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="515"/>
        <source>Switches between linear and cubic interpolation of the curve</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="516"/>
        <source>Loads a curve</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/curvewidget.cpp" line="517"/>
        <source>Saves this curve</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CustomFDialog</name>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="403"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="433"/>
        <source>&amp;Compress File</source>
        <translation>&amp;Konprimitu fitxategia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="412"/>
        <source>&amp;Include Fonts</source>
        <translation>&amp;Gehitu letra-tipoak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="461"/>
        <source>Encoding:</source>
        <translation>Kodeketa:</translation>
    </message>
    <message>
        <source>Moves to your Document Directory.
This can be set in the Preferences.</source>
        <translation type="obsolete">Zure dokumentuaren historiara joaten da.
Hau hobespenetan ezar dezakezu.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="380"/>
        <source>Show Preview</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="414"/>
        <source>&amp;Include Color Profiles</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="381"/>
        <source>Show a preview and information for the selected file</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="448"/>
        <source>Compress the Scribus document on save</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="450"/>
        <source>Include fonts when collecting files for the document. Be sure to know and understand licensing information for any fonts you collect and possibly redistribute.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="452"/>
        <source>Include color profiles when collecting files for the document</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>CvgPlug</name>
    <message>
        <location filename="../../../scribus/plugins/import/cvg/importcvg.cpp" line="203"/>
        <source>Importing: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/cvg/importcvg.cpp" line="206"/>
        <source>Analyzing File:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/cvg/importcvg.cpp" line="136"/>
        <location filename="../../../scribus/plugins/import/cvg/importcvg.cpp" line="334"/>
        <source>Group%1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/cvg/importcvg.cpp" line="461"/>
        <source>Generating Items</source>
        <translation type="unfinished">Elementuak sortzen</translation>
    </message>
</context>
<context>
    <name>CwSetColor</name>
    <message>
        <source>Set Color Components</source>
        <translation type="obsolete">Ezarri kolore-osagaiak</translation>
    </message>
    <message>
        <source>CMYK</source>
        <translation type="obsolete">CMHB</translation>
    </message>
    <message>
        <source>RGB</source>
        <translation type="obsolete">GBU</translation>
    </message>
    <message>
        <source>HSV</source>
        <translation type="obsolete">ÑSB</translation>
    </message>
    <message>
        <source>H:</source>
        <translation type="obsolete">Ñ:</translation>
    </message>
    <message>
        <source>S:</source>
        <translation type="obsolete">S:</translation>
    </message>
    <message>
        <source>V:</source>
        <translation type="obsolete">B:</translation>
    </message>
    <message>
        <source>R:</source>
        <translation type="obsolete">G:</translation>
    </message>
    <message>
        <source>G:</source>
        <translation type="obsolete">B:</translation>
    </message>
    <message>
        <source>B:</source>
        <translation type="obsolete">U:</translation>
    </message>
    <message>
        <source>C:</source>
        <translation type="obsolete">C:</translation>
    </message>
    <message>
        <source>M:</source>
        <translation type="obsolete">M:</translation>
    </message>
    <message>
        <source>Y:</source>
        <translation type="obsolete">H:</translation>
    </message>
    <message>
        <source>K:</source>
        <translation type="obsolete">B:</translation>
    </message>
    <message>
        <source>Set &amp;RGB</source>
        <translation type="obsolete">Ezarri &amp;GBU</translation>
    </message>
    <message>
        <source>Set C&amp;MYK</source>
        <translation type="obsolete">Ezarri &amp;CMHB</translation>
    </message>
    <message>
        <source>Set &amp;HSV</source>
        <translation type="obsolete">Ezarri &amp;ÑSB</translation>
    </message>
</context>
<context>
    <name>DashEditor</name>
    <message>
        <location filename="../../../scribus/ui/dasheditor.cpp" line="363"/>
        <source>Value:</source>
        <translation type="unfinished">Balioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/dasheditor.cpp" line="364"/>
        <source>Offset:</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>DeferredTask</name>
    <message>
        <location filename="../../../scribus/deferredtask.cpp" line="82"/>
        <source>Cancelled by user</source>
        <translation>Erabiltzaileak bertan behera utzi du</translation>
    </message>
</context>
<context>
    <name>DelColor</name>
    <message>
        <location filename="../../../scribus/ui/dcolor.cpp" line="28"/>
        <source>Delete Color</source>
        <translation>Ezabatu kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/dcolor.cpp" line="36"/>
        <source>Delete Color:</source>
        <translation>Ezabatu kolorea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/dcolor.cpp" line="45"/>
        <source>Replace With:</source>
        <translation>Ordeztu honekin:</translation>
    </message>
</context>
<context>
    <name>DelPages</name>
    <message>
        <location filename="../../../scribus/ui/delpages.cpp" line="17"/>
        <source>Delete Pages</source>
        <translation>Ezabatu orrialdeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/delpages.cpp" line="34"/>
        <source>to:</source>
        <translation>hona:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/delpages.cpp" line="26"/>
        <source>Delete From:</source>
        <translation>Ezabatu hemendik:</translation>
    </message>
</context>
<context>
    <name>DelStyle</name>
    <message>
        <source>Delete Style</source>
        <translation type="obsolete">Ezabatu estiloa</translation>
    </message>
    <message>
        <source>Delete Style:</source>
        <translation type="obsolete">Ezabatu estiloa:</translation>
    </message>
    <message>
        <source>Replace With:</source>
        <translation type="obsolete">Ordeztu honekin:</translation>
    </message>
    <message>
        <source>No Style</source>
        <translation type="obsolete">Estilorik ez</translation>
    </message>
</context>
<context>
    <name>DialogsAPI</name>
    <message>
        <location filename="../../../scribus/plugins/scripter/api_dialogs.cpp" line="34"/>
        <source>Alert - Scribus</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>DocIm</name>
    <message>
        <location filename="../../../scribus/plugins/gettext/docim/docim.cpp" line="160"/>
        <source>Importing failed</source>
        <translation>Huts egin du inportatzean</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/gettext/docim/docim.cpp" line="161"/>
        <source>Importing Word document failed 
%1</source>
        <translation>Huts egin du Word dokumentua inportatzean 
%1</translation>
    </message>
</context>
<context>
    <name>DocInfos</name>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="30"/>
        <source>Document Information</source>
        <translation>Dokumentuaren informazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="39"/>
        <source>&amp;Title:</source>
        <translation>&amp;Titulua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="46"/>
        <source>&amp;Author:</source>
        <translation>&amp;Egilea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="53"/>
        <source>&amp;Subject:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="61"/>
        <source>&amp;Keywords:</source>
        <translation>&amp;Gakoak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="69"/>
        <source>Descri&amp;ption:</source>
        <translation>A&amp;zalpena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="82"/>
        <source>P&amp;ublisher:</source>
        <translation>&amp;Argitaratzailea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="89"/>
        <source>&amp;Contributors:</source>
        <translation>&amp;Laguntzaileak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="97"/>
        <source>Dat&amp;e:</source>
        <translation>&amp;Data</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="104"/>
        <source>T&amp;ype:</source>
        <translation>&amp;Mota:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="111"/>
        <source>F&amp;ormat:</source>
        <translation>&amp;Formatua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="118"/>
        <source>Identi&amp;fier:</source>
        <translation>&amp;Identifikatzailea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="125"/>
        <source>&amp;Source:</source>
        <translation>I&amp;turburua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="132"/>
        <source>&amp;Language:</source>
        <translation>&amp;Hizkuntza:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="139"/>
        <source>&amp;Relation:</source>
        <translation>E&amp;rlazioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="146"/>
        <source>Co&amp;verage:</source>
        <translation>E&amp;staldura:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="153"/>
        <source>Ri&amp;ghts:</source>
        <translation>Es&amp;kubideak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="161"/>
        <source>Further &amp;Information</source>
        <translation>I&amp;nformazio gehiago</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="171"/>
        <source>A person or organisation responsible for making the document available</source>
        <translation>Dokumentua eskuragarri egitearen arduraduna (pertsona edo erakundea)</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="172"/>
        <source>A person or organisation responsible for making contributions to the content of the document</source>
        <translation>Dokumentuaren edukian lagundu duten arduradunak (pertsona edo erakundea)</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="173"/>
        <source>A date associated with an event in the life cycle of the document, in YYYY-MM-DD format, as per ISO 8601</source>
        <translation>Dokumentuaren bizitzaren zikloko gertaera batekin elkartutako data, UUUU-HH-EE formatuan, ISO8601 antzera.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="174"/>
        <source>The nature or genre of the content of the document, eg. categories, functions, genres, etc</source>
        <translation>Dokumentuaren edukiaren generoa edo izaera, adib. kategoriak, funtzioak, generoak, e.a.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="176"/>
        <source>An unambiguous reference to the document within a given context such as ISBN or URI</source>
        <translation>Erreferentzia ez anbiguoa emandako ISBN edo URI bezalako testu-inguruan</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="177"/>
        <source>A reference to a document from which the present document is derived, eg. ISBN or URI</source>
        <translation>Erreferentzia bat dokumentu bati, uneko dokumentua eratortzen dena. Adib. ISBN edo URIa</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="179"/>
        <source>A reference to a related document, possibly using a formal identifier such as a ISBN or URI</source>
        <translation>Erlazionatutako dokumentu baten erreferentzia, ISBN edo URI bezalako identifikatzaile formala erabiliz.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="180"/>
        <source>The extent or scope of the content of the document, possibly including location, time and jurisdiction ranges</source>
        <translation>Dokumentuko edukiaren hedadura edo esparrua, posible bada kokalekua, 
denbora eta jurisdikzioa sartuz.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="181"/>
        <source>Information about rights held in and over the document, eg. copyright, patent or trademark</source>
        <translation>Dokumentuak mantentzen dituen eskubideei buruzko informazioa, adib. copyright-a, patentea edo marka erregistratua</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="160"/>
        <source>Documen&amp;t</source>
        <translation>Dokumen&amp;tua</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="167"/>
        <source>The person or organisation primarily responsible for making the content of the document. This field can be embedded in the Scribus document for reference, as well as in the metadata of a PDF</source>
        <translation>Dokumentuaren edukia egitearen arduraduna den pertsona edo erakundea. Eremu hau Scribus-eko dokumentuan 
kapsula daiteke erreferentziatzeko, edota PDF baten 
metadatuan.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="168"/>
        <source>A name given to the document. This field can be embedded in the Scribus document for reference, as well as in the metadata of a PDF</source>
        <translation>Dokumentuari emandako izena. Eremu hau Scribus-eko dokumentuan kapsula 
daiteke erreferentziatzeko, edota PDF baten metadatuetan</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="169"/>
        <source>An account of the content of the document. This field is for a brief description or abstract of the document. It is embedded in the PDF on export</source>
        <translation>Dokumentuaren edukiari buruzkoa. Eremu hau dokumentuaren azalpen laburra edo 
laburpena da. PDFan kapsula daiteke esportatzeko.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="170"/>
        <source>The topic of the content of the document. This field is for document keywords you wish to embed in a PDF, to assist searches and indexing of PDF files</source>
        <translation>Dokumentuaren edukiaren gaia. Eremu hau dokumentuko gakoak PDFan kapsulatzeko da, bilaketetan laguntzeko edo PDF fitxategiak 
indexatzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="175"/>
        <source>The physical or digital manifestation of the document. Media type and dimensions would be worth noting. RFC2045,RFC2046 for MIME types are also useful here</source>
        <translation>Dokumentuaren manifestazio digitala edo fisikoa. MIMEren RFC2045, RFC2046 motak ere erabilgarriak dira.</translation>
    </message>
    <message>
        <location filename="../../../scribus/docinfo.cpp" line="178"/>
        <source>The language in which the content of the document is written, usually a ISO-639 language code optionally suffixed with a hypen and an ISO-3166 country code, eg. en-GB, fr-CH</source>
        <translation>Dokumentuaren edukia zein hizkuntzatan idatzita dagoen, arruntena ISO-639 hizkuntza-kodea erabiltzea da, estatuen ISO-3166 kodearekin elkartuz: adib. en-GB, eu-ES</translation>
    </message>
</context>
<context>
    <name>DocSections</name>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="72"/>
        <source>Add a page numbering section to the document. The new section will be added after the currently selected section.</source>
        <translation>Orriak zenbatzeko atala gehitzen dio dokumentuari. Atal berria unean hautatutako atalaren atzetik gehituko da.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="73"/>
        <source>Delete the currently selected section.</source>
        <translation>Ezabatu unean hautatutako atala.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="87"/>
        <source>1, 2, 3, ...</source>
        <translation>1, 2, 3, ...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="87"/>
        <source>i, ii, iii, ...</source>
        <translation>i, ii, iii, ...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="87"/>
        <source>I, II, III, ...</source>
        <translation>I, II, III, ...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="87"/>
        <source>a, b, c, ...</source>
        <translation>a, b, c, ...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="87"/>
        <source>A, B, C, ...</source>
        <translation>A, B, C, ...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="74"/>
        <source>&lt;b&gt;Name:&lt;/b&gt; Optional name for section eg. Index&lt;br/&gt;&lt;b&gt;Shown:&lt;/b&gt; Select to show the page numbers in this section if there is one or more text frames setup to do so.&lt;br/&gt;&lt;b&gt;From:&lt;/b&gt; The page index for this section to start at.&lt;br/&gt;&lt;b&gt;To:&lt;/b&gt; The page index for this section to stop at.&lt;br/&gt;&lt;b&gt;Style:&lt;/b&gt; Select the page number style to be used.&lt;br/&gt;&lt;b&gt;Start:&lt;/b&gt; The index within the Style&apos;s range to star at. Eg. If Start=2 and Style=a,b,c, ..., the numbers will begin at b. For the first section in the document this replaces the older First Page Number in the new file window.</source>
        <translation>&lt;b&gt;Izena:&lt;/b&gt; aukerako atalaren izena, adib. Indizea&lt;br/&gt;&lt;b&gt;Erakutsia:&lt;/b&gt; hautatu orrialdeen zenbakiak atal honetan erakutsea gutxienez testu-marko bat horretarako konfiguratuta balego.&lt;br/&gt;&lt;b&gt;Nondik:&lt;/b&gt; atal honen indize-orriaren hasiera.&lt;br/&gt;&lt;b&gt;Nora:&lt;/b&gt; atal honen  indize-orriaren amaiera&lt;br/&gt;&lt;b&gt;Estiloa:&lt;/b&gt; hautatu  orrialde-zenbakiaren estiloa.&lt;br/&gt;&lt;b&gt;Hasiera:&lt;/b&gt; estiloaren barrutiko indizearen hasiera. Adib. Hasiera=2 eta Estiloa=a,b,c... balira, zenbakia &apos;b&apos; hizkiarekin hasiko litzateke. 
Dokumentuaren aurreneko atalean honek aurreneko orrialdeko 
zenbakia ordezten du fitxategi berriko leihoan.</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="201"/>
        <source>Page Number Out Of Bounds</source>
        <translation>Orrialde-zenbakia mugetatik kanpo</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.cpp" line="201"/>
        <source>The value you have entered is outside the range of page numbers in the current document (%1-%2).</source>
        <translation>Sartutako balioa orrialde-zenbakien barrutitik kanpo dago uneko dokumentuan (%1 - %2) </translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="13"/>
        <source>Document Sections</source>
        <translation type="unfinished">Dokumentuaren atalak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="83"/>
        <source>&amp;Add</source>
        <translation type="unfinished">&amp;Gehitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="86"/>
        <source>Alt+A</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="93"/>
        <source>&amp;Delete</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="96"/>
        <source>Alt+D</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="32"/>
        <source>Name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="37"/>
        <source>Shown</source>
        <translation type="unfinished">Erakutsita</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="42"/>
        <source>From</source>
        <translation type="unfinished">Nork</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="47"/>
        <source>To</source>
        <translation type="unfinished">Nori</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="52"/>
        <source>Style</source>
        <translation type="unfinished">Estiloa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docsections.ui" line="57"/>
        <source>Start</source>
        <translation type="unfinished">Hasi</translation>
    </message>
</context>
<context>
    <name>DocSectionsBase</name>
    <message>
        <source>Document Sections</source>
        <translation type="obsolete">Dokumentuaren atalak</translation>
    </message>
    <message>
        <source>Name</source>
        <translation type="obsolete">Izena</translation>
    </message>
    <message>
        <source>From</source>
        <translation type="obsolete">Nork</translation>
    </message>
    <message>
        <source>To</source>
        <translation type="obsolete">Nori</translation>
    </message>
    <message>
        <source>Style</source>
        <translation type="obsolete">Estiloa</translation>
    </message>
    <message>
        <source>Start</source>
        <translation type="obsolete">Hasi</translation>
    </message>
    <message>
        <source>&amp;Add</source>
        <translation type="obsolete">&amp;Gehitu</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation type="obsolete">Alt+G</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation type="obsolete">&amp;Ezabatu</translation>
    </message>
    <message>
        <source>Alt+D</source>
        <translation type="obsolete">Alt+E</translation>
    </message>
    <message>
        <source>Shown</source>
        <translation type="obsolete">Erakutsita</translation>
    </message>
</context>
<context>
    <name>DocumentItemAttributes</name>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="17"/>
        <source>Relates To</source>
        <translation>Erlatiboa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="17"/>
        <source>Is Parent Of</source>
        <translation>Honen gurasoa da</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="17"/>
        <source>Is Child Of</source>
        <translation>Honen umea da</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="19"/>
        <source>Text Frames</source>
        <translation>Testu-markoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="19"/>
        <source>Image Frames</source>
        <translation>Irudi-markoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="21"/>
        <source>Boolean</source>
        <translation>Boolearra</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="21"/>
        <source>Integer</source>
        <translation>Osokoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="21"/>
        <source>String</source>
        <translation>Katea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="17"/>
        <source>None</source>
        <comment>relationship</comment>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="19"/>
        <source>None</source>
        <comment>auto add</comment>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="21"/>
        <source>None</source>
        <comment>types</comment>
        <translation>Bat ere ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.cpp" line="21"/>
        <source>Real Number</source>
        <translation>Zenbaki erreala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="13"/>
        <source>Document Item Attributes</source>
        <translation type="unfinished">Dokumentuko elementu-atributuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="82"/>
        <source>&amp;Add</source>
        <translation type="unfinished">&amp;Gehitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="85"/>
        <source>Alt+A</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="92"/>
        <source>&amp;Copy</source>
        <translation type="unfinished">&amp;Kopiatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="95"/>
        <source>Alt+C</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="102"/>
        <source>&amp;Delete</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="105"/>
        <source>Alt+D</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="112"/>
        <source>C&amp;lear</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="115"/>
        <source>Alt+L</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="26"/>
        <source>Name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="31"/>
        <source>Type</source>
        <translation type="unfinished">Mota</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="36"/>
        <source>Value</source>
        <translation type="unfinished">Balioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="41"/>
        <source>Parameter</source>
        <translation type="unfinished">Parametroa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="46"/>
        <source>Relationship</source>
        <translation type="unfinished">Erlazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="51"/>
        <source>Relationship To</source>
        <translation type="unfinished">Erlazioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/docitemattrprefs.ui" line="56"/>
        <source>Auto Add To</source>
        <translation type="unfinished">Autogehitu honi</translation>
    </message>
</context>
<context>
    <name>DocumentItemAttributesBase</name>
    <message>
        <source>Document Item Attributes</source>
        <translation type="obsolete">Dokumentuko elementu-atributuak</translation>
    </message>
    <message>
        <source>Name</source>
        <translation type="obsolete">Izena</translation>
    </message>
    <message>
        <source>Type</source>
        <translation type="obsolete">Mota</translation>
    </message>
    <message>
        <source>Value</source>
        <translation type="obsolete">Balioa</translation>
    </message>
    <message>
        <source>Parameter</source>
        <translation type="obsolete">Parametroa</translation>
    </message>
    <message>
        <source>Relationship</source>
        <translation type="obsolete">Erlazioa</translation>
    </message>
    <message>
        <source>Relationship To</source>
        <translation type="obsolete">Erlazioa:</translation>
    </message>
    <message>
        <source>Auto Add To</source>
        <translation type="obsolete">Autogehitu honi</translation>
    </message>
    <message>
        <source>&amp;Add</source>
        <translation type="obsolete">&amp;Gehitu</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation type="obsolete">Alt+G</translation>
    </message>
    <message>
        <source>&amp;Copy</source>
        <translation type="obsolete">&amp;Kopiatu</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation type="obsolete">Alt+K</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation type="obsolete">&amp;Ezabatu</translation>
    </message>
    <message>
        <source>Alt+D</source>
        <translation type="obsolete">Alt+E</translation>
    </message>
    <message>
        <source>C&amp;lear</source>
        <translation type="obsolete">Gar&amp;bitu</translation>
    </message>
    <message>
        <source>Alt+L</source>
        <translation type="obsolete">Alt+B</translation>
    </message>
</context>
<context>
    <name>DrwPlug</name>
    <message>
        <location filename="../../../scribus/plugins/import/drw/importdrw.cpp" line="143"/>
        <location filename="../../../scribus/plugins/import/drw/importdrw.cpp" line="349"/>
        <location filename="../../../scribus/plugins/import/drw/importdrw.cpp" line="1337"/>
        <source>Group%1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/drw/importdrw.cpp" line="219"/>
        <source>Importing: %1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/drw/importdrw.cpp" line="222"/>
        <source>Analyzing File:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/drw/importdrw.cpp" line="487"/>
        <source>Generating Items</source>
        <translation type="unfinished">Elementuak sortzen</translation>
    </message>
</context>
<context>
    <name>EPSPlug</name>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="476"/>
        <source>Importing File:
%1
failed!</source>
        <translation>Fitxategia inportatzea: 
%1 
huts egin du</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="477"/>
        <source>Fatal Error</source>
        <translation>Errore larria</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="875"/>
        <source>Error</source>
        <translation>Errorea</translation>
    </message>
    <message>
        <source>Importing PostScript</source>
        <translation type="obsolete">PostScript inportatzen</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="81"/>
        <source>Analyzing PostScript:</source>
        <translation>PostScript aztertzen:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="482"/>
        <source>Generating Items</source>
        <translation>Elementuak sortzen</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="874"/>
        <source>Converting of %1 images failed!</source>
        <translation>Huts egin du %1 irudiak bihurtzean</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="278"/>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="705"/>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="741"/>
        <source>Group%1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/import/ps/importps.cpp" line="78"/>
        <source>Importing: %1</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>EditStyle</name>
    <message>
        <source>Edit Style</source>
        <translation type="obsolete">Editatu estiloa</translation>
    </message>
    <message>
        <source>&amp;Name:</source>
        <translation type="obsolete">&amp;Izena:</translation>
    </message>
    <message>
        <source>Character</source>
        <translation type="obsolete">Karakterea</translation>
    </message>
    <message>
        <source> pt</source>
        <translation type="obsolete"> pt</translation>
    </message>
    <message>
        <source>&amp;Lines:</source>
        <translation type="obsolete">&amp;Marrak:</translation>
    </message>
    <message>
        <source>Tabulators and Indentation</source>
        <translation type="obsolete">Tabulatzaileak eta koskak</translation>
    </message>
    <message>
        <source>Name of your paragraph style</source>
        <translation type="obsolete">Paragrafo-estiloaren izena</translation>
    </message>
    <message>
        <source>Font of selected text or object</source>
        <translation type="obsolete">Hautatutako testu edo objektuaren letra-tipoa</translation>
    </message>
    <message>
        <source>Font Size</source>
        <translation type="obsolete">Letra-tamaina</translation>
    </message>
    <message>
        <source>Color of text fill</source>
        <translation type="obsolete">Testuaren kolore-betegarria</translation>
    </message>
    <message>
        <source>Color of text stroke</source>
        <translation type="obsolete">Testuaren trazuaren kolorea</translation>
    </message>
    <message>
        <source>Determines the overall height, in line numbers, of the Drop Caps</source>
        <translation type="obsolete">Letra kapitalen altuera zehazten du, altuera lerrotan neurtzen da.</translation>
    </message>
    <message>
        <source>Spacing above the paragraph</source>
        <translation type="obsolete">Paragrafoaren gaineko tartea</translation>
    </message>
    <message>
        <source>Spacing below the paragraph</source>
        <translation type="obsolete">Paragrafoaren azpiko tartea</translation>
    </message>
    <message>
        <source>Line Spacing</source>
        <translation type="obsolete">Lerrotartea</translation>
    </message>
    <message>
        <source> %</source>
        <translation type="obsolete"> %</translation>
    </message>
    <message>
        <source>Distances</source>
        <translation type="obsolete">Distantziak</translation>
    </message>
    <message>
        <source>Fixed Linespacing</source>
        <translation type="obsolete">Lerrotarte finkoa</translation>
    </message>
    <message>
        <source>Automatic Linespacing</source>
        <translation type="obsolete">Lerrotarte automatikoa</translation>
    </message>
    <message>
        <source>Align to Baseline Grid</source>
        <translation type="obsolete">Lerrokatu lerromarrara</translation>
    </message>
    <message>
        <source>Drop Caps</source>
        <translation type="obsolete">Letra kapitalak</translation>
    </message>
    <message>
        <source>Distance from Text:</source>
        <translation type="obsolete">Distantzia testutik:</translation>
    </message>
    <message>
        <source>Preview of the Paragraph Style</source>
        <translation type="obsolete">Paragrafo-estiloaren aurrebista</translation>
    </message>
    <message>
        <source>Determines the gap between the DropCaps and the Text</source>
        <translation type="obsolete">Letra kapitalen eta testuaren arteko tartea zehazten du</translation>
    </message>
    <message>
        <source>Toggles sample text of this paragraph style</source>
        <translation type="obsolete">Paragrafo-estiloko testua txandakatzen du</translation>
    </message>
    <message>
        <source>Name of the style is not unique</source>
        <translation type="obsolete">Estiloaren izena ez da bakarra</translation>
    </message>
    <message>
        <source>Background</source>
        <translation type="obsolete">Atzeko planoa</translation>
    </message>
    <message>
        <source>Select for easier reading of light coloured text styles</source>
        <translation type="obsolete">Hautatu kolore argiko testu estiloak errazago irakurtzeko</translation>
    </message>
    <message>
        <source>Manual Tracking</source>
        <translation type="obsolete">Eskuzko jarraipena</translation>
    </message>
    <message>
        <source>Offset to baseline of characters</source>
        <translation type="obsolete">Desplazatu karaktereen lerromarrara</translation>
    </message>
    <message>
        <source>Click to select the line spacing mode</source>
        <translation type="obsolete">Egin klik lerro arteko tartearen modua hautatzeko</translation>
    </message>
    <message>
        <source>Auto</source>
        <translation type="obsolete">Automatikoa</translation>
    </message>
</context>
<context>
    <name>EditToolBar</name>
    <message>
        <location filename="../../../scribus/ui/edittoolbar.cpp" line="29"/>
        <source>Edit</source>
        <translation type="unfinished">Editatu</translation>
    </message>
</context>
<context>
    <name>Editor</name>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="30"/>
        <source>Editor</source>
        <translation>Editorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="36"/>
        <source>&amp;New</source>
        <translation>&amp;Berria</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="39"/>
        <source>&amp;Open...</source>
        <translation>&amp;Ireki...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="41"/>
        <source>Save &amp;As...</source>
        <translation>Gorde &amp;honela...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="43"/>
        <source>&amp;Save and Exit</source>
        <translation>&amp;Gorde eta irten</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="45"/>
        <source>&amp;Exit without Saving</source>
        <translation>&amp;Irten gorde gabe</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="47"/>
        <source>&amp;Undo</source>
        <translation>&amp;Desegin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="50"/>
        <source>&amp;Redo</source>
        <translation>&amp;Berregin</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="52"/>
        <source>Cu&amp;t</source>
        <translation>&amp;Ebaki</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="55"/>
        <source>&amp;Copy</source>
        <translation>&amp;Kopiatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="58"/>
        <source>&amp;Paste</source>
        <translation>&amp;Itsatsi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="61"/>
        <source>C&amp;lear</source>
        <translation>&amp;Garbitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="63"/>
        <source>&amp;Get Field Names</source>
        <translation>&amp;Lortu eremu-izenak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="65"/>
        <source>&amp;File</source>
        <translation>&amp;Fitxategia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="72"/>
        <source>&amp;Edit</source>
        <translation>&amp;Editatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="111"/>
        <location filename="../../../scribus/ui/editor.cpp" line="127"/>
        <source>JavaScripts (*.js);;All Files (*)</source>
        <translation>JavaScripts (*.js);;Fitxategi guztiak (*)</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="37"/>
        <source>Ctrl+N</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="48"/>
        <source>Ctrl+Z</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="53"/>
        <source>Ctrl+X</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="56"/>
        <source>Ctrl+C</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/editor.cpp" line="59"/>
        <source>Ctrl-V</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>EffectsDialog</name>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="45"/>
        <source>Image Effects</source>
        <translation>Irudien efektuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="83"/>
        <source>Options:</source>
        <translation>Aukerak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="100"/>
        <source>Color:</source>
        <translation>Kolorea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="111"/>
        <source>Shade:</source>
        <translation>Itzaldura:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="127"/>
        <source>Brightness:</source>
        <translation>Distira:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="149"/>
        <source>Contrast:</source>
        <translation>Kontrastea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="171"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="200"/>
        <source>Radius:</source>
        <translation>Erradioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="182"/>
        <source>Value:</source>
        <translation>Balioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="218"/>
        <source>Posterize:</source>
        <translation>Posterizatu:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="457"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="474"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="502"/>
        <source>Available Effects</source>
        <translation>Efektu erabilgarriak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="461"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="543"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="780"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="842"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1297"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1419"/>
        <source>Blur</source>
        <translation>Lausotu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="462"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="528"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="765"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="836"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1248"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1397"/>
        <source>Brightness</source>
        <translation>Distira</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="463"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="519"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="760"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="846"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="901"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="988"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1388"/>
        <source>Colorize</source>
        <translation>Koloreztatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="467"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="533"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="770"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="838"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1264"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1403"/>
        <source>Contrast</source>
        <translation>Kontrastea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="468"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="514"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="755"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="834"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="984"/>
        <source>Grayscale</source>
        <translation>Gris-eskala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="470"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="509"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="750"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="832"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="986"/>
        <source>Invert</source>
        <translation>Alderantzikatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="471"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="553"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="788"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="844"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1309"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1432"/>
        <source>Posterize</source>
        <translation>Posterizatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="472"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="538"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="775"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="840"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1280"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1409"/>
        <source>Sharpen</source>
        <translation>Enfokatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="484"/>
        <source>&gt;&gt;</source>
        <translation>&gt;&gt;</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="488"/>
        <source>&lt;&lt;</source>
        <translation>&lt;&lt;</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="499"/>
        <source>Effects in use</source>
        <translation>darabilen efektuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="618"/>
        <source>OK</source>
        <translation>Ados</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="622"/>
        <source>Cancel</source>
        <translation>Utzi</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="237"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="287"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="353"/>
        <source>Color 1:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="258"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="307"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="373"/>
        <source>Color 2:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="327"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="393"/>
        <source>Color 3:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="413"/>
        <source>Color 4:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="464"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="558"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="793"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="857"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="901"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1005"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1438"/>
        <source>Duotone</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="465"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="567"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="798"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="868"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="901"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1063"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1474"/>
        <source>Tritone</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="466"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="576"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="803"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="879"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="901"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1144"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1525"/>
        <source>Quadtone</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="469"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="585"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="808"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="890"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1325"/>
        <location filename="../../../scribus/ui/effectsdialog.cpp" line="1591"/>
        <source>Curves</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ExceptHookDialog</name>
    <message>
        <location filename="../../../scribus/plugins/scripter/python/excepthook.ui" line="13"/>
        <source>Script error</source>
        <translation type="unfinished">Script errorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scripter/python/excepthook.ui" line="24"/>
        <source>An exception occured while running the script.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scripter/python/excepthook.ui" line="31"/>
        <source>&amp;Close</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scripter/python/excepthook.ui" line="44"/>
        <source>Exception</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/scripter/python/excepthook.ui" line="51"/>
        <source>&amp;Details &gt;&gt;</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ExportBitmap</name>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="204"/>
        <source>File exists. Overwrite?</source>
        <translation type="unfinished">Fitxategia badago lehendik ere. Gainidatzi?</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="205"/>
        <source>exists already. Overwrite?</source>
        <translation type="unfinished">badago lehendik ere. Gainidatzi?</translation>
    </message>
    <message>
        <source>All</source>
        <translation type="obsolete">Denak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="191"/>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="218"/>
        <source>Save as Image</source>
        <translation type="unfinished">Gorde irudi gisa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="191"/>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="192"/>
        <source>Insufficient memory for this image size.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="218"/>
        <location filename="../../../scribus/plugins/pixmapexport/export.cpp" line="219"/>
        <source>Error writing the output file(s).</source>
        <translation type="unfinished">Errorea irteerako fitxategia(k) idaztean.</translation>
    </message>
</context>
<context>
    <name>ExportForm</name>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="80"/>
        <source>Choose a Export Directory</source>
        <translation>Aukeratu direktorioa esportatzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="13"/>
        <source>Export as Image(s)</source>
        <translation>Esportatu irudi gisa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="153"/>
        <source>&amp;Export to Directory:</source>
        <translation>&amp;Esportatzeko direktorioa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="166"/>
        <source>C&amp;hange...</source>
        <translation>&amp;Aldatu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="25"/>
        <source>Options</source>
        <translation>Aukerak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="54"/>
        <source>Image &amp;Type:</source>
        <translation>Irudi-&amp;mota:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="64"/>
        <source>&amp;Quality:</source>
        <translation>&amp;Kalitatea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="74"/>
        <source>&amp;Resolution:</source>
        <translation>&amp;Bereizmena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="94"/>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="126"/>
        <source> %</source>
        <translation> %</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="110"/>
        <source> dpi</source>
        <translation> dpi</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="175"/>
        <source>Range</source>
        <translation>Barrutia</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="197"/>
        <source>&amp;Current page</source>
        <translation>&amp;Uneko orrialdea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="224"/>
        <source>&amp;All pages</source>
        <translation>Orrialde &amp;guztiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="217"/>
        <source>&amp;Range</source>
        <translation>&amp;Barrutia</translation>
    </message>
    <message>
        <source>C</source>
        <translation type="obsolete">C</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="117"/>
        <source>Export a range of pages</source>
        <translation>Esportatu barrutik orrialdeak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="118"/>
        <source>Insert a comma separated list of tokens where
a token can be * for all the pages, 1-5 for
a range of pages or a single page number.</source>
        <translation>Txertatu komaz bereiztutako token-en zerrenda, 
token bat * orrialde guztientzako, 1-5 orrialde barruti 
batentzako, edo orrialde bakar batentzako izan daiteke.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="119"/>
        <source>Export all pages</source>
        <translation>Esportatu orrialde guztiak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="120"/>
        <source>Export only the current page</source>
        <translation>Esportatu uneko orrialdea soilik</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="121"/>
        <source>Resolution of the Images
Use 72 dpi for Images intended for the Screen</source>
        <translation>Irudien bereizmena 
Erabili 72 dpi irudiak pantailan erabiltzeko badira</translation>
    </message>
    <message>
        <source>The quality of your images - 100% is the best, 1% the lowest quality</source>
        <translation type="obsolete">Irudien kalitatea - %100 onena, 
%1 kalitate baxuena</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="125"/>
        <source>Available export formats</source>
        <translation>Esportatzeko formatu erabilgarriak</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="126"/>
        <source>The output directory - the place to store your images.
Name of the export file will be &apos;documentname-pagenumber.filetype&apos;</source>
        <translation>Irteerako direktorioa - zure irudiak gordeko diren lekua. 
Esportatutako fitxategiaren izena honelakoa izan daiteke: 
&apos;dokumizena-orrizenbakia.fitxatmota&apos;</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="127"/>
        <source>Change the output directory</source>
        <translation>Aldatu irteerako direktorioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="84"/>
        <source>&amp;Size:</source>
        <translation>&amp;Tamaina:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="122"/>
        <source>Size of the images. 100% for no changes, 200% for two times larger etc.</source>
        <translation>Irudien tamaina. %100 aldaketarik gabe, %200 bi aldiz handiagoa, e.a.</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="44"/>
        <source>Image size in Pixels</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/exportform.ui" line="37"/>
        <source>TextLabel</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="123"/>
        <source>The compression ratio of your images - 100% is no compression, 0% highest compression. If in doubt, use &apos;Automatic&apos;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/pixmapexport/dialog.cpp" line="124"/>
        <source>Automatic</source>
        <translation type="unfinished">Automatikoa</translation>
    </message>
</context>
<context>
    <name>ExtImageProps</name>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="39"/>
        <source>Extended Image Properties</source>
        <translation>Irudi-propietate hedatuak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="50"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="68"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="102"/>
        <source>Normal</source>
        <translation>Normala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="51"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="69"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="103"/>
        <source>Darken</source>
        <translation>ilundu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="52"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="70"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="104"/>
        <source>Lighten</source>
        <translation>Argitu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="53"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="71"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="105"/>
        <source>Hue</source>
        <translation>Ñabardura</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="54"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="72"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="106"/>
        <source>Saturation</source>
        <translation>Saturazioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="55"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="73"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="107"/>
        <source>Color</source>
        <translation>Kolorea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="56"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="74"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="108"/>
        <source>Luminosity</source>
        <translation>Argitasuna</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="57"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="75"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="109"/>
        <source>Multiply</source>
        <translation>Biderkatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="58"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="76"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="110"/>
        <source>Screen</source>
        <translation>Pantaila</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="59"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="77"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="111"/>
        <source>Dissolve</source>
        <translation>Disolbatu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="60"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="78"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="112"/>
        <source>Overlay</source>
        <translation>Gainjarri</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="61"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="79"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="113"/>
        <source>Hard Light</source>
        <translation>Argi bizia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="62"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="80"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="114"/>
        <source>Soft Light</source>
        <translation>Argi suabea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="63"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="81"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="115"/>
        <source>Difference</source>
        <translation>Diferentzia</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="64"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="82"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="116"/>
        <source>Exclusion</source>
        <translation>Esklusioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="65"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="83"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="117"/>
        <source>Color Dodge</source>
        <translation>Zuritu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="66"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="84"/>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="118"/>
        <source>Color Burn</source>
        <translation>Belztu</translation>
    </message>
    <message>
        <source>Exlusion</source>
        <translation type="obsolete">Esklusioa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="98"/>
        <source>Blend Mode:</source>
        <translation>Nahaste-modua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="121"/>
        <source>Opacity:</source>
        <translation>Opakutasuna:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="127"/>
        <source> %</source>
        <translation> %</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="133"/>
        <source>Name</source>
        <translation>Izena</translation>
    </message>
    <message>
        <source>Background</source>
        <translation type="obsolete">Atzeko planoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="214"/>
        <source>Layers</source>
        <translation>Geruzak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="267"/>
        <source>Don&apos;t use any Path</source>
        <translation>Ez erabili biderik</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="269"/>
        <source>Paths</source>
        <translation>Bideak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/extimageprops.cpp" line="276"/>
        <source>Live Preview</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>FDialogPreview</name>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="186"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="212"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="250"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="278"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="309"/>
        <source>Size:</source>
        <translation>Tamaina:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="322"/>
        <source>Title:</source>
        <translation>Izenburua:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="325"/>
        <source>No Title</source>
        <translation>Izenbururik ez</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="327"/>
        <source>Author:</source>
        <translation>Egilea:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="190"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="330"/>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="335"/>
        <source>Unknown</source>
        <translation>Ezezaguna</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="337"/>
        <source>Scribus Document</source>
        <translation>Scribus dokumentua</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="187"/>
        <source>Resolution:</source>
        <translation>Bereizmena:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="187"/>
        <source>DPI</source>
        <translation>DPI</translation>
    </message>
    <message>
        <source>CMYK</source>
        <translation type="obsolete">CMHB</translation>
    </message>
    <message>
        <source>RGB</source>
        <translation type="obsolete">GBU</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="193"/>
        <source>Colorspace:</source>
        <translation>Kolore-eskala:</translation>
    </message>
    <message>
        <source>Grayscale</source>
        <translation type="obsolete">Gris-eskala</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/customfdialog.cpp" line="332"/>
        <source>File Format:</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>FileLoader</name>
    <message>
        <location filename="../../../scribus/fileloader.cpp" line="625"/>
        <source>Some fonts used by this document have been substituted:</source>
        <translation>Dokumentuan erabilitako zenbait letra-tipo ordeztu egin dira:</translation>
    </message>
    <message>
        <location filename="../../../scribus/fileloader.cpp" line="629"/>
        <source> was replaced by: </source>
        <translation> honekin ordeztuta: </translation>
    </message>
</context>
<context>
    <name>FileToolBar</name>
    <message>
        <location filename="../../../scribus/ui/filetoolbar.cpp" line="31"/>
        <source>File</source>
        <translation type="unfinished">Fitxategia</translation>
    </message>
</context>
<context>
    <name>FontComboH</name>
    <message>
        <location filename="../../../scribus/ui/fontcombo.cpp" line="148"/>
        <source>Family:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontcombo.cpp" line="149"/>
        <source>Style:</source>
        <translation type="unfinished">Estiloa:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontcombo.cpp" line="151"/>
        <source>Font Family of Selected Text or Text Frame</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontcombo.cpp" line="152"/>
        <source>Font Style of Selected Text or Text Frame</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>FontListModel</name>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="63"/>
        <source>Font Name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="65"/>
        <source>Use Font</source>
        <translation type="unfinished">Erabili letra-tipoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="67"/>
        <source>Family</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="69"/>
        <source>Style</source>
        <translation type="unfinished">Estiloa</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="71"/>
        <source>Variant</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="73"/>
        <source>Type</source>
        <translation type="unfinished">Mota</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="75"/>
        <source>Format</source>
        <translation type="unfinished">Formatua</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="77"/>
        <source>Embed in PostScript</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="79"/>
        <source>Subset</source>
        <translation type="unfinished">Azpimultzoa</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="81"/>
        <source>Access</source>
        <translation type="unfinished">Sarbidea</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="83"/>
        <source>Used in Doc</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="85"/>
        <source>Path to Font File</source>
        <translation type="unfinished">Letra-tipo fitxategiaren bide-izena</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="144"/>
        <source>Unknown</source>
        <comment>font type</comment>
        <translation type="unfinished">Ezezaguna</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="157"/>
        <source>Unknown</source>
        <comment>font format</comment>
        <translation type="unfinished">Ezezaguna</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="164"/>
        <source>User</source>
        <comment>font preview</comment>
        <translation type="unfinished">Erabiltzailea</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="165"/>
        <source>System</source>
        <comment>font preview</comment>
        <translation type="unfinished">Sistema</translation>
    </message>
    <message>
        <location filename="../../../scribus/fontlistmodel.cpp" line="190"/>
        <source>Click to change the value</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>FontPrefs</name>
    <message>
        <source>Available Fonts</source>
        <translation type="obsolete">Erabilgarri dauden letra-tipoak:</translation>
    </message>
    <message>
        <source>Font Substitutions</source>
        <translation type="obsolete">Letra-tipoen ordezteak</translation>
    </message>
    <message>
        <source>Additional Paths</source>
        <translation type="obsolete">Bide-izen gehigarriak</translation>
    </message>
    <message>
        <source>Font Name</source>
        <translation type="obsolete">Letra-tipoaren izena</translation>
    </message>
    <message>
        <source>&amp;Available Fonts</source>
        <translation type="obsolete">&amp;Letra-tipo erabilgarriak</translation>
    </message>
    <message>
        <source>Replacement</source>
        <translation type="obsolete">Ordeztea</translation>
    </message>
    <message>
        <source>&amp;Delete</source>
        <translation type="obsolete">&amp;Ezabatu</translation>
    </message>
    <message>
        <source>Font &amp;Substitutions</source>
        <translation type="obsolete">&amp;Letra-tipoen ordezpena</translation>
    </message>
    <message>
        <source>C&amp;hange...</source>
        <translation type="obsolete">&amp;Aldatu...</translation>
    </message>
    <message>
        <source>A&amp;dd...</source>
        <translation type="obsolete">&amp;Gehitu...</translation>
    </message>
    <message>
        <source>&amp;Remove</source>
        <translation type="obsolete">&amp;Kendu</translation>
    </message>
    <message>
        <source>Additional &amp;Paths</source>
        <translation type="obsolete">&amp;Bide gehigarriak</translation>
    </message>
    <message>
        <source>Choose a Directory</source>
        <translation type="obsolete">Aukeratu direktorioa</translation>
    </message>
    <message>
        <source>Font Name</source>
        <comment>font preview</comment>
        <translation type="obsolete">Letra-tipoa</translation>
    </message>
    <message>
        <source>Use Font</source>
        <comment>font preview</comment>
        <translation type="obsolete">Erabili letra-tipoa</translation>
    </message>
    <message>
        <source>Embed in:</source>
        <comment>font preview</comment>
        <translation type="obsolete">Hemen kapsulatua:</translation>
    </message>
    <message>
        <source>Subset</source>
        <comment>font preview</comment>
        <translation type="obsolete">Azpimultzoa</translation>
    </message>
    <message>
        <source>Path to Font File</source>
        <comment>font preview</comment>
        <translation type="obsolete">Letra-tipo fitxategiaren bide-izena</translation>
    </message>
    <message>
        <source>PostScript</source>
        <translation type="obsolete">PostScript</translation>
    </message>
    <message>
        <source>Font search paths can only be set in Preferences, and only when there is no document currently open. Close any open documents, then use Edit-&gt;Settings to change the font search path.</source>
        <translation type="obsolete">Letra-tipoak aurkitzeko bide-izena Hobespenetan bakarrik 
ezar daiteke, eta soilik dokumenturik irekita ez dauden unean. 
Itxi irekita dauden dokumentuak, gero erabili 
Editatu -&gt; Ezarpenak menua letra-tipoak bilatzeko bide-izena 
aldatzeko.</translation>
    </message>
    <message>
        <source>Use Font</source>
        <translation type="obsolete">Erabili letra-tipoa</translation>
    </message>
    <message>
        <source>Subset</source>
        <translation type="obsolete">Azpimultzoa</translation>
    </message>
    <message>
        <source>Path to Font File</source>
        <translation type="obsolete">Letra-tipo fitxategiaren bide-izena</translation>
    </message>
</context>
<context>
    <name>FontPrefsTab</name>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="48"/>
        <source>Available Fonts</source>
        <translation type="unfinished">Erabilgarri dauden letra-tipoak:</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="48"/>
        <source>Font Substitutions</source>
        <translation type="unfinished">Letra-tipoen ordezteak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="48"/>
        <source>Additional Paths</source>
        <translation type="unfinished">Bide-izen gehigarriak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="58"/>
        <source>&amp;Available Fonts</source>
        <translation type="unfinished">&amp;Letra-tipo erabilgarriak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="66"/>
        <source>Font Name</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="67"/>
        <source>Replacement</source>
        <translation type="unfinished">Ordeztea</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="82"/>
        <source>&amp;Delete</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="88"/>
        <source>Font &amp;Substitutions</source>
        <translation type="unfinished">&amp;Letra-tipoen ordezpena</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="107"/>
        <source>C&amp;hange...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="109"/>
        <source>A&amp;dd...</source>
        <translation type="unfinished">&amp;Gehitu...</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="111"/>
        <source>&amp;Remove</source>
        <translation type="unfinished">&amp;Kendu</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="128"/>
        <source>Font search paths can only be set in File &gt; Preferences, and only when there is no document currently open. Close any open documents, then use File &gt; Preferences &gt; Fonts to change the font search path.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="135"/>
        <source>Additional &amp;Paths</source>
        <translation type="unfinished">&amp;Bide gehigarriak</translation>
    </message>
    <message>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="222"/>
        <location filename="../../../scribus/ui/fontprefs.cpp" line="247"/>
        <source>Choose a Directory</source>
        <translation type="unfinished">Aukeratu direktorioa</translation>
    </message>
</context>
<context>
    <name>FontPreview</name>
    <message>
        <source>User</source>
        <comment>font preview</comment>
        <translation type="obsolete">Erabiltzailea</translation>
    </message>
    <message>
        <source>System</source>
        <comment>font preview</comment>
        <translation type="obsolete">Sistema</translation>
    </message>
    <message>
        <source>Append selected font into Style, Font menu</source>
        <comment>font preview</comment>
        <translation type="obsolete">Erantsi hautatutako letra-tipoa Estiloan, Letra-tipo menua</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.cpp" line="111"/>
        <source>Leave preview</source>
        <comment>font preview</comment>
        <translation>Irten aurrebistatik</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.cpp" line="44"/>
        <source>Woven silk pyjamas exchanged for blue quartz</source>
        <comment>font preview</comment>
        <translation>Laino guztien azpitik eta sasi guztien gainetik</translation>
    </message>
    <message>
        <source>Start searching</source>
        <translation type="obsolete">Hasi bilaketa</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.cpp" line="113"/>
        <source>Size of the selected font</source>
        <translation>Hautatutako letra-tipoaren tamaina</translation>
    </message>
    <message>
        <source>Sample will be shown after key release</source>
        <translation type="obsolete">Lagina tekla askatu ondoren erakutsiko da</translation>
    </message>
    <message>
        <source>Typing the text here provides quick searching in the font names. Searching is case insensitive. You can provide a common wild cards (*, ?, [...]) in your phrase. Examples: t* will list all fonts starting with t or T. *bold* will list all fonts with word bold, bolder etc. in the name.</source>
        <translation type="obsolete">Testua hemen idaztean letra-tipoen izenetan bilaketa azkarragoa egiten du. Bilaketan maiuskulak eta minuskulak 
ez dira ezberdintzen. Komodinak (*, ?, [...]) ere eman ditzakezu esaldian. Adibidez, t* esaldiarekin t edo T 
hizkiarekin hasten diren letra-tipo guztiak zerrendatuko dira. 
*bold* esaldiarekin berriz &apos;bold&apos; hitza duten izen guztiak, 
adibidez bolder.</translation>
    </message>
    <message>
        <source>Doc</source>
        <translation type="obsolete">Dok</translation>
    </message>
    <message>
        <source>Type</source>
        <translation type="obsolete">Mota</translation>
    </message>
    <message>
        <source>Subset</source>
        <translation type="obsolete">Azpimultzoa</translation>
    </message>
    <message>
        <source>Access</source>
        <translation type="obsolete">Sarbidea</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="13"/>
        <source>Fonts Preview</source>
        <translation type="unfinished">Letra-tipoen aurrebista</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="19"/>
        <source>&amp;Quick Search:</source>
        <translation type="unfinished">&amp;Bilaketa azkarra:</translation>
    </message>
    <message>
        <source>&amp;Search</source>
        <translation type="obsolete">&amp;Bilatu</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation type="obsolete">Alt+B</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="80"/>
        <source>&amp;Font Size:</source>
        <translation type="unfinished">Letra-&amp;tamaina:</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="103"/>
        <source>Text</source>
        <translation type="unfinished">Testua</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="113"/>
        <source>Sample text to display</source>
        <translation type="unfinished">Testu-lagina bistaratzeko</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="123"/>
        <source>Se&amp;t</source>
        <translation type="unfinished">E&amp;zarri</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="126"/>
        <source>Alt+T</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="133"/>
        <source>Reset the text</source>
        <translation type="unfinished">Berrezarri testua</translation>
    </message>
    <message>
        <source>&amp;Append</source>
        <translation type="obsolete">&amp;Erantsi</translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="167"/>
        <source>&amp;Close</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="170"/>
        <source>Alt+C</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.cpp" line="112"/>
        <source>Typing the text here provides quick searching in the font names. Searching is case insensitive. The given text is taken as substring.</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="136"/>
        <source>&amp;Default</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="35"/>
        <source>Show Extended Font Information</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreview.ui" line="120"/>
        <source>Set the preview text</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>FontPreviewBase</name>
    <message>
        <source>Fonts Preview</source>
        <translation type="obsolete">Letra-tipoen aurrebista</translation>
    </message>
    <message>
        <source>&amp;Quick Search:</source>
        <translation type="obsolete">&amp;Bilaketa azkarra:</translation>
    </message>
    <message>
        <source>&amp;Search</source>
        <translation type="obsolete">&amp;Bilatu</translation>
    </message>
    <message>
        <source>Alt+S</source>
        <translation type="obsolete">Alt+B</translation>
    </message>
    <message>
        <source>Font Name</source>
        <translation type="obsolete">Letra-tipoa</translation>
    </message>
    <message>
        <source>Doc</source>
        <translation type="obsolete">Dok</translation>
    </message>
    <message>
        <source>Type</source>
        <translation type="obsolete">Mota</translation>
    </message>
    <message>
        <source>Subset</source>
        <translation type="obsolete">Azpimultzoa</translation>
    </message>
    <message>
        <source>Access</source>
        <translation type="obsolete">Sarbidea</translation>
    </message>
    <message>
        <source>&amp;Font Size:</source>
        <translation type="obsolete">Letra-&amp;tamaina:</translation>
    </message>
    <message>
        <source>Text</source>
        <translation type="obsolete">Testua</translation>
    </message>
    <message>
        <source>Sample text to display</source>
        <translation type="obsolete">Testu-lagina bistaratzeko</translation>
    </message>
    <message>
        <source>Se&amp;t</source>
        <translation type="obsolete">E&amp;zarri</translation>
    </message>
    <message>
        <source>Alt+T</source>
        <translation type="obsolete">Alt+Z</translation>
    </message>
    <message>
        <source>Reset the text</source>
        <translation type="obsolete">Berrezarri testua</translation>
    </message>
    <message>
        <source>&amp;Append</source>
        <translation type="obsolete">&amp;Erantsi</translation>
    </message>
    <message>
        <source>Alt+A</source>
        <translation type="obsolete">Alt+E</translation>
    </message>
    <message>
        <source>&amp;Close</source>
        <translation type="obsolete">&amp;Itxi</translation>
    </message>
    <message>
        <source>Alt+C</source>
        <translation type="obsolete">Alt+I</translation>
    </message>
</context>
<context>
    <name>FontPreviewPlugin</name>
    <message>
        <location filename="../../../scribus/plugins/fontpreview/fontpreviewplugin.cpp" line="49"/>
        <source>&amp;Font Preview...</source>
        <translation>&amp;Letra-tipoen aurrebista...</translation>