diff --git a/po/fr.po b/po/fr.po index 6ed47c91ca82b1c56ce2c28c14bd8260645936f4..041466efa33ed41cf296ca3940bc8f69b1977f07 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 466fd4c8f617b9ff8c7b79e96f4b5c3e9ec81331..2b885e96761948117b662672feda9fd71f64b8cf 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 d0c30232013d7e671183616016551617158f8808..03462fe5b43a045940605c0fa036320165228eeb 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