Ævar Arnfjörð Bjarmason
0d16fd57d4
Add RSS feed for global recent changes & changes within a bbox. Solves #1737
...
This has so much copy/paste code it hurts, the new list*_rss methods
are just copies of the old list* methods, but see #1927 for that.
2009-06-07 02:39:45 +00:00
Ævar Arnfjörð Bjarmason
bbc700b9ac
Don't add a <comments> entry for anonymous users
2009-06-07 02:32:16 +00:00
Ævar Arnfjörð Bjarmason
011237c2c5
Implement /user/$user/edits/rss, partially solves #1737
2009-06-07 01:32:19 +00:00
Ævar Arnfjörð Bjarmason
991c940138
Icelandic translations for rails-i18n. This still has to be merged upstream.
...
Most of these strings have been translated without seeing them in
actual use in a rails application, but the German / Norwegian strings
were consulted during translation so it shouldn't be too bad.
2009-06-06 21:43:30 +00:00
Ævar Arnfjörð Bjarmason
e72f35f8d9
Make URL that link to the OSM Wiki configurable by translations. A lot
...
of these pages have been translated into other languages and users
using other languages would want to visit those in preference to the
English version.
2009-06-06 21:36:49 +00:00
Jonas Krückel
d0fcedcfb7
new translations
2009-06-06 21:18:44 +00:00
Jonas Krückel
cf9d422e92
uptodate with en.yml 15703
2009-06-06 21:12:26 +00:00
Ævar Arnfjörð Bjarmason
86bcd5ff6b
Translations for settings/setting errors
2009-06-06 20:13:55 +00:00
Ævar Arnfjörð Bjarmason
7d1485e63c
Breytt þann => Breytt, more succinct
2009-06-06 19:36:12 +00:00
Ævar Arnfjörð Bjarmason
42fc3ef5cc
{{view_history_link}} -> {{view_details_link}}. This broke the site in Icelandic
2009-06-06 19:30:46 +00:00
Ævar Arnfjörð Bjarmason
563c9fe08f
Spelling error in ''browse.start_rjs.object_list.api'': are => area
2009-06-06 19:24:19 +00:00
Ævar Arnfjörð Bjarmason
cc5694da1c
More progress on ticket:1919
...
These messages now don't use JavaScript string concatenation but
variable interpolation:
* browse.start_rjs.history_for_feature
* browse.start_rjs.edited_by_user_at_timestamp
* browse.start_rjs.object_list.selected.type.node
* browse.start_rjs.object_list.selected.type.way
* browse.start_rjs.object_list.history.type.node
* browse.start_rjs.object_list.history.type.way
These previously extant messages have been deleted, merged, and given
more descriptive names:
* browse.start_rjs.history_for
* browse.start_rjs.edited_by
* browse.start_rjs.at_timestamp
2009-06-06 19:22:39 +00:00
Ævar Arnfjörð Bjarmason
f9e5cdbb93
object_list.type.relation isn't used by anything
2009-06-06 18:32:15 +00:00
Ævar Arnfjörð Bjarmason
de18f26d3c
Nuked 'browse.start_rjs.unable_to_load' and replaced it with
...
'browse.start_rjs.unable_to_load_size' which solves #1919 some more.
2009-06-06 18:25:41 +00:00
Ævar Arnfjörð Bjarmason
3622db1665
Don't hardcode bbox size 0.25, use APP_CONFIG['max_request_area'] instead
2009-06-06 18:13:11 +00:00
Ævar Arnfjörð Bjarmason
b653ace377
Implement a hack so that we can interpolate JavaScript variables in
...
translation strings from Ruby, doing the string replacement lient-side
instead of on the server.
This partially solves ticket:1919. I still have to move the rest of
the JS functions over to the new system.
2009-06-06 17:57:08 +00:00
Tom Hughes
91aaae1933
Improve the data browser translation logic.
2009-06-06 15:46:41 +00:00
Ævar Arnfjörð Bjarmason
c875a70b31
Made a bunch of start.rjs stuff translatable, including
...
* Object list, API, Display object list, Details
Also make node/way/relation translatable, and in different contexts
too (e.g. Icelandic needs this).
This introduces more stuff that needs to be fixed in ticket 1919.
2009-06-06 15:05:39 +00:00
Ævar Arnfjörð Bjarmason
1ac570033a
Translation for new strings in en.yml that weren't here already:
...
* Login to leave comment
* Tooltip strings
* Various new E-Mail templates translated
2009-06-06 14:22:05 +00:00
Jonas Krückel
9dc591ec64
translation of tooltips
2009-06-06 13:45:17 +00:00
Ævar Arnfjörð Bjarmason
db51d7f3dd
Added & cleaned up messages relating to a given user not existing
...
The following pages now have a <title> that can be set in localizations:
* /user/USER_DOES_NOT_EXIST
* /user/USER_DOES_NOT_EXIST/diary
* /user/USER_DOES_NOT_EXIST/traces
* /message/*/ID_DOES_NOT_EXIST
In addition I've cleaned up the i18n message keys of all the
''no_such_user.rhtml'' pages involved. They now all use
title/heading/body for the <title>, <h2> and <p> respectively. And the
message key {{user}} instead of {{name}}.
2009-06-06 13:15:53 +00:00
Tom Hughes
f798504669
Make tab tooltips translatable.
2009-06-06 13:12:57 +00:00
Jonas Krückel
2963c48fbf
Corrections
2009-06-06 12:20:01 +00:00
Jonas Krückel
04d291250b
new translations (mainly email)
2009-06-06 11:58:10 +00:00
Jonas Krückel
6cb1fe4b4f
uptodate with en.yml 15675
2009-06-06 10:59:56 +00:00
Łukasz Jernaś
dc2a18085c
Set reviewboard:url property on the locales dir.
2009-06-06 09:17:29 +00:00
Łukasz Jernaś
3fb9bf031e
Changes to Polish translation from balrog-kun.
2009-06-06 09:09:13 +00:00
Tom Hughes
d9dbd3edf1
Make the rest of the email translatable.
2009-06-05 23:53:47 +00:00
Tom Hughes
606e5ed267
Add an extra message to detect Postgres deadlocks.
2009-06-05 23:08:29 +00:00
Tom Hughes
2b9f430908
Update deadlock_retry plugin with latest upstream code.
2009-06-05 23:07:10 +00:00
Tom Hughes
edcd4af496
Escape quotes to keep javascript happy.
2009-06-05 22:56:09 +00:00
Thomas Wood
9f9efa7d45
Catch creation of en.po
2009-06-05 22:38:04 +00:00
Thomas Wood
902a44e630
Add bulk yaml production to yaml2po
2009-06-05 22:27:21 +00:00
Jonas Krückel
4a81f3a9cf
more translations
2009-06-05 21:53:25 +00:00
Jonas Krückel
a2bc5b0faf
updated translations
2009-06-05 21:48:44 +00:00
Jonas Krückel
c7ba969411
uptodate with en.yml 15663
2009-06-05 21:40:21 +00:00
Artem Dudarev
80e24c350f
futher minor improvements
2009-06-05 20:21:57 +00:00
Thomas Wood
bb214eebc2
Add the counterpart script, po2yaml, and use strctxt rather than #: for identifying strings.
2009-06-05 19:03:39 +00:00
Ævar Arnfjörð Bjarmason
ae7f3f2786
Make node/way/relation which is fed into the the 'browse.not_found.sorry' message translatable
2009-06-05 19:02:31 +00:00
Tom Hughes
e2cb38cd6e
Make "Login to leave a comment" translatable.
2009-06-05 18:11:50 +00:00
Tom Hughes
52bfc5a905
Update key when the zoom changes, even if the language is not english.
2009-06-05 18:06:38 +00:00
Jonas Krückel
da8c910bc2
added missing translations
2009-06-05 16:46:55 +00:00
Ævar Arnfjörð Bjarmason
9c6a3477f9
* Translated new things from en.yml since the last import
...
* Changen innbox/útbox to innhólf/úthólf, as suggested by http://herdubreid.rhi.hi.is:1026/wordbank/search
* Translated "add a marker" in Export tab
* Translated some more e-mail stuff
2009-06-05 15:46:52 +00:00
Artem Dudarev
871db8dac3
changed to plural diary_entry: view: title
2009-06-05 15:26:39 +00:00
Jonas Krückel
88bc67789d
uptodate with en.yml 15653 now
2009-06-05 15:21:54 +00:00
Ævar Arnfjörð Bjarmason
b7fa932261
remove_friend.success was missing a closing paren, so '{{name}' showed up literally in all these languages when removing a friend
2009-06-05 15:09:41 +00:00
Tom Hughes
b6ebb18fce
Fix indentation.
2009-06-05 15:03:26 +00:00
Tom Hughes
1bd3a83add
Translate the title of the user diary view.
2009-06-05 14:59:13 +00:00
Tom Hughes
c69f90edb0
Remove byte order mark from start of file and convert DOS line endings.
2009-06-05 14:29:32 +00:00
Tom Hughes
ea90c5466c
Rename zh-cn to zh-CN which is the recommended capitalisation.
2009-06-05 14:21:26 +00:00