Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnote for openSUSE:Factory checked in at 2026-09-07 11:34:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnote (Old) and /work/SRC/openSUSE:Factory/.gnote.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnote" Mon Sep 7 11:34:20 2026 rev:111 rq:1376127 version:50.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gnote/gnote.changes 2026-04-21 12:43:28.307064845 +0200 +++ /work/SRC/openSUSE:Factory/.gnote.new.1265/gnote.changes 2026-09-07 11:35:14.594425080 +0200 @@ -1,0 +2,8 @@ +Sun Sep 6 22:18:54 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 50.2: + + Fixes: Fix opening in new window sometimes opens in existing + window + + Updated translations. + +------------------------------------------------------------------- Old: ---- gnote-50.1.tar.xz New: ---- gnote-50.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnote.spec ++++++ --- /var/tmp/diff_new_pack.9tvBex/_old 2026-09-07 11:35:16.091477503 +0200 +++ /var/tmp/diff_new_pack.9tvBex/_new 2026-09-07 11:35:16.096477678 +0200 @@ -20,7 +20,7 @@ %define glib_version 2.74 Name: gnote -Version: 50.1 +Version: 50.2 Release: 0 Summary: A Port of Tomboy to C++ License: GPL-3.0-or-later ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.9tvBex/_old 2026-09-07 11:35:16.202481390 +0200 +++ /var/tmp/diff_new_pack.9tvBex/_new 2026-09-07 11:35:16.214481810 +0200 @@ -1,5 +1,7 @@ -mtime: 1776634465 -commit: 7eac92c534a78dd6a48697bd0def44a227d2bb1eed396cb18483cafcf94c9b09 +mtime: 1788733248 +commit: 78df845d20a768e2d63122f6fd00169c58c2705f055854f24278e58b8a79bc37 url: https://src.opensuse.org/GNOME/gnote -revision: factory +revision: 78df845d20a768e2d63122f6fd00169c58c2705f055854f24278e58b8a79bc37 +trackingbranch: factory +projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.9tvBex/_old 2026-09-07 11:35:16.255483246 +0200 +++ /var/tmp/diff_new_pack.9tvBex/_new 2026-09-07 11:35:16.262483491 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnote.git</param> - <param name="revision">50.1</param> + <param name="revision">50.2</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-07 00:20:48.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild ++++++ gnote-50.1.tar.xz -> gnote-50.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/NEWS new/gnote-50.2/NEWS --- old/gnote-50.1/NEWS 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/NEWS 2026-09-06 16:33:06.000000000 +0200 @@ -1,3 +1,19 @@ +50.2 - 2026-09-06 + +Fixes: + * Fix opening in new window sometimes opens in existing window + +Translations: + * Updated translations: + - Brazilian Portuguese (pt_BR) + - Hungarian (hu) + - Kazakh (kk) + - Lithuanian (lt) + - Portuguese (pt) + - Slovenian (sl) + - Swedish (sv) + - Ukrainian (uk) + 50.1 - 2026-04-19 Fixes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/data/org.gnome.Gnote.appdata.xml.in new/gnote-50.2/data/org.gnome.Gnote.appdata.xml.in --- old/gnote-50.1/data/org.gnome.Gnote.appdata.xml.in 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/data/org.gnome.Gnote.appdata.xml.in 2026-09-06 16:33:06.000000000 +0200 @@ -35,6 +35,14 @@ <update_contact>aurimas.cernius_at_mailo.com</update_contact> <content_rating type="oars-1.1"/> <releases> + <release version="50.2" date="2026-09-06"> + <description> + <ul> + <li>Fix opening in new window sometimes opens in existing window</li> + <li>Translation updates</li> + </ul> + </description> + </release> <release version="50.1" date="2026-04-19"> <description> <ul> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/meson.build new/gnote-50.2/meson.build --- old/gnote-50.1/meson.build 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/meson.build 2026-09-06 16:33:06.000000000 +0200 @@ -1,5 +1,5 @@ project('gnote', 'cpp', - version: '50.1', + version: '50.2', meson_version: '>=0.59.0', default_options: ['cpp_std=c++17'], ) @@ -8,7 +8,7 @@ i18n = import('i18n') gnote_release = meson.project_version().split('.')[0] -libgnote_version_info = '0.0.1' +libgnote_version_info = '0.0.2' glib_version = '>=2.74' gio_dep = dependency('gio-2.0', version: glib_version) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/hu.po new/gnote-50.2/po/hu.po --- old/gnote-50.1/po/hu.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/hu.po 2026-09-06 16:33:06.000000000 +0200 @@ -14,15 +14,15 @@ msgstr "" "Project-Id-Version: gnote master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-02 14:12+0000\n" -"PO-Revision-Date: 2026-03-06 10:16+0100\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-09-02 08:37+0200\n" "Last-Translator: Balázs Úr <ur.balazs at fsf dot hu>\n" "Language-Team: Hungarian <openscope at fsf dot hu>\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 25.08.1\n" +"X-Generator: Lokalize 25.12.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/org.gnome.Gnote.appdata.xml.in:7 data/org.gnome.Gnote.desktop.in:2 @@ -57,6 +57,10 @@ "A Gnote támogatja a szinkronizálást is, így egyszerűvé téve a több eszközön " "való használatot." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "A Gnote csapata" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Jegyzeteljen, kösse össze az ötleteket és maradjon összeszedett" @@ -412,9 +416,9 @@ "Tab stop positions in editor will be setup using this number as a step in " "space characters. Zero to use the default tab width." msgstr "" -"A tabulátor megállítási pozíciói a szerkesztőben ezzel a számmal lesznek beáll" -"ítva szóköz karakterekben való lépésként. Állítson be nullát az alapértelmezet" -"t tabulátorszélesség használatához." +"A tabulátor megállítási pozíciói a szerkesztőben ezzel a számmal lesznek " +"beállítva szóköz karakterekben való lépésként. Állítson be nullát az " +"alapértelmezett tabulátorszélesség használatához." #: data/org.gnome.gnote.gschema.xml:168 msgid "HTML Export Last Directory" @@ -1530,52 +1534,52 @@ msgid "Open the search all notes window with the search text." msgstr "A Keresés minden jegyzetben ablak megnyitása a keresőkifejezéssel." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "szöveg" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Verzióinformációk kiírása." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Új jegyzet létrehozása és megjelenítése, elhagyható címmel." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "cím" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Új ablak megnyitása." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Az illeszkedő című meglévő jegyzet megjelenítése." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "cím/url" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "A „Kezdje itt” jegyzet megjelenítése." -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Szöveg keresése és kiemelése megnyitott jegyzetben." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Jegyzetkezelő alkalmazás" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "A Gnote indítási kapcsolói" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "%1 verzió" @@ -2413,19 +2417,19 @@ msgid "NULL stylesheet, please fill a bug" msgstr "NULL stíluslap, küldjön hibajelentést" -#: src/synchronization/filesystemsyncserver.cpp:166 +#: src/synchronization/filesystemsyncserver.cpp:194 msgid "Failed to upload %1 note" msgid_plural "Failed to upload %1 notes" msgstr[0] "Nem sikerült feltölteni %1 jegyzetet" msgstr[1] "Nem sikerült feltölteni %1 jegyzetet" -#: src/synchronization/filesystemsyncserver.cpp:255 +#: src/synchronization/filesystemsyncserver.cpp:282 msgid "Failed to download %1 note update" msgid_plural "Failed to download %1 note updates" msgstr[0] "Nem sikerült letölteni %1 jegyzetfrissítést" msgstr[1] "Nem sikerült letölteni %1 jegyzetfrissítést" -#: src/synchronization/filesystemsyncserver.cpp:425 +#: src/synchronization/filesystemsyncserver.cpp:452 #, c-format msgid "" "Exception during server cleanup while committing. Server integrity is OK, " @@ -2435,16 +2439,22 @@ "integritása hibátlan, de néhány fölösleges fájl jelen lehet. A hibaüzenet: " "%s\n" -#: src/synchronization/filesystemsyncserver.cpp:631 +#: src/synchronization/filesystemsyncserver.cpp:604 #, c-format msgid "Error updating lock: %s" msgstr "Hiba a zár frissítésekor: %s" -#: src/synchronization/filesystemsyncserver.cpp:670 +#: src/synchronization/filesystemsyncserver.cpp:643 #, c-format msgid "Error deleting the old synchronization lock \"%s\": %s" msgstr "Hiba a régi szinkronizációs zár („%s”) törlésekor: %s" +#: src/synchronization/filesystemsyncserver.cpp:663 +#, c-format +#| msgid "Error removing icon %s: %s" +msgid "Error reading file '%s': %s" +msgstr "Hiba a(z) „%s” fájl olvasásakor: %s" + #. TRANSLATORS: %s is file #: src/synchronization/gnotesyncclient.cpp:157 #, c-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/kk.po new/gnote-50.2/po/kk.po --- old/gnote-50.1/po/kk.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/kk.po 2026-09-06 16:33:06.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: gnote gnome-49\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-14 18:14+0000\n" -"PO-Revision-Date: 2026-03-15 00:45+0500\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-08-16 08:03+0500\n" "Last-Translator: Baurzhan Muftakhidinov <[email protected]>\n" "Language-Team: Kazakh <Kazakh>\n" "Language: kk\n" @@ -51,6 +51,10 @@ "Gnote сондай-ақ синхрондауды қолдайды, бұл оны бірнеше құрылғыда пайдалануды " "жеңілдетеді." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "Gnote тобы" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Жазбалар жазу, идеяларды байланыстыру және ұйымдасқан болу" @@ -1481,7 +1485,6 @@ #. * The link to main wiki page in English. You can localize it in subdirectory for your locale and have this link point to it. #. #: src/gnote.cpp:294 -#| msgid "https://gitlab.gnome.org/GNOME/gnote/-/wikis/Gnote" msgid "https://gitlab.gnome.org/GNOME/gnote/-/wikis/home" msgstr "https://gitlab.gnome.org/GNOME/gnote/-/wikis/home" @@ -1513,52 +1516,52 @@ msgid "Open the search all notes window with the search text." msgstr "Барлық жазбаларды іздеу терезесін іздеу мәтінімен ашу." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "мәтін" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Нұсқа туралы ақпаратты шығару." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Міндетті емес тақырыбы бар жаңа жазба жасау және көрсету." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "атауы" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Жаңа терезе ашу." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Тақырыпқа сәйкес келетін бұрыннан бар жазбаны көрсету." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "тақырыбы/url" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "«Осыдан бастау» жазбасын көрсету." -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Ашылған жазбада мәтінді іздеу және түспен ерекшелеу." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Жазба жазу қолданбасы" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Іске қосу кезіндегі Gnote опциялары" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Нұсқасы %1" @@ -2419,7 +2422,6 @@ #: src/synchronization/filesystemsyncserver.cpp:663 #, c-format -#| msgid "Error removing icon %s: %s" msgid "Error reading file '%s': %s" msgstr "'%s' файлын оқу қатесі: %s" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/lt.po new/gnote-50.2/po/lt.po --- old/gnote-50.1/po/lt.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/lt.po 2026-09-06 16:33:06.000000000 +0200 @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: gnote.master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-14 18:14+0000\n" -"PO-Revision-Date: 2026-03-15 16:17+0200\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-09-06 17:25+0300\n" "Last-Translator: Aurimas Černius <[email protected]>\n" "Language-Team: Lietuvių <[email protected]>\n" "Language: lt\n" @@ -21,7 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "(n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 3.8\n" +"X-Generator: Poedit 3.9\n" #: data/org.gnome.Gnote.appdata.xml.in:7 data/org.gnome.Gnote.desktop.in:2 #: src/recentchanges.cpp:100 src/recentchanges.cpp:122 @@ -55,6 +55,10 @@ "Gnote taip pat palaiko sinchronizavimą, todėl lengva ją naudoti keliuose " "įrenginiuose." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "Gnote komanda" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Konspektuokite, susiekite idėjas ir dirbkite tvarkingai" @@ -1511,52 +1515,52 @@ msgid "Open the search all notes window with the search text." msgstr "Atverti paieškos visuose rašteliuose langą su ieškomu tekstu." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "tekstas" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Rodyti versijos informaciją." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Sukurti ir parodyti naują raštelį, pavadinimas nebūtinas." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "pavadinimas" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Atverti naujame lange." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Parodyti esamą raštelį su tokiu pavadinimu." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "pavadinimas/url" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "Rodyti raštelį „Pradėkite čia“." -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Surasti ir paryškinti tekstą atvertame raštelyje." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Raštelių rašymo programa" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Gnote parametrai paleidžiant" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Versija %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/pt.po new/gnote-50.2/po/pt.po --- old/gnote-50.1/po/pt.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/pt.po 2026-09-06 16:33:06.000000000 +0200 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: 2.28\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-02-21 13:26+0000\n" -"PO-Revision-Date: 2026-02-23 22:48+0000\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-06-13 17:30+0100\n" "Last-Translator: Hugo Carvalho <[email protected]>\n" "Language-Team: Português <[email protected]>\n" "Language: pt\n" @@ -19,7 +19,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.8\n" +"X-Generator: Poedit 3.4.2\n" #: data/org.gnome.Gnote.appdata.xml.in:7 data/org.gnome.Gnote.desktop.in:2 #: src/recentchanges.cpp:100 src/recentchanges.cpp:122 @@ -394,22 +394,35 @@ "A variante de tema a utilizar. Os valores possíveis são uma cadeia de " "caracteres vazia para seguir o sistema, 'escuro' e 'claro'." -#: data/org.gnome.gnote.gschema.xml:163 +#: data/org.gnome.gnote.gschema.xml:156 +msgid "Tab width in note editor" +msgstr "Largura da tabulação no editor de notas" + +#: data/org.gnome.gnote.gschema.xml:157 +msgid "" +"Tab stop positions in editor will be setup using this number as a step in " +"space characters. Zero to use the default tab width." +msgstr "" +"As posições dos tabuladores no editor serão definidas utilizando este número " +"como intervalo em caracteres de espaço. Se for zero, será utilizada a " +"largura padrão do tabulador." + +#: data/org.gnome.gnote.gschema.xml:168 msgid "HTML Export Last Directory" msgstr "Última pasta de exportação HTML" -#: data/org.gnome.gnote.gschema.xml:164 +#: data/org.gnome.gnote.gschema.xml:169 msgid "" "The last directory a note was exported to using the Export To HTML plugin." msgstr "" "A última pasta para onde foi exportada uma nota utilizando a extensão " "Exportar para HTML." -#: data/org.gnome.gnote.gschema.xml:168 +#: data/org.gnome.gnote.gschema.xml:173 msgid "HTML Export Linked Notes" msgstr "Exportar para HTML as notas ligadas" -#: data/org.gnome.gnote.gschema.xml:169 +#: data/org.gnome.gnote.gschema.xml:174 msgid "" "The last setting for the 'Export linked notes' checkbox in the Export to " "HTML plugin." @@ -417,11 +430,11 @@ "A última definição da caixa de verificação \"Exportar notas ligadas\" na " "extensão Exportar para HTML." -#: data/org.gnome.gnote.gschema.xml:173 +#: data/org.gnome.gnote.gschema.xml:178 msgid "HTML Export All Linked Notes" msgstr "Exportar para HTML todas as notas ligadas" -#: data/org.gnome.gnote.gschema.xml:174 +#: data/org.gnome.gnote.gschema.xml:179 msgid "" "The last setting for the 'Include all other linked notes' checkbox in the " "Export to HTML plugin. This setting is used in conjunction with the 'HTML " @@ -434,11 +447,11 @@ "utilizada para especificar se todas as notas (encontradas recursivamente) " "deverão ser incluídas durante a exportação para HTML." -#: data/org.gnome.gnote.gschema.xml:180 +#: data/org.gnome.gnote.gschema.xml:185 msgid "Synchronization Client ID" msgstr "ID de cliente de sincronização" -#: data/org.gnome.gnote.gschema.xml:181 +#: data/org.gnome.gnote.gschema.xml:186 msgid "" "Unique identifier for this Gnote client, used when communicating with a " "synchronization server." @@ -446,11 +459,11 @@ "Identificador único para este cliente Gnote, utilizado ao comunicar com um " "servidor de sincronização." -#: data/org.gnome.gnote.gschema.xml:185 +#: data/org.gnome.gnote.gschema.xml:190 msgid "Synchronization Local Server Path" msgstr "Caminho para o servidor local de sincronização" -#: data/org.gnome.gnote.gschema.xml:186 +#: data/org.gnome.gnote.gschema.xml:191 msgid "" "Path to the synchronization server when using the filesystem synchronization " "service addin." @@ -458,11 +471,11 @@ "Caminho para o servidor de sincronização ao utilizar a extensão de serviço " "de sincronização do sistema de ficheiros." -#: data/org.gnome.gnote.gschema.xml:190 +#: data/org.gnome.gnote.gschema.xml:195 msgid "Selected Synchronization Service Addin" msgstr "Extensão de serviço de sincronização selecionado" -#: data/org.gnome.gnote.gschema.xml:191 +#: data/org.gnome.gnote.gschema.xml:196 msgid "" "Unique identifier for the currently configured note synchronization service " "addin." @@ -470,11 +483,11 @@ "Identificador único para a extensão de serviço de sincronização de notas " "atualmente configurado." -#: data/org.gnome.gnote.gschema.xml:195 +#: data/org.gnome.gnote.gschema.xml:200 msgid "Note Synchronization Conflict Saved Behavior" msgstr "Comportamento gravado para conflitos na sincronização de notas" -#: data/org.gnome.gnote.gschema.xml:196 +#: data/org.gnome.gnote.gschema.xml:201 msgid "" "Integer value indicating if there is a preference to always perform a " "specific behavior when a conflict is detected, instead of prompting the " @@ -488,11 +501,11 @@ "utilizador deseja ser questionado quando ocorre um conflito, para que possa " "gerir cada situação caso-a-caso." -#: data/org.gnome.gnote.gschema.xml:200 +#: data/org.gnome.gnote.gschema.xml:205 msgid "Automatic Background Synchronization Timeout" msgstr "Expiração automática da sincronização em 2º plano" -#: data/org.gnome.gnote.gschema.xml:201 +#: data/org.gnome.gnote.gschema.xml:206 msgid "" "Integer value indicating how frequently to perform a background sync of your " "notes (when sync is configured). Any value less than 1 indicates that " @@ -504,19 +517,19 @@ "que 1 indica que a sincronização está desligada. O valor mais baixo " "aceitável é 5. O valor é em minutos." -#: data/org.gnome.gnote.gschema.xml:208 +#: data/org.gnome.gnote.gschema.xml:213 msgid "Online directory URI" msgstr "URI de diretório online" -#: data/org.gnome.gnote.gschema.xml:209 +#: data/org.gnome.gnote.gschema.xml:214 msgid "URI to online directory where notes are synchronized to." msgstr "URL de diretório online para onde as notas são sincronizadas." -#: data/org.gnome.gnote.gschema.xml:215 +#: data/org.gnome.gnote.gschema.xml:220 msgid "Accept SSL Certificates" msgstr "Aceitar certificados SSL" -#: data/org.gnome.gnote.gschema.xml:216 +#: data/org.gnome.gnote.gschema.xml:221 msgid "" "Use wdfs option \"-ac\" to accept SSL certificates without prompting the " "user." @@ -524,27 +537,27 @@ "Utilize a opção wdfs \"-ac\" para aceitar certificados SSL sem questionar o " "utilizador." -#: data/org.gnome.gnote.gschema.xml:220 +#: data/org.gnome.gnote.gschema.xml:225 msgid "Share URL" msgstr "URL de partilha" -#: data/org.gnome.gnote.gschema.xml:221 +#: data/org.gnome.gnote.gschema.xml:226 msgid "WebDAV share URL where notes are synchronized to." msgstr "URL de partilha WebDAV onde as notas são sincronizadas." -#: data/org.gnome.gnote.gschema.xml:225 +#: data/org.gnome.gnote.gschema.xml:230 msgid "Share username" msgstr "Utilizador de partilha" -#: data/org.gnome.gnote.gschema.xml:226 +#: data/org.gnome.gnote.gschema.xml:231 msgid "Username to access WebDAV share." msgstr "Nome de utilizador para aceder à partilha WebDAV." -#: data/org.gnome.gnote.gschema.xml:232 +#: data/org.gnome.gnote.gschema.xml:237 msgid "Timestamp format" msgstr "Formato da data e hora" -#: data/org.gnome.gnote.gschema.xml:233 +#: data/org.gnome.gnote.gschema.xml:238 msgid "" "The date format that is used for the timestamp. It follows the format of " "strftime(3)." @@ -552,11 +565,11 @@ "O formato de data que é utilizado para a data e hora. Respeita o formato do " "strftime(3)." -#: data/org.gnome.gnote.gschema.xml:239 +#: data/org.gnome.gnote.gschema.xml:244 msgid "Time between checks" msgstr "Tempo entre verificações" -#: data/org.gnome.gnote.gschema.xml:240 +#: data/org.gnome.gnote.gschema.xml:245 msgid "" "Time interval between note directory checks (in seconds). Min value is 5." msgstr "" @@ -739,27 +752,27 @@ msgid "Decrease indent/disable bullets for current line" msgstr "Diminui o recuo/desativa marcadores para a linha atual" -#: src/actionmanager.cpp:130 +#: src/actionmanager.cpp:131 msgid "_New Note" msgstr "_Nova nota" -#: src/actionmanager.cpp:131 +#: src/actionmanager.cpp:132 msgid "New _Window" msgstr "Nova _janela" -#: src/actionmanager.cpp:132 src/preferencesdialog.cpp:601 +#: src/actionmanager.cpp:133 src/preferencesdialog.cpp:601 msgid "_Preferences" msgstr "_Preferências" -#: src/actionmanager.cpp:133 +#: src/actionmanager.cpp:134 msgid "_Shortcuts" msgstr "Atalho_s" -#: src/actionmanager.cpp:134 +#: src/actionmanager.cpp:135 msgid "_Help" msgstr "A_juda" -#: src/actionmanager.cpp:135 +#: src/actionmanager.cpp:136 msgid "_About Gnote" msgstr "_Acerca do Gnote" @@ -1510,52 +1523,52 @@ msgid "Open the search all notes window with the search text." msgstr "Abrir a janela Procurar em todas as notas com o texto de procura." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "texto" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Imprimir informação da versão." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Criar e mostrar uma nova nota, com título opcional." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "título" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Abrir uma nova janela." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Mostrar o título coincidente da nota existente." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "título/url" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "Mostrar a nota \"Iniciar aqui\"." -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Procurar e realçar texto na nota aberta." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Uma aplicação para tirar notas" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Opções de arranque do Gnote" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Versão %1" @@ -1743,8 +1756,8 @@ "Then organize the notes you create by linking related notes and ideas " "together!\n" "\n" -"We've created a note called <link:internal>Using Links in Gnote</" -"link:internal>. Notice how each time we type <link:internal>Using Links in " +"We've created a note called <link:internal>Using Links in Gnote</link:" +"internal>. Notice how each time we type <link:internal>Using Links in " "Gnote</link:internal> it automatically gets underlined? Click on the link " "to open the note.</note-content>" msgstr "" @@ -1762,10 +1775,10 @@ "\n" "Depois organize as notas que criou ligando notas e ideias relacionadas!\n" "\n" -"Criámos uma nota chamada <link:internal>Usar ligações no Gnote</" -"link:internal>. Note como de cada vez que é escrito <link:internal>Usar " -"ligações no Gnote</link:internal> a frase fica automaticamente sublinhada? " -"Clique na ligação para abrir a nota.</note-content>" +"Criámos uma nota chamada <link:internal>Usar ligações no Gnote</link:" +"internal>. Note como de cada vez que é escrito <link:internal>Usar ligações " +"no Gnote</link:internal> a frase fica automaticamente sublinhada? Clique na " +"ligação para abrir a nota.</note-content>" #: src/notemanager.cpp:137 msgid "" @@ -2237,31 +2250,31 @@ msgid "Close" msgstr "Fechar" -#: src/recentchanges.cpp:312 +#: src/recentchanges.cpp:318 msgid "Search" msgstr "Procurar" -#: src/recentchanges.cpp:387 +#: src/recentchanges.cpp:393 msgid "Parent of embed box is not a Gtk::Grid, please report a bug!" msgstr "O pai da caixa embutida não é um Gtk::Grid, por favor relate um bug!" -#: src/recentchanges.cpp:418 +#: src/recentchanges.cpp:424 msgid "Parent of search entry is not Gtk::Grid, please report a bug!" msgstr "" "O pai da entrada de pesquisa não é um Gtk::Grid, por favor relate um bug!" -#: src/recentchanges.cpp:790 +#: src/recentchanges.cpp:818 msgid "Attempt to foreground a widget, that is not embedded in the window" msgstr "" "Tentativa de colocar em primeiro plano um widget, que não está incorporado " "na janela" -#: src/recentchanges.cpp:797 +#: src/recentchanges.cpp:825 msgid "Attempt to foreground a widget, that is not Gtk::Widget" msgstr "" "Tentativa de colocar em primeiro plano um widget, que não é Gtk::Widget" -#: src/recentchanges.cpp:997 +#: src/recentchanges.cpp:1025 msgid "No configured actions" msgstr "Nenhuma ação configurada" @@ -2388,19 +2401,19 @@ msgid "NULL stylesheet, please fill a bug" msgstr "Folha de estilos NULL, por favor, reporte um erro" -#: src/synchronization/filesystemsyncserver.cpp:166 +#: src/synchronization/filesystemsyncserver.cpp:194 msgid "Failed to upload %1 note" msgid_plural "Failed to upload %1 notes" msgstr[0] "Falha ao enviar %1 nota" msgstr[1] "Falha ao enviar %1 notas" -#: src/synchronization/filesystemsyncserver.cpp:255 +#: src/synchronization/filesystemsyncserver.cpp:282 msgid "Failed to download %1 note update" msgid_plural "Failed to download %1 note updates" msgstr[0] "Falha ao transferir %1 atualização de nota" msgstr[1] "Falha ao transferir %1 atualizações de notas" -#: src/synchronization/filesystemsyncserver.cpp:425 +#: src/synchronization/filesystemsyncserver.cpp:452 #, c-format msgid "" "Exception during server cleanup while committing. Server integrity is OK, " @@ -2410,16 +2423,21 @@ "está boa mas pode haver ficheiros excessivos a flutuar por aí. Aqui está o " "erro: %s\n" -#: src/synchronization/filesystemsyncserver.cpp:631 +#: src/synchronization/filesystemsyncserver.cpp:604 #, c-format msgid "Error updating lock: %s" msgstr "Erro ao atualizar bloqueio: %s" -#: src/synchronization/filesystemsyncserver.cpp:670 +#: src/synchronization/filesystemsyncserver.cpp:643 #, c-format msgid "Error deleting the old synchronization lock \"%s\": %s" msgstr "Erro ao eliminar a tranca de sincronização antiga \"%s\": %s" +#: src/synchronization/filesystemsyncserver.cpp:663 +#, c-format +msgid "Error reading file '%s': %s" +msgstr "Erro ao ler o ficheiro '%s': %s" + #. TRANSLATORS: %s is file #: src/synchronization/gnotesyncclient.cpp:157 #, c-format @@ -3171,12 +3189,12 @@ #~ "keybinding for this action." #~ msgstr "" #~ "O atalho de teclado global utilizado para criar e apresentar uma nova " -#~ "Nota. O formato assemelha-se a \"<Control>a\" ou " -#~ "\"<Shift><Alt>F1\". O processador é razoavelmente liberal e " -#~ "permite capitalização maiúscula ou minúscula e também abreviaturas tais " -#~ "como \"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a " -#~ "expressão especial \"disabled\", não existirão quaisquer atalhos de " -#~ "teclado para esta acção." +#~ "Nota. O formato assemelha-se a \"<Control>a\" ou \"<Shift><" +#~ "Alt>F1\". O processador é razoavelmente liberal e permite " +#~ "capitalização maiúscula ou minúscula e também abreviaturas tais como " +#~ "\"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a expressão " +#~ "especial \"disabled\", não existirão quaisquer atalhos de teclado para " +#~ "esta acção." #~ msgid "" #~ "The global keybinding for opening the \"Start Here\" note. The format " @@ -3187,12 +3205,12 @@ #~ "keybinding for this action." #~ msgstr "" #~ "O atalho de teclado global utilizado para abrir a nota \"Iniciar Aqui\". " -#~ "O formato assemelha-se a \"<Control>a\" ou " -#~ "\"<Shift><Alt>F1\". O processador é razoavelmente liberal e " -#~ "permite capitalização maiúscula ou minúscula e também abreviaturas tais " -#~ "como \"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a " -#~ "expressão especial \"disabled\", não existirão quaisquer atalhos de " -#~ "teclado para esta acção." +#~ "O formato assemelha-se a \"<Control>a\" ou \"<Shift><" +#~ "Alt>F1\". O processador é razoavelmente liberal e permite " +#~ "capitalização maiúscula ou minúscula e também abreviaturas tais como " +#~ "\"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a expressão " +#~ "especial \"disabled\", não existirão quaisquer atalhos de teclado para " +#~ "esta acção." #~ msgid "" #~ "The global keybinding for opening the Note Search dialog. The format " @@ -3203,12 +3221,12 @@ #~ "keybinding for this action." #~ msgstr "" #~ "O atalho de teclado global utilizado para abrir a janela de Procura de " -#~ "Nota. O formato assemelha-se a \"<Control>a\" ou " -#~ "\"<Shift><Alt>F1\". O processador é razoavelmente liberal e " -#~ "permite capitalização maiúscula ou minúscula e também abreviaturas tais " -#~ "como \"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a " -#~ "expressão especial \"disabled\", não existirão quaisquer atalhos de " -#~ "teclado para esta acção." +#~ "Nota. O formato assemelha-se a \"<Control>a\" ou \"<Shift><" +#~ "Alt>F1\". O processador é razoavelmente liberal e permite " +#~ "capitalização maiúscula ou minúscula e também abreviaturas tais como " +#~ "\"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a expressão " +#~ "especial \"disabled\", não existirão quaisquer atalhos de teclado para " +#~ "esta acção." #~ msgid "" #~ "The global keybinding for opening the Recent Changes dialog. The format " @@ -3219,12 +3237,12 @@ #~ "keybinding for this action." #~ msgstr "" #~ "O atalho de teclado global utilizado para abrir a janela de Alterações " -#~ "Recentes. O formato assemelha-se a \"<Control>a\" ou " -#~ "\"<Shift><Alt>F1\". O processador é razoavelmente liberal e " -#~ "permite capitalização maiúscula ou minúscula e também abreviaturas tais " -#~ "como \"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a " -#~ "expressão especial \"disabled\", não existirão quaisquer atalhos de " -#~ "teclado para esta acção." +#~ "Recentes. O formato assemelha-se a \"<Control>a\" ou \"<Shift>" +#~ "<Alt>F1\". O processador é razoavelmente liberal e permite " +#~ "capitalização maiúscula ou minúscula e também abreviaturas tais como " +#~ "\"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a expressão " +#~ "especial \"disabled\", não existirão quaisquer atalhos de teclado para " +#~ "esta acção." #~ msgid "" #~ "The global keybinding for showing the Gnote applet's menu. The format " @@ -3235,12 +3253,11 @@ #~ "keybinding for this action." #~ msgstr "" #~ "O atalho de teclado global que apresenta o menu de applet do Gnote. O " -#~ "formato assemelha-se a \"<Control>a\" ou " -#~ "\"<Shift><Alt>F1\". O processador é razoavelmente liberal e " -#~ "permite capitalização maiúscula ou minúscula e também abreviaturas tais " -#~ "como \"<Ctl>\" e \"<Ctrl>\". Se definir a opção para a " -#~ "expressão especial \"disabled\", não existirão quaisquer atalhos de " -#~ "teclado para esta acção." +#~ "formato assemelha-se a \"<Control>a\" ou \"<Shift><Alt>" +#~ "F1\". O processador é razoavelmente liberal e permite capitalização " +#~ "maiúscula ou minúscula e também abreviaturas tais como \"<Ctl>\" e " +#~ "\"<Ctrl>\". Se definir a opção para a expressão especial " +#~ "\"disabled\", não existirão quaisquer atalhos de teclado para esta acção." #~ msgid "The handler for \"note://\" URLs" #~ msgstr "O manipulador de URLs \"note://\"" @@ -3274,8 +3291,8 @@ #~ msgid "" #~ "Hotkeys allow you to quickly access your notes from anywhere with a " -#~ "keypress. Example Hotkeys: <b><Control><Shift>F11</b>, " -#~ "<b><Alt>N</b>" +#~ "keypress. Example Hotkeys: <b><Control><Shift>F11</b>, <b><" +#~ "Alt>N</b>" #~ msgstr "" #~ "Teclas de atalho permitem-lhe rapidamente aceder às suas notas a partir " #~ "de qualquer lugar com apenas uma pressão de tecla. Exemplo de Teclas de " @@ -3460,8 +3477,8 @@ #~ "Sorry, but something went wrong. Please check your information and try " #~ "again. The ~/.tomboy.log might be useful too." #~ msgstr "" -#~ "Algo correu mal. Verifique a sua informação e tente novamente. O " -#~ "~/.tomboy.log poderá conter informação útil." +#~ "Algo correu mal. Verifique a sua informação e tente novamente. O ~/." +#~ "tomboy.log poderá conter informação útil." #~ msgid "Add-in Dependencies:" #~ msgstr "Dependências do Plugin:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/pt_BR.po new/gnote-50.2/po/pt_BR.po --- old/gnote-50.1/po/pt_BR.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/pt_BR.po 2026-09-06 16:33:06.000000000 +0200 @@ -1,5 +1,5 @@ # Brazilian Portuguese translation for gnote. -# Copyright (C) 2025 gnote's COPYRIGHT HOLDER +# Copyright (C) 2026 gnote's COPYRIGHT HOLDER # This file is distributed under the same license as the gnote package. # Marco de Freitas <[email protected]>, 2009. # Taylon Silmer <[email protected]>, 2009. @@ -8,18 +8,18 @@ # Henrique Roberto Gattermann Mittelstaedt <[email protected]>, 2020. # Matheus Barbosa <[email protected]>, 2022. # Enrico Nicoletto <[email protected]>, 2013-2014, 2020-2021, 2023. -# Rafael Fontenelle <[email protected]>, 2013-2025. # Álvaro Burns <>, 2025. # Leônidas Araújo <[email protected]>, 2025. # Juliano de Souza Camargo <[email protected]>, 2024-2026. +# Rafael Fontenelle <[email protected]>, 2013-2026. # msgid "" msgstr "" -"Project-Id-Version: gnote master\n" +"Project-Id-Version: gnote\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-20 20:48+0000\n" -"PO-Revision-Date: 2026-03-29 18:36-0300\n" -"Last-Translator: Juliano de Souza Camargo <[email protected]>\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-08-14 22:38-0300\n" +"Last-Translator: Rafael Fontenelle <[email protected]>\n" "Language-Team: Brazilian Portuguese <https://br.gnome.org/traducao/>\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" @@ -31,7 +31,7 @@ "X-DL-VCS-Web: https://gitlab.gnome.org/GNOME/gnote/\n" "X-DL-Lang: pt_BR\n" "X-DL-Module: gnote\n" -"X-DL-Branch: master\n" +"X-DL-Branch: gnome-50\n" "X-DL-Domain: po\n" "X-DL-State: Translating\n" @@ -67,6 +67,10 @@ "Gnote possui suporte a sincronização, facilitando o uso em vários " "dispositivos." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "A equipe do Gnote" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Tome notas, associe ideias e mantenha-se organizado" @@ -1545,52 +1549,52 @@ msgid "Open the search all notes window with the search text." msgstr "Abre a janela “pesquisar em todas as notas” com o texto de pesquisa." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "texto" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Imprime informações da versão." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Cria e exibe uma nova nota, com um título opcional." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "título" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Abrir nova janela." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Exibe a nota correspondente ao título." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "título/url" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "Exibe a nota “Comece aqui”." -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Pesquisa e destaca o texto na nota aberta." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Um aplicativo para tomar notas" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Opções do Gnote na inicialização" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Versão %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/sl.po new/gnote-50.2/po/sl.po --- old/gnote-50.1/po/sl.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/sl.po 2026-09-06 16:33:06.000000000 +0200 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: gnote master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-14 18:14+0000\n" -"PO-Revision-Date: 2026-03-14 22:36+0100\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-08-12 21:34+0200\n" "Last-Translator: Martin Srebotnjak <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" @@ -54,6 +54,10 @@ "Gnote podpira tudi usklajevanje, s katerim ga je mogoče uporabljati na več " "napravah." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "Ekipa Gnote" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Pišite sporočilca, povezujte ideje in ostanite organizirani" @@ -1506,52 +1510,52 @@ msgid "Open the search all notes window with the search text." msgstr "Odpre okno za iskanje vseh sporočilc z izbranim besedilom." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "besedilo" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Izpiši podrobnosti o različici." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Ustvari in prikaže novo sporočilce z naslovom po meri." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "naslov" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Odprite novo okno." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Prikaže obstoječe sporočilce, ki se sklada z naslovom." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "naslov/url" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "Prikaz sporočilca 'Začnite tukaj'." -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Išče in poudari besedilo v odprtem sporočilcu." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Program za pisanje sporočilc" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Možnosti gnote ob zagonu" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Različica %1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/sv.po new/gnote-50.2/po/sv.po --- old/gnote-50.1/po/sv.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/sv.po 2026-09-06 16:33:06.000000000 +0200 @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: gnote\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-23 20:42+0000\n" -"PO-Revision-Date: 2026-03-13 23:59+0100\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-08-13 03:09+0200\n" "Last-Translator: Anders Jonsson <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" "Language: sv\n" @@ -19,7 +19,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.8\n" +"X-Generator: Poedit 3.9\n" #: data/org.gnome.Gnote.appdata.xml.in:7 data/org.gnome.Gnote.desktop.in:2 #: src/recentchanges.cpp:100 src/recentchanges.cpp:122 @@ -52,6 +52,10 @@ "Gnote stöder också synkronisering vilket gör det enkelt att använda på flera " "enheter." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "Gnote-gruppen" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Skriv ner anteckningar, länka till idéer och håll dig organiserad" @@ -1444,22 +1448,22 @@ msgid "Exception thrown when creating note: %s" msgstr "Undantag kastat vid skapande av anteckning: %s" -#: src/gnote.cpp:222 +#: src/gnote.cpp:216 msgid "" "No D-Bus connection available, shell search and remote control will not work." msgstr "" "Ingen D-Bus-anslutning tillgänglig, skalsökning och fjärrkontroll kommer " "inte att fungera." -#: src/gnote.cpp:255 +#: src/gnote.cpp:249 msgid "Failed to get shortcuts window!" msgstr "Misslyckades med att hämta genvägsfönster!" -#: src/gnote.cpp:269 +#: src/gnote.cpp:263 msgid "and Tomboy original authors." msgstr "och de ursprungliga utvecklarna av Tomboy." -#: src/gnote.cpp:283 +#: src/gnote.cpp:277 msgid "translator-credits" msgstr "" "Daniel Nylander <[email protected]>\n" @@ -1471,7 +1475,7 @@ "Skicka synpunkter på översättningen till\n" "<[email protected]>." -#: src/gnote.cpp:292 +#: src/gnote.cpp:286 msgid "" "Copyright © 2010-2026 Aurimas Cernius\n" "Copyright © 2009-2011 Debarshi Ray\n" @@ -1483,87 +1487,91 @@ "Copyright © 2009 Hubert Figuiere\n" "Copyright © 2004-2009 De ursprungliga Tomboy-upphovsmännen." -#: src/gnote.cpp:296 +#: src/gnote.cpp:290 msgid "A simple and easy to use desktop note-taking application." msgstr "Ett enkelt och lättanvänt program för att ta anteckningar." #. TRANSLATORS: #. * The link to main wiki page in English. You can localize it in subdirectory for your locale and have this link point to it. #. -#: src/gnote.cpp:300 +#: src/gnote.cpp:294 msgid "https://gitlab.gnome.org/GNOME/gnote/-/wikis/home" msgstr "https://gitlab.gnome.org/GNOME/gnote/-/wikis/sv/home" -#: src/gnote.cpp:301 +#: src/gnote.cpp:295 msgid "Homepage" msgstr "Webbplats" -#: src/gnote.cpp:305 +#: src/gnote.cpp:299 msgid "Contributors" msgstr "Bidragsgivare" -#: src/gnote.cpp:516 +#: src/gnote.cpp:510 msgid "Run Gnote in background." msgstr "Kör Gnote i bakgrunden." -#: src/gnote.cpp:517 +#: src/gnote.cpp:511 +msgid "Run Gnote as GNOME Shell search provider." +msgstr "Kör Gnote som söktjänst för GNOME Shell." + +#: src/gnote.cpp:512 msgid "Specify the path of the directory containing the notes." msgstr "Ange sökvägen för katalogen som innehåller anteckningarna." -#: src/gnote.cpp:517 +#: src/gnote.cpp:512 msgid "path" msgstr "sökväg" -#: src/gnote.cpp:518 +#: src/gnote.cpp:513 msgid "Open the search all notes window with the search text." msgstr "Öppna ”Sök i alla anteckningar”-fönstret med söktexten." -#: src/gnote.cpp:518 src/gnote.cpp:524 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "text" -#: src/gnote.cpp:519 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Skriv ut versionsinformation." -#: src/gnote.cpp:520 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Skapa och visa en ny anteckning, med en valfri titel." -#: src/gnote.cpp:520 +#: src/gnote.cpp:516 msgid "title" msgstr "titel" -#: src/gnote.cpp:521 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Öppna ett nytt fönster." -#: src/gnote.cpp:522 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Visa den befintliga matchande titeln för anteckningen." -#: src/gnote.cpp:522 +#: src/gnote.cpp:518 msgid "title/url" msgstr "titel/url" -#: src/gnote.cpp:523 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "Visa ”Börja här”-anteckningen." -#: src/gnote.cpp:524 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Sök och färgmarkera text i den öppnade anteckningen." -#: src/gnote.cpp:531 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Ett anteckningsblock" -#: src/gnote.cpp:531 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Gnote-alternativ vid uppstart" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:721 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Version %1" @@ -1688,7 +1696,7 @@ msgid "</list> tag mismatch" msgstr "</list>-tagg ej korrekt matchad" -#: src/notebuffer.cpp:1476 +#: src/notebuffer.cpp:1477 #, c-format msgid "Exception: %s" msgstr "Undantag: %s" @@ -2685,7 +2693,7 @@ #: src/synchronization/syncmanager.cpp:100 #: src/synchronization/syncmanager.cpp:117 -#: src/synchronization/syncmanager.cpp:594 +#: src/synchronization/syncmanager.cpp:593 #, c-format msgid "Report a bug. Cast failed: %s" msgstr "Rapportera ett fel. Typkonvertering misslyckades: %s" @@ -2701,7 +2709,7 @@ msgstr "Undantag under skapande av SyncServer: %s" #. top-level try -#: src/synchronization/syncmanager.cpp:385 +#: src/synchronization/syncmanager.cpp:384 #, c-format msgid "Synchronization failed with the following exception: %s" msgstr "Synkronisering misslyckades med följande undantag: %s" @@ -2813,9 +2821,6 @@ msgid "Check spelling" msgstr "Kontrollera stavning" -#~ msgid "Run Gnote as GNOME Shell search provider." -#~ msgstr "Kör Gnote som söktjänst för GNOME Shell." - #, c-format #~ msgid "Failed to upload note: %s" #~ msgstr "Misslyckades med att skicka anteckning: %s" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/po/uk.po new/gnote-50.2/po/uk.po --- old/gnote-50.1/po/uk.po 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/po/uk.po 2026-09-06 16:33:06.000000000 +0200 @@ -2,22 +2,22 @@ # Copyright (C) 2005 Free Software Foundation, Inc. # Maxim Dziumanenko <[email protected]>, 2010. # Korostil Daniel <[email protected]>, 2011, 2012. -# Yuri Chornoivan <[email protected]>, 2020, 2021, 2022, 2023, 2024, 2025, 2026. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024, 2025, 2026 Yuri Chornoivan <[email protected]> msgid "" msgstr "" "Project-Id-Version: tomboy\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnote/issues/\n" -"POT-Creation-Date: 2026-03-14 18:14+0000\n" -"PO-Revision-Date: 2026-03-14 21:03+0200\n" +"POT-Creation-Date: 2026-04-19 14:44+0000\n" +"PO-Revision-Date: 2026-08-12 21:42+0300\n" "Last-Translator: Yuri Chornoivan <[email protected]>\n" "Language-Team: Ukrainian <[email protected]>\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" -"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Lokalize 23.04.3\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=" +"2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Lokalize 25.12.1\n" #: data/org.gnome.Gnote.appdata.xml.in:7 data/org.gnome.Gnote.desktop.in:2 #: src/recentchanges.cpp:100 src/recentchanges.cpp:122 @@ -51,6 +51,10 @@ "Крім того, у Gnote передбачено підтримку синхронізації для спрощення " "користування нотатками з різних пристроїв." +#: data/org.gnome.Gnote.appdata.xml.in:33 +msgid "The Gnote Team" +msgstr "Команда Gnote" + #: data/org.gnome.Gnote.desktop.in:3 msgid "Take notes, link ideas, and stay organized" msgstr "Зібрати нотатки, пов'язати ідеї та залишитися зібраним" @@ -1520,52 +1524,52 @@ msgid "Open the search all notes window with the search text." msgstr "Відкрити вікно пошуку в усіх нотатках за допомогою тексту пошуку." -#: src/gnote.cpp:513 src/gnote.cpp:519 +#: src/gnote.cpp:513 src/gnote.cpp:520 msgid "text" msgstr "Текст" -#: src/gnote.cpp:514 +#: src/gnote.cpp:515 msgid "Print version information." msgstr "Показати інформацію про версію." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "Create and display a new note, with a optional title." msgstr "Створити та показати нову нотатку з довільним заголовком." -#: src/gnote.cpp:515 +#: src/gnote.cpp:516 msgid "title" msgstr "заголовок" -#: src/gnote.cpp:516 +#: src/gnote.cpp:517 msgid "Open a new window." msgstr "Відкрити нове вікно." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "Display the existing note matching title." msgstr "Показати наявну нотатку з відповідним заголовком." -#: src/gnote.cpp:517 +#: src/gnote.cpp:518 msgid "title/url" msgstr "Заголовок/посилання" -#: src/gnote.cpp:518 +#: src/gnote.cpp:519 msgid "Display the 'Start Here' note." msgstr "Показувати першу нотатку" -#: src/gnote.cpp:519 +#: src/gnote.cpp:520 msgid "Search and highlight text in the opened note." msgstr "Шукати та виділити текст у відкритій нотатці." -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "A note taking application" msgstr "Програма для роботи з нотатками" -#: src/gnote.cpp:523 +#: src/gnote.cpp:524 msgid "Gnote options at launch" msgstr "Параметри Gnote під час запуску" #. TRANSLATORS: %1: format placeholder for the version string. -#: src/gnote.cpp:707 +#: src/gnote.cpp:708 msgid "Version %1" msgstr "Версія %1" @@ -2449,7 +2453,6 @@ #: src/synchronization/filesystemsyncserver.cpp:663 #, c-format -#| msgid "Error removing icon %s: %s" msgid "Error reading file '%s': %s" msgstr "Помилка під час читання файла «%s»: %s" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnote-50.1/src/mainwindow.cpp new/gnote-50.2/src/mainwindow.cpp --- old/gnote-50.1/src/mainwindow.cpp 2026-04-19 16:44:01.000000000 +0200 +++ new/gnote-50.2/src/mainwindow.cpp 2026-09-06 16:33:06.000000000 +0200 @@ -1,7 +1,7 @@ /* * gnote * - * Copyright (C) 2013,2015-2017,2019-2023 Aurimas Cernius + * Copyright (C) 2013,2015-2017,2019-2023,2026 Aurimas Cernius * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,6 +36,13 @@ MainWindow & MainWindow::present_in_new_window(IGnote & g, Note & note) { + if(note.has_window()) { + auto win = note.get_window(); + if(auto host = win->host()) { + host->unembed_widget(*win); + } + } + MainWindow & window = g.new_main_window(); window.present_note(note); window.present(); ++++++ gnote.obsinfo ++++++ --- /var/tmp/diff_new_pack.9tvBex/_old 2026-09-07 11:35:18.658567396 +0200 +++ /var/tmp/diff_new_pack.9tvBex/_new 2026-09-07 11:35:18.666567676 +0200 @@ -1,5 +1,5 @@ name: gnote -version: 50.1 -mtime: 1776609841 -commit: 55fbe91ad417c810cc70cee77b1f5096f225d1c0 +version: 50.2 +mtime: 1788705186 +commit: c0e97fefa7dd3791414790c0d47b3c112575cc50
