Merge branch 'master' of github.com:manjaro/pamac

This commit is contained in:
Philip
2015-08-21 07:37:11 +02:00
7 changed files with 40 additions and 2 deletions

View File

@@ -412,6 +412,10 @@ msgstr "Dépendances optionnelles"
msgid "Required By"
msgstr "Requis par"
#: ../src/manager_window.vala
msgid "Optional For"
msgstr "Optionnel pour"
#: ../src/manager_window.vala
msgid "Provides"
msgstr "Fournit"

View File

@@ -401,6 +401,10 @@ msgstr ""
msgid "Required By"
msgstr ""
#: ../src/manager_window.vala
msgid "Optional For"
msgstr ""
#: ../src/manager_window.vala
msgid "Provides"
msgstr ""

View File

@@ -1,5 +1,5 @@
#! /bin/sh
for i in `ls ./ | sed s'|.po||'` ; do
msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot
done