Initial checkin of Pika from heckimp
This commit is contained in:
71
po-script-fu/LINGUAS
Normal file
71
po-script-fu/LINGUAS
Normal file
@ -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
|
78
po-script-fu/Makevars
Normal file
78
po-script-fu/Makevars
Normal file
@ -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
|
53
po-script-fu/POTFILES.in
Normal file
53
po-script-fu/POTFILES.in
Normal file
@ -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
|
58
po-script-fu/POTFILES.skip
Normal file
58
po-script-fu/POTFILES.skip
Normal file
@ -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
po-script-fu/ar.po
Normal file
2471
po-script-fu/ar.po
Normal file
File diff suppressed because it is too large
Load Diff
1623
po-script-fu/ast.po
Normal file
1623
po-script-fu/ast.po
Normal file
File diff suppressed because it is too large
Load Diff
2714
po-script-fu/az.po
Normal file
2714
po-script-fu/az.po
Normal file
File diff suppressed because it is too large
Load Diff
2593
po-script-fu/be.po
Normal file
2593
po-script-fu/be.po
Normal file
File diff suppressed because it is too large
Load Diff
1583
po-script-fu/bg.po
Normal file
1583
po-script-fu/bg.po
Normal file
File diff suppressed because it is too large
Load Diff
2641
po-script-fu/br.po
Normal file
2641
po-script-fu/br.po
Normal file
File diff suppressed because it is too large
Load Diff
257
po-script-fu/bs.po
Normal file
257
po-script-fu/bs.po
Normal file
@ -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
po-script-fu/ca.po
Normal file
2501
po-script-fu/ca.po
Normal file
File diff suppressed because it is too large
Load Diff
2528
po-script-fu/ca@valencia.po
Normal file
2528
po-script-fu/ca@valencia.po
Normal file
File diff suppressed because it is too large
Load Diff
1653
po-script-fu/cs.po
Normal file
1653
po-script-fu/cs.po
Normal file
File diff suppressed because it is too large
Load Diff
1743
po-script-fu/da.po
Normal file
1743
po-script-fu/da.po
Normal file
File diff suppressed because it is too large
Load Diff
2618
po-script-fu/de.po
Normal file
2618
po-script-fu/de.po
Normal file
File diff suppressed because it is too large
Load Diff
2733
po-script-fu/dz.po
Normal file
2733
po-script-fu/dz.po
Normal file
File diff suppressed because it is too large
Load Diff
3187
po-script-fu/el.po
Normal file
3187
po-script-fu/el.po
Normal file
File diff suppressed because it is too large
Load Diff
2571
po-script-fu/en_CA.po
Normal file
2571
po-script-fu/en_CA.po
Normal file
File diff suppressed because it is too large
Load Diff
2967
po-script-fu/en_GB.po
Normal file
2967
po-script-fu/en_GB.po
Normal file
File diff suppressed because it is too large
Load Diff
2483
po-script-fu/eo.po
Normal file
2483
po-script-fu/eo.po
Normal file
File diff suppressed because it is too large
Load Diff
2542
po-script-fu/es.po
Normal file
2542
po-script-fu/es.po
Normal file
File diff suppressed because it is too large
Load Diff
1948
po-script-fu/et.po
Normal file
1948
po-script-fu/et.po
Normal file
File diff suppressed because it is too large
Load Diff
2435
po-script-fu/eu.po
Normal file
2435
po-script-fu/eu.po
Normal file
File diff suppressed because it is too large
Load Diff
2534
po-script-fu/fa.po
Normal file
2534
po-script-fu/fa.po
Normal file
File diff suppressed because it is too large
Load Diff
2340
po-script-fu/fi.po
Normal file
2340
po-script-fu/fi.po
Normal file
File diff suppressed because it is too large
Load Diff
1734
po-script-fu/fr.po
Normal file
1734
po-script-fu/fr.po
Normal file
File diff suppressed because it is too large
Load Diff
1820
po-script-fu/ga.po
Normal file
1820
po-script-fu/ga.po
Normal file
File diff suppressed because it is too large
Load Diff
2542
po-script-fu/gl.po
Normal file
2542
po-script-fu/gl.po
Normal file
File diff suppressed because it is too large
Load Diff
2290
po-script-fu/gu.po
Normal file
2290
po-script-fu/gu.po
Normal file
File diff suppressed because it is too large
Load Diff
1902
po-script-fu/he.po
Normal file
1902
po-script-fu/he.po
Normal file
File diff suppressed because it is too large
Load Diff
2988
po-script-fu/hr.po
Normal file
2988
po-script-fu/hr.po
Normal file
File diff suppressed because it is too large
Load Diff
1501
po-script-fu/hu.po
Normal file
1501
po-script-fu/hu.po
Normal file
File diff suppressed because it is too large
Load Diff
1638
po-script-fu/id.po
Normal file
1638
po-script-fu/id.po
Normal file
File diff suppressed because it is too large
Load Diff
1691
po-script-fu/is.po
Normal file
1691
po-script-fu/is.po
Normal file
File diff suppressed because it is too large
Load Diff
1624
po-script-fu/it.po
Normal file
1624
po-script-fu/it.po
Normal file
File diff suppressed because it is too large
Load Diff
3496
po-script-fu/ja.po
Normal file
3496
po-script-fu/ja.po
Normal file
File diff suppressed because it is too large
Load Diff
1565
po-script-fu/ka.po
Normal file
1565
po-script-fu/ka.po
Normal file
File diff suppressed because it is too large
Load Diff
2523
po-script-fu/km.po
Normal file
2523
po-script-fu/km.po
Normal file
File diff suppressed because it is too large
Load Diff
1702
po-script-fu/ko.po
Normal file
1702
po-script-fu/ko.po
Normal file
File diff suppressed because it is too large
Load Diff
2487
po-script-fu/lt.po
Normal file
2487
po-script-fu/lt.po
Normal file
File diff suppressed because it is too large
Load Diff
1706
po-script-fu/lv.po
Normal file
1706
po-script-fu/lv.po
Normal file
File diff suppressed because it is too large
Load Diff
1
po-script-fu/meson.build
Normal file
1
po-script-fu/meson.build
Normal file
@ -0,0 +1 @@
|
||||
i18n.gettext(gettext_package + '-script-fu', preset: 'glib')
|
2558
po-script-fu/mk.po
Normal file
2558
po-script-fu/mk.po
Normal file
File diff suppressed because it is too large
Load Diff
1688
po-script-fu/mr.po
Normal file
1688
po-script-fu/mr.po
Normal file
File diff suppressed because it is too large
Load Diff
3068
po-script-fu/ms.po
Normal file
3068
po-script-fu/ms.po
Normal file
File diff suppressed because it is too large
Load Diff
2432
po-script-fu/my.po
Normal file
2432
po-script-fu/my.po
Normal file
File diff suppressed because it is too large
Load Diff
1636
po-script-fu/nb.po
Normal file
1636
po-script-fu/nb.po
Normal file
File diff suppressed because it is too large
Load Diff
2560
po-script-fu/ne.po
Normal file
2560
po-script-fu/ne.po
Normal file
File diff suppressed because it is too large
Load Diff
2997
po-script-fu/nl.po
Normal file
2997
po-script-fu/nl.po
Normal file
File diff suppressed because it is too large
Load Diff
2460
po-script-fu/nn.po
Normal file
2460
po-script-fu/nn.po
Normal file
File diff suppressed because it is too large
Load Diff
2836
po-script-fu/oc.po
Normal file
2836
po-script-fu/oc.po
Normal file
File diff suppressed because it is too large
Load Diff
2468
po-script-fu/pa.po
Normal file
2468
po-script-fu/pa.po
Normal file
File diff suppressed because it is too large
Load Diff
1738
po-script-fu/pl.po
Normal file
1738
po-script-fu/pl.po
Normal file
File diff suppressed because it is too large
Load Diff
2514
po-script-fu/pt.po
Normal file
2514
po-script-fu/pt.po
Normal file
File diff suppressed because it is too large
Load Diff
1608
po-script-fu/pt_BR.po
Normal file
1608
po-script-fu/pt_BR.po
Normal file
File diff suppressed because it is too large
Load Diff
1746
po-script-fu/ro.po
Normal file
1746
po-script-fu/ro.po
Normal file
File diff suppressed because it is too large
Load Diff
2564
po-script-fu/ru.po
Normal file
2564
po-script-fu/ru.po
Normal file
File diff suppressed because it is too large
Load Diff
2485
po-script-fu/rw.po
Normal file
2485
po-script-fu/rw.po
Normal file
File diff suppressed because it is too large
Load Diff
2343
po-script-fu/sk.po
Normal file
2343
po-script-fu/sk.po
Normal file
File diff suppressed because it is too large
Load Diff
1486
po-script-fu/sl.po
Normal file
1486
po-script-fu/sl.po
Normal file
File diff suppressed because it is too large
Load Diff
2531
po-script-fu/sr.po
Normal file
2531
po-script-fu/sr.po
Normal file
File diff suppressed because it is too large
Load Diff
2531
po-script-fu/sr@latin.po
Normal file
2531
po-script-fu/sr@latin.po
Normal file
File diff suppressed because it is too large
Load Diff
3787
po-script-fu/sv.po
Normal file
3787
po-script-fu/sv.po
Normal file
File diff suppressed because it is too large
Load Diff
2479
po-script-fu/ta.po
Normal file
2479
po-script-fu/ta.po
Normal file
File diff suppressed because it is too large
Load Diff
1646
po-script-fu/te.po
Normal file
1646
po-script-fu/te.po
Normal file
File diff suppressed because it is too large
Load Diff
1504
po-script-fu/tr.po
Normal file
1504
po-script-fu/tr.po
Normal file
File diff suppressed because it is too large
Load Diff
1686
po-script-fu/uk.po
Normal file
1686
po-script-fu/uk.po
Normal file
File diff suppressed because it is too large
Load Diff
2273
po-script-fu/vi.po
Normal file
2273
po-script-fu/vi.po
Normal file
File diff suppressed because it is too large
Load Diff
2496
po-script-fu/xh.po
Normal file
2496
po-script-fu/xh.po
Normal file
File diff suppressed because it is too large
Load Diff
1717
po-script-fu/yi.po
Normal file
1717
po-script-fu/yi.po
Normal file
File diff suppressed because it is too large
Load Diff
2442
po-script-fu/zh_CN.po
Normal file
2442
po-script-fu/zh_CN.po
Normal file
File diff suppressed because it is too large
Load Diff
2392
po-script-fu/zh_HK.po
Normal file
2392
po-script-fu/zh_HK.po
Normal file
File diff suppressed because it is too large
Load Diff
2519
po-script-fu/zh_TW.po
Normal file
2519
po-script-fu/zh_TW.po
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user