diff -Nru fpc-2.6.4+dfsg/debian/changelog fpc-2.6.4+dfsg/debian/changelog --- fpc-2.6.4+dfsg/debian/changelog 2014-07-12 10:28:23.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/changelog 2014-10-13 19:19:22.000000000 +0000 @@ -1,3 +1,18 @@ +fpc (2.6.4+dfsg-4) unstable; urgency=low + + * Let "Select manually" be translatable in debconf questions and update + language files accordingly. + * Bump standards version to 3.9.6 (no changes) + * New/updated translations + - Danish (Joe Hansen) (Closes: #763984) + - Dutch (Paul Gevers) + - German (Chris Leick) (Closes: #763807) + - Italian (Beatrice Torracca) (Closes: #764934) + - Japanese (victory) + - Swedish (Martin Bagge / brother) (Closes: #763446) + + -- Paul Gevers Mon, 13 Oct 2014 21:16:54 +0200 + fpc (2.6.4+dfsg-3) unstable; urgency=low [ Abou Al Montacir ] diff -Nru fpc-2.6.4+dfsg/debian/control fpc-2.6.4+dfsg/debian/control --- fpc-2.6.4+dfsg/debian/control 2014-06-10 05:13:20.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/control 2014-09-27 17:36:19.000000000 +0000 @@ -6,7 +6,7 @@ Paul Gevers , Peter Michael Green , Torsten Werner -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, libncurses-dev, binutils, ghostscript, po-debconf Build-Depends-Indep: hevea, rdfind, symlinks Vcs-Git: git://anonscm.debian.org/pkg-pascal/fpc.git diff -Nru fpc-2.6.4+dfsg/debian/control.in fpc-2.6.4+dfsg/debian/control.in --- fpc-2.6.4+dfsg/debian/control.in 2014-06-10 05:16:29.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/control.in 2014-09-27 17:36:01.000000000 +0000 @@ -6,7 +6,7 @@ Paul Gevers , Peter Michael Green , Torsten Werner -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Build-Depends: debhelper (>= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, libncurses-dev, binutils, ghostscript, po-debconf Build-Depends-Indep: hevea, rdfind, symlinks Vcs-Git: git://anonscm.debian.org/pkg-pascal/fpc.git diff -Nru fpc-2.6.4+dfsg/debian/fp-compiler.config.in fpc-2.6.4+dfsg/debian/fp-compiler.config.in --- fpc-2.6.4+dfsg/debian/fp-compiler.config.in 2014-03-28 17:49:15.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/fp-compiler.config.in 2014-09-23 19:56:17.000000000 +0000 @@ -11,9 +11,13 @@ then db_input high fp-compiler/rename_cfg || test $? -eq 30 fi -MANUAL_SELECT_MESSAGE="Enter RC compiler name manually" WINDRES_BINS=$(find '/usr/bin' -maxdepth 1 -mindepth 1 -executable -name "*windres*" -printf "%p, ") -db_subst fp-compiler/windres-select choices ${WINDRES_BINS} "${MANUAL_SELECT_MESSAGE}" +# The last comma needs to be stripped because the template already has it +db_subst fp-compiler/windres-select choices ${WINDRES_BINS%, } +db_metaget fp-compiler/windres-select choices +# The last entry of the template now has "Select manually" but let's not hardcode +# it here. It should remain the last item though. +MANUAL_SELECT_MESSAGE="${RET##*, }" db_input low fp-compiler/windres-select || test $? -eq 30 db_go db_get fp-compiler/windres-select diff -Nru fpc-2.6.4+dfsg/debian/fp-compiler.templates.in fpc-2.6.4+dfsg/debian/fp-compiler.templates.in --- fpc-2.6.4+dfsg/debian/fp-compiler.templates.in 2014-03-28 17:49:15.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/fp-compiler.templates.in 2014-09-23 19:55:46.000000000 +0000 @@ -27,8 +27,13 @@ Template: fp-compiler/windres-select Type: select -Choices: ${choices} +# This string should be in sync with the translation in the description +#flag:translate:2 +__Choices: ${choices}, Select manually Default: Select manually +#flag:comment:4 +# "Select manually" should be in sync with the text elsewhere in the +# translation _Description: Default MS Windows .rc resource compiler: FPC supports compiling programs that embed resources as MS Windows .rc-format files on all platforms where the MinGW windres tool is available. diff -Nru fpc-2.6.4+dfsg/debian/po/cs.po fpc-2.6.4+dfsg/debian/po/cs.po --- fpc-2.6.4+dfsg/debian/po/cs.po 2014-06-12 18:59:50.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/cs.po 2014-09-21 18:49:11.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fpc 2.6.2-6\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2014-06-12 10:02+0200\n" "Last-Translator: Michal Simunek \n" "Language-Team: Czech \n" @@ -63,10 +63,17 @@ "bude nutné, aby jste si jej spravovali sami." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Výchozí kompilátor zdrojových souborů .rc pro MS Windows:" @@ -74,42 +81,47 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." msgstr "" -"FPC podporuje kompilování programů založených na zdrojových souborech " -"MS Windows ve formátu .rc." +"FPC podporuje kompilování programů založených na zdrojových souborech MS " +"Windows ve formátu .rc." #. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " "by fp-compiler but not pulled in automatically." msgstr "" -"V případě, že chcete mít možnost kompilovat projekty používající soubory .rc, " -"budete v první řadě muset ručně nainstalovat balíček mingw32-binutils. " -"mingw32-binutils je navrhován kompilátorem fp-compiler, ale automaticky jej neinstaluje." +"V případě, že chcete mít možnost kompilovat projekty používající soubory ." +"rc, budete v první řadě muset ručně nainstalovat balíček mingw32-binutils. " +"mingw32-binutils je navrhován kompilátorem fp-compiler, ale automaticky jej " +"neinstaluje." #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " "manually\"." msgstr "" -"Pokud chcete vložit vlastní kompilátor souborů .rc, který se na tomto seznamu " -"nenachází, nebo pokud tuto funkci chcete prostě zakázat, zvolte prosím \"Select " -"manually\"." +"Pokud chcete vložit vlastní kompilátor souborů .rc, který se na tomto " +"seznamu nenachází, nebo pokud tuto funkci chcete prostě zakázat, zvolte " +"prosím \"Select manually\"." #. Type: string #. Description #: ../fp-compiler.templates.in:4001 msgid "If you don't want to use a default .rc file compiler, leave this blank." -msgstr "Pokud výchozí kompilátor souborů .rc nechcete používat, ponechte políčko prázdné." +msgstr "" +"Pokud výchozí kompilátor souborů .rc nechcete používat, ponechte políčko " +"prázdné." diff -Nru fpc-2.6.4+dfsg/debian/po/da.po fpc-2.6.4+dfsg/debian/po/da.po --- fpc-2.6.4+dfsg/debian/po/da.po 2014-03-28 17:49:15.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/da.po 2014-10-13 19:19:21.000000000 +0000 @@ -1,14 +1,14 @@ # Danish translation fpc. -# Copyright (c) 2012 fpc & nedenstående oversættere. +# Copyright (c) 2014 fpc & nedenstående oversættere. # This file is distributed under the same license as the fpc package. -# Joe Hansen , 2012, 2013. +# Joe Hansen , 2012, 2013, 2014. # msgid "" msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" -"PO-Revision-Date: 2012-09-12 17:30+01:00\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" +"PO-Revision-Date: 2014-10-04 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" @@ -63,10 +63,17 @@ "skal du selv håndtere dette manuelt." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Vælg manuelt" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Standard for MS Windows .rc-ressourcekompiler:" @@ -74,7 +81,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -87,7 +94,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -99,7 +106,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " @@ -107,7 +116,7 @@ msgstr "" "Hvis du ønsker at indtaste en tilpasset .rc-fil-kompiler, som ikke fremgår " "af denne liste eller hvis du simpelthen ønsker at deaktivere denne funktion, " -"så vælg »Select manually« (Vælg manuelt)." +"så vælg »Vælg manuelt«." #. Type: string #. Description diff -Nru fpc-2.6.4+dfsg/debian/po/de.po fpc-2.6.4+dfsg/debian/po/de.po --- fpc-2.6.4+dfsg/debian/po/de.po 2014-03-28 17:49:15.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/de.po 2014-10-13 19:19:20.000000000 +0000 @@ -1,14 +1,14 @@ # Translation of the fpc debconf template to German. # Copyright (C) 1999 Peter Vreman. # This file is distributed under the same license as the fpc package. -# Copyright of this file Chris Leick 2012-2013. +# Copyright of this file Chris Leick 2012-2014. # msgid "" msgstr "" -"Project-Id-Version: fpc 2.6.2-6\n" +"Project-Id-Version: fpc 2.6.4+dfsg-4\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" -"PO-Revision-Date: 2013-11-12 10:10+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" +"PO-Revision-Date: 2014-10-02 18:05+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: de \n" "Language: de\n" @@ -64,10 +64,17 @@ "andernfalls müssen Sie dies selbst verwalten." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Manuelle Auswahl" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Standard-Compiler für .rc-Ressourcen unter MS Windows:" @@ -75,7 +82,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -88,7 +95,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -100,7 +107,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " @@ -108,7 +117,7 @@ msgstr "" "Falls Sie einen benutzerdefinierten Compiler für .rc-Dateien eingeben " "möchten, der nicht in dieser Liste erscheint oder falls Sie diese " -"Funktionalität deaktivieren wollen, wählen Sie bitte »Select manually«." +"Funktionalität deaktivieren wollen, wählen Sie bitte »Manuelle Auswahl«." #. Type: string #. Description diff -Nru fpc-2.6.4+dfsg/debian/po/es.po fpc-2.6.4+dfsg/debian/po/es.po --- fpc-2.6.4+dfsg/debian/po/es.po 2014-03-28 17:49:15.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/es.po 2014-09-29 19:23:55.000000000 +0000 @@ -35,7 +35,7 @@ msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2013-12-03 19:06-0300\n" "Last-Translator: Matías Bellone \n" "Language-Team: Debian L10N Spanish \n" @@ -86,15 +86,22 @@ "file you must accept renaming \"/etc/fpc.cfg\"; otherwise you will need to " "manage this manually by yourself." msgstr "" -"Debe aceptar cambiar el nombre de «/etc/fpc.cfg» para utilizar el sistema " -"de alternativas en la configuración de FPC para todo el equipo, de lo " -"contrario deberá administrarlo a mano por su cuenta." +"Debe aceptar cambiar el nombre de «/etc/fpc.cfg» para utilizar el sistema de " +"alternativas en la configuración de FPC para todo el equipo, de lo contrario " +"deberá administrarlo a mano por su cuenta." + +#. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Seleccionar manualmente" #. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Compilador predeterminado de recursos .rc de MS Windows:" @@ -102,20 +109,20 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." msgstr "" -"FPC puede compilar programas que incluyen recursos en archivos con formato " -".rc de MS Windows en todas las plataformas en las que esté disponible la " +"FPC puede compilar programas que incluyen recursos en archivos con formato ." +"rc de MS Windows en todas las plataformas en las que esté disponible la " "herramienta «windres» de MinGW." #. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -127,7 +134,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " @@ -142,5 +151,5 @@ #: ../fp-compiler.templates.in:4001 msgid "If you don't want to use a default .rc file compiler, leave this blank." msgstr "" -"Si no desea utilizar un compilador de archivos .rc predeterminado, deje " -"este valor vacío." +"Si no desea utilizar un compilador de archivos .rc predeterminado, deje este " +"valor vacío." diff -Nru fpc-2.6.4+dfsg/debian/po/fr.po fpc-2.6.4+dfsg/debian/po/fr.po --- fpc-2.6.4+dfsg/debian/po/fr.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/fr.po 2014-09-29 19:24:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2013-11-14 17:34-0400\n" "Last-Translator: David Prévot \n" "Language-Team: French \n" @@ -66,10 +66,17 @@ "devrez gérer cela vous-même." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Sélectionnez vous-même" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Compilateur de ressources .rc MS Windows par défaut :" @@ -77,7 +84,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -90,7 +97,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -103,7 +110,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " diff -Nru fpc-2.6.4+dfsg/debian/po/it.po fpc-2.6.4+dfsg/debian/po/it.po --- fpc-2.6.4+dfsg/debian/po/it.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/it.po 2014-10-13 19:19:21.000000000 +0000 @@ -1,13 +1,13 @@ # Italian translation of fpc debconf messages. -# Copyright (C) 2012, Beatrice Torracca +# Copyright (C) 2014, fpc's package copyright holder # This file is distributed under the same license as the fpc package. -# Beatrice Torracca , 2012, 2013. +# Beatrice Torracca , 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" -"PO-Revision-Date: 2013-11-26 20:38+0200\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" +"PO-Revision-Date: 2014-10-01 13:31+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" "Language: it\n" @@ -65,10 +65,17 @@ "contrario si dovrà gestire la cosa da soli manualmente." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Selezione manuale" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Compilatore predefinito di risorse .rc di MS Windows:" @@ -76,7 +83,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -89,7 +96,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -101,7 +108,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " @@ -109,7 +118,7 @@ msgstr "" "Se si desidera indicare un compilatore di file .rc personalizzato che non " "appare in questo elenco o se si desidera semplicemente disabilitare questa " -"funzionalità, selezionare «Select manually»" +"funzionalità, selezionare «Selezione manuale»" #. Type: string #. Description diff -Nru fpc-2.6.4+dfsg/debian/po/ja.po fpc-2.6.4+dfsg/debian/po/ja.po --- fpc-2.6.4+dfsg/debian/po/ja.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/ja.po 2014-09-30 19:43:06.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" -"PO-Revision-Date: 2013-11-12 14:57+0900\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" +"PO-Revision-Date: 2014-09-22 03:49+0900\n" "Last-Translator: victory \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -63,10 +63,17 @@ "自ら管理する必要があります。" #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "手作業で指定する" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "デフォルトの MS Windows .rc リソースコンパイラ:" @@ -74,7 +81,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -87,7 +94,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -100,14 +107,16 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " "manually\"." msgstr "" "一覧に表示されない独自の .rc ファイルのコンパイラを指定したい、あるいはこの機" -"能を単に無効化したい場合は、「Select manually」を選択ください。" +"能を単に無効化したい場合は、「手作業で指定する」を選択ください。" #. Type: string #. Description diff -Nru fpc-2.6.4+dfsg/debian/po/nl.po fpc-2.6.4+dfsg/debian/po/nl.po --- fpc-2.6.4+dfsg/debian/po/nl.po 1970-01-01 00:00:00.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/nl.po 2014-10-13 19:19:20.000000000 +0000 @@ -0,0 +1,99 @@ +# Dutch translation of the fpc debconf templates. +# Copyright (C) 2014 Debian Pascal team +# This file is distributed under the same license as the fpc package. +# Paul Gevers , 2014 +# +msgid "" +msgstr "" +"Project-Id-Version: fpc\n" +"Report-Msgid-Bugs-To: fpc@packages.debian.org\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" +"PO-Revision-Date: 2014-09-29 21:12+0100\n" +"Last-Translator: Paul Gevers \n" +"Language-Team: Debian Dutch l10n Team \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Dutch\n" + +#. Type: boolean +#. Description +#: ../fp-compiler.templates.in:2001 +msgid "Rename \"/etc/fpc.cfg\" to \"/etc/fpc.cfg.bak\"?" +msgstr "Hernoem \"/etc/fpc.cfg\" naar \"/etc/fpc.cfg.bak\"?" + +#. Type: boolean +#. Description +#: ../fp-compiler.templates.in:2001 +msgid "" +"FPC now supports having multiple versions installed on the same system. The update-alternatives command can be used to set a default version for\n" +" * fpc (the compiler);\n" +" * fpc.cfg (the configuration file);\n" +" * fp-utils (the helper tools)." +msgstr "" +"FPC ondersteunt het nu dat meerdere versies simultaan geïnstalleerd zijn. Het commando update-alternatives kan gebruikt worden om de standaardversie in te stellen voor:\n" +" * fpc (de compiler)\n" +" * fpc.cfg (het configuratiebestand)\n" +" * fp-utils (de hulpgereedschappen)." + +#. Type: boolean +#. Description +#: ../fp-compiler.templates.in:2001 +msgid "Whatever version you may choose as default, the configuration files are always backward compatible, so it should always be safe to use the latest version." +msgstr "Welke versie u ook als standaard kiest, de configuratiebestanden zijn altijd achterwaarts verenigbaar. Het zou dus altijd veilig moeten zijn om de laatste versie te gebruiken." + +#. Type: boolean +#. Description +#: ../fp-compiler.templates.in:2001 +msgid "In order to use the alternatives system on the system wide FPC configuration file you must accept renaming \"/etc/fpc.cfg\"; otherwise you will need to manage this manually by yourself." +msgstr "Als u het alternatieven-systeem wilt gebuiken voor het systeembrede configuratiebestand van FPC, dan is het noodzakelijk dat u het hernoemen van \"/etc/fpc.cfg\" accepteert. Als u dat niet doet, zult u dit handmatig moeten afhandelen." + +#. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Handmatig selecteren" + +#. Type: select +#. Description +#. Type: string +#. Description +#: ../fp-compiler.templates.in:3001 +#: ../fp-compiler.templates.in:4001 +msgid "Default MS Windows .rc resource compiler:" +msgstr "Standaardcompiler voor MS-Windows .rc-bronnen:" + +#. Type: select +#. Description +#. Type: string +#. Description +#: ../fp-compiler.templates.in:3002 +#: ../fp-compiler.templates.in:4001 +msgid "FPC supports compiling programs that embed resources as MS Windows .rc-format files on all platforms where the MinGW windres tool is available." +msgstr "Op alle platformen waar MinGW windres beschikbaar is, ondersteunt FPC het compileren van programma's die bronnen inbouwen als MS-Windowsbestanden van het \".rc\" formaat." + +#. Type: select +#. Description +#. Type: string +#. Description +#: ../fp-compiler.templates.in:3001 +#: ../fp-compiler.templates.in:4001 +msgid "In order to be able to compile projects using .rc files, you need first to manually install the package mingw32-binutils. mingw32-binutils is suggested by fp-compiler but not pulled in automatically." +msgstr "Om projecten te kunnen compileren die gebruik maken van .rc-bestanden, is het nodig dat het pakket mingw32-binutils is geïnstalleerd. mingw32-binutils wordt gesuggereerd door fp-compiler maar wordt niet automatisch geselecteerd voor installatie." + +#. Type: select +#. Description +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 +msgid "If you want to enter a custom .rc file compiler that does not appear in this list or if you simply want to disable this feature, please select \"Select manually\"." +msgstr "Selecteer \"Handmatig selecteren\" als u een compiler voor .rc-bestanden wilt invoeren die niet in de lijst voorkomt of als u deze functionaliteit simpelweg wilt uitschakelen." + +#. Type: string +#. Description +#: ../fp-compiler.templates.in:4001 +msgid "If you don't want to use a default .rc file compiler, leave this blank." +msgstr "Laat dit leeg als u geen standaardcompiler voor .rc-bestanden wilt gebruiken." + diff -Nru fpc-2.6.4+dfsg/debian/po/pl.po fpc-2.6.4+dfsg/debian/po/pl.po --- fpc-2.6.4+dfsg/debian/po/pl.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/pl.po 2014-09-29 19:24:51.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2013-11-20 20:50+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -68,10 +68,17 @@ "plikiem." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Wybierz ręcznie" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Domyślny kompilator zasobu .rc MS Windows:" @@ -79,7 +86,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -92,7 +99,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -105,7 +112,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " diff -Nru fpc-2.6.4+dfsg/debian/po/pt.po fpc-2.6.4+dfsg/debian/po/pt.po --- fpc-2.6.4+dfsg/debian/po/pt.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/pt.po 2014-09-29 19:25:10.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: fpc >2.6.2-6\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2013-11-27 21:05+0000\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" @@ -67,10 +67,17 @@ "fpc.cfg\"; de outro modo terá que você fazê-lo manualmente." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Seleccionar Manualmente" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Compilador predefinido de recursos .rc do MS Windows:" @@ -78,7 +85,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -91,7 +98,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -103,7 +110,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " diff -Nru fpc-2.6.4+dfsg/debian/po/ru.po fpc-2.6.4+dfsg/debian/po/ru.po --- fpc-2.6.4+dfsg/debian/po/ru.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/ru.po 2014-09-29 19:25:27.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: fpc 2.6.2-6\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2013-11-12 19:34+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -65,10 +65,17 @@ "раз нужно будет делать это вручную." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Указать вручную" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Компилятор ресурсов MS Windows .rc по умолчанию:" @@ -76,7 +83,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -89,7 +96,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -101,7 +108,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " diff -Nru fpc-2.6.4+dfsg/debian/po/sk.po fpc-2.6.4+dfsg/debian/po/sk.po --- fpc-2.6.4+dfsg/debian/po/sk.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/sk.po 2014-09-29 19:26:11.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: fpc 2.6.2-6\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: 2013-11-23 20:22+0100\n" "Last-Translator: Slavko \n" "Language-Team: slovenčina \n" @@ -69,10 +69,17 @@ "spravovať manuálne." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Vybrať manuálne" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Predvolený kompilátor .rc resource MS Windows:" @@ -80,7 +87,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -93,7 +100,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -105,7 +112,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " diff -Nru fpc-2.6.4+dfsg/debian/po/sv.po fpc-2.6.4+dfsg/debian/po/sv.po --- fpc-2.6.4+dfsg/debian/po/sv.po 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/sv.po 2014-09-30 19:43:18.000000000 +0000 @@ -1,14 +1,14 @@ # Translation of fpc debconf template to Swedish -# Copyright (C) 2012 Martin Bagge +# Copyright (C) 2014 Martin Bagge # This file is distributed under the same license as the fpc package. # -# Martin Bagge , 2012 +# Martin Bagge , 2012, 2014 msgid "" msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" -"PO-Revision-Date: 2013-11-22 13:49+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" +"PO-Revision-Date: 2014-09-30 13:13+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: Swedish \n" "Language: Swedish\n" @@ -64,10 +64,17 @@ "hantera detta manuellt." #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "Manuell hantering" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "Standardkompilator för MS Windows .rc-resurser:" @@ -75,7 +82,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -88,7 +95,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -100,7 +107,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select " @@ -108,7 +117,7 @@ msgstr "" "Om du vill ange en alternativ kompilator för .rc-filer som inte visas i " "denna lista eller om du helt enkelt vill avaktivera den här funktionen ange " -"\"Select manually\"." +"\"Manuell hantering\"." #. Type: string #. Description diff -Nru fpc-2.6.4+dfsg/debian/po/templates.pot fpc-2.6.4+dfsg/debian/po/templates.pot --- fpc-2.6.4+dfsg/debian/po/templates.pot 2014-03-28 17:49:16.000000000 +0000 +++ fpc-2.6.4+dfsg/debian/po/templates.pot 2014-09-21 18:49:11.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: fpc\n" "Report-Msgid-Bugs-To: fpc@packages.debian.org\n" -"POT-Creation-Date: 2013-11-12 06:57+0100\n" +"POT-Creation-Date: 2014-09-21 20:49+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -53,10 +53,17 @@ msgstr "" #. Type: select +#. Choices +#. This string should be in sync with the translation in the description +#: ../fp-compiler.templates.in:3001 +msgid "Select manually" +msgstr "" + +#. Type: select #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "Default MS Windows .rc resource compiler:" msgstr "" @@ -64,7 +71,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "FPC supports compiling programs that embed resources as MS Windows .rc-" "format files on all platforms where the MinGW windres tool is available." @@ -74,7 +81,7 @@ #. Description #. Type: string #. Description -#: ../fp-compiler.templates.in:3001 ../fp-compiler.templates.in:4001 +#: ../fp-compiler.templates.in:3002 ../fp-compiler.templates.in:4001 msgid "" "In order to be able to compile projects using .rc files, you need first to " "manually install the package mingw32-binutils. mingw32-binutils is suggested " @@ -83,7 +90,9 @@ #. Type: select #. Description -#: ../fp-compiler.templates.in:3001 +#. "Select manually" should be in sync with the option elsewhere in the +#. translation +#: ../fp-compiler.templates.in:3002 msgid "" "If you want to enter a custom .rc file compiler that does not appear in this " "list or if you simply want to disable this feature, please select \"Select "