diff --git a/po/fr.po b/po/fr.po index 6ed47c9..041466e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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" diff --git a/po/pamac.pot b/po/pamac.pot index 466fd4c..2b885e9 100644 --- a/po/pamac.pot +++ b/po/pamac.pot @@ -401,6 +401,10 @@ msgstr "" msgid "Required By" msgstr "" +#: ../src/manager_window.vala +msgid "Optional For" +msgstr "" + #: ../src/manager_window.vala msgid "Provides" msgstr "" diff --git a/po/update_po_files.sh b/po/update_po_files.sh index d0c3023..03462fe 100755 --- a/po/update_po_files.sh +++ b/po/update_po_files.sh @@ -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