diff options
author | rubidium <rubidium@openttd.org> | 2010-11-17 19:41:58 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-11-17 19:41:58 +0000 |
commit | 4e16467f5b3ee5ed0b86594ef792be0a98b5855a (patch) | |
tree | 86a87d552ac78bee052c958540815b8db3110200 /src/lang | |
parent | 864ab05cd0b30fc880396c28c3c6ada2299c9a69 (diff) | |
download | openttd-4e16467f5b3ee5ed0b86594ef792be0a98b5855a.tar.xz |
(svn r21227) -Fix (r21222): conversion didn't go right when cases were involved
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/polish.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lang/polish.txt b/src/lang/polish.txt index 10338e7b7..c4b1e5c91 100644 --- a/src/lang/polish.txt +++ b/src/lang/polish.txt @@ -540,12 +540,12 @@ STR_ABBREV_ALL :{TINYFONT}+ # 'Mode' of transport for cargoes STR_PASSENGERS :{COMMA} pasażerów STR_BAGS :{COMMA} worki -STR_BAGS.d :worków -STR_BAGS.c :workom -STR_BAGS.b :worki -STR_BAGS.n :workami -STR_BAGS.m :workach -STR_BAGS.w :worki +STR_BAGS.d :{COMMA} worków +STR_BAGS.c :{COMMA} workom +STR_BAGS.b :{COMMA} worki +STR_BAGS.n :{COMMA} workami +STR_BAGS.m :{COMMA} workach +STR_BAGS.w :{COMMA} worki STR_TONS :{COMMA} ton STR_LITERS :{COMMA} litrów STR_ITEMS :{COMMA} sztuk |