From a3b38602bb95bcbac3be52bdd62962f546d1de14 Mon Sep 17 00:00:00 2001 From: Maxim Kachur Date: Thu, 13 Oct 2011 01:13:21 +0400 Subject: [PATCH] update translations, new string * make "Disconnect All" string translatable for port context menu (canvas) --- gui/canvas.cpp | 2 +- po/de.po | 4 ++-- po/fr.po | 4 ++-- po/gladish.pot | 4 ++-- po/ru.po | 5 +++-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/gui/canvas.cpp b/gui/canvas.cpp index 3c1b60a3..4dba7d94 100644 --- a/gui/canvas.cpp +++ b/gui/canvas.cpp @@ -168,7 +168,7 @@ public: /* Cannot call FlowCanvas::Port::create_menu() because on_menu_hide() is not virtual */ _menu = new Gtk::Menu(); - _menu->items().push_back(Gtk::Menu_Helpers::MenuElem("Disconnect All", sigc::mem_fun(this, &Port::disconnect_all))); + _menu->items().push_back(Gtk::Menu_Helpers::MenuElem(_("Disconnect All"), sigc::mem_fun(this, &Port::disconnect_all))); _menu->signal_selection_done().connect(sigc::mem_fun(this, &port_cls::on_menu_hide)); fill_port_menu = boost::dynamic_pointer_cast(module().lock()->canvas().lock())->m_fill_port_menu; diff --git a/po/de.po b/po/de.po index 48fb4d04..13421d4d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: LADISH 0.3-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-11 20:43+0400\n" +"POT-Creation-Date: 2011-10-13 01:08+0400\n" "PO-Revision-Date: 2010-12-27 19:03+0100\n" "Last-Translator: Frank Kober >\n" "Language-Team: \n" @@ -453,7 +453,7 @@ msgstr "Eigenschaften" msgid " (inactive) " msgstr " (inaktiv) " -#: gui/canvas.cpp:117 +#: gui/canvas.cpp:117 gui/canvas.cpp:171 msgid "Disconnect All" msgstr "Alle trennen" diff --git a/po/fr.po b/po/fr.po index bd1ad5ac..95d6ea32 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: LADISH 0.3-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-11 20:43+0400\n" +"POT-Creation-Date: 2011-10-13 01:08+0400\n" "PO-Revision-Date: 2011-10-12 18:25+0400\n" "Last-Translator: Maxim Kachur \n" "Language-Team: \n" @@ -448,7 +448,7 @@ msgstr "Propriétés" msgid " (inactive) " msgstr " (inactif) " -#: gui/canvas.cpp:117 +#: gui/canvas.cpp:117 gui/canvas.cpp:171 msgid "Disconnect All" msgstr "Déconnecter tout" diff --git a/po/gladish.pot b/po/gladish.pot index 53b0f38c..15a3c912 100644 --- a/po/gladish.pot +++ b/po/gladish.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-11 20:43+0400\n" +"POT-Creation-Date: 2011-10-13 01:08+0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -433,7 +433,7 @@ msgstr "" msgid " (inactive) " msgstr "" -#: gui/canvas.cpp:117 +#: gui/canvas.cpp:117 gui/canvas.cpp:171 msgid "Disconnect All" msgstr "" diff --git a/po/ru.po b/po/ru.po index 7235e24f..ba133d39 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-10-11 20:43+0400\n" -"PO-Revision-Date: 2011-10-13 00:59+0300\n" +"POT-Creation-Date: 2011-10-13 01:08+0400\n" +"PO-Revision-Date: 2011-10-13 01:12+0300\n" "Last-Translator: Maxim Kachur \n" "Language-Team: Russian \n" "Language: ru\n" @@ -460,6 +460,7 @@ msgid " (inactive) " msgstr "(неактивный)" #: gui/canvas.cpp:117 +#: gui/canvas.cpp:171 msgid "Disconnect All" msgstr "Отсоединить всё"