Commit graph

2521 commits

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason
1c9702dc2b Return to the Icelandic main page after signup 2009-07-18 16:55:50 +00:00
Simone Cortesi
8d96065982 fixing italian translation 2009-07-18 16:39:05 +00:00
Tom Hughes
bf0e4291a2 Don't use the (unset) value of I18n.locale to try and select a language
as the one we want is in lang so just use that. Fixes #2071.
2009-07-16 20:26:18 +00:00
Richard Fairhurst
b19a12140e and the binary 2009-07-16 14:37:17 +00:00
Tom Hughes
7b07b8ccbf Set a pointRadius on the object style so nodes are visible. Fixes #2070. 2009-07-16 14:32:42 +00:00
Tom Hughes
7eaf671999 Remove executable permission from SWF files. 2009-07-16 07:42:34 +00:00
Tom Hughes
07211afe3e Select the language for Potlatch indepdently of the web site. 2009-07-16 07:37:49 +00:00
Richard Fairhurst
793c9ca790 remove debug statement 2009-07-16 01:24:46 +00:00
Richard Fairhurst
6599fe0586 Potlatch 1.1a 2009-07-16 01:20:47 +00:00
Tom Hughes
25d0017b18 Fix compatible_language_from in the http_accept_language plugin to
correctly follow the RFC 2616 language selection algorithm and then
revert to the previous way of selecting languages.
2009-07-15 23:42:56 +00:00
Tom Hughes
1368f194da Try preferred_language_from as it looks for an exact match - only if that
fails do we fall back to compatible_language_from which will take any
language where the first token matches. Fixes #2069.
2009-07-15 23:29:07 +00:00
Tom Hughes
a5ab006122 Lookup the user before setting the locale. Fixes #2068. 2009-07-15 18:21:32 +00:00
Balló György
a76cb326ba Updated Hungarian translation of OpenStreetMap website 2009-07-15 18:08:07 +00:00
Tom Hughes
291350850d Say which way is too long. 2009-07-15 13:34:14 +00:00
Tom Hughes
2c5f5a0114 Fix changeset paging. 2009-07-15 11:33:21 +00:00
Tom Hughes
e94d21f829 Remove bogus executable permissions. 2009-07-14 23:10:39 +00:00
Ævar Arnfjörð Bjarmason
47de08218f New Potlatch translations pulled in as a result of http://wiki.openstreetmap.org/index.php?title=Template%3APotlatch%2FTranslation&diff=302859&oldid=301148 2009-07-14 22:23:38 +00:00
Ævar Arnfjörð Bjarmason
85fe28cabf Updated Hungarian translation from the wiki 2009-07-14 22:06:12 +00:00
Ævar Arnfjörð Bjarmason
5d33aaa332 Potlatch's i18n support predates our Rails i18n effort, so it was
still doing its own language detection.

Scrap that and use I18n.locale instead, now Potlatch is guaranteed to
use whatever translation the rest of the site uses.

I've tested this by switching the language in preferences back and
forth, and also ensured that Potlatch will fall back on English if the
specified language doesn't exist in its list of translations.
2009-07-14 21:55:40 +00:00
Ævar Arnfjörð Bjarmason
212d56ce88 Delete the old localised.yaml file Potlatch used before it was split into per-language files 2009-07-14 21:40:50 +00:00
Tom Hughes
35d5e9d19d Fix send message links for friends and nearby mappers. Fixes #2065. 2009-07-14 19:48:21 +00:00
Jonas Krückel
3ed7a68e11 new translations 2009-07-14 15:25:24 +00:00
Jonas Krückel
fcd2ccc06d uptodate with en.yml 16486 2009-07-14 15:00:01 +00:00
Ævar Arnfjörð Bjarmason
fb1c1267a0 Translated new string introduced in the changeset_browser merge 2009-07-14 00:59:44 +00:00
Ævar Arnfjörð Bjarmason
9064a5c6a7 Use pluralization for showing that a changeset has 1/many node/nodes
way/ways relation/relations
2009-07-14 00:50:38 +00:00
Ævar Arnfjörð Bjarmason
78fd993da7 use the same text for informing the user that tags are delimited by
commas in both the upload & edit form
2009-07-14 00:46:39 +00:00
Tom Hughes
060d6086ca Merge changeset browser branch to trunk. 2009-07-13 23:52:32 +00:00
Tom Hughes
942ca1ff23 Merge 16355:16480 from trunk. 2009-07-13 23:28:02 +00:00
Štefan Baebler
1f0acba946 improved pluralization, continuation of #2049 2009-07-13 18:51:32 +00:00
Balló György
df6854fc2a Updated Hungarian translation of OpenStreetMap website 2009-07-13 15:54:23 +00:00
Balló György
684ba8b26a Updated Hungarian translation of Potlatch 2009-07-13 15:47:51 +00:00
Tom Hughes
b8746b6113 Add extra keys to custom Slovenian pluralization. 2009-07-13 08:59:07 +00:00
Tom Hughes
9830cb27e1 Add custom pluralizer for Slovenian. Fixes #2049. 2009-07-13 08:47:59 +00:00
Tom Hughes
ab3e5e6d43 Remove redundant text. 2009-07-13 08:30:48 +00:00
Tom Hughes
2ac919d4f1 Fix a missing translation. Closes #2052. 2009-07-13 08:26:13 +00:00
Tom Hughes
b5a6493aff Remove SOTM advert from site. 2009-07-13 08:11:11 +00:00
Tom Hughes
3dd8056c6c Add initial Romanian translations. Closes #2058. 2009-07-13 07:52:30 +00:00
Ævar Arnfjörð Bjarmason
2153fb6efd Fixed a bug in how fields in /message/new were being pre-filled out.
When someone went to /message/new/:user the "Subject" are would be
pre-filled out with t('message.new.title'). The problem was that the
@title template variable was being used for two purposes, to set the
HTML <title> AND to pre-fill out the subject.

We don't always want these two to be the same, but sometimes we
do. E.g. when someone replies to a diary entry and visits
/message/new/:user?title=Foo we want Foo in the <title> and in the
pre-filled out Subject, and the same goes for replying to a message.

So I've split up the @title variable into @title and @subject.
2009-07-12 16:01:49 +00:00
Balló György
866e982488 Updated Hungarian translation of Potlatch 2009-07-12 15:55:00 +00:00
Balló György
7488c5056a Updated Hungarian translation of Potlatch 2009-07-12 13:27:36 +00:00
Richard Fairhurst
23781c9195 and the binary 2009-07-12 07:57:00 +00:00
Tom Hughes
f5e14bcc48 Don't send a noification email if somebody comments on their own diary
entry. Fixes #2053.
2009-07-11 13:24:57 +00:00
Richard Fairhurst
229e166eb3 and the binary 2009-07-11 09:55:38 +00:00
Richard Fairhurst
2e3730f910 ...and the accompanying binary 2009-07-11 07:12:19 +00:00
Balló György
66bdade743 Correct some translation bug. 2009-07-10 15:28:44 +00:00
Ævar Arnfjörð Bjarmason
bbeaebfc8b Fixed YAML syntax error in commit [16421] 2009-07-10 13:16:55 +00:00
Balló György
a18af2c1e5 Add Hungarian translation of OpenStreetMap website. 2009-07-10 12:59:28 +00:00
Richard Fairhurst
1ef85668de and the accompanying SWF 2009-07-09 20:00:29 +00:00
Richard Fairhurst
94f7108202 revised SWF 2009-07-09 14:58:34 +00:00
Richard Fairhurst
c89a31b319 fix #2046 2009-07-09 06:37:19 +00:00