Initial checkin of Pika from heckimp
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
# please keep this list sorted alphabetically
|
||||
#
|
||||
ar
|
||||
ast
|
||||
az
|
||||
be
|
||||
bg
|
||||
br
|
||||
bs
|
||||
ca
|
||||
ca@valencia
|
||||
cs
|
||||
da
|
||||
de
|
||||
dz
|
||||
el
|
||||
en_CA
|
||||
en_GB
|
||||
eo
|
||||
es
|
||||
et
|
||||
eu
|
||||
fa
|
||||
fi
|
||||
fr
|
||||
ga
|
||||
gl
|
||||
gu
|
||||
he
|
||||
hr
|
||||
hu
|
||||
id
|
||||
is
|
||||
it
|
||||
ja
|
||||
ka
|
||||
km
|
||||
ko
|
||||
lt
|
||||
lv
|
||||
mk
|
||||
mr
|
||||
ms
|
||||
my
|
||||
nb
|
||||
ne
|
||||
nl
|
||||
nn
|
||||
oc
|
||||
pa
|
||||
pl
|
||||
pt
|
||||
pt_BR
|
||||
ro
|
||||
ru
|
||||
rw
|
||||
sk
|
||||
sl
|
||||
sr
|
||||
sr@latin
|
||||
sv
|
||||
ta
|
||||
te
|
||||
tr
|
||||
uk
|
||||
vi
|
||||
xh
|
||||
yi
|
||||
zh_CN
|
||||
zh_HK
|
||||
zh_TW
|
||||
@@ -0,0 +1,78 @@
|
||||
# Makefile variables for PO directory in any package using GNU gettext.
|
||||
|
||||
# Usually the message domain is the same as the package name.
|
||||
DOMAIN = $(PACKAGE)
|
||||
|
||||
# These two variables depend on the location of this directory.
|
||||
subdir = po
|
||||
top_builddir = ..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=Q_:1g --keyword=C_:1c,2 --keyword=NC_:1c,2 --add-comments
|
||||
|
||||
# This is the copyright holder that gets inserted into the header of the
|
||||
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||
# package. (Note that the msgstr strings, extracted from the package's
|
||||
# sources, belong to the copyright holder of the package.) Translators are
|
||||
# expected to transfer the copyright for their translations to this person
|
||||
# or entity, or to disclaim their copyright. The empty string stands for
|
||||
# the public domain; in this case the translators are expected to disclaim
|
||||
# their copyright.
|
||||
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
|
||||
|
||||
# This tells whether or not to prepend "GNU " prefix to the package
|
||||
# name that gets inserted into the header of the $(DOMAIN).pot file.
|
||||
# Possible values are "yes", "no", or empty. If it is empty, try to
|
||||
# detect it automatically by scanning the files in $(top_srcdir) for
|
||||
# "GNU packagename" string.
|
||||
PACKAGE_GNU =
|
||||
|
||||
# This is the email address or URL to which the translators shall report
|
||||
# bugs in the untranslated strings:
|
||||
# - Strings which are not entire sentences, see the maintainer guidelines
|
||||
# in the GNU gettext documentation, section 'Preparing Strings'.
|
||||
# - Strings which use unclear terms or require additional context to be
|
||||
# understood.
|
||||
# - Strings which make invalid assumptions about notation of date, time or
|
||||
# money.
|
||||
# - Pluralisation problems.
|
||||
# - Incorrect English spelling.
|
||||
# - Incorrect formatting.
|
||||
# It can be your email address, or a mailing list address where translators
|
||||
# can write to without being subscribed, or the URL of a web page through
|
||||
# which the translators can contact you.
|
||||
MSGID_BUGS_ADDRESS = https://gitlab.gnome.org/GNOME/pika/issues
|
||||
|
||||
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||
# message catalogs shall be used. It is usually empty.
|
||||
EXTRA_LOCALE_CATEGORIES =
|
||||
|
||||
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
|
||||
# context. Possible values are "yes" and "no". Set this to yes if the
|
||||
# package uses functions taking also a message context, like pgettext(), or
|
||||
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
|
||||
USE_MSGCTXT = yes
|
||||
|
||||
# These options get passed to msgmerge.
|
||||
# Useful options are in particular:
|
||||
# --previous to keep previous msgids of translated messages,
|
||||
# --quiet to reduce the verbosity.
|
||||
MSGMERGE_OPTIONS =
|
||||
|
||||
# These options get passed to msginit.
|
||||
# If you want to disable line wrapping when writing PO files, add
|
||||
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
|
||||
# MSGINIT_OPTIONS.
|
||||
MSGINIT_OPTIONS =
|
||||
|
||||
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
|
||||
# has changed. Possible values are "yes" and "no". Set this to no if
|
||||
# the POT file is checked in the repository and the version control
|
||||
# program ignores timestamps.
|
||||
PO_DEPENDS_ON_POT = no
|
||||
|
||||
# This tells whether or not to forcibly update $(DOMAIN).pot and
|
||||
# regenerate PO files on "make dist". Possible values are "yes" and
|
||||
# "no". Set this to no if the POT file and PO files are maintained
|
||||
# externally.
|
||||
DIST_DEPENDS_ON_UPDATE_PO = no
|
||||
@@ -0,0 +1,53 @@
|
||||
# Files from the Pika distribution which have already been
|
||||
# marked to allow runtime translation of messages
|
||||
|
||||
plug-ins/script-fu/script-fu.c
|
||||
plug-ins/script-fu/script-fu-eval.c
|
||||
plug-ins/script-fu/console/script-fu-console.c
|
||||
plug-ins/script-fu/console/script-fu-console-total.c
|
||||
plug-ins/script-fu/server/script-fu-server.c
|
||||
plug-ins/script-fu/server/script-fu-server-plugin.c
|
||||
plug-ins/script-fu/libscriptfu/script-fu-interface.c
|
||||
plug-ins/script-fu/libscriptfu/script-fu-scripts.c
|
||||
plug-ins/script-fu/script-fu-text-console.c
|
||||
plug-ins/script-fu/scripts/add-bevel.scm
|
||||
plug-ins/script-fu/scripts/addborder.scm
|
||||
plug-ins/script-fu/scripts/blend-anim.scm
|
||||
plug-ins/script-fu/scripts/burn-in-anim.scm
|
||||
plug-ins/script-fu/scripts/carve-it.scm
|
||||
plug-ins/script-fu/scripts/chrome-it.scm
|
||||
plug-ins/script-fu/scripts/circuit.scm
|
||||
plug-ins/script-fu/scripts/clothify.scm
|
||||
plug-ins/script-fu/scripts/coffee.scm
|
||||
plug-ins/script-fu/scripts/difference-clouds.scm
|
||||
plug-ins/script-fu/scripts/distress-selection.scm
|
||||
plug-ins/script-fu/scripts/drop-shadow.scm
|
||||
plug-ins/script-fu/scripts/font-map.scm
|
||||
plug-ins/script-fu/scripts/fuzzyborder.scm
|
||||
plug-ins/script-fu/scripts/pika-online.scm
|
||||
plug-ins/script-fu/scripts/gradient-example.scm
|
||||
plug-ins/script-fu/scripts/guides-from-selection.scm
|
||||
plug-ins/script-fu/scripts/guides-new-percent.scm
|
||||
plug-ins/script-fu/scripts/guides-new.scm
|
||||
plug-ins/script-fu/scripts/guides-remove-all.scm
|
||||
plug-ins/script-fu/scripts/lava.scm
|
||||
plug-ins/script-fu/scripts/line-nova.scm
|
||||
plug-ins/script-fu/scripts/mkbrush.scm
|
||||
plug-ins/script-fu/scripts/old-photo.scm
|
||||
plug-ins/script-fu/scripts/palette-export.scm
|
||||
plug-ins/script-fu/scripts/paste-as-brush.scm
|
||||
plug-ins/script-fu/scripts/paste-as-pattern.scm
|
||||
plug-ins/script-fu/scripts/perspective-shadow.scm
|
||||
plug-ins/script-fu/scripts/reverse-layers.scm
|
||||
plug-ins/script-fu/scripts/ripply-anim.scm
|
||||
plug-ins/script-fu/scripts/round-corners.scm
|
||||
plug-ins/script-fu/scripts/script-fu-set-cmap.scm
|
||||
plug-ins/script-fu/scripts/selection-round.scm
|
||||
plug-ins/script-fu/scripts/slide.scm
|
||||
plug-ins/script-fu/scripts/spinning-globe.scm
|
||||
plug-ins/script-fu/scripts/test-sphere.scm
|
||||
plug-ins/script-fu/scripts/tileblur.scm
|
||||
plug-ins/script-fu/scripts/unsharp-mask.scm
|
||||
plug-ins/script-fu/scripts/waves-anim.scm
|
||||
plug-ins/script-fu/scripts/weave.scm
|
||||
plug-ins/script-fu/scripts/xach-effect.scm
|
||||
@@ -0,0 +1,58 @@
|
||||
app
|
||||
app-tools
|
||||
build/windows/installer/lang/setup.isl.in
|
||||
data/tags
|
||||
data/tips
|
||||
desktop
|
||||
extensions
|
||||
libpika
|
||||
libpikabase
|
||||
libpikacolor
|
||||
libpikaconfig
|
||||
libpikamath
|
||||
libpikamodule
|
||||
libpikathumb
|
||||
libpikawidgets
|
||||
menus
|
||||
modules
|
||||
plug-ins/common
|
||||
plug-ins/file-bmp
|
||||
plug-ins/file-compressor
|
||||
plug-ins/file-dds
|
||||
plug-ins/file-exr
|
||||
plug-ins/file-faxg3
|
||||
plug-ins/file-fits
|
||||
plug-ins/file-fli
|
||||
plug-ins/file-icns
|
||||
plug-ins/file-ico
|
||||
plug-ins/file-jpeg
|
||||
plug-ins/file-psd
|
||||
plug-ins/file-raw
|
||||
plug-ins/file-sgi
|
||||
plug-ins/file-tiff
|
||||
plug-ins/file-uri
|
||||
plug-ins/file-webp
|
||||
plug-ins/file-xjt
|
||||
plug-ins/flame
|
||||
plug-ins/fractal-explorer
|
||||
plug-ins/gfig
|
||||
plug-ins/pikaressionist
|
||||
plug-ins/gradient-flare
|
||||
plug-ins/help
|
||||
plug-ins/help-browser
|
||||
plug-ins/ifs-compose
|
||||
plug-ins/imagemap
|
||||
plug-ins/lighting
|
||||
plug-ins/map-object
|
||||
plug-ins/metadata
|
||||
plug-ins/pagecurl
|
||||
plug-ins/print
|
||||
plug-ins/python
|
||||
plug-ins/screenshot
|
||||
plug-ins/script-fu/scripts/contactsheet.scm
|
||||
plug-ins/script-fu/scripts/clothify-v3.scm
|
||||
plug-ins/selection-to-path
|
||||
plug-ins/twain
|
||||
plug-ins/ui
|
||||
plug-ins/win-snap
|
||||
tools
|
||||
+2471
File diff suppressed because it is too large
Load Diff
+1623
File diff suppressed because it is too large
Load Diff
+2714
File diff suppressed because it is too large
Load Diff
+2593
File diff suppressed because it is too large
Load Diff
+1583
File diff suppressed because it is too large
Load Diff
+2641
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,257 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pika\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/pika/issues\n"
|
||||
"POT-Creation-Date: 2013-01-27 21:39+0000\n"
|
||||
"PO-Revision-Date: 2015-02-04 14:27+0000\n"
|
||||
"Last-Translator: Samir Ribić <Unknown>\n"
|
||||
"Language-Team: Bosnian <bs@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Launchpad-Export-Date: 2015-03-14 13:28+0000\n"
|
||||
"X-Generator: Launchpad (build 17389)\n"
|
||||
"Language: bs\n"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:110
|
||||
msgid "Interactive console for Script-Fu development"
|
||||
msgstr "Interaktivna konzola za razvoj Script-Fu"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:116
|
||||
msgid "_Console"
|
||||
msgstr "_Konzola"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:140
|
||||
msgid "Server for remote Script-Fu operation"
|
||||
msgstr "Server za udaljene Script-Fu operacije"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:145
|
||||
msgid "_Start Server..."
|
||||
msgstr "_Pokreni server..."
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:301
|
||||
msgid "_PIKA Online"
|
||||
msgstr "_PIKA online"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:302
|
||||
msgid "_User Manual"
|
||||
msgstr "_Uputstvo za upotrebu"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:305
|
||||
msgid "_Script-Fu"
|
||||
msgstr "_Skript-Fu"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:307
|
||||
msgid "_Test"
|
||||
msgstr "_Test"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:310
|
||||
msgid "_Buttons"
|
||||
msgstr "_Dugmad"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:312
|
||||
msgid "_Logos"
|
||||
msgstr "_Logovi"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:314
|
||||
msgid "_Patterns"
|
||||
msgstr "_Uzorci"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:317
|
||||
msgid "_Web Page Themes"
|
||||
msgstr "_Teme za web stranice"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:319
|
||||
msgid "_Alien Glow"
|
||||
msgstr "_Vanzemaljski sjaj"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:321
|
||||
msgid "_Beveled Pattern"
|
||||
msgstr "_Ukošeni uzorak"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:323
|
||||
msgid "_Classic.Pika.Org"
|
||||
msgstr "_Classic.Pika.Org"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:326
|
||||
msgid "Alpha to _Logo"
|
||||
msgstr "Primjeni alfa na _logu"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:329
|
||||
msgid "Re-read all available Script-Fu scripts"
|
||||
msgstr "Ponovo učitaj sve dostupne skripte"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:334
|
||||
msgid "_Refresh Scripts"
|
||||
msgstr "_Osvježi skripte"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu.c:357
|
||||
msgid ""
|
||||
"You can not use \"Refresh Scripts\" while a Script-Fu dialog box is open. "
|
||||
"Please close all Script-Fu windows and try again."
|
||||
msgstr ""
|
||||
"Ne možete koristiti \"Osvježi skripte\" dok je dijaloški okvir Script-Fu "
|
||||
"otvoren. Molimo zatvorite sve Script-Fu prozore i pokušajte ponovo."
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:130
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:197
|
||||
msgid "Script-Fu Console"
|
||||
msgstr "Skript-Fu konzola"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:193
|
||||
msgid "Welcome to TinyScheme"
|
||||
msgstr "Dobrodošli u TinyScheme"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:199
|
||||
msgid "Interactive Scheme Development"
|
||||
msgstr "Interaktivni razvoj šema"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:235
|
||||
msgid "_Browse..."
|
||||
msgstr "Traži..."
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:293
|
||||
msgid "Save Script-Fu Console Output"
|
||||
msgstr "Sačuvaj ispis Skript-Fu konzole"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:340
|
||||
#, c-format
|
||||
msgid "Could not open '%s' for writing: %s"
|
||||
msgstr "Ne može otvoriti '%s' za pisanje: %s"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-console.c:369
|
||||
msgid "Script-Fu Procedure Browser"
|
||||
msgstr "Skript-Fu pretraživač procedura"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-eval.c:60
|
||||
msgid "Script-Fu evaluation mode only allows non-interactive invocation"
|
||||
msgstr "Skript-Fu mod pregleda dozvoljava samo ne-interaktivni poziv"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:198
|
||||
msgid "Script-Fu cannot process two scripts at the same time."
|
||||
msgstr "Script-Fu ne može obrađivati dvije skripte istovremeno."
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:200
|
||||
#, c-format
|
||||
msgid "You are already running the \"%s\" script."
|
||||
msgstr "Već koristite skriptu \"%s\"."
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:226
|
||||
#, c-format
|
||||
msgid "Script-Fu: %s"
|
||||
msgstr "Skript-Fu: %s"
|
||||
|
||||
#. we add a colon after the label;
|
||||
#. * some languages want an extra space here
|
||||
#.
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:290
|
||||
#, c-format
|
||||
msgid "%s:"
|
||||
msgstr "%s:"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:337
|
||||
msgid "Script-Fu Color Selection"
|
||||
msgstr "Skript-Fu izbor boje"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:446
|
||||
msgid "Script-Fu File Selection"
|
||||
msgstr "Skript-Fu izbor datoteke"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:449
|
||||
msgid "Script-Fu Folder Selection"
|
||||
msgstr "Skript-Fu izbor direktorija"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:462
|
||||
msgid "Script-Fu Font Selection"
|
||||
msgstr "Skript-Fu izbor fonta"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:470
|
||||
msgid "Script-Fu Palette Selection"
|
||||
msgstr "Skript-Fu izbor paleta"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:479
|
||||
msgid "Script-Fu Pattern Selection"
|
||||
msgstr "Skript-Fu izbor uzorka"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:488
|
||||
msgid "Script-Fu Gradient Selection"
|
||||
msgstr "Skript-Fu izbor gradijenta"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:497
|
||||
msgid "Script-Fu Brush Selection"
|
||||
msgstr "Skript-Fu izbor četke"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-interface.c:840
|
||||
#, c-format
|
||||
msgid "Error while executing %s:"
|
||||
msgstr "Greška pri izvršavanju %s:"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-scripts.c:146
|
||||
msgid "Too few arguments to 'script-fu-register' call"
|
||||
msgstr "Premalo argumenata za poziv „script-fu-register“"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-scripts.c:605
|
||||
#, c-format
|
||||
msgid "Error while loading %s:"
|
||||
msgstr "Greška pri izvršavanju %s:"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:814
|
||||
msgid "Script-Fu Server Options"
|
||||
msgstr "Skript-Fu postavke servera"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:819
|
||||
msgid "_Start Server"
|
||||
msgstr "_Pokreni server"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:847
|
||||
msgid "Server port:"
|
||||
msgstr "Serverski port:"
|
||||
|
||||
#: ../plug-ins/script-fu/script-fu-server.c:853
|
||||
msgid "Server logfile:"
|
||||
msgstr "Dnevnik servera:"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/erase-rows.scm:47
|
||||
msgid "Rows"
|
||||
msgstr "Redova"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/erase-rows.scm:48
|
||||
msgid "Even"
|
||||
msgstr "Parni"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/erase-rows.scm:49
|
||||
msgid "Erase"
|
||||
msgstr "Obriši"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/font-map.scm:164
|
||||
msgid "Black on white"
|
||||
msgstr "Crno na bijelom"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/guides-new-percent.scm:35
|
||||
#: ../plug-ins/script-fu/scripts/guides-new.scm:35
|
||||
msgid "Horizontal"
|
||||
msgstr "Horizontalno"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/ripply-anim.scm:129
|
||||
msgid "Wrap"
|
||||
msgstr "Umotaj"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/spyropika.scm:323
|
||||
msgid "Spyrograph"
|
||||
msgstr "Spirograf"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/spyropika.scm:326
|
||||
msgid "Circle"
|
||||
msgstr "Krug"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/spyropika.scm:342
|
||||
msgid "Pencil"
|
||||
msgstr "Olovka"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/spyropika.scm:347
|
||||
msgid "Solid Color"
|
||||
msgstr "Čista boja"
|
||||
|
||||
#: ../plug-ins/script-fu/scripts/tileblur.scm:79
|
||||
msgid "IIR"
|
||||
msgstr "IIR"
|
||||
+2501
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+1653
File diff suppressed because it is too large
Load Diff
+1743
File diff suppressed because it is too large
Load Diff
+2618
File diff suppressed because it is too large
Load Diff
+2733
File diff suppressed because it is too large
Load Diff
+3187
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+2483
File diff suppressed because it is too large
Load Diff
+2542
File diff suppressed because it is too large
Load Diff
+1948
File diff suppressed because it is too large
Load Diff
+2435
File diff suppressed because it is too large
Load Diff
+2534
File diff suppressed because it is too large
Load Diff
+2340
File diff suppressed because it is too large
Load Diff
+1734
File diff suppressed because it is too large
Load Diff
+1820
File diff suppressed because it is too large
Load Diff
+2542
File diff suppressed because it is too large
Load Diff
+2290
File diff suppressed because it is too large
Load Diff
+1902
File diff suppressed because it is too large
Load Diff
+2988
File diff suppressed because it is too large
Load Diff
+1501
File diff suppressed because it is too large
Load Diff
+1638
File diff suppressed because it is too large
Load Diff
+1691
File diff suppressed because it is too large
Load Diff
+1624
File diff suppressed because it is too large
Load Diff
+3496
File diff suppressed because it is too large
Load Diff
+1565
File diff suppressed because it is too large
Load Diff
+2523
File diff suppressed because it is too large
Load Diff
+1702
File diff suppressed because it is too large
Load Diff
+2487
File diff suppressed because it is too large
Load Diff
+1706
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1 @@
|
||||
i18n.gettext(gettext_package + '-script-fu', preset: 'glib')
|
||||
+2558
File diff suppressed because it is too large
Load Diff
+1688
File diff suppressed because it is too large
Load Diff
+3068
File diff suppressed because it is too large
Load Diff
+2432
File diff suppressed because it is too large
Load Diff
+1636
File diff suppressed because it is too large
Load Diff
+2560
File diff suppressed because it is too large
Load Diff
+2997
File diff suppressed because it is too large
Load Diff
+2460
File diff suppressed because it is too large
Load Diff
+2836
File diff suppressed because it is too large
Load Diff
+2468
File diff suppressed because it is too large
Load Diff
+1738
File diff suppressed because it is too large
Load Diff
+2514
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+1746
File diff suppressed because it is too large
Load Diff
+2564
File diff suppressed because it is too large
Load Diff
+2485
File diff suppressed because it is too large
Load Diff
+2343
File diff suppressed because it is too large
Load Diff
+1486
File diff suppressed because it is too large
Load Diff
+2531
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+3787
File diff suppressed because it is too large
Load Diff
+2479
File diff suppressed because it is too large
Load Diff
+1646
File diff suppressed because it is too large
Load Diff
+1504
File diff suppressed because it is too large
Load Diff
+1686
File diff suppressed because it is too large
Load Diff
+2273
File diff suppressed because it is too large
Load Diff
+2496
File diff suppressed because it is too large
Load Diff
+1717
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user