add missing translations of optional_for

This commit is contained in:
guinux 2015-08-20 18:54:28 +02:00
parent c5466d679c
commit cad52d23e1
3 changed files with 9 additions and 1 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