From cf4decf3bcb79e8c4344979ddc2c96cd5b10f8a3 Mon Sep 17 00:00:00 2001 From: Pootle Translation Date: Mon, 01 Sep 2008 14:40:55 +0000 Subject: Fix plural form equations --- (limited to 'po/pl.po') diff --git a/po/pl.po b/po/pl.po index d7a5fe1..d0c2a44 100644 --- a/po/pl.po +++ b/po/pl.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10< =4 && (n%100<10 or n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -- cgit v0.9.1