Skip to content
Snippets Groups Projects
Commit a008cf9b authored by guinux's avatar guinux
Browse files

fix translations

parent ec6e04f1
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Pamac\n" "Project-Id-Version: Pamac\n"
"Report-Msgid-Bugs-To: guillaume@manjaro.org\n" "Report-Msgid-Bugs-To: guillaume@manjaro.org\n"
"POT-Creation-Date: 2018-08-28 13:01+0200\n" "POT-Creation-Date: 2018-08-29 13:10+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -389,10 +389,6 @@ msgstr[1] "" ...@@ -389,10 +389,6 @@ msgstr[1] ""
msgid "Details" msgid "Details"
msgstr "" msgstr ""
#: src/manager.vala
msgid "Pamac is already running"
msgstr ""
#: src/manager_window.vala #: src/manager_window.vala
msgid "No package found" msgid "No package found"
msgstr "" msgstr ""
...@@ -768,7 +764,7 @@ msgstr "" ...@@ -768,7 +764,7 @@ msgstr ""
#: src/cli.vala #: src/cli.vala
#, c-format #, c-format
msgid "No package owns %s\n" msgid "No package owns %s"
msgstr "" msgstr ""
#: src/cli.vala #: src/cli.vala
......
...@@ -1270,7 +1270,7 @@ namespace Pamac { ...@@ -1270,7 +1270,7 @@ namespace Pamac {
HashTable<string, Variant> result = database.search_files (files); HashTable<string, Variant> result = database.search_files (files);
if (result.size () == 0) { if (result.size () == 0) {
foreach (unowned string file in files) { foreach (unowned string file in files) {
stdout.printf (dgettext (null, "No package owns %s\n").printf (file)); stdout.printf ("%s\n", dgettext (null, "No package owns %s").printf (file));
} }
cmd.set_exit_status (1); cmd.set_exit_status (1);
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment