Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ project(
)
app_uuid = 'com.github.maoschanz.drawing'

# Dependencies #################################################################
# Dependencies
pygobject = dependency('pygobject-3.0', version: '>=3.0.0')

# TODO the proper way to check python3 libs dependencies is this:
# https://mesonbuild.com/Python-module.html#dependency but the doc is quite bad
# so i've no idea how to make it work
py_module = import('python')
py_instln = py_module.find_installation('python3')
py_dep = py_instln.dependency()

################################################################################

# Will be used in po and data
if get_option('enable-translations-and-appdata')
Expand Down
18 changes: 9 additions & 9 deletions po/eu.po
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,18 @@ msgid ""
"A former option of the paint bucket tool, which didn't belong there, has "
"been improved and moved to the eraser tool."
msgstr "Pintura-ontzi tresnaren lehen aukera batek, ez zegokiona,"
"hobetu eta borragoma tresnara eraman da".
"hobetu eta borragoma tresnara eraman da."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
"Transparency is henceforth correctly preserved when the \"skew\" tool "
"expands the canvas with a solid color."
msgstr "Gardentasuna behar bezala gordeko da aurrerantzean \" okertu \" tresna "
"kolore solido batekin ohiala zabaltzen du".
"kolore solido batekin ohiala zabaltzen du."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid "You can now adjust the position of the canvas when you're cropping it."
msgstr "Orain ohialaren posizioa doitu dezakezu mozten duzunean".
msgstr "Orain ohialaren posizioa doitu dezakezu mozten duzunean."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
Expand Down Expand Up @@ -148,7 +148,7 @@ msgid ""
"shortcuts to change tab."
msgstr ""
"\"hautatu\" tresnaren erabiltzailearen interfazea aldatu da, baita ere "
"fitxa aldatzeko lasterbideak".
"fitxa aldatzeko lasterbideak."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
Expand All @@ -171,7 +171,7 @@ msgid ""
"the message dialog to warn you about the release notes is less intrusive."
msgstr ""
"Komunitatearen eskaeraren arabera, \"nabarmendu\" tresna lehenespenez gaituta dago orain, eta "
"argitalpen-oharrei buruz ohartarazteko mezuen elkarrizketa-koadroa ez da hain intrusiboa".
"argitalpen-oharrei buruz ohartarazteko mezuen elkarrizketa-koadroa ez da hain intrusiboa."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
Expand All @@ -193,15 +193,15 @@ msgid ""
"sandbox has also been fixed."
msgstr ""
"Komando-lerroaren analisia okerra aplikazioa flatpaketik kanpo erabiltzean"
"hondar-kutxa ere konpondu da".
"hondar-kutxa ere konpondu da."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
"For users on elementary OS, a small issue concerning window resizing has "
"been mended too."
msgstr ""
"Elementary OS duten erabiltzaileentzat, leihoen tamaina aldatzeari buruzko arazo txiki bat"
"ere konponduta".
"ere konponduta."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
Expand Down Expand Up @@ -235,8 +235,8 @@ msgid ""
"Zooming very deep is now possible, and the rendering will be very crisp, "
"even at 2000%%."
msgstr ""
"Orain zoom oso sakona egitea posible da, eta errendatzea oso kurruskaria izango da".
"%2000ean ere".
"Orain zoom oso sakona egitea posible da, eta errendatzea oso kurruskaria izango da."
"%2000ean ere."

#: data/com.github.maoschanz.drawing.appdata.xml.in
msgid ""
Expand Down
Loading