From b64b603e82ded31edb554d0393a17c4494bbfaf5 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 3 Jun 2017 22:17:43 +0200 Subject: [PATCH] [translations] sync with transifex --- po/ca.po | 4 ++-- src/transaction.vala | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/ca.po b/po/ca.po index b302832..17a5ab8 100644 --- a/po/ca.po +++ b/po/ca.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: manjaro-pamac\n" "Report-Msgid-Bugs-To: guillaume@manjaro.org\n" "POT-Creation-Date: 2016-04-24 08:44+0200\n" -"PO-Revision-Date: 2017-02-24 15:33+0000\n" +"PO-Revision-Date: 2017-05-30 14:36+0000\n" "Last-Translator: Davidmp \n" "Language-Team: Catalan (http://www.transifex.com/manjarolinux/manjaro-pamac/language/ca/)\n" "MIME-Version: 1.0\n" @@ -368,7 +368,7 @@ msgstr "Transacció acabada amb èxit" #: ../src/installer.vala ../src/manager.vala ../src/updater.vala msgid "Pamac is already running" -msgstr "El Pamac ja està executant-se" +msgstr "El Pamac ja s'executa" #: ../src/tray.vala ../src/updater_window.vala msgid "Your system is up-to-date" diff --git a/src/transaction.vala b/src/transaction.vala index b4c7b5d..73614d0 100644 --- a/src/transaction.vala +++ b/src/transaction.vala @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -const string VERSION = "4.3.6"; +const string VERSION = "4.3.7"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]