diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-04-28 08:58:54 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-04-28 08:58:54 +0000 |
commit | 95f8c3ac1f670af623231161f80a7cd5af436d74 (patch) | |
tree | f8b40bdb004206365122b4050dde21743b63b1ef | |
parent | b4031dc2eb61fe1cbd98fcfee8cb2611e12f66e8 (diff) | |
download | fetchmail-95f8c3ac1f670af623231161f80a7cd5af436d74.tar.gz fetchmail-95f8c3ac1f670af623231161f80a7cd5af436d74.tar.bz2 fetchmail-95f8c3ac1f670af623231161f80a7cd5af436d74.zip |
Redo plural fix.
svn path=/trunk/; revision=4055
-rw-r--r-- | po/ca.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1393,11 +1393,11 @@ msgid " Single-drop mode: " msgstr " Mode single-drop: " #: fetchmail.c:1779 -#, fuzzy, c-format +#, c-format msgid "%d local name recognized.\n" msgid_plural "%d local names recognized.\n" -msgstr[0] "S'ha(n) reconegut %d nom(s) local(s).\n" -msgstr[1] "S'ha(n) reconegut %d nom(s) local(s).\n" +msgstr[0] "S'ha reconegut %d nom local.\n" +msgstr[1] "S'han reconegut %d noms locals.\n" #: fetchmail.c:1793 #, c-format |