From 7648d8c68cf1af7cf466cd9a524404c2cbc35723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 17:40:44 +0200 Subject: Declare compliance with Debian Policy 4.5.1; Remove upstream applied patch --- debian/patches/series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches') diff --git a/debian/patches/series b/debian/patches/series index cf48a33..0e078dd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,3 @@ -0110-Fix-Build-error.patch +#0110-Fix-Build-error.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -- cgit v1.2.3 From c414baf9a355b1e16218e011a66bbb91034ba1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Aug 2021 20:35:52 +0200 Subject: New debian/patches/0900-fix_it_po.patch --- debian/patches/0900-fix_it_po.patch | 56 +++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 57 insertions(+) create mode 100644 debian/patches/0900-fix_it_po.patch (limited to 'debian/patches') diff --git a/debian/patches/0900-fix_it_po.patch b/debian/patches/0900-fix_it_po.patch new file mode 100644 index 0000000..5060655 --- /dev/null +++ b/debian/patches/0900-fix_it_po.patch @@ -0,0 +1,56 @@ +Description: fix italian po file +Author: Jörg Frings-Fürst +Bug: https://github.com/Schneegans/Gnome-Pie/issues/196 +Forwarded: https://github.com/Schneegans/Gnome-Pie/issues/196 +Last-Update: 2021-08-04 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/resources/locale/it/LC_MESSAGES/it.po +=================================================================== +--- trunk.orig/resources/locale/it/LC_MESSAGES/it.po ++++ trunk/resources/locale/it/LC_MESSAGES/it.po +@@ -21,7 +21,7 @@ msgstr "" + + #: ../ui/pie_options.ui:53 + msgid "Activation Settings" +-msgstr "Impostazioni di attivazione"" ++msgstr "Impostazioni di attivazione" + + #: ../ui/pie_options.ui:153 + msgid "Unamed Pie" +@@ -248,8 +248,8 @@ msgid "" + "For manual and advanced configuration click on the plus sign." + msgstr "Inizia ad aggiungere fette! Questo può essere fatto trascinando roba nella " + "più il segno sotto. Puoi provare molto! Ad esempio, i lanciatori di applicazioni o" +-"cartelle. Sono possibili anche gli URL del tuo browser ... \ n" +-"\ N" ++"cartelle. Sono possibili anche gli URL del tuo browser ... \n" ++"\n" + "Per la configurazione manuale e avanzata fare clic sul segno più." + + #: ../ui/preferences.ui:655 +@@ -540,7 +540,7 @@ msgstr "_Inoformazioni su" + + #: ../../src/gui/indicator.vala:150 + msgid "_Quit" +-msgstr _Abbandona" ++msgstr " Abbandona" + + #: ../../src/gui/newsWindow.vala:64 + msgid "_Close" +@@ -603,13 +603,13 @@ msgstr "Mezza torta" + + #: ../../src/themes/theme.vala:169 + msgid "Successfully exported the theme \"%s\"!" +-msgstr "Esportato correttamente il tema \ "% s \"!" ++msgstr "Esportato correttamente il tema \"% s \"!" + + #: ../../src/themes/theme.vala:176 + msgid "" + "An error occurred while exporting the theme \"%s\"! Please check the console " + "output." +-msgstr "Si è verificato un errore durante l'esportazione del tema \ "% s \"! Si prega di controllare la console " ++msgstr "Si è verificato un errore durante l'esportazione del tema \"% s \"! Si prega di controllare la console " + "Uscita." + + #: ../../src/actionGroups/windowListGroup.vala:34 diff --git a/debian/patches/series b/debian/patches/series index 0e078dd..6df8e3f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ #0110-Fix-Build-error.patch +0900-fix_it_po.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -- cgit v1.2.3