From ddff3cef5e0c03700ad238dc25968d548651a426 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Apr 2013 22:41:31 +0100 Subject: Fix some newlines in .po files. --- src/lib/po/es_ES.po | 2 +- src/lib/po/fr_FR.po | 2 +- src/lib/po/it_IT.po | 2 +- src/lib/po/sv_SE.po | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/po/es_ES.po b/src/lib/po/es_ES.po index 73c304348..8f6a06563 100644 --- a/src/lib/po/es_ES.po +++ b/src/lib/po/es_ES.po @@ -141,7 +141,7 @@ msgstr "La fuente y el DCP tienen la misma velocidad.\n" #: src/lib/util.cc:1017 #, fuzzy msgid "DCP will run at %1%% of the source speed.\n" -msgstr "El DCP se reproducirá al %1%% de la velocidad de la fuente." +msgstr "El DCP se reproducirá al %1%% de la velocidad de la fuente.\n" #: src/lib/util.cc:1010 msgid "DCP will use every other frame of the source.\n" diff --git a/src/lib/po/fr_FR.po b/src/lib/po/fr_FR.po index 138d073c2..b9c382c0a 100644 --- a/src/lib/po/fr_FR.po +++ b/src/lib/po/fr_FR.po @@ -139,7 +139,7 @@ msgstr "Le DCP et la source ont les mêmes cadences.\n" #: src/lib/util.cc:1017 #, fuzzy msgid "DCP will run at %1%% of the source speed.\n" -msgstr "La cadence du DCP sera %1%% par rapport à la source" +msgstr "La cadence du DCP sera %1%% par rapport à la source.\n" #: src/lib/util.cc:1010 msgid "DCP will use every other frame of the source.\n" diff --git a/src/lib/po/it_IT.po b/src/lib/po/it_IT.po index c184a3932..8e9b7166b 100644 --- a/src/lib/po/it_IT.po +++ b/src/lib/po/it_IT.po @@ -140,7 +140,7 @@ msgstr "Il DCP e il sorgente hanno la stessa frequenza.\n" #: src/lib/util.cc:1017 #, fuzzy msgid "DCP will run at %1%% of the source speed.\n" -msgstr "Il DCP andrà al %1%% della velocità del sorgente." +msgstr "Il DCP andrà al %1%% della velocità del sorgente.\n" #: src/lib/util.cc:1010 msgid "DCP will use every other frame of the source.\n" diff --git a/src/lib/po/sv_SE.po b/src/lib/po/sv_SE.po index 9f74e1e2a..a155771a7 100644 --- a/src/lib/po/sv_SE.po +++ b/src/lib/po/sv_SE.po @@ -141,7 +141,7 @@ msgstr "DCP och källa har samma bildfrekvens.\n" #: src/lib/util.cc:1017 #, fuzzy msgid "DCP will run at %1%% of the source speed.\n" -msgstr "DCP kommer att köras på %1%% av källans hastighet." +msgstr "DCP kommer att köras på %1%% av källans hastighet.\n" #: src/lib/util.cc:1010 msgid "DCP will use every other frame of the source.\n" -- cgit v1.2.3 From 546c1c3a19d79968b414fb61a9ab10989d942ae1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 8 Apr 2013 10:16:41 +0100 Subject: Add 16:9-within-Scope format. --- src/lib/format.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib') diff --git a/src/lib/format.cc b/src/lib/format.cc index 21f8fb9a2..0ca97303e 100644 --- a/src/lib/format.cc +++ b/src/lib/format.cc @@ -111,6 +111,10 @@ Format::setup_formats () new FixedFormat (185, libdcp::Size (1998, 1080), N_("185"), _("Flat"), N_("F") )); + _formats.push_back ( + new FixedFormat (178, libdcp::Size (2048, 858), N_("178-in-scope"), _("16:9 within Scope"), N_("S") + )); + _formats.push_back ( new FixedFormat (239, libdcp::Size (2048, 858), N_("239"), _("Scope"), N_("S") )); -- cgit v1.2.3 From d18c3144c4e3c6a5748c6e5ccaeee841af95a83e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Apr 2013 10:19:36 +0100 Subject: Updated sv_SE from Adam. --- src/lib/po/sv_SE.po | 4 +--- src/tools/po/sv_SE.po | 5 +++-- src/wx/po/sv_SE.po | 15 +++++++-------- 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'src/lib') diff --git a/src/lib/po/sv_SE.po b/src/lib/po/sv_SE.po index a155771a7..b79d9d652 100644 --- a/src/lib/po/sv_SE.po +++ b/src/lib/po/sv_SE.po @@ -8,10 +8,9 @@ msgstr "" "Project-Id-Version: DVD-o-matic\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-04-07 18:17+0100\n" -"PO-Revision-Date: 2013-04-04 10:22+0100\n" +"PO-Revision-Date: 2013-04-09 10:13+0100\n" "Last-Translator: Adam Klotblixt \n" "Language-Team: \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -139,7 +138,6 @@ msgid "DCP and source have the same rate.\n" msgstr "DCP och källa har samma bildfrekvens.\n" #: src/lib/util.cc:1017 -#, fuzzy msgid "DCP will run at %1%% of the source speed.\n" msgstr "DCP kommer att köras på %1%% av källans hastighet.\n" diff --git a/src/tools/po/sv_SE.po b/src/tools/po/sv_SE.po index dd45c3baa..a5a4be9fe 100644 --- a/src/tools/po/sv_SE.po +++ b/src/tools/po/sv_SE.po @@ -8,10 +8,9 @@ msgstr "" "Project-Id-Version: DVD-o-matic\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-04-07 18:17+0100\n" -"PO-Revision-Date: 2013-04-04 10:11+0100\n" +"PO-Revision-Date: 2013-04-09 10:12+0100\n" "Last-Translator: Adam Klotblixt \n" "Language-Team: \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -123,3 +122,5 @@ msgid "" "You did not select a folder. Make sure that you select a folder before " "clicking Open." msgstr "" +"Du har inte valt en folder. Se till att välja en folder innan du klickar på " +"Öppna." diff --git a/src/wx/po/sv_SE.po b/src/wx/po/sv_SE.po index ab9873877..b739c735f 100644 --- a/src/wx/po/sv_SE.po +++ b/src/wx/po/sv_SE.po @@ -8,10 +8,9 @@ msgstr "" "Project-Id-Version: DVD-o-matic\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-04-07 18:17+0100\n" -"PO-Revision-Date: 2013-04-04 10:18+0100\n" +"PO-Revision-Date: 2013-04-09 10:13+0100\n" "Last-Translator: Adam Klotblixt \n" "Language-Team: \n" -"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -56,7 +55,7 @@ msgstr "Audio Språk (ex. SV)" #: src/wx/film_editor.cc:820 #, c-format msgid "Audio will be resampled from %dHz to %dHz\n" -msgstr "" +msgstr "Audio kommer att samplas om från %dHz till %dHz\n" #: src/wx/job_wrapper.cc:38 #, c-format @@ -126,7 +125,7 @@ msgstr "Skapa i katalog" #: src/wx/film_editor.cc:1363 #, c-format msgid "Cropped to %dx%d (%.2f:1)\n" -msgstr "" +msgstr "Beskuren till %dx%d (%.2f:1)\n" #: src/wx/dci_metadata_dialog.cc:28 msgid "DCI name" @@ -289,7 +288,7 @@ msgstr "Ursprunglig Storlek" #: src/wx/film_editor.cc:1352 #, c-format msgid "Original video is %dx%d (%.2f:1)\n" -msgstr "" +msgstr "Original-videon är %dx%d (%.2f:1)\n" #: src/wx/dci_metadata_dialog.cc:57 msgid "Package Type (e.g. OV)" @@ -298,7 +297,7 @@ msgstr "Förpackningstyp (ex. OV)" #: src/wx/film_editor.cc:1384 #, c-format msgid "Padded with black to %dx%d (%.2f:1)\n" -msgstr "" +msgstr "Svarta kanter tillagda för %dx%d (%.2f:1)\n" #: src/wx/audio_dialog.cc:60 msgid "Peak" @@ -343,7 +342,7 @@ msgstr "Körs" #: src/wx/film_editor.cc:1376 #, c-format msgid "Scaled to %dx%d (%.2f:1)\n" -msgstr "" +msgstr "Skalad till %dx%d (%.2f:1)\n" #: src/wx/film_editor.cc:315 msgid "Scaler" @@ -496,7 +495,7 @@ msgstr "ms" #: src/wx/film_editor.cc:436 msgid "pixels" -msgstr "" +msgstr "pixlar" #. / TRANSLATORS: `s' here is an abbreviation for seconds, the unit of time #: src/wx/film_editor.cc:197 -- cgit v1.2.3 From cc54826d23621e695cbb680d89d313c264090392 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Apr 2013 11:14:10 +0100 Subject: Updated it_IT from Massimiliano. --- src/lib/po/it_IT.po | 174 ++++++++++++++++++++++++++------------------------ src/tools/po/it_IT.po | 25 +++----- src/wx/po/it_IT.po | 69 ++++++-------------- 3 files changed, 119 insertions(+), 149 deletions(-) (limited to 'src/lib') diff --git a/src/lib/po/it_IT.po b/src/lib/po/it_IT.po index 8e9b7166b..aa2129321 100644 --- a/src/lib/po/it_IT.po +++ b/src/lib/po/it_IT.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: IT VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" -"PO-Revision-Date: 2013-03-20 11:45+0100\n" +"POT-Creation-Date: 2013-04-01 21:21+0100\n" +"PO-Revision-Date: 2013-04-03 15:04+0100\n" "Last-Translator: Maci \n" "Language-Team: \n" "Language: Italiano\n" @@ -25,27 +25,27 @@ msgstr "0%" msgid "1.19" msgstr "1.19" -#: src/lib/format.cc:79 +#: src/lib/format.cc:80 msgid "1.33" msgstr "1.33" -#: src/lib/format.cc:83 +#: src/lib/format.cc:85 msgid "1.375" msgstr "1.375" -#: src/lib/format.cc:95 +#: src/lib/format.cc:100 msgid "1.66" msgstr "1.66" -#: src/lib/format.cc:99 +#: src/lib/format.cc:105 msgid "1.66 within Flat" msgstr "1.66 all'interno di Flat" -#: src/lib/format.cc:107 +#: src/lib/format.cc:115 msgid "16:9" msgstr "16:9" -#: src/lib/format.cc:103 +#: src/lib/format.cc:110 msgid "16:9 within Flat" msgstr "16:9 all'interno di Flat" @@ -53,7 +53,7 @@ msgstr "16:9 all'interno di Flat" msgid "3D denoiser" msgstr "Riduttore di rumore 3D" -#: src/lib/format.cc:87 +#: src/lib/format.cc:90 msgid "4:3 within Flat" msgstr "4:3 all'interno di Flat" @@ -61,7 +61,7 @@ msgstr "4:3 all'interno di Flat" msgid "A/B transcode %1" msgstr "Transcodifica A/B %1" -#: src/lib/format.cc:91 +#: src/lib/format.cc:95 msgid "Academy" msgstr "Academy" @@ -91,19 +91,19 @@ msgstr "Bilineare" #: src/lib/job.cc:302 msgid "Cancelled" -msgstr "" +msgstr "Cancellato" #: src/lib/exceptions.cc:60 msgid "Cannot handle pixel format %1 during %2" -msgstr "" +msgstr "Non posso gestire il formato di pixel %1 durante %2" #: src/lib/encoder.cc:101 msgid "Cannot resample audio as libswresample is not present" msgstr "Non posso ricampionare l'audio perchè libswresample non è presente" -#: src/lib/util.cc:932 +#: src/lib/util.cc:931 msgid "Centre" -msgstr "" +msgstr "Centro" #: src/lib/scp_dcp_job.cc:109 msgid "Copy DCP to TMS" @@ -133,16 +133,15 @@ msgstr "Non posso scrivere il file remoto (%1)" msgid "Cubic interpolating deinterlacer" msgstr "Deinterlacciatore cubico interpolato" -#: src/lib/util.cc:1007 +#: src/lib/util.cc:1006 msgid "DCP and source have the same rate.\n" msgstr "Il DCP e il sorgente hanno la stessa frequenza.\n" -#: src/lib/util.cc:1017 -#, fuzzy +#: src/lib/util.cc:1016 msgid "DCP will run at %1%% of the source speed.\n" msgstr "Il DCP andrà al %1%% della velocità del sorgente.\n" -#: src/lib/util.cc:1010 +#: src/lib/util.cc:1009 msgid "DCP will use every other frame of the source.\n" msgstr "Il DCP userà ogni altro fotogramma del sorgente.\n" @@ -165,7 +164,7 @@ msgstr "Filtro deringing" msgid "Dolby CP750" msgstr "Dolby CP750" -#: src/lib/util.cc:1012 +#: src/lib/util.cc:1011 msgid "Each source frame will be doubled in the DCP.\n" msgstr "Ogni fotogramma del sorgente sarà raddoppiato nel DCP.\n" @@ -209,11 +208,11 @@ msgstr "Bilineare rapida" msgid "Feature" msgstr "Caratteristica" -#: src/lib/format.cc:111 +#: src/lib/format.cc:120 msgid "Flat" msgstr "Flat" -#: src/lib/format.cc:119 +#: src/lib/format.cc:130 msgid "Flat without stretch" msgstr "Flat senza stiramento" @@ -257,17 +256,17 @@ msgstr "Deinterlacciatore Kernel" msgid "Lanczos" msgstr "Lanczos" -#: src/lib/util.cc:930 +#: src/lib/util.cc:929 msgid "Left" -msgstr "" +msgstr "Sinistro" -#: src/lib/util.cc:934 +#: src/lib/util.cc:933 msgid "Left surround" -msgstr "" +msgstr "Surround sinistro" -#: src/lib/util.cc:933 +#: src/lib/util.cc:932 msgid "Lfe (sub)" -msgstr "" +msgstr "Lfe(sub)" #: src/lib/filter.cc:75 msgid "Linear blend deinterlacer" @@ -315,27 +314,27 @@ msgstr "Annuncio di pubblico servizio" msgid "Rating" msgstr "Punteggio" -#: src/lib/util.cc:500 +#: src/lib/util.cc:499 msgid "Rec 709" msgstr "Rec 709" -#: src/lib/util.cc:931 +#: src/lib/util.cc:930 msgid "Right" -msgstr "" +msgstr "Destro" -#: src/lib/util.cc:935 +#: src/lib/util.cc:934 msgid "Right surround" -msgstr "" +msgstr "Surround destro" #: src/lib/scp_dcp_job.cc:133 msgid "SSH error (%1)" msgstr "Errore SSH (%1)" -#: src/lib/format.cc:115 +#: src/lib/format.cc:125 msgid "Scope" msgstr "Scope" -#: src/lib/format.cc:123 +#: src/lib/format.cc:135 msgid "Scope without stretch" msgstr "Scope senza stiramento" @@ -347,6 +346,58 @@ msgstr "Corto" msgid "Sinc" msgstr "Sinc" +#: src/lib/format.cc:76 +msgid "Source scaled to 1.19:1" +msgstr "Sorgente scalato a 1.19:1" + +#: src/lib/format.cc:81 +msgid "Source scaled to 1.33:1" +msgstr "Sorgente scalato a 1.33:1" + +#: src/lib/format.cc:91 +msgid "Source scaled to 1.33:1 then pillarboxed to Flat" +msgstr "Sorgente scalato a 1.33:1 e poi inviato come Flat" + +#: src/lib/format.cc:86 +msgid "Source scaled to 1.375:1" +msgstr "Sorgente scalato a 1.375:1" + +#: src/lib/format.cc:96 +msgid "Source scaled to 1.37:1 (Academy ratio)" +msgstr "Sorgente scalato a 1.37:1 (Academy ratio)" + +#: src/lib/format.cc:101 +msgid "Source scaled to 1.66:1" +msgstr "Sorgente scalato a 1.66:1" + +#: src/lib/format.cc:106 +msgid "Source scaled to 1.66:1 then pillarboxed to Flat" +msgstr "Sorgente scalato a 1.66:1 e poi inviato come Flat" + +#: src/lib/format.cc:116 +msgid "Source scaled to 1.78:1" +msgstr "Sorgente scalato a 1.78:1" + +#: src/lib/format.cc:111 +msgid "Source scaled to 1.78:1 then pillarboxed to Flat" +msgstr "Sorgente scalato a 1.78:1 e poi inviato come Flat" + +#: src/lib/format.cc:121 +msgid "Source scaled to Flat (1.85:1)" +msgstr "Sorgente scalato a Flat (1.85:1)" + +#: src/lib/format.cc:126 +msgid "Source scaled to Scope (2.39:1)" +msgstr "Sorgente scalato a Scope (2.39:1)" + +#: src/lib/format.cc:131 +msgid "Source scaled to fit Flat preserving its aspect ratio" +msgstr "Sorgente scalato per adattarsi a Flat mantentendo le sue proporzioni" + +#: src/lib/format.cc:136 +msgid "Source scaled to fit Scope preserving its aspect ratio" +msgstr "Sorgente scalato per adattarsi a Scope mantentendo le sue proporzioni" + #: src/lib/scaler.cc:68 msgid "Spline" msgstr "Spline" @@ -417,13 +468,13 @@ msgstr "X" #: src/lib/filter.cc:83 msgid "Yet Another Deinterlacing Filter" -msgstr "Ancora un altro filtro di deinterlacciamento" +msgstr "Altro filtro di deinterlacciamento" #: src/lib/film.cc:263 msgid "cannot contain slashes" msgstr "non può contenere barre" -#: src/lib/util.cc:541 +#: src/lib/util.cc:540 msgid "connect timed out" msgstr "connessione scaduta" @@ -444,7 +495,6 @@ msgid "copying %1" msgstr "copia %1" #: src/lib/exceptions.cc:36 -#, fuzzy msgid "could not create file %1" msgstr "Non posso scrivere il file remoto (%1)" @@ -469,7 +519,6 @@ msgid "could not open external audio file for reading" msgstr "non riesco ad aprire il file dell'audio esterno per leggerlo" #: src/lib/exceptions.cc:29 -#, fuzzy msgid "could not open file %1" msgstr "non riesco ad aprire il file per leggerlo" @@ -478,7 +527,6 @@ msgid "could not open file for reading" msgstr "non riesco ad aprire il file per leggerlo" #: src/lib/exceptions.cc:44 -#, fuzzy msgid "could not read from file %1 (%2)" msgstr "Non posso creare la directory remota %1 (%2)" @@ -495,7 +543,6 @@ msgid "could not start SSH session" msgstr "non posso avviare la sessione SSH" #: src/lib/exceptions.cc:50 -#, fuzzy msgid "could not write to file %1 (%2)" msgstr "Non posso scrivere il file remoto (%1)" @@ -531,13 +578,13 @@ msgstr "minuto" msgid "minutes" msgstr "minuti" -#: src/lib/util.cc:684 +#: src/lib/util.cc:683 msgid "missing key %1 in key-value set" msgstr "persa la chiave %1 tra i valori chiave" #: src/lib/exceptions.cc:54 msgid "missing required setting %1" -msgstr "" +msgstr "persa la regolazione richiesta %1" #: src/lib/subtitle.cc:52 msgid "multi-part subtitles not yet supported" @@ -561,7 +608,7 @@ msgstr "sottotitoli non-bitmap non ancora supportati" msgid "remaining" msgstr "restano" -#: src/lib/util.cc:498 +#: src/lib/util.cc:497 msgid "sRGB" msgstr "sRGB" @@ -577,47 +624,6 @@ msgstr "ancora" msgid "video" msgstr "video" -#~ msgid "Source scaled to 1.19:1" -#~ msgstr "Sorgente scalato a 1.19:1" - -#~ msgid "Source scaled to 1.33:1" -#~ msgstr "Sorgente scalato a 1.33:1" - -#~ msgid "Source scaled to 1.33:1 then pillarboxed to Flat" -#~ msgstr "Sorgente scalato a 1.33:1 e poi inviato come Flat" - -#~ msgid "Source scaled to 1.375:1" -#~ msgstr "Sorgente scalato a 1.375:1" - -#~ msgid "Source scaled to 1.37:1 (Academy ratio)" -#~ msgstr "Sorgente scalato a 1.37:1 (Academy ratio)" - -#~ msgid "Source scaled to 1.66:1" -#~ msgstr "Sorgente scalato a 1.66:1" - -#~ msgid "Source scaled to 1.66:1 then pillarboxed to Flat" -#~ msgstr "Sorgente scalato a 1.66:1 e poi inviato come Flat" - -#~ msgid "Source scaled to 1.78:1" -#~ msgstr "Sorgente scalato a 1.78:1" - -#~ msgid "Source scaled to 1.78:1 then pillarboxed to Flat" -#~ msgstr "Sorgente scalato a 1.78:1 e poi inviato come Flat" - -#~ msgid "Source scaled to Flat (1.85:1)" -#~ msgstr "Sorgente scalato a Flat (1.85:1)" - -#~ msgid "Source scaled to Scope (2.39:1)" -#~ msgstr "Sorgente scalato a Scope (2.39:1)" - -#~ msgid "Source scaled to fit Flat preserving its aspect ratio" -#~ msgstr "" -#~ "Sorgente scalato per adattarsi a Flat mantentendo le sue proporzioni" - -#~ msgid "Source scaled to fit Scope preserving its aspect ratio" -#~ msgstr "" -#~ "Sorgente scalato per adattarsi a Scope mantentendo le sue proporzioni" - #~ msgid "adding to queue of %1" #~ msgstr "aggiungo alla coda %1" diff --git a/src/tools/po/it_IT.po b/src/tools/po/it_IT.po index 850fd9b1f..02642915c 100644 --- a/src/tools/po/it_IT.po +++ b/src/tools/po/it_IT.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: IT VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" -"PO-Revision-Date: 2013-03-22 18:03+0100\n" +"POT-Creation-Date: 2013-04-01 21:21+0100\n" +"PO-Revision-Date: 2013-04-03 13:00+0100\n" "Last-Translator: Maci \n" "Language-Team: \n" "Language: Italiano\n" @@ -65,7 +65,7 @@ msgstr "&Salva" msgid "&Send DCP to TMS" msgstr "&Invia DCP a TMS" -#: src/tools/dvdomatic.cc:417 +#: src/tools/dvdomatic.cc:409 msgid "" "(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen" msgstr "" @@ -75,18 +75,17 @@ msgstr "" msgid "About" msgstr "Informazioni" -#: src/tools/dvdomatic.cc:527 -#, fuzzy +#: src/tools/dvdomatic.cc:517 msgid "Could not load film %1 (%2)" msgstr "Non posso caricare il film %s (%s)" -#: src/tools/dvdomatic.cc:339 +#: src/tools/dvdomatic.cc:331 #, c-format msgid "Could not open film at %s (%s)" msgstr "Non posso aprire il film in %s (%s)" -#: src/tools/dvdomatic.cc:287 src/tools/dvdomatic.cc:410 -#: src/tools/dvdomatic.cc:531 +#: src/tools/dvdomatic.cc:287 src/tools/dvdomatic.cc:402 +#: src/tools/dvdomatic.cc:521 msgid "DVD-o-matic" msgstr "DVD-o-matic" @@ -94,7 +93,7 @@ msgstr "DVD-o-matic" msgid "Film changed" msgstr "Film modificato" -#: src/tools/dvdomatic.cc:416 +#: src/tools/dvdomatic.cc:408 msgid "Free, open-source DCP generation from almost anything." msgstr "Genera DCP da quasi tutto, free e open-source." @@ -108,19 +107,13 @@ msgstr "&Mostra DCP" #: src/tools/dvdomatic.cc:74 msgid "Save changes to film \"%1\" before closing?" -msgstr "" +msgstr "Salvare i cambiamenti del film \"%1\" prima di chiudere?" #: src/tools/dvdomatic.cc:319 msgid "Select film to open" msgstr "Seleziona il film da aprire" #: src/tools/dvdomatic.cc:303 -#, fuzzy msgid "The directory %1 already exists." msgstr "La directory %s esiste gia'." -#: src/tools/dvdomatic.cc:324 -msgid "" -"You did not select a folder. Make sure that you select a folder before " -"clicking Open." -msgstr "" diff --git a/src/wx/po/it_IT.po b/src/wx/po/it_IT.po index 9a0f13d2e..b98db3482 100644 --- a/src/wx/po/it_IT.po +++ b/src/wx/po/it_IT.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: IT VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" -"PO-Revision-Date: 2013-03-22 18:10+0100\n" +"POT-Creation-Date: 2013-04-01 21:21+0100\n" +"PO-Revision-Date: 2013-04-03 12:37+0100\n" "Last-Translator: Maci \n" "Language-Team: \n" "Language: Italiano\n" @@ -17,15 +17,15 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.5\n" -#: src/wx/film_editor.cc:445 +#: src/wx/film_editor.cc:440 msgid "%" msgstr "%" #: src/wx/config_dialog.cc:61 msgid "(restart DVD-o-matic to see language changes)" -msgstr "" +msgstr "(riavviare DVD-o-matic per vedere i cambiamenti di lingua)" -#: src/wx/film_editor.cc:1269 +#: src/wx/film_editor.cc:1231 msgid "1 channel" msgstr "Canale 1" @@ -53,17 +53,12 @@ msgstr "Guadagno dell'audio" msgid "Audio Language (e.g. EN)" msgstr "Lingua dell'audio (es. EN)" -#: src/wx/film_editor.cc:820 -#, c-format -msgid "Audio will be resampled from %dHz to %dHz\n" -msgstr "" - #: src/wx/job_wrapper.cc:38 #, c-format msgid "Bad setting for %s (%s)" msgstr "Valore sbagliato per %s (%s)" -#: src/wx/film_editor.cc:288 +#: src/wx/film_editor.cc:296 msgid "Bottom crop" msgstr "Taglio in basso" @@ -81,7 +76,7 @@ msgstr "Calcola..." #: src/wx/job_manager_view.cc:88 msgid "Cancel" -msgstr "" +msgstr "Annulla" #: src/wx/audio_dialog.cc:43 msgid "Channels" @@ -99,7 +94,7 @@ msgstr "Contenuto" msgid "Content Type" msgstr "Tipo di contenuto" -#: src/wx/film_viewer.cc:415 +#: src/wx/film_viewer.cc:414 #, c-format msgid "Could not decode video for view (%s)" msgstr "Non posso decodificare il video per guardarlo (%s)" @@ -109,12 +104,12 @@ msgstr "Non posso decodificare il video per guardarlo (%s)" msgid "Could not make DCP: %s" msgstr "Non posso creare il DCP: %s" -#: src/wx/film_viewer.cc:107 +#: src/wx/film_viewer.cc:108 #, c-format msgid "Could not open content file (%s)" msgstr "Non posso aprire il file del contenuto (%s)" -#: src/wx/film_editor.cc:509 +#: src/wx/film_editor.cc:504 #, c-format msgid "Could not set content: %s" msgstr "Non posso regolare il contenuto: %s" @@ -123,11 +118,6 @@ msgstr "Non posso regolare il contenuto: %s" msgid "Create in folder" msgstr "Crea nella cartella" -#: src/wx/film_editor.cc:1363 -#, c-format -msgid "Cropped to %dx%d (%.2f:1)\n" -msgstr "" - #: src/wx/dci_metadata_dialog.cc:28 msgid "DCI name" msgstr "Nome del DCP" @@ -234,7 +224,7 @@ msgstr "Gb" msgid "Host name or IP address" msgstr "Nome dell'Host o indirizzo IP" -#: src/wx/film_editor.cc:1273 +#: src/wx/film_editor.cc:1235 msgid "Hz" msgstr "Hz" @@ -250,7 +240,7 @@ msgstr "Indirizzo IP" msgid "JPEG2000 bandwidth" msgstr "Banda passante JPEG2000" -#: src/wx/film_editor.cc:273 +#: src/wx/film_editor.cc:281 msgid "Left crop" msgstr "Taglio a sinistra" @@ -274,7 +264,7 @@ msgstr "Nome" msgid "New Film" msgstr "Nuovo Film" -#: src/wx/film_editor.cc:305 src/wx/film_editor.cc:667 +#: src/wx/film_editor.cc:305 src/wx/film_editor.cc:664 msgid "None" msgstr "Nessuno" @@ -286,20 +276,10 @@ msgstr "Frequenza fotogrammi originale" msgid "Original Size" msgstr "Dimensione Originale" -#: src/wx/film_editor.cc:1352 -#, c-format -msgid "Original video is %dx%d (%.2f:1)\n" -msgstr "" - #: src/wx/dci_metadata_dialog.cc:57 msgid "Package Type (e.g. OV)" msgstr "Tipo di Package (es. OV)" -#: src/wx/film_editor.cc:1384 -#, c-format -msgid "Padded with black to %dx%d (%.2f:1)\n" -msgstr "" - #: src/wx/audio_dialog.cc:60 msgid "Peak" msgstr "Picco" @@ -332,7 +312,7 @@ msgstr "Scalatura di riferimento A/B" msgid "Remove" msgstr "Rimuovi" -#: src/wx/film_editor.cc:278 +#: src/wx/film_editor.cc:286 msgid "Right crop" msgstr "Taglio a destra" @@ -340,11 +320,6 @@ msgstr "Taglio a destra" msgid "Running" msgstr "In corso" -#: src/wx/film_editor.cc:1376 -#, c-format -msgid "Scaled to %dx%d (%.2f:1)\n" -msgstr "" - #: src/wx/film_editor.cc:315 msgid "Scaler" msgstr "Scaler" @@ -363,7 +338,7 @@ msgstr "Server" #: src/wx/config_dialog.cc:49 msgid "Set language" -msgstr "" +msgstr "Seleziona la lingua" #: src/wx/film_editor.cc:364 msgid "Show Audio..." @@ -385,11 +360,11 @@ msgstr "Studio (es. TCF)" msgid "Subtitle Language (e.g. FR)" msgstr "Lingua dei Sottotitoli (es. FR)" -#: src/wx/film_editor.cc:432 +#: src/wx/film_editor.cc:431 msgid "Subtitle Offset" msgstr "Sfalsamento dei Sottotitoli" -#: src/wx/film_editor.cc:441 +#: src/wx/film_editor.cc:436 msgid "Subtitle Scale" msgstr "Scala dei Sottotitoli" @@ -433,7 +408,7 @@ msgstr "Threads da usare per codificare su questo host" msgid "Time" msgstr "Tempo" -#: src/wx/film_editor.cc:283 +#: src/wx/film_editor.cc:291 msgid "Top crop" msgstr "Taglio in alto" @@ -473,7 +448,7 @@ msgstr "Video" msgid "With Subtitles" msgstr "Con Sottotitoli" -#: src/wx/film_editor.cc:1271 +#: src/wx/film_editor.cc:1233 msgid "channels" msgstr "canali" @@ -485,7 +460,7 @@ msgstr "conteggio..." msgid "dB" msgstr "dB" -#: src/wx/film_editor.cc:696 src/wx/film_editor.cc:699 +#: src/wx/film_editor.cc:691 src/wx/film_editor.cc:694 msgid "frames" msgstr "fotogrammi" @@ -494,10 +469,6 @@ msgstr "fotogrammi" msgid "ms" msgstr "ms" -#: src/wx/film_editor.cc:436 -msgid "pixels" -msgstr "" - #. / TRANSLATORS: `s' here is an abbreviation for seconds, the unit of time #: src/wx/film_editor.cc:197 msgid "s" -- cgit v1.2.3 From 9d1084c6f728efa3b5a23c968320d8d86b232b40 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 9 Apr 2013 11:14:24 +0100 Subject: Merge pot files. --- src/lib/po/es_ES.po | 13 +++-- src/lib/po/fr_FR.po | 13 +++-- src/lib/po/it_IT.po | 152 ++++++++++++++++++++++++-------------------------- src/lib/po/sv_SE.po | 14 +++-- src/tools/po/es_ES.po | 2 +- src/tools/po/fr_FR.po | 2 +- src/tools/po/it_IT.po | 19 ++++--- src/tools/po/sv_SE.po | 3 +- src/wx/po/es_ES.po | 2 +- src/wx/po/fr_FR.po | 2 +- src/wx/po/it_IT.po | 61 ++++++++++++++------ src/wx/po/sv_SE.po | 3 +- 12 files changed, 166 insertions(+), 120 deletions(-) (limited to 'src/lib') diff --git a/src/lib/po/es_ES.po b/src/lib/po/es_ES.po index 8f6a06563..17051bd98 100644 --- a/src/lib/po/es_ES.po +++ b/src/lib/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: LIBDVDOMATIC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-02 19:10-0500\n" "Last-Translator: Manuel AC \n" "Language-Team: Manuel AC \n" @@ -49,6 +49,11 @@ msgstr "16:9" msgid "16:9 within Flat" msgstr "16:9 en Flat" +#: src/lib/format.cc:115 +#, fuzzy +msgid "16:9 within Scope" +msgstr "16:9 en Flat" + #: src/lib/filter.cc:88 msgid "3D denoiser" msgstr "reducción de ruido 3D" @@ -214,7 +219,7 @@ msgstr "Película" msgid "Flat" msgstr "Flat" -#: src/lib/format.cc:119 +#: src/lib/format.cc:123 msgid "Flat without stretch" msgstr "Flat sin deformación" @@ -332,11 +337,11 @@ msgstr "" msgid "SSH error (%1)" msgstr "error SSH (%1)" -#: src/lib/format.cc:115 +#: src/lib/format.cc:119 msgid "Scope" msgstr "Scope" -#: src/lib/format.cc:123 +#: src/lib/format.cc:127 msgid "Scope without stretch" msgstr "Scope sin deformación" diff --git a/src/lib/po/fr_FR.po b/src/lib/po/fr_FR.po index b9c382c0a..d9d945b52 100644 --- a/src/lib/po/fr_FR.po +++ b/src/lib/po/fr_FR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DVD-o-matic FRENCH\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-03-20 00:39+0100\n" "Last-Translator: FreeDCP.net \n" "Language-Team: \n" @@ -48,6 +48,11 @@ msgstr "16:9" msgid "16:9 within Flat" msgstr "16:9 dans Flat" +#: src/lib/format.cc:115 +#, fuzzy +msgid "16:9 within Scope" +msgstr "16:9 dans Flat" + #: src/lib/filter.cc:88 msgid "3D denoiser" msgstr "Débruitage 3D" @@ -212,7 +217,7 @@ msgstr "Feature" msgid "Flat" msgstr "Flat" -#: src/lib/format.cc:119 +#: src/lib/format.cc:123 msgid "Flat without stretch" msgstr "Flat sans déformation" @@ -330,11 +335,11 @@ msgstr "Arrière droite" msgid "SSH error (%1)" msgstr "Erreur SSH (%1)" -#: src/lib/format.cc:115 +#: src/lib/format.cc:119 msgid "Scope" msgstr "Scope" -#: src/lib/format.cc:123 +#: src/lib/format.cc:127 msgid "Scope without stretch" msgstr "Scope sans déformation" diff --git a/src/lib/po/it_IT.po b/src/lib/po/it_IT.po index aa2129321..992eda107 100644 --- a/src/lib/po/it_IT.po +++ b/src/lib/po/it_IT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: IT VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-01 21:21+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-03 15:04+0100\n" "Last-Translator: Maci \n" "Language-Team: \n" @@ -25,35 +25,40 @@ msgstr "0%" msgid "1.19" msgstr "1.19" -#: src/lib/format.cc:80 +#: src/lib/format.cc:79 msgid "1.33" msgstr "1.33" -#: src/lib/format.cc:85 +#: src/lib/format.cc:83 msgid "1.375" msgstr "1.375" -#: src/lib/format.cc:100 +#: src/lib/format.cc:95 msgid "1.66" msgstr "1.66" -#: src/lib/format.cc:105 +#: src/lib/format.cc:99 msgid "1.66 within Flat" msgstr "1.66 all'interno di Flat" -#: src/lib/format.cc:115 +#: src/lib/format.cc:107 msgid "16:9" msgstr "16:9" -#: src/lib/format.cc:110 +#: src/lib/format.cc:103 msgid "16:9 within Flat" msgstr "16:9 all'interno di Flat" +#: src/lib/format.cc:115 +#, fuzzy +msgid "16:9 within Scope" +msgstr "16:9 all'interno di Flat" + #: src/lib/filter.cc:88 msgid "3D denoiser" msgstr "Riduttore di rumore 3D" -#: src/lib/format.cc:90 +#: src/lib/format.cc:87 msgid "4:3 within Flat" msgstr "4:3 all'interno di Flat" @@ -61,7 +66,7 @@ msgstr "4:3 all'interno di Flat" msgid "A/B transcode %1" msgstr "Transcodifica A/B %1" -#: src/lib/format.cc:95 +#: src/lib/format.cc:91 msgid "Academy" msgstr "Academy" @@ -101,7 +106,7 @@ msgstr "Non posso gestire il formato di pixel %1 durante %2" msgid "Cannot resample audio as libswresample is not present" msgstr "Non posso ricampionare l'audio perchè libswresample non è presente" -#: src/lib/util.cc:931 +#: src/lib/util.cc:932 msgid "Centre" msgstr "Centro" @@ -133,15 +138,15 @@ msgstr "Non posso scrivere il file remoto (%1)" msgid "Cubic interpolating deinterlacer" msgstr "Deinterlacciatore cubico interpolato" -#: src/lib/util.cc:1006 +#: src/lib/util.cc:1007 msgid "DCP and source have the same rate.\n" msgstr "Il DCP e il sorgente hanno la stessa frequenza.\n" -#: src/lib/util.cc:1016 +#: src/lib/util.cc:1017 msgid "DCP will run at %1%% of the source speed.\n" msgstr "Il DCP andrà al %1%% della velocità del sorgente.\n" -#: src/lib/util.cc:1009 +#: src/lib/util.cc:1010 msgid "DCP will use every other frame of the source.\n" msgstr "Il DCP userà ogni altro fotogramma del sorgente.\n" @@ -164,7 +169,7 @@ msgstr "Filtro deringing" msgid "Dolby CP750" msgstr "Dolby CP750" -#: src/lib/util.cc:1011 +#: src/lib/util.cc:1012 msgid "Each source frame will be doubled in the DCP.\n" msgstr "Ogni fotogramma del sorgente sarà raddoppiato nel DCP.\n" @@ -208,11 +213,11 @@ msgstr "Bilineare rapida" msgid "Feature" msgstr "Caratteristica" -#: src/lib/format.cc:120 +#: src/lib/format.cc:111 msgid "Flat" msgstr "Flat" -#: src/lib/format.cc:130 +#: src/lib/format.cc:123 msgid "Flat without stretch" msgstr "Flat senza stiramento" @@ -256,15 +261,15 @@ msgstr "Deinterlacciatore Kernel" msgid "Lanczos" msgstr "Lanczos" -#: src/lib/util.cc:929 +#: src/lib/util.cc:930 msgid "Left" msgstr "Sinistro" -#: src/lib/util.cc:933 +#: src/lib/util.cc:934 msgid "Left surround" msgstr "Surround sinistro" -#: src/lib/util.cc:932 +#: src/lib/util.cc:933 msgid "Lfe (sub)" msgstr "Lfe(sub)" @@ -314,15 +319,15 @@ msgstr "Annuncio di pubblico servizio" msgid "Rating" msgstr "Punteggio" -#: src/lib/util.cc:499 +#: src/lib/util.cc:500 msgid "Rec 709" msgstr "Rec 709" -#: src/lib/util.cc:930 +#: src/lib/util.cc:931 msgid "Right" msgstr "Destro" -#: src/lib/util.cc:934 +#: src/lib/util.cc:935 msgid "Right surround" msgstr "Surround destro" @@ -330,11 +335,11 @@ msgstr "Surround destro" msgid "SSH error (%1)" msgstr "Errore SSH (%1)" -#: src/lib/format.cc:125 +#: src/lib/format.cc:119 msgid "Scope" msgstr "Scope" -#: src/lib/format.cc:135 +#: src/lib/format.cc:127 msgid "Scope without stretch" msgstr "Scope senza stiramento" @@ -346,58 +351,6 @@ msgstr "Corto" msgid "Sinc" msgstr "Sinc" -#: src/lib/format.cc:76 -msgid "Source scaled to 1.19:1" -msgstr "Sorgente scalato a 1.19:1" - -#: src/lib/format.cc:81 -msgid "Source scaled to 1.33:1" -msgstr "Sorgente scalato a 1.33:1" - -#: src/lib/format.cc:91 -msgid "Source scaled to 1.33:1 then pillarboxed to Flat" -msgstr "Sorgente scalato a 1.33:1 e poi inviato come Flat" - -#: src/lib/format.cc:86 -msgid "Source scaled to 1.375:1" -msgstr "Sorgente scalato a 1.375:1" - -#: src/lib/format.cc:96 -msgid "Source scaled to 1.37:1 (Academy ratio)" -msgstr "Sorgente scalato a 1.37:1 (Academy ratio)" - -#: src/lib/format.cc:101 -msgid "Source scaled to 1.66:1" -msgstr "Sorgente scalato a 1.66:1" - -#: src/lib/format.cc:106 -msgid "Source scaled to 1.66:1 then pillarboxed to Flat" -msgstr "Sorgente scalato a 1.66:1 e poi inviato come Flat" - -#: src/lib/format.cc:116 -msgid "Source scaled to 1.78:1" -msgstr "Sorgente scalato a 1.78:1" - -#: src/lib/format.cc:111 -msgid "Source scaled to 1.78:1 then pillarboxed to Flat" -msgstr "Sorgente scalato a 1.78:1 e poi inviato come Flat" - -#: src/lib/format.cc:121 -msgid "Source scaled to Flat (1.85:1)" -msgstr "Sorgente scalato a Flat (1.85:1)" - -#: src/lib/format.cc:126 -msgid "Source scaled to Scope (2.39:1)" -msgstr "Sorgente scalato a Scope (2.39:1)" - -#: src/lib/format.cc:131 -msgid "Source scaled to fit Flat preserving its aspect ratio" -msgstr "Sorgente scalato per adattarsi a Flat mantentendo le sue proporzioni" - -#: src/lib/format.cc:136 -msgid "Source scaled to fit Scope preserving its aspect ratio" -msgstr "Sorgente scalato per adattarsi a Scope mantentendo le sue proporzioni" - #: src/lib/scaler.cc:68 msgid "Spline" msgstr "Spline" @@ -474,7 +427,7 @@ msgstr "Altro filtro di deinterlacciamento" msgid "cannot contain slashes" msgstr "non può contenere barre" -#: src/lib/util.cc:540 +#: src/lib/util.cc:541 msgid "connect timed out" msgstr "connessione scaduta" @@ -578,7 +531,7 @@ msgstr "minuto" msgid "minutes" msgstr "minuti" -#: src/lib/util.cc:683 +#: src/lib/util.cc:684 msgid "missing key %1 in key-value set" msgstr "persa la chiave %1 tra i valori chiave" @@ -608,7 +561,7 @@ msgstr "sottotitoli non-bitmap non ancora supportati" msgid "remaining" msgstr "restano" -#: src/lib/util.cc:497 +#: src/lib/util.cc:498 msgid "sRGB" msgstr "sRGB" @@ -624,6 +577,47 @@ msgstr "ancora" msgid "video" msgstr "video" +#~ msgid "Source scaled to 1.19:1" +#~ msgstr "Sorgente scalato a 1.19:1" + +#~ msgid "Source scaled to 1.33:1" +#~ msgstr "Sorgente scalato a 1.33:1" + +#~ msgid "Source scaled to 1.33:1 then pillarboxed to Flat" +#~ msgstr "Sorgente scalato a 1.33:1 e poi inviato come Flat" + +#~ msgid "Source scaled to 1.375:1" +#~ msgstr "Sorgente scalato a 1.375:1" + +#~ msgid "Source scaled to 1.37:1 (Academy ratio)" +#~ msgstr "Sorgente scalato a 1.37:1 (Academy ratio)" + +#~ msgid "Source scaled to 1.66:1" +#~ msgstr "Sorgente scalato a 1.66:1" + +#~ msgid "Source scaled to 1.66:1 then pillarboxed to Flat" +#~ msgstr "Sorgente scalato a 1.66:1 e poi inviato come Flat" + +#~ msgid "Source scaled to 1.78:1" +#~ msgstr "Sorgente scalato a 1.78:1" + +#~ msgid "Source scaled to 1.78:1 then pillarboxed to Flat" +#~ msgstr "Sorgente scalato a 1.78:1 e poi inviato come Flat" + +#~ msgid "Source scaled to Flat (1.85:1)" +#~ msgstr "Sorgente scalato a Flat (1.85:1)" + +#~ msgid "Source scaled to Scope (2.39:1)" +#~ msgstr "Sorgente scalato a Scope (2.39:1)" + +#~ msgid "Source scaled to fit Flat preserving its aspect ratio" +#~ msgstr "" +#~ "Sorgente scalato per adattarsi a Flat mantentendo le sue proporzioni" + +#~ msgid "Source scaled to fit Scope preserving its aspect ratio" +#~ msgstr "" +#~ "Sorgente scalato per adattarsi a Scope mantentendo le sue proporzioni" + #~ msgid "adding to queue of %1" #~ msgstr "aggiungo alla coda %1" diff --git a/src/lib/po/sv_SE.po b/src/lib/po/sv_SE.po index b79d9d652..d574261c8 100644 --- a/src/lib/po/sv_SE.po +++ b/src/lib/po/sv_SE.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: DVD-o-matic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-09 10:13+0100\n" "Last-Translator: Adam Klotblixt \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -48,6 +49,11 @@ msgstr "16:9" msgid "16:9 within Flat" msgstr "16:9 innanför Flat" +#: src/lib/format.cc:115 +#, fuzzy +msgid "16:9 within Scope" +msgstr "16:9 innanför Flat" + #: src/lib/filter.cc:88 msgid "3D denoiser" msgstr "3D brusreducering" @@ -212,7 +218,7 @@ msgstr "Långfilm" msgid "Flat" msgstr "Flat" -#: src/lib/format.cc:119 +#: src/lib/format.cc:123 msgid "Flat without stretch" msgstr "Flat utan utsträckning" @@ -330,11 +336,11 @@ msgstr "Höger surround" msgid "SSH error (%1)" msgstr "SSH fel (%1)" -#: src/lib/format.cc:115 +#: src/lib/format.cc:119 msgid "Scope" msgstr "Scope" -#: src/lib/format.cc:123 +#: src/lib/format.cc:127 msgid "Scope without stretch" msgstr "Scope utan utsträckning" diff --git a/src/tools/po/es_ES.po b/src/tools/po/es_ES.po index 4a3710eb8..1ab1a8489 100644 --- a/src/tools/po/es_ES.po +++ b/src/tools/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DVDOMATIC\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-03-23 21:08-0500\n" "Last-Translator: Manuel AC \n" "Language-Team: Manuel AC \n" diff --git a/src/tools/po/fr_FR.po b/src/tools/po/fr_FR.po index 3c4cc79c5..35e686f67 100644 --- a/src/tools/po/fr_FR.po +++ b/src/tools/po/fr_FR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DVD-o-matic FRENCH\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-03-13 22:33+0100\n" "Last-Translator: \n" "Language-Team: \n" diff --git a/src/tools/po/it_IT.po b/src/tools/po/it_IT.po index 02642915c..09e3f5f34 100644 --- a/src/tools/po/it_IT.po +++ b/src/tools/po/it_IT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: IT VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-01 21:21+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-03 13:00+0100\n" "Last-Translator: Maci \n" "Language-Team: \n" @@ -65,7 +65,7 @@ msgstr "&Salva" msgid "&Send DCP to TMS" msgstr "&Invia DCP a TMS" -#: src/tools/dvdomatic.cc:409 +#: src/tools/dvdomatic.cc:417 msgid "" "(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen" msgstr "" @@ -75,17 +75,17 @@ msgstr "" msgid "About" msgstr "Informazioni" -#: src/tools/dvdomatic.cc:517 +#: src/tools/dvdomatic.cc:527 msgid "Could not load film %1 (%2)" msgstr "Non posso caricare il film %s (%s)" -#: src/tools/dvdomatic.cc:331 +#: src/tools/dvdomatic.cc:339 #, c-format msgid "Could not open film at %s (%s)" msgstr "Non posso aprire il film in %s (%s)" -#: src/tools/dvdomatic.cc:287 src/tools/dvdomatic.cc:402 -#: src/tools/dvdomatic.cc:521 +#: src/tools/dvdomatic.cc:287 src/tools/dvdomatic.cc:410 +#: src/tools/dvdomatic.cc:531 msgid "DVD-o-matic" msgstr "DVD-o-matic" @@ -93,7 +93,7 @@ msgstr "DVD-o-matic" msgid "Film changed" msgstr "Film modificato" -#: src/tools/dvdomatic.cc:408 +#: src/tools/dvdomatic.cc:416 msgid "Free, open-source DCP generation from almost anything." msgstr "Genera DCP da quasi tutto, free e open-source." @@ -117,3 +117,8 @@ msgstr "Seleziona il film da aprire" msgid "The directory %1 already exists." msgstr "La directory %s esiste gia'." +#: src/tools/dvdomatic.cc:324 +msgid "" +"You did not select a folder. Make sure that you select a folder before " +"clicking Open." +msgstr "" diff --git a/src/tools/po/sv_SE.po b/src/tools/po/sv_SE.po index a5a4be9fe..28566d876 100644 --- a/src/tools/po/sv_SE.po +++ b/src/tools/po/sv_SE.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: DVD-o-matic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-09 10:12+0100\n" "Last-Translator: Adam Klotblixt \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/src/wx/po/es_ES.po b/src/wx/po/es_ES.po index 9f96fceff..207708589 100644 --- a/src/wx/po/es_ES.po +++ b/src/wx/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libdvdomatic-wx\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-02 19:08-0500\n" "Last-Translator: Manuel AC \n" "Language-Team: Manuel AC \n" diff --git a/src/wx/po/fr_FR.po b/src/wx/po/fr_FR.po index 37cd6d8ab..80ee5dbfd 100644 --- a/src/wx/po/fr_FR.po +++ b/src/wx/po/fr_FR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: DVD-o-matic FRENCH\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-03-20 00:34+0100\n" "Last-Translator: FreeDCP.net \n" "Language-Team: \n" diff --git a/src/wx/po/it_IT.po b/src/wx/po/it_IT.po index b98db3482..78fd0dee9 100644 --- a/src/wx/po/it_IT.po +++ b/src/wx/po/it_IT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: IT VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-01 21:21+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-03 12:37+0100\n" "Last-Translator: Maci \n" "Language-Team: \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.5\n" -#: src/wx/film_editor.cc:440 +#: src/wx/film_editor.cc:445 msgid "%" msgstr "%" @@ -25,7 +25,7 @@ msgstr "%" msgid "(restart DVD-o-matic to see language changes)" msgstr "(riavviare DVD-o-matic per vedere i cambiamenti di lingua)" -#: src/wx/film_editor.cc:1231 +#: src/wx/film_editor.cc:1269 msgid "1 channel" msgstr "Canale 1" @@ -53,12 +53,17 @@ msgstr "Guadagno dell'audio" msgid "Audio Language (e.g. EN)" msgstr "Lingua dell'audio (es. EN)" +#: src/wx/film_editor.cc:820 +#, c-format +msgid "Audio will be resampled from %dHz to %dHz\n" +msgstr "" + #: src/wx/job_wrapper.cc:38 #, c-format msgid "Bad setting for %s (%s)" msgstr "Valore sbagliato per %s (%s)" -#: src/wx/film_editor.cc:296 +#: src/wx/film_editor.cc:288 msgid "Bottom crop" msgstr "Taglio in basso" @@ -94,7 +99,7 @@ msgstr "Contenuto" msgid "Content Type" msgstr "Tipo di contenuto" -#: src/wx/film_viewer.cc:414 +#: src/wx/film_viewer.cc:415 #, c-format msgid "Could not decode video for view (%s)" msgstr "Non posso decodificare il video per guardarlo (%s)" @@ -104,12 +109,12 @@ msgstr "Non posso decodificare il video per guardarlo (%s)" msgid "Could not make DCP: %s" msgstr "Non posso creare il DCP: %s" -#: src/wx/film_viewer.cc:108 +#: src/wx/film_viewer.cc:107 #, c-format msgid "Could not open content file (%s)" msgstr "Non posso aprire il file del contenuto (%s)" -#: src/wx/film_editor.cc:504 +#: src/wx/film_editor.cc:509 #, c-format msgid "Could not set content: %s" msgstr "Non posso regolare il contenuto: %s" @@ -118,6 +123,11 @@ msgstr "Non posso regolare il contenuto: %s" msgid "Create in folder" msgstr "Crea nella cartella" +#: src/wx/film_editor.cc:1363 +#, c-format +msgid "Cropped to %dx%d (%.2f:1)\n" +msgstr "" + #: src/wx/dci_metadata_dialog.cc:28 msgid "DCI name" msgstr "Nome del DCP" @@ -224,7 +234,7 @@ msgstr "Gb" msgid "Host name or IP address" msgstr "Nome dell'Host o indirizzo IP" -#: src/wx/film_editor.cc:1235 +#: src/wx/film_editor.cc:1273 msgid "Hz" msgstr "Hz" @@ -240,7 +250,7 @@ msgstr "Indirizzo IP" msgid "JPEG2000 bandwidth" msgstr "Banda passante JPEG2000" -#: src/wx/film_editor.cc:281 +#: src/wx/film_editor.cc:273 msgid "Left crop" msgstr "Taglio a sinistra" @@ -264,7 +274,7 @@ msgstr "Nome" msgid "New Film" msgstr "Nuovo Film" -#: src/wx/film_editor.cc:305 src/wx/film_editor.cc:664 +#: src/wx/film_editor.cc:305 src/wx/film_editor.cc:667 msgid "None" msgstr "Nessuno" @@ -276,10 +286,20 @@ msgstr "Frequenza fotogrammi originale" msgid "Original Size" msgstr "Dimensione Originale" +#: src/wx/film_editor.cc:1352 +#, c-format +msgid "Original video is %dx%d (%.2f:1)\n" +msgstr "" + #: src/wx/dci_metadata_dialog.cc:57 msgid "Package Type (e.g. OV)" msgstr "Tipo di Package (es. OV)" +#: src/wx/film_editor.cc:1384 +#, c-format +msgid "Padded with black to %dx%d (%.2f:1)\n" +msgstr "" + #: src/wx/audio_dialog.cc:60 msgid "Peak" msgstr "Picco" @@ -312,7 +332,7 @@ msgstr "Scalatura di riferimento A/B" msgid "Remove" msgstr "Rimuovi" -#: src/wx/film_editor.cc:286 +#: src/wx/film_editor.cc:278 msgid "Right crop" msgstr "Taglio a destra" @@ -320,6 +340,11 @@ msgstr "Taglio a destra" msgid "Running" msgstr "In corso" +#: src/wx/film_editor.cc:1376 +#, c-format +msgid "Scaled to %dx%d (%.2f:1)\n" +msgstr "" + #: src/wx/film_editor.cc:315 msgid "Scaler" msgstr "Scaler" @@ -360,11 +385,11 @@ msgstr "Studio (es. TCF)" msgid "Subtitle Language (e.g. FR)" msgstr "Lingua dei Sottotitoli (es. FR)" -#: src/wx/film_editor.cc:431 +#: src/wx/film_editor.cc:432 msgid "Subtitle Offset" msgstr "Sfalsamento dei Sottotitoli" -#: src/wx/film_editor.cc:436 +#: src/wx/film_editor.cc:441 msgid "Subtitle Scale" msgstr "Scala dei Sottotitoli" @@ -408,7 +433,7 @@ msgstr "Threads da usare per codificare su questo host" msgid "Time" msgstr "Tempo" -#: src/wx/film_editor.cc:291 +#: src/wx/film_editor.cc:283 msgid "Top crop" msgstr "Taglio in alto" @@ -448,7 +473,7 @@ msgstr "Video" msgid "With Subtitles" msgstr "Con Sottotitoli" -#: src/wx/film_editor.cc:1233 +#: src/wx/film_editor.cc:1271 msgid "channels" msgstr "canali" @@ -460,7 +485,7 @@ msgstr "conteggio..." msgid "dB" msgstr "dB" -#: src/wx/film_editor.cc:691 src/wx/film_editor.cc:694 +#: src/wx/film_editor.cc:696 src/wx/film_editor.cc:699 msgid "frames" msgstr "fotogrammi" @@ -469,6 +494,10 @@ msgstr "fotogrammi" msgid "ms" msgstr "ms" +#: src/wx/film_editor.cc:436 +msgid "pixels" +msgstr "" + #. / TRANSLATORS: `s' here is an abbreviation for seconds, the unit of time #: src/wx/film_editor.cc:197 msgid "s" diff --git a/src/wx/po/sv_SE.po b/src/wx/po/sv_SE.po index b739c735f..e52589ff0 100644 --- a/src/wx/po/sv_SE.po +++ b/src/wx/po/sv_SE.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: DVD-o-matic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-04-07 18:17+0100\n" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" "PO-Revision-Date: 2013-04-09 10:13+0100\n" "Last-Translator: Adam Klotblixt \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -- cgit v1.2.3