From 8ac3f8a5480560422368bbe2044819b47235693d Mon Sep 17 00:00:00 2001 From: Cassowary Date: Thu, 7 Dec 2023 15:36:47 -0800 Subject: [PATCH] Updated URLs everywhere. Maybe fix about-dialog --- app/config/pikaguiconfig.c | 2 +- app/dialogs/about-dialog.c | 6 +++--- app/dialogs/tips-dialog.c | 4 ++-- app/dialogs/welcome-dialog.c | 8 ++++---- app/pdb/image-cmds.c | 2 +- desktop/technology.heckin.PIKA.appdata.xml.in.in | 4 ++-- docs/pika.1.in | 2 +- docs/pikarc.5.in | 2 +- etc/pikarc.in | 2 +- libpika/pika_pdb_headers.h | 2 +- plug-ins/help/pikahelpdomain.c | 2 +- plug-ins/script-fu/scripts/pika-online.scm | 2 +- po-libpika/da.po | 8 ++++---- po-libpika/tr.po | 4 ++-- po-plug-ins/ar.po | 4 ++-- po-plug-ins/be.po | 6 +++--- po-plug-ins/bg.po | 6 +++--- po-plug-ins/br.po | 4 ++-- po-plug-ins/bs.po | 4 ++-- po-plug-ins/ca.po | 4 ++-- po-plug-ins/ca@valencia.po | 4 ++-- po-plug-ins/cs.po | 4 ++-- po-plug-ins/da.po | 12 ++++++------ po-plug-ins/de.po | 4 ++-- po-plug-ins/dz.po | 4 ++-- po-plug-ins/el.po | 4 ++-- po-plug-ins/en_CA.po | 4 ++-- po-plug-ins/en_GB.po | 4 ++-- po-plug-ins/eo.po | 2 +- po-plug-ins/es.po | 4 ++-- po-plug-ins/et.po | 4 ++-- po-plug-ins/eu.po | 4 ++-- po-plug-ins/fa.po | 2 +- po-plug-ins/fi.po | 2 +- po-plug-ins/fr.po | 4 ++-- po-plug-ins/gl.po | 16 ++++++++-------- po-plug-ins/he.po | 2 +- po-plug-ins/hu.po | 4 ++-- po-plug-ins/is.po | 4 ++-- po-plug-ins/it.po | 4 ++-- po-plug-ins/ja.po | 6 +++--- po-plug-ins/ka.po | 2 +- po-plug-ins/km.po | 4 ++-- po-plug-ins/kn.po | 2 +- po-plug-ins/ko.po | 4 ++-- po-plug-ins/lt.po | 4 ++-- po-plug-ins/lv.po | 4 ++-- po-plug-ins/mk.po | 4 ++-- po-plug-ins/mr.po | 2 +- po-plug-ins/my.po | 4 ++-- po-plug-ins/nb.po | 2 +- po-plug-ins/ne.po | 4 ++-- po-plug-ins/nl.po | 4 ++-- po-plug-ins/nn.po | 4 ++-- po-plug-ins/oc.po | 4 ++-- po-plug-ins/pa.po | 4 ++-- po-plug-ins/pl.po | 4 ++-- po-plug-ins/pt.po | 4 ++-- po-plug-ins/pt_BR.po | 4 ++-- po-plug-ins/ro.po | 4 ++-- po-plug-ins/ru.po | 4 ++-- po-plug-ins/sk.po | 6 +++--- po-plug-ins/sl.po | 4 ++-- po-plug-ins/sr.po | 2 +- po-plug-ins/sr@latin.po | 4 ++-- po-plug-ins/sv.po | 4 ++-- po-plug-ins/tr.po | 6 +++--- po-plug-ins/uk.po | 4 ++-- po-plug-ins/vi.po | 2 +- po-plug-ins/zh_CN.po | 4 ++-- po-plug-ins/zh_HK.po | 2 +- po-plug-ins/zh_TW.po | 2 +- po/da.po | 8 ++++---- po/es.po | 2 +- po/ro.po | 2 +- po/sk.po | 14 +++++++------- po/tr.po | 14 +++++++------- upstream-documentation/README.upstream | 2 +- 78 files changed, 165 insertions(+), 165 deletions(-) diff --git a/app/config/pikaguiconfig.c b/app/config/pikaguiconfig.c index 4c93d0a..520bbda 100644 --- a/app/config/pikaguiconfig.c +++ b/app/config/pikaguiconfig.c @@ -44,7 +44,7 @@ #endif #define DEFAULT_USER_MANUAL_ONLINE_URI \ - "https://docs.pika.org/" PIKA_APP_VERSION_STRING + "https://heckin.technology/AlderconeStudio/PIKApp/wiki/" PIKA_APP_VERSION_STRING enum diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c index 94c23cd..0bed792 100644 --- a/app/dialogs/about-dialog.c +++ b/app/dialogs/about-dialog.c @@ -2,7 +2,7 @@ * a rebranding of The GNU Image Manipulation Program (created with heckimp) * A derived work which may be trivial. However, any changes may be (C)2023 by Aldercone Studio * - * Original copyright, applying to most contents (license remains unchanged): + * Original copyright, applying to most contents (license remains unchanged): * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * This program is free software: you can redistribute it and/or modify @@ -346,9 +346,9 @@ about_dialog_add_update (PikaAboutDialog *dialog, "software-update-available", GTK_ICON_SIZE_DIALOG); #ifdef PIKA_UNSTABLE - download_url = "https://heckin.technology/AlderconeStudio/PIKApp/downloads/devel/"; + download_url = "https://heckin.technology/AlderconeStudio/PIKApp/"; #else - download_url = "https://heckin.technology/AlderconeStudio/PIKApp/downloads/"; + download_url = "https://heckin.technology/AlderconeStudio/PIKApp/"; #endif g_signal_connect (button, "clicked", (GCallback) about_dialog_download_clicked, diff --git a/app/dialogs/tips-dialog.c b/app/dialogs/tips-dialog.c index 61398d9..866f047 100644 --- a/app/dialogs/tips-dialog.c +++ b/app/dialogs/tips-dialog.c @@ -191,7 +191,7 @@ tips_dialog_create (Pika *pika) gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0); gtk_widget_show (hbox); - more_button = gtk_link_button_new_with_label ("https://docs.pika.org/", + more_button = gtk_link_button_new_with_label ("https://heckin.technology/AlderconeStudio/PIKApp/wiki/", /* a link to the related section in the user manual */ _("Learn more")); gtk_widget_show (more_button); @@ -251,7 +251,7 @@ tips_dialog_set_tip (PikaTip *tip) /* set the URI to unset the "visited" state */ gtk_link_button_set_uri (GTK_LINK_BUTTON (more_button), - "https://docs.pika.org/"); + "https://heckin.technology/AlderconeStudio/PIKApp/wiki/"); gtk_widget_set_sensitive (more_button, tip->help_id != NULL); } diff --git a/app/dialogs/welcome-dialog.c b/app/dialogs/welcome-dialog.c index 3b67590..3d6b3ab 100644 --- a/app/dialogs/welcome-dialog.c +++ b/app/dialogs/welcome-dialog.c @@ -191,12 +191,12 @@ welcome_dialog_create (Pika *pika) /* "graduation cap" emoticone in UTF-8. */ "\xf0\x9f\x8e\x93", _("Tutorials"), - "https://heckin.technology/AlderconeStudio/PIKApp/tutorials/"); + "https://heckin.technology/AlderconeStudio/PIKApp/"); welcome_add_link (GTK_GRID (grid), 0, &row, /* "open book" emoticone in UTF-8. */ "\xf0\x9f\x93\x96", _("Documentation"), - "https://docs.pika.org/"); + "https://heckin.technology/AlderconeStudio/PIKApp/wiki/"); /* XXX: should we add API docs for plug-in developers once it's * properly set up? */ @@ -229,12 +229,12 @@ welcome_dialog_create (Pika *pika) /* "keyboard" emoticone in UTF-8. */ "\xe2\x8c\xa8", _("Contributing"), - "https://heckin.technology/AlderconeStudio/PIKApp/develop/"); + "https://heckin.technology/AlderconeStudio/PIKApp/"); welcome_add_link (GTK_GRID (grid), 1, &row, /* "love letter" emoticone in UTF-8. */ "\xf0\x9f\x92\x8c", _("Donating"), - "https://heckin.technology/AlderconeStudio/PIKApp/donating/"); + "https://mastodon.art/@aldercone/"); /*****************/ /* Release Notes */ diff --git a/app/pdb/image-cmds.c b/app/pdb/image-cmds.c index 593bdf3..930702d 100644 --- a/app/pdb/image-cmds.c +++ b/app/pdb/image-cmds.c @@ -5101,7 +5101,7 @@ register_image_procs (PikaPDB *pdb) "pika-image-get-imported-file"); pika_procedure_set_static_help (procedure, "Returns the imported file for the specified image.", - "This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.", + "This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Pika format, this procedure returns %NULL.", NULL); pika_procedure_set_static_attribution (procedure, "Eric Grivel ", diff --git a/desktop/technology.heckin.PIKA.appdata.xml.in.in b/desktop/technology.heckin.PIKA.appdata.xml.in.in index c225a55..0e209e4 100644 --- a/desktop/technology.heckin.PIKA.appdata.xml.in.in +++ b/desktop/technology.heckin.PIKA.appdata.xml.in.in @@ -37,11 +37,11 @@

@BUG_REPORT_URL@ - https://heckin.technology/AlderconeStudio/PIKApp/donating/ + https://mastodon.art/@aldercone/ https://heckin.technology/AlderconeStudio/PIKApp/docs/ https://heckin.technology/AlderconeStudio/PIKApp/ https://gitlab.gnome.org/GNOME/pika/ - https://heckin.technology/AlderconeStudio/PIKApp/develop/ + https://heckin.technology/AlderconeStudio/PIKApp/ https://heckin.technology/AlderconeStudio/PIKApp/screenshots/Screenshot-pika-2.10-painting.jpg diff --git a/docs/pika.1.in b/docs/pika.1.in index 749dfb8..a0fda73 100644 --- a/docs/pika.1.in +++ b/docs/pika.1.in @@ -337,7 +337,7 @@ The canonical place to find PIKA info is at https://heckin.technology/AlderconeS Here you can find links to just about many other PIKA sites, tutorials, data sets, mailing list archives, and more. -There is also a PIKA User Manual available at https://docs.pika.org/ +There is also a PIKA User Manual available at https://heckin.technology/AlderconeStudio/PIKApp/wiki/ that goes into much more detail about the interactive use of PIKA. The latest versions of PIKA and the GTK libs are always available at diff --git a/docs/pikarc.5.in b/docs/pikarc.5.in index 681d172..25f4d34 100644 --- a/docs/pikarc.5.in +++ b/docs/pikarc.5.in @@ -1057,7 +1057,7 @@ When enabled, the online user manual will be used by the help system. Otherwise the locally installed copy is used. Possible values are yes and no. .TP -(user-manual-online-uri "https://docs.pika.org/2.99") +(user-manual-online-uri "https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.99") The location of the online user manual. This is used if 'user-manual-online' is enabled. This is a string value. diff --git a/etc/pikarc.in b/etc/pikarc.in index 1b089f2..1682c0e 100644 --- a/etc/pikarc.in +++ b/etc/pikarc.in @@ -842,7 +842,7 @@ # The location of the online user manual. This is used if # 'user-manual-online' is enabled. This is a string value. # -# (user-manual-online-uri "https://docs.pika.org/2.99") +# (user-manual-online-uri "https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.99") # The window type hint that is set on dock windows and the toolbox window. # This may affect the way your window manager decorates and handles these diff --git a/libpika/pika_pdb_headers.h b/libpika/pika_pdb_headers.h index 5876aea..08df6d5 100644 --- a/libpika/pika_pdb_headers.h +++ b/libpika/pika_pdb_headers.h @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include @@ -71,7 +72,6 @@ #include #include #include -#include #include #include #include diff --git a/plug-ins/help/pikahelpdomain.c b/plug-ins/help/pikahelpdomain.c index a08b43e..cbb78e2 100644 --- a/plug-ins/help/pikahelpdomain.c +++ b/plug-ins/help/pikahelpdomain.c @@ -196,7 +196,7 @@ pika_help_domain_map (PikaHelpDomain *domain, */ _("Please install the additional help package " "or use the online user manual at: " - "https://docs.pika.org/")); + "https://heckin.technology/AlderconeStudio/PIKApp/wiki/")); } break; diff --git a/plug-ins/script-fu/scripts/pika-online.scm b/plug-ins/script-fu/scripts/pika-online.scm index a59303c..dd36541 100644 --- a/plug-ins/script-fu/scripts/pika-online.scm +++ b/plug-ins/script-fu/scripts/pika-online.scm @@ -18,7 +18,7 @@ ; along with this program. If not, see . (define (pika-online-docs-web-site) - (plug-in-web-browser "https://docs.pika.org/") + (plug-in-web-browser "https://heckin.technology/AlderconeStudio/PIKApp/wiki/") ) (define (pika-help-main) diff --git a/po-libpika/da.po b/po-libpika/da.po index a743105..489869a 100644 --- a/po-libpika/da.po +++ b/po-libpika/da.po @@ -744,19 +744,19 @@ msgctxt "check-size" msgid "Large" msgstr "Store" -# http://docs.pika.org/en/plug-in-checkerboard.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-checkerboard.html #: libpikabase/pikabaseenums.c:239 msgctxt "check-type" msgid "Light checks" msgstr "Lyse tern" -# http://docs.pika.org/en/plug-in-checkerboard.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-checkerboard.html #: libpikabase/pikabaseenums.c:240 msgctxt "check-type" msgid "Mid-tone checks" msgstr "Mellemtonetern" -# http://docs.pika.org/en/plug-in-checkerboard.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-checkerboard.html #: libpikabase/pikabaseenums.c:241 msgctxt "check-type" msgid "Dark checks" @@ -777,7 +777,7 @@ msgctxt "check-type" msgid "Black only" msgstr "Kun sort" -# http://docs.pika.org/en/plug-in-checkerboard.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-checkerboard.html #: libpikabase/pikabaseenums.c:245 msgctxt "check-type" msgid "Custom checks" diff --git a/po-libpika/tr.po b/po-libpika/tr.po index a612eda..961a2df 100644 --- a/po-libpika/tr.po +++ b/po-libpika/tr.po @@ -892,7 +892,7 @@ msgid "Lightness (HSL)" msgstr "Açıklık (HSL)" # Luma metodunun Luminance metodundan farkı var, -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: libpikabase/pikabaseenums.c:454 msgctxt "desaturate-mode" msgid "Luma" @@ -905,7 +905,7 @@ msgstr "Ortalama (HSI Yoğunluğu)" # Luma metodunun Luminance metodundan farkı var, # o sebeple "Renk Parlaklığı" olarak çevirdim -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: libpikabase/pikabaseenums.c:456 msgctxt "desaturate-mode" msgid "Luminance" diff --git a/po-plug-ins/ar.po b/po-plug-ins/ar.po index 299dafe..5e56f45 100644 --- a/po-plug-ins/ar.po +++ b/po-plug-ins/ar.po @@ -9004,10 +9004,10 @@ msgstr "" #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "رجاءً قم بتنصيب حزمة المساعدة الإضافية أو استخدم دليل المستخدم على الخط في " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/be.po b/po-plug-ins/be.po index c1b2285..61fae4f 100644 --- a/po-plug-ins/be.po +++ b/po-plug-ins/be.po @@ -12330,13 +12330,13 @@ msgstr "Кіраўніцтва карыстальніка PIKA не ў наяў #, fuzzy #| msgid "" #| "Please install the additional help package or use the online user manual " -#| "at http://docs.pika.org/." +#| "at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Калі ласка, усталюй дадатковы пакунак з дапамогай, або карыстайся сеціўным " -"кіраўніцтвам карыстальніка па адрасе http://docs.pika.org/." +"кіраўніцтвам карыстальніка па адрасе https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/bg.po b/po-plug-ins/bg.po index d4723ae..aac99bc 100644 --- a/po-plug-ins/bg.po +++ b/po-plug-ins/bg.po @@ -13321,13 +13321,13 @@ msgstr "" #, fuzzy #| msgid "" #| "Please install the additional help package or use the online user manual " -#| "at http://docs.pika.org/." +#| "at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Можете да инсталирате допълнителният пакет с помощ или да използвате уеб " -"ръководството на http://docs.pika.org/." +"ръководството на https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/br.po b/po-plug-ins/br.po index 5e0cb4f..b8919da 100644 --- a/po-plug-ins/br.po +++ b/po-plug-ins/br.po @@ -11419,8 +11419,8 @@ msgid "The PIKA user manual is not available." msgstr "N'eo ket hegerz dornlev an arveriad evit PIKA." #: ../plug-ins/help/pikahelpdomain.c:187 -msgid "Please install the additional help package or use the online user manual at http://docs.pika.org/." -msgstr "Mar plij, staliit ar pakad skoazellañ ouzhpenn pe arverit dornlevr an arveriad enlinenn war http://docs.pika.org/." +msgid "Please install the additional help package or use the online user manual at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." +msgstr "Mar plij, staliit ar pakad skoazellañ ouzhpenn pe arverit dornlevr an arveriad enlinenn war https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/bs.po b/po-plug-ins/bs.po index dab559e..3573634 100644 --- a/po-plug-ins/bs.po +++ b/po-plug-ins/bs.po @@ -11094,10 +11094,10 @@ msgstr "Nisu dostupna Pikaova pomoć." #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Molimo vas da instalirate dodatnu pomoć paketa ili koristite korisnički " -"online priručnik na http://docs.pika.org/." +"online priručnik na https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/ca.po b/po-plug-ins/ca.po index 2463689..ae7c5f2 100644 --- a/po-plug-ins/ca.po +++ b/po-plug-ins/ca.po @@ -12995,10 +12995,10 @@ msgstr "El manual d'usuari del PIKA no està disponible." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at:" -" https://docs.pika.org/" +" https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Heu d'instal·lar el paquet d'ajuda addicional o utilitzeu el manual d'usuari" -" en línia a http://docs.pika.org/" +" en línia a https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/ca@valencia.po b/po-plug-ins/ca@valencia.po index 513650f..8aa6b9f 100644 --- a/po-plug-ins/ca@valencia.po +++ b/po-plug-ins/ca@valencia.po @@ -11344,10 +11344,10 @@ msgstr "El manual d'usuari del PIKA no està disponible." #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Heu d'instal·lar el paquet d'ajuda addicional o utilitzeu el manual d'usuari " -"en línia a http://docs.pika.org/." +"en línia a https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/cs.po b/po-plug-ins/cs.po index ad6dedb..d6ecf3c 100644 --- a/po-plug-ins/cs.po +++ b/po-plug-ins/cs.po @@ -11090,10 +11090,10 @@ msgstr "Uživatelská příručka PIKA je nedostupná." #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Nainstalujte prosím dodatečný balík s nápovědou nebo použijte on-line " -"příručku na adrese http://docs.pika.org/." +"příručku na adrese https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/da.po b/po-plug-ins/da.po index 767286a..dcf79a0 100644 --- a/po-plug-ins/da.po +++ b/po-plug-ins/da.po @@ -6192,7 +6192,7 @@ msgstr "_Lysstyrke" msgid "Effect Operator" msgstr "Effektoperator" -# Omvendt Gradient: https://docs.pika.org/en/plug-in-lic.html +# Omvendt Gradient: https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-lic.html #: plug-ins/common/van-gogh-lic.c:749 msgid "_Derivative" msgstr "Omven_dt" @@ -6301,7 +6301,7 @@ msgstr "Forgrundsfarve" msgid "Advanced Options" msgstr "Avancerede muligheder" -# Ifølge manualen (https://docs.pika.org/en/plug-in-warp.html) er det effekten +# Ifølge manualen (https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-warp.html) er det effekten #: plug-ins/common/warp.c:667 msgid "Dither size:" msgstr "Pixelspredning:" @@ -6797,7 +6797,7 @@ msgstr "Mipmapindstillinger" msgid "F_ilter:" msgstr "_Filter:" -# "Paint mode" virker malplaceret, da man ikke kan male. Det handler om gengivelsen af skæret: https://docs.pika.org/en/plug-in-gflare.html +# "Paint mode" virker malplaceret, da man ikke kan male. Det handler om gengivelsen af skæret: https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-gflare.html #: plug-ins/file-dds/ddswrite.c:2139 msgid "_Wrap mode:" msgstr "Ombr_ydningstilstand:" @@ -10565,7 +10565,7 @@ msgstr "Indstillinger for skæret" msgid "Opacity:" msgstr "Uigennemsigtighed:" -# "Paint mode" virker malplaceret, da man ikke kan male. Det handler om gengivelsen af skæret: https://docs.pika.org/en/plug-in-gflare.html +# "Paint mode" virker malplaceret, da man ikke kan male. Det handler om gengivelsen af skæret: https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-gflare.html #: plug-ins/gradient-flare/gradient-flare.c:3622 #: plug-ins/gradient-flare/gradient-flare.c:3648 #: plug-ins/gradient-flare/gradient-flare.c:3674 @@ -10740,7 +10740,7 @@ msgstr "PIKAs brugermanual er ikke tilgængelig." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Installér den ekstra hjælpepakke eller se brugermanualen online på https://" "docs.pika.org/" @@ -12950,7 +12950,7 @@ msgid "Filter Iteration Count:" msgstr "Antal gentagelser for filtrering:" # Manualen har "wild" i stedet for "hell" -# https://docs.pika.org/en/pika-selection-dialog.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-selection-dialog.html #: plug-ins/selection-to-path/selection-to-path-dialog.c:207 msgid "" "Number of times to smooth original data points. Increasing this number " diff --git a/po-plug-ins/de.po b/po-plug-ins/de.po index d874e52..273431c 100644 --- a/po-plug-ins/de.po +++ b/po-plug-ins/de.po @@ -11172,10 +11172,10 @@ msgstr "Das PIKA-Benutzerhandbuch ist nicht vorhanden." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Bitte installieren Sie das separat erhältliche Hilfepaket oder verwenden Sie " -"das Online-Benutzerhandbuch unter https://docs.pika.org/de/" +"das Online-Benutzerhandbuch unter https://heckin.technology/AlderconeStudio/PIKApp/wiki/de/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/dz.po b/po-plug-ins/dz.po index 2ed5229..42cd3ca 100644 --- a/po-plug-ins/dz.po +++ b/po-plug-ins/dz.po @@ -10498,8 +10498,8 @@ msgid "The PIKA help files are not found." msgstr "ཇི་ཨའི་ཨེམ་པི་གྲོགས་རམ་ཡིག་སྣོད་ཚུ་ འཚོལ་མ་ཐོབ།" #: ../plug-ins/help/pikahelpdomain.c:178 -msgid "Please install the additional help package or use the online user manual at http://docs.pika.org/." -msgstr "གྲོགས་རམ་ཐུམ་སྒྲིལ་ཁ་སྐོང་གཞི་བཙུགས་འབད་གནང་ ཡང་ན་ http://docs.pika.org/.དེ་ལུ་གློག་ཐོག་ལག་ལེན་པའི་ལག་དེབ་དེ་ ལག་ལེན་འཐབ།" +msgid "Please install the additional help package or use the online user manual at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." +msgstr "གྲོགས་རམ་ཐུམ་སྒྲིལ་ཁ་སྐོང་གཞི་བཙུགས་འབད་གནང་ ཡང་ན་ https://heckin.technology/AlderconeStudio/PIKApp/wiki/.དེ་ལུ་གློག་ཐོག་ལག་ལེན་པའི་ལག་དེབ་དེ་ ལག་ལེན་འཐབ།" #: ../plug-ins/help/pikahelpdomain.c:184 msgid "There is a problem with the PIKA help files." diff --git a/po-plug-ins/el.po b/po-plug-ins/el.po index ab0350b..ef0f717 100644 --- a/po-plug-ins/el.po +++ b/po-plug-ins/el.po @@ -11811,10 +11811,10 @@ msgstr "Το εγχειρίδιο χρήστη του PIKA δεν είναι δ #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Παρακαλούμε, εγκαταστήστε το πρόσθετο πακέτο βοήθειας ή χρησιμοποιήστε το " -"δικτυακό εγχειρίδιο χρήστη στο http://docs.pika.org/" +"δικτυακό εγχειρίδιο χρήστη στο https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/en_CA.po b/po-plug-ins/en_CA.po index bbe290e..542e17b 100644 --- a/po-plug-ins/en_CA.po +++ b/po-plug-ins/en_CA.po @@ -10457,10 +10457,10 @@ msgstr "The PIKA help files were not found." #: ../plug-ins/help/pikahelpdomain.c:179 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:185 msgid "There is a problem with the PIKA help files." diff --git a/po-plug-ins/en_GB.po b/po-plug-ins/en_GB.po index c9cf902..d89636b 100644 --- a/po-plug-ins/en_GB.po +++ b/po-plug-ins/en_GB.po @@ -10290,10 +10290,10 @@ msgstr "The PIKA user manual is not available." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/eo.po b/po-plug-ins/eo.po index 1e5cd62..1235f03 100644 --- a/po-plug-ins/eo.po +++ b/po-plug-ins/eo.po @@ -12050,7 +12050,7 @@ msgstr "" #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" #: plug-ins/help/pikahelpdomain.c:202 diff --git a/po-plug-ins/es.po b/po-plug-ins/es.po index 2976227..31d44f5 100644 --- a/po-plug-ins/es.po +++ b/po-plug-ins/es.po @@ -12979,10 +12979,10 @@ msgstr "No está disponible el manual de usuario de PIKA." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Instale el paquete de ayuda adicional o use el manual de usuario en línea " -"en: https://docs.pika.org/" +"en: https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/et.po b/po-plug-ins/et.po index 4981f49..3d4f260 100644 --- a/po-plug-ins/et.po +++ b/po-plug-ins/et.po @@ -7571,10 +7571,10 @@ msgstr "PIKAi abiinfot sisaldavaid faile ei leitud." msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Palun installeeri abiinfot sisaldav pakett või kasuta onlain " -"kasutamisjuhendit aadressil http://docs.pika.org/." +"kasutamisjuhendit aadressil https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgid "There is a problem with the PIKA help files." msgstr "Tekkis probleem PIKAi abiinfo failidega." diff --git a/po-plug-ins/eu.po b/po-plug-ins/eu.po index 9514d2a..61851aa 100644 --- a/po-plug-ins/eu.po +++ b/po-plug-ins/eu.po @@ -11993,8 +11993,8 @@ msgstr "PIKAen erabiltzailearen eskuliburua ez dago erabilgarri." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" -msgstr "Instalatu laguntza-pakete gehigarria edo erabili lineako erabiltzaile-eskuliburua hemen: https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" +msgstr "Instalatu laguntza-pakete gehigarria edo erabili lineako erabiltzaile-eskuliburua hemen: https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/fa.po b/po-plug-ins/fa.po index 616512a..f886f37 100644 --- a/po-plug-ins/fa.po +++ b/po-plug-ins/fa.po @@ -10582,7 +10582,7 @@ msgstr "پرونده‌های راهنمای گیمپ نصب نشده‌اند." #: ../plug-ins/help/pikahelpdomain.c:178 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" #: ../plug-ins/help/pikahelpdomain.c:184 diff --git a/po-plug-ins/fi.po b/po-plug-ins/fi.po index 58ffe60..40155cf 100644 --- a/po-plug-ins/fi.po +++ b/po-plug-ins/fi.po @@ -10840,7 +10840,7 @@ msgstr "" #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" #: ../plug-ins/help/pikahelpdomain.c:202 diff --git a/po-plug-ins/fr.po b/po-plug-ins/fr.po index 4c01cb4..cf97eba 100644 --- a/po-plug-ins/fr.po +++ b/po-plug-ins/fr.po @@ -10161,10 +10161,10 @@ msgstr "Le manuel d’utilisation de PIKA n’est pas disponible." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Veuillez installer le paquet d’aide ou utilisez le manuel en ligne à " -"l’adresse https://docs.pika.org/fr" +"l’adresse https://heckin.technology/AlderconeStudio/PIKApp/wiki/fr" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/gl.po b/po-plug-ins/gl.po index 328c7e2..186a0e3 100644 --- a/po-plug-ins/gl.po +++ b/po-plug-ins/gl.po @@ -2216,7 +2216,7 @@ msgstr "Transformación cubista" msgid "Bend the image using two control curves" msgstr "Dobrar a imaxe con dúas curvas de control" -# http://docs.pika.org/en/plug-in-curve-bend.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-curve-bend.html #: ../plug-ins/common/curve-bend.c:548 msgid "_Curve Bend..." msgstr "_Dobrar curva..." @@ -2238,7 +2238,7 @@ msgstr "Non pode operar en seleccións baleiras" msgid "Error while reading '%s': %s" msgstr "Produciuse un erro ao ler «%s»: %s " -# http://docs.pika.org/en/plug-in-curve-bend.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-curve-bend.html #. Possibly retrieve data from a previous run #. The shell and main vbox #: ../plug-ins/common/curve-bend.c:1225 ../plug-ins/common/curve-bend.c:2965 @@ -8447,17 +8447,17 @@ msgstr "Páxina web" msgid "Distort an image by whirling and pinching" msgstr "Destorsionar unha imaxe mediante remuíño e aspiración" -# http://docs.pika.org/en/plug-in-whirlpinch.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-whirlpinch.html #: ../plug-ins/common/whirl-pinch.c:149 msgid "W_hirl and Pinch..." msgstr "R_emuíño e aspiración..." -# http://docs.pika.org/en/plug-in-whirlpinch.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-whirlpinch.html #: ../plug-ins/common/whirl-pinch.c:341 msgid "Whirling and pinching" msgstr "Arremuíñando e aspirando" -# http://docs.pika.org/en/plug-in-whirlpinch.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/plug-in-whirlpinch.html #: ../plug-ins/common/whirl-pinch.c:529 msgid "Whirl and Pinch" msgstr "Remuíño e aspiración" @@ -11156,10 +11156,10 @@ msgstr "O manual de usuario de PIKA non está dispoñíbel." #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Por favor, instale o paquete adicional de axuda ou use o manual en liña para " -"usuario de http://docs.pika.org/." +"usuario de https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" @@ -11219,7 +11219,7 @@ msgstr "Y:" msgid "Asymmetry:" msgstr "Asimetría:" -# http://docs.pika.org/en/pika-tool-shear.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-shear.html #. Shear #: ../plug-ins/ifs-compose/ifs-compose.c:595 msgid "Shear:" diff --git a/po-plug-ins/he.po b/po-plug-ins/he.po index 3eb8a88..5636b89 100644 --- a/po-plug-ins/he.po +++ b/po-plug-ins/he.po @@ -11277,7 +11277,7 @@ msgstr "" #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" #: ../plug-ins/help/pikahelpdomain.c:196 diff --git a/po-plug-ins/hu.po b/po-plug-ins/hu.po index 3de02ea..0991b38 100644 --- a/po-plug-ins/hu.po +++ b/po-plug-ins/hu.po @@ -10822,10 +10822,10 @@ msgstr "A PIKA felhasználói kézikönyve nem elérhető." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Telepítse a kiegészítő súgócsomagot, vagy használja a webes felhasználói " -"kézikönyvet: https://docs.pika.org/" +"kézikönyvet: https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/is.po b/po-plug-ins/is.po index 8eceb93..3759892 100644 --- a/po-plug-ins/is.po +++ b/po-plug-ins/is.po @@ -10572,10 +10572,10 @@ msgstr "PIKA notandahandbókin er ekki tiltæk." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Settu upp aukahjálparpakka eða notaðu leiðbeiningarnar á vefnum:" -" https://docs.pika.org/" +" https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/it.po b/po-plug-ins/it.po index d4073a9..60d77bb 100644 --- a/po-plug-ins/it.po +++ b/po-plug-ins/it.po @@ -10130,10 +10130,10 @@ msgstr "Il manuale utente di PIKA non è disponibile." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Installare il pacchetto aggiuntivo di aiuto o usare il manuale utente in " -"linea che si trova su https://docs.pika.org/" +"linea che si trova su https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/ja.po b/po-plug-ins/ja.po index f25086f..718d8ad 100644 --- a/po-plug-ins/ja.po +++ b/po-plug-ins/ja.po @@ -10239,13 +10239,13 @@ msgstr "現在、PIKA ユーザーマニュアルは利用できません。" #, fuzzy #| msgid "" #| "Please install the additional help package or use the online user manual " -#| "at http://docs.pika.org/." +#| "at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "PIKA 2 ユーザーマニュアル・パッケージをインストールするか、オンライン版の " -"PIKA ユーザーマニュアル ( http://docs.pika.org/) を利用してください。" +"PIKA ユーザーマニュアル ( https://heckin.technology/AlderconeStudio/PIKApp/wiki/) を利用してください。" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/ka.po b/po-plug-ins/ka.po index 43858c1..0cb835b 100644 --- a/po-plug-ins/ka.po +++ b/po-plug-ins/ka.po @@ -12211,7 +12211,7 @@ msgstr "" #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" #: plug-ins/help/pikahelpdomain.c:202 diff --git a/po-plug-ins/km.po b/po-plug-ins/km.po index 1fd0c84..f759630 100644 --- a/po-plug-ins/km.po +++ b/po-plug-ins/km.po @@ -10349,8 +10349,8 @@ msgstr "រក​ឯកសារ​ជំនួយ​ PIKA មិនឃើញ  #: ../plug-ins/help/pikahelpdomain.c:179 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." -msgstr "សូម​ដំឡើង​កញ្ចប់​ជំនួយ​បន្ថែម​​ឬ​ ប្រើ​​សៀវភៅ​ដៃ​អ្នក​ប្រើ​លើ​បណ្តាញ​នៅលើ http://docs.pika.org/ ។" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." +msgstr "សូម​ដំឡើង​កញ្ចប់​ជំនួយ​បន្ថែម​​ឬ​ ប្រើ​​សៀវភៅ​ដៃ​អ្នក​ប្រើ​លើ​បណ្តាញ​នៅលើ https://heckin.technology/AlderconeStudio/PIKApp/wiki/ ។" #: ../plug-ins/help/pikahelpdomain.c:185 msgid "There is a problem with the PIKA help files." diff --git a/po-plug-ins/kn.po b/po-plug-ins/kn.po index 6f39ea5..6c837b4 100644 --- a/po-plug-ins/kn.po +++ b/po-plug-ins/kn.po @@ -10469,7 +10469,7 @@ msgstr "" #: ../plug-ins/help/pikahelpdomain.c:188 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" #: ../plug-ins/help/pikahelpdomain.c:197 diff --git a/po-plug-ins/ko.po b/po-plug-ins/ko.po index 1233b00..ffbeea0 100644 --- a/po-plug-ins/ko.po +++ b/po-plug-ins/ko.po @@ -11202,9 +11202,9 @@ msgstr "김프 사용자 설명서를 사용할 수 없습니다." #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" -"도움말 패키지를 설치하거나 온라인 사용자 설명서(http://docs.pika.org/ko)를 사" +"도움말 패키지를 설치하거나 온라인 사용자 설명서(https://heckin.technology/AlderconeStudio/PIKApp/wiki/ko)를 사" "용하십시오." #: ../plug-ins/help/pikahelpdomain.c:196 diff --git a/po-plug-ins/lt.po b/po-plug-ins/lt.po index 434766f..e958d60 100644 --- a/po-plug-ins/lt.po +++ b/po-plug-ins/lt.po @@ -10107,10 +10107,10 @@ msgstr "PIKA naudotojo žinynas neprieinamas." #: ../plug-ins/help/pikahelpdomain.c:188 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Įdiekite papildomą žinyno paketą arba naudokite internetinį naudotojo " -"žinyną, esantį http://docs.pika.org/." +"žinyną, esantį https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:197 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/lv.po b/po-plug-ins/lv.po index ed6a153..3009832 100644 --- a/po-plug-ins/lv.po +++ b/po-plug-ins/lv.po @@ -10148,10 +10148,10 @@ msgstr "PIKA lietotāja rokasgrāmata nav pieejama." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Lūdzu, instalējiet papildu palīdzības pakotnes, vai izmantojiet tiešsaistes " -"rokasgrāmatu adresē https://docs.pika.org/" +"rokasgrāmatu adresē https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/mk.po b/po-plug-ins/mk.po index 2cf5459..ea2ffea 100644 --- a/po-plug-ins/mk.po +++ b/po-plug-ins/mk.po @@ -11209,10 +11209,10 @@ msgstr "Корисничкото упатство на PIKA не е достап #: ../plug-ins/help/pikahelpdomain.c:188 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Ве молам инсталирајте го дополнителниот пакет за помош или користете го " -"прирачникот на интернет на http://docs.pika.org/ ." +"прирачникот на интернет на https://heckin.technology/AlderconeStudio/PIKApp/wiki/ ." #: ../plug-ins/help/pikahelpdomain.c:197 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/mr.po b/po-plug-ins/mr.po index fa6ab92..58f2f9b 100644 --- a/po-plug-ins/mr.po +++ b/po-plug-ins/mr.po @@ -10310,7 +10310,7 @@ msgstr "गिम्प हस्तलिखित वापरकर्ता #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"http://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "कृपया अतिरिक्त मदत पॅकेज स्थापित करा किंवा येथे ऑनलाइन वापरकर्ता पुस्तिका वापराः" #: ../plug-ins/help/pikahelpdomain.c:202 diff --git a/po-plug-ins/my.po b/po-plug-ins/my.po index 3639c26..e4e3cc9 100644 --- a/po-plug-ins/my.po +++ b/po-plug-ins/my.po @@ -10811,9 +10811,9 @@ msgstr "PIKA သုံးစွဲသူ လက်စွဲကို မရန #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" -"အရန် အကူအညီပေး ကုန်ထုတ်ပစ္စည်းကို တပ်ဆင်ပါ (သို့) http://docs.pika.org/ မှ အွန်လိုင်း " +"အရန် အကူအညီပေး ကုန်ထုတ်ပစ္စည်းကို တပ်ဆင်ပါ (သို့) https://heckin.technology/AlderconeStudio/PIKApp/wiki/ မှ အွန်လိုင်း " "သုံးစွဲသူ လက်စွဲကို သုံးစွဲပါ။" #: ../plug-ins/help/pikahelpdomain.c:196 diff --git a/po-plug-ins/nb.po b/po-plug-ins/nb.po index 8105fcb..5213129 100644 --- a/po-plug-ins/nb.po +++ b/po-plug-ins/nb.po @@ -11338,7 +11338,7 @@ msgstr "" #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" #: ../plug-ins/help/pikahelpdomain.c:196 diff --git a/po-plug-ins/ne.po b/po-plug-ins/ne.po index 95d1ddb..05494a2 100644 --- a/po-plug-ins/ne.po +++ b/po-plug-ins/ne.po @@ -10326,9 +10326,9 @@ msgstr "गिम्प मद्दत फाइलहरू फेला प #: ../plug-ins/help/pikahelpdomain.c:179 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" -"कृपया http://docs.pika.org/. मा अनलाइन प्रयोगकर्ता म्यानुअल प्रयोग गर्नुहोस् वा थप " +"कृपया https://heckin.technology/AlderconeStudio/PIKApp/wiki/. मा अनलाइन प्रयोगकर्ता म्यानुअल प्रयोग गर्नुहोस् वा थप " "मद्दत प्याकेजहरू स्थापना गर्नुहोस्।" #: ../plug-ins/help/pikahelpdomain.c:185 diff --git a/po-plug-ins/nl.po b/po-plug-ins/nl.po index 482512e..a4a59c5 100644 --- a/po-plug-ins/nl.po +++ b/po-plug-ins/nl.po @@ -10284,10 +10284,10 @@ msgstr "De PIKA-gebruikershandleiding is niet beschikbaar." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Installeer het aanvullende hulppakket of gebruik de online " -"gebruikershandleiding op https://docs.pika.org/" +"gebruikershandleiding op https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/nn.po b/po-plug-ins/nn.po index 7b863d0..94639ea 100644 --- a/po-plug-ins/nn.po +++ b/po-plug-ins/nn.po @@ -11323,10 +11323,10 @@ msgstr "Handboka for PIKA er ikkje tilgjengeleg" #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Installer den tilhøyrande hjelp-pakka, eller bruk den nettbaserte handboka " -"på http://docs.pika.org/." +"på https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:196 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/oc.po b/po-plug-ins/oc.po index a6afc09..eb9d817 100644 --- a/po-plug-ins/oc.po +++ b/po-plug-ins/oc.po @@ -9427,10 +9427,10 @@ msgstr "Lo manual d'utilizacion de PIKA es pas disponible." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"http://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Installatz lo paquet d'ajuda o utilizatz lo manual en linha a l'adreça " -"http://docs.pika.org/fr." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/fr." #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/pa.po b/po-plug-ins/pa.po index 1846c5e..e24d19d 100644 --- a/po-plug-ins/pa.po +++ b/po-plug-ins/pa.po @@ -10398,8 +10398,8 @@ msgstr "ਜੈਮਪ ਮੱਦਦ ਫਾਇਲਾਂ ਨਹੀਂ ਲੱਭੀ #: ../plug-ins/help/pikahelpdomain.c:179 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." -msgstr "ਹੋਰ ਮੱਦਦ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰੋ ਜੀ ਜਾਂ http://docs.pika.org/ ਉੱਤੇ ਆਨਲਾਇਨ ਮੈਨੂਅਲ ਵੇਖੋ ਜੀ।" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." +msgstr "ਹੋਰ ਮੱਦਦ ਪੈਕੇਜ ਇੰਸਟਾਲ ਕਰੋ ਜੀ ਜਾਂ https://heckin.technology/AlderconeStudio/PIKApp/wiki/ ਉੱਤੇ ਆਨਲਾਇਨ ਮੈਨੂਅਲ ਵੇਖੋ ਜੀ।" #: ../plug-ins/help/pikahelpdomain.c:185 msgid "There is a problem with the PIKA help files." diff --git a/po-plug-ins/pl.po b/po-plug-ins/pl.po index 051b607..88664cd 100644 --- a/po-plug-ins/pl.po +++ b/po-plug-ins/pl.po @@ -10638,10 +10638,10 @@ msgstr "Podręcznik użytkownika programu PIKA jest niedostępny." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Proszę zainstalować dodatkowy pakiet pomocy lub skorzystać z podręcznika " -"użytkownika na stronie https://docs.pika.org/" +"użytkownika na stronie https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/pt.po b/po-plug-ins/pt.po index a747ee3..2b7f5e7 100644 --- a/po-plug-ins/pt.po +++ b/po-plug-ins/pt.po @@ -11430,10 +11430,10 @@ msgstr "O manual de utilizador do PIKA não está disponível." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Por favor, instale o pacote de ajuda adicional ou use o manual de utilizador " -"disponível em http://docs.pika.org/" +"disponível em https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/pt_BR.po b/po-plug-ins/pt_BR.po index 9efa2b5..cf73192 100644 --- a/po-plug-ins/pt_BR.po +++ b/po-plug-ins/pt_BR.po @@ -10438,10 +10438,10 @@ msgstr "O manual do usuário do PIKA não está disponível." #, fuzzy #| msgid "" #| "Please install the additional help package or use the online user manual " -#| "at http://docs.pika.org/." +#| "at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgid "" "Please install the additional help package or use the online user manual at: " -"http://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Por favor, instale o pacote de ajuda adicional, ou use o manual online em " "http://docs.pika.org." diff --git a/po-plug-ins/ro.po b/po-plug-ins/ro.po index e230cc4..199b7a7 100644 --- a/po-plug-ins/ro.po +++ b/po-plug-ins/ro.po @@ -10717,10 +10717,10 @@ msgstr "Manualul de utilizare PIKA nu este disponibil." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Instalați pachetul suplimentar de ajutor sau folosiți manualul de utilizator " -"online de la: https://docs.pika.org/" +"online de la: https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/ru.po b/po-plug-ins/ru.po index acc22d0..a582c17 100644 --- a/po-plug-ins/ru.po +++ b/po-plug-ins/ru.po @@ -11547,10 +11547,10 @@ msgstr "Руководство пользователя по PIKA недосту #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Установите дополнительный пакет, содержащий документацию, или воспользуйтесь " -"интерактивным руководством пользователя на сайте http://docs.pika.org/" +"интерактивным руководством пользователя на сайте https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/sk.po b/po-plug-ins/sk.po index d54822d..60882e6 100644 --- a/po-plug-ins/sk.po +++ b/po-plug-ins/sk.po @@ -11155,13 +11155,13 @@ msgstr "PIKA používateľský manuál nie je dostupný." #, fuzzy #| msgid "" #| "Please install the additional help package or use the online user manual " -#| "at http://docs.pika.org/." +#| "at https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Prosím, nainštalujte prídavný balík pomocníka, alebo použite príručku " -"používateľa na internete na adrese http://docs.pika.org/." +"používateľa na internete na adrese https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: ../plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/sl.po b/po-plug-ins/sl.po index ae7b5fd..f2d81cf 100644 --- a/po-plug-ins/sl.po +++ b/po-plug-ins/sl.po @@ -12656,10 +12656,10 @@ msgstr "Uporabniški priročnik za PIKA ni na voljo." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Namestite dodatne pakete pomoči ali pa uporabite spletni uporabniški " -"priročnik na naslovu https://docs.pika.org/" +"priročnik na naslovu https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/sr.po b/po-plug-ins/sr.po index bde030c..2426de8 100644 --- a/po-plug-ins/sr.po +++ b/po-plug-ins/sr.po @@ -10193,7 +10193,7 @@ msgstr "Нису доступна Гимпова помоћ." #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Инсталирајте додатни пакет за помоћ или користите помоћ са мреже на: https://" "docs.pika.org/" diff --git a/po-plug-ins/sr@latin.po b/po-plug-ins/sr@latin.po index 1437d2a..4dce616 100644 --- a/po-plug-ins/sr@latin.po +++ b/po-plug-ins/sr@latin.po @@ -10484,10 +10484,10 @@ msgstr "Nisu dostupna Pikaova pomoć." #: ../plug-ins/help/pikahelpdomain.c:193 #| msgid "" #| "Please install the additional help package or use the online user manual " -#| "at: http://docs.pika.org/" +#| "at: https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Instalirajte dodatni paket za pomoć ili koristite pomoć sa mreže na: https://" "docs.pika.org/" diff --git a/po-plug-ins/sv.po b/po-plug-ins/sv.po index 4c89885..3f74c63 100644 --- a/po-plug-ins/sv.po +++ b/po-plug-ins/sv.po @@ -11316,10 +11316,10 @@ msgstr "Användarhandboken för PIKA finns inte tillgänglig." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Installera tilläggspaketet för hjälpdokumentation eller använd nätupplagan " -"av användarhandboken på https://docs.pika.org/" +"av användarhandboken på https://heckin.technology/AlderconeStudio/PIKApp/wiki/" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/tr.po b/po-plug-ins/tr.po index 296220f..5c63db8 100644 --- a/po-plug-ins/tr.po +++ b/po-plug-ins/tr.po @@ -6871,7 +6871,7 @@ msgstr "_PAL" # Luma metodunun Luminance metodundan farkı var, # o sebeple "Renk Parlaklığı" olarak çevirdim -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: plug-ins/common/hot.c:669 msgid "Reduce _Luminance" msgstr "_Renk Parlaklığını Azalt" @@ -12683,9 +12683,9 @@ msgstr "PIKA kullanıcı kılavuzu kullanılabilir değil." #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" -"Lütfen ilave yardım paketlerini kurun veya https://docs.pika.org/ çevrim içi " +"Lütfen ilave yardım paketlerini kurun veya https://heckin.technology/AlderconeStudio/PIKApp/wiki/ çevrim içi " "kullanıcı kılavuzunu kullanın" #: plug-ins/help/pikahelpdomain.c:202 diff --git a/po-plug-ins/uk.po b/po-plug-ins/uk.po index 22f6e92..e9d3a24 100644 --- a/po-plug-ins/uk.po +++ b/po-plug-ins/uk.po @@ -12734,10 +12734,10 @@ msgstr "Посібник з PIKA недоступний" #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" "Будь ласка, встановіть додатковий пакунок довідки або скористайтесь сайтом " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/vi.po b/po-plug-ins/vi.po index 90d2768..7cd3a1a 100644 --- a/po-plug-ins/vi.po +++ b/po-plug-ins/vi.po @@ -11244,7 +11244,7 @@ msgstr "Không tìm thấy tài liệu sử dụng PIKA." #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" "Hãy cài đặt gói trợ giúp thêm, hoặc dùng sổ hướng dẫn trực tuyến tại ." diff --git a/po-plug-ins/zh_CN.po b/po-plug-ins/zh_CN.po index 89c0a7e..42fef00 100644 --- a/po-plug-ins/zh_CN.po +++ b/po-plug-ins/zh_CN.po @@ -12416,8 +12416,8 @@ msgstr "PIKA 用户手册不可用。" #: plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"https://docs.pika.org/" -msgstr "请安装附加的帮助包或使用位于 https://docs.pika.org/ 的在线用户手册" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" +msgstr "请安装附加的帮助包或使用位于 https://heckin.technology/AlderconeStudio/PIKApp/wiki/ 的在线用户手册" #: plug-ins/help/pikahelpdomain.c:202 msgid "Perhaps you are missing GIO backends and need to install GVFS?" diff --git a/po-plug-ins/zh_HK.po b/po-plug-ins/zh_HK.po index 2d965da..842f9fc 100644 --- a/po-plug-ins/zh_HK.po +++ b/po-plug-ins/zh_HK.po @@ -11068,7 +11068,7 @@ msgstr "使用者手冊並沒有在本地端安裝。" #: ../plug-ins/help/pikahelpdomain.c:187 msgid "" "Please install the additional help package or use the online user manual at " -"http://docs.pika.org/." +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/." msgstr "" #: ../plug-ins/help/pikahelpdomain.c:196 diff --git a/po-plug-ins/zh_TW.po b/po-plug-ins/zh_TW.po index aa70916..2f730ac 100644 --- a/po-plug-ins/zh_TW.po +++ b/po-plug-ins/zh_TW.po @@ -10515,7 +10515,7 @@ msgstr "使用者手冊並沒有在本地端安裝。" #: ../plug-ins/help/pikahelpdomain.c:193 msgid "" "Please install the additional help package or use the online user manual at: " -"http://docs.pika.org/" +"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" msgstr "" #: ../plug-ins/help/pikahelpdomain.c:202 diff --git a/po/da.po b/po/da.po index df29a99..511d5e7 100644 --- a/po/da.po +++ b/po/da.po @@ -33,7 +33,7 @@ # Opacity/opaque -> Uigennemsigtighed/uigennemsigtig (Opacitet forstås nok af de færreste) # Transparency/transparent -> Gennemsigtighed/gennemsigtig # Airbrush -> Airbrush (bruges i Photoshop: https://helpx.adobe.com/dk/photoshop/using/painting-tools.html, af MS og er i RO) -# Path -> Kurve evt. Sti (Photoshop har kurve: https://helpx.adobe.com/dk/photoshop/using/editing-paths.html. PIKA kalder dem også selv for "curves": https://docs.pika.org/en/pika-using-paths.html) +# Path -> Kurve evt. Sti (Photoshop har kurve: https://helpx.adobe.com/dk/photoshop/using/editing-paths.html. PIKA kalder dem også selv for "curves": https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-using-paths.html) # Stroke -> Optegn/optegning (bruges i Photoshop). Bestryge/strøg er ikke godt: "Stroke selection" -> "Bestryg markeringen" betyder overmale markeringen, men det er kun omridset, der tegnes op. Dog: strøg i betydningen (pensel)strøg. # Flatten(ing) -> Forene lag (fjern gennemsigtighed) - i modsætning til Merge layers -> Forene lag # (Photoshop har "samkopiering" https://helpx.adobe.com/dk/photoshop/key-concepts/flattening.html, men "Forene lag" beskriver bedre processen) @@ -8588,7 +8588,7 @@ msgctxt "tools-action" msgid "Airbrush Rate: Increase by 10" msgstr "Airbrushhastighed: Forøg med 10" -# Hvor meget maling, der anvendes: https://docs.pika.org/en/pika-tool-airbrush.html +# Hvor meget maling, der anvendes: https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-airbrush.html #: app/actions/tools-actions.c:204 msgctxt "tools-action" msgid "Airbrush Flow: Set" @@ -14909,7 +14909,7 @@ msgid "Cannot float selection because the selected region is empty." msgstr "" "Kan ikke oprette flydende markering, fordi det markerede område er tomt." -# https://docs.pika.org/en/pika-selection-float.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-selection-float.html #: app/core/pikaselection.c:901 msgctxt "undo-type" msgid "Float Selection" @@ -15018,7 +15018,7 @@ msgstr "Genspejl fortløbende strøg" msgid "Mirror" msgstr "Spejl" -# https://docs.pika.org/2.9/en/pika-symmetry-dialog.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.9/en/pika-symmetry-dialog.html #: app/core/pikasymmetry-mirror.c:128 msgid "Horizontal Symmetry" msgstr "Vandret symmetri" diff --git a/po/es.po b/po/es.po index 166b4ba..d585154 100644 --- a/po/es.po +++ b/po/es.po @@ -18911,7 +18911,7 @@ msgstr "Pulse y arrastre para mover" msgid "Click-Drag to rotate and scale" msgstr "Pulse y arrastre para rotar y escalar" -# https://docs.pika.org/es/pika-tool-shear.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/es/pika-tool-shear.html #: app/display/pikatoolhandlegrid.c:902 msgid "Click-Drag to shear and scale" msgstr "Pulse y arrastre para inclinar y escalar" diff --git a/po/ro.po b/po/ro.po index 7e0f5d7..9cb1038 100644 --- a/po/ro.po +++ b/po/ro.po @@ -25971,7 +25971,7 @@ msgctxt "matting-draw-mode" msgid "Draw background" msgstr "Desenează fundalul" -# hm ? aș fi pus Desenează în zona pixelilor necunoscuți (conform https://docs.pika.org/2.10/en/pika-tool-foreground-select.html) dar posibil ca cine caută în traducere inversă să nu găsească ce trebuie +# hm ? aș fi pus Desenează în zona pixelilor necunoscuți (conform https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-tool-foreground-select.html) dar posibil ca cine caută în traducere inversă să nu găsească ce trebuie #: app/tools/tools-enums.c:220 msgctxt "matting-draw-mode" msgid "Draw unknown" diff --git a/po/sk.po b/po/sk.po index 17be8ef..d73aae3 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7611,7 +7611,7 @@ msgid "Blend Space" msgstr "Prechod: " # krytie vyplňovania: -# http://docs.pika.org/en/pika-tool-bucket-fill.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-bucket-fill.html #: ../app/actions/layers-actions.c:60 #, fuzzy #| msgctxt "select-criterion" @@ -7621,7 +7621,7 @@ msgid "Composite Space" msgstr "Všetky kanály" # krytie vyplňovania: -# http://docs.pika.org/en/pika-tool-bucket-fill.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-bucket-fill.html #: ../app/actions/layers-actions.c:64 #, fuzzy #| msgctxt "select-criterion" @@ -17720,7 +17720,7 @@ msgid "_Blend space:" msgstr "Priestor farieb:" # krytie vyplňovania: -# http://docs.pika.org/en/pika-tool-bucket-fill.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-bucket-fill.html #: ../app/dialogs/layer-options-dialog.c:213 #, fuzzy #| msgctxt "select-criterion" @@ -17729,7 +17729,7 @@ msgid "Compos_ite space:" msgstr "Všetky kanály" # krytie vyplňovania: -# http://docs.pika.org/en/pika-tool-bucket-fill.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-bucket-fill.html #: ../app/dialogs/layer-options-dialog.c:225 #, fuzzy #| msgctxt "select-criterion" @@ -22879,7 +22879,7 @@ msgctxt "perspective-clone-mode" msgid "Perspective Clone" msgstr "Perspektívne razítko" -# zarovnanie http://docs.pika.org/en/pika-tool-clone.html +# zarovnanie https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-clone.html #: ../app/paint/paint-enums.c:83 msgctxt "source-align-mode" msgid "None" @@ -25587,7 +25587,7 @@ msgstr "Režim náhľadu" msgid "Stroke width" msgstr "Šírka obtiahnutia" -# http://docs.pika.org/en/pika-tool-foreground-select.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-foreground-select.html #: ../app/tools/pikaforegroundselectoptions.c:105 msgid "Size of the brush used for refinements" msgstr "Veľkosť štetca pre vylepšovanie" @@ -27355,7 +27355,7 @@ msgid "Show a preview of the transformed image" msgstr "Zobrazí okno s náhľadom transformovaného obrázka" # krytie vyplňovania: -# http://docs.pika.org/en/pika-tool-bucket-fill.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/en/pika-tool-bucket-fill.html #: ../app/tools/pikatransformgridoptions.c:119 #, fuzzy #| msgctxt "select-criterion" diff --git a/po/tr.po b/po/tr.po index 7cbd09b..2cebeff 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11888,7 +11888,7 @@ msgstr "Alfa" # Luma metodunun Luminance metodundan farkı var, # o sebeple "Renk Parlaklığı" olarak çevirdim -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: app/core/core-enums.c:828 msgctxt "histogram-channel" msgid "Luminance" @@ -19764,14 +19764,14 @@ msgid "Linear burn" msgstr "Doğrusal Yanma" # Luma metodunun Luminance metodundan farkı var, -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: app/operations/operations-enums.c:274 msgctxt "layer-mode" msgid "Luma/Luminance darken only" msgstr "Luma/Renk Parlaklığı yalnızca koyulaştır" # Luma metodunun Luminance metodundan farkı var, -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #. Translators: this is an abbreviated version of "Luma/Luminance darken only". #. Keep it short. #: app/operations/operations-enums.c:277 @@ -19781,14 +19781,14 @@ msgstr "Luma yalnızca koyulaştır" # Luma metodunun Luminance metodundan farkı var, # o sebeple "Renk Parlaklığı" olarak çevirdim -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: app/operations/operations-enums.c:278 msgctxt "layer-mode" msgid "Luma/Luminance lighten only" msgstr "Luma/Renk Parlaklığı yalnızca açıklaştır" # Luma metodunun Luminance metodundan farkı var, -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #. Translators: this is an abbreviated version of "Luma/Luminance lighten only". #. Keep it short. #: app/operations/operations-enums.c:281 @@ -19798,7 +19798,7 @@ msgstr "Luma yalnızca açıklaştır" # Luma metodunun Luminance metodundan farkı var, # o sebeple "Renk Parlaklığı" olarak çevirdim -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: app/operations/operations-enums.c:282 msgctxt "layer-mode" msgid "Luminance" @@ -27198,7 +27198,7 @@ msgstr "HSV (%0.1f, %0.1f, %0.1f)" # Luma metodunun Luminance metodundan farkı var, # o sebeple "Renk Parlaklığı" olarak çevirdim -# https://docs.pika.org/2.10/en/pika-filter-desaturate.html +# https://heckin.technology/AlderconeStudio/PIKApp/wiki/2.10/en/pika-filter-desaturate.html #: app/widgets/pikagradienteditor.c:1309 #, c-format msgid "Luminance: %0.1f Opacity: %0.1f" diff --git a/upstream-documentation/README.upstream b/upstream-documentation/README.upstream index d5261bb..4913047 100644 --- a/upstream-documentation/README.upstream +++ b/upstream-documentation/README.upstream @@ -32,7 +32,7 @@ The latest version of PIKA can be found at: We also have a website dedicated to documentation at: - https://docs.pika.org/ + https://heckin.technology/AlderconeStudio/PIKApp/wiki/ 2. Contributing