diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-09 20:10:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-09 20:10:31 +0100 |
| commit | e94cd129dcd66a76210880bfdf19d27f7992651b (patch) | |
| tree | 32bc6dd1d93328762a0db73dbf4e32bf185e3a02 /src/tools | |
| parent | d62877ae6c4e316e43f4052e4b9ba673610012cf (diff) | |
| parent | b8b2fd0b0aeaa1ec95171eaf12c462ff8b555e0e (diff) | |
Merge master.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/po/es_ES.po | 2 | ||||
| -rw-r--r-- | src/tools/po/fr_FR.po | 2 | ||||
| -rw-r--r-- | src/tools/po/it_IT.po | 8 | ||||
| -rw-r--r-- | src/tools/po/sv_SE.po | 6 | ||||
| -rw-r--r-- | src/tools/servomatic_gui.cc | 2 |
5 files changed, 10 insertions, 10 deletions
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 <manuel.acevedo@civantos.>\n" "Language-Team: Manuel AC <manuel.acevedo@civantos.com>\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 850fd9b1f..09e3f5f34 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-09 11:14+0100\n" +"PO-Revision-Date: 2013-04-03 13:00+0100\n" "Last-Translator: Maci <macibro@gmail.com>\n" "Language-Team: \n" "Language: Italiano\n" @@ -76,7 +76,6 @@ msgid "About" msgstr "Informazioni" #: src/tools/dvdomatic.cc:527 -#, fuzzy msgid "Could not load film %1 (%2)" msgstr "Non posso caricare il film %s (%s)" @@ -108,14 +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'." diff --git a/src/tools/po/sv_SE.po b/src/tools/po/sv_SE.po index dd45c3baa..28566d876 100644 --- a/src/tools/po/sv_SE.po +++ b/src/tools/po/sv_SE.po @@ -7,8 +7,8 @@ msgid "" 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" +"POT-Creation-Date: 2013-04-09 11:14+0100\n" +"PO-Revision-Date: 2013-04-09 10:12+0100\n" "Last-Translator: Adam Klotblixt <adam.klotblixt@gmail.com>\n" "Language-Team: \n" "Language: \n" @@ -123,3 +123,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/tools/servomatic_gui.cc b/src/tools/servomatic_gui.cc index 52ec0a3a3..5e36660eb 100644 --- a/src/tools/servomatic_gui.cc +++ b/src/tools/servomatic_gui.cc @@ -99,7 +99,7 @@ public: #endif #ifdef __WXGTK__ wxInitAllImageHandlers(); - wxBitmap bitmap (wxString::Format ("%s/taskbar_icon.png", POSIX_ICON_PREFIX), wxBITMAP_TYPE_PNG); + wxBitmap bitmap (wxString::Format (wxT ("%s/taskbar_icon.png"), POSIX_ICON_PREFIX), wxBITMAP_TYPE_PNG); wxIcon icon; icon.CopyFromBitmap (bitmap); #endif |
