Commit graph

2275 commits

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason
7551e8a0c1 Add a link to [[Visibility of GPS traces]] on the wiki to explain what public/private means. Solves ticket:1002 2009-06-23 01:27:40 +00:00
Ævar Arnfjörð Bjarmason
23dd8be9a8 Translate diary_entry.no_such_entry.title/heading/body 2009-06-23 00:19:41 +00:00
Ævar Arnfjörð Bjarmason
be57524849 Add 'diary_entry.no_such_entry.title' for diary entries that don't exist 2009-06-23 00:17:20 +00:00
Ævar Arnfjörð Bjarmason
85d04b1088 Translated "None" 2009-06-23 00:08:34 +00:00
Ævar Arnfjörð Bjarmason
9e504a0b33 'trace.tags.none' was never displayed because the empty list ([]) is true in ruby. Use trace.tags.empty?
Wrap 'trace.tags.none' in <i> to make it obvious that "none" is a system-generated value
2009-06-23 00:02:35 +00:00
Ævar Arnfjörð Bjarmason
73f04687ff * GPX view/edit translations
* "$time ago" translated
 * Merged OAuth messages from en.yml
2009-06-22 23:52:28 +00:00
Ævar Arnfjörð Bjarmason
cc3faefa46 * Changed "t'trace.edit.start_coord' %>Start coordinate:" to "t'trace.edit.start_coord' %>"
* "map" was untranslatable
2009-06-22 23:47:49 +00:00
Ævar Arnfjörð Bjarmason
dfadcc797c Fixed up the <title>/<h2> mess in trace/edit and trace/view
* @title was never set on trace editing, and thus <h2></h2> was produced
 * Changed split 'trace.view.viewing_trace' into 'trace.view.title' and 'trace.view.heading'
 * Introduced corresponding 'trace.edit.title' and 'trace.edit.heading'
2009-06-22 23:43:53 +00:00
Ævar Arnfjörð Bjarmason
17e9016373 "download" in edit trace was untranslatable 2009-06-22 23:27:11 +00:00
Ævar Arnfjörð Bjarmason
a268dbbff0 trace.edit.tags and trace.edit.save_button were mistakenly in the locale files but not actually used. fixed this 2009-06-22 23:20:53 +00:00
Ævar Arnfjörð Bjarmason
340d5c05cf * Put checkboxes before form labels in an attempt to make them align with the text.
* Put a <br/> between the form and the submit button so they're not squashed together
2009-06-22 20:33:14 +00:00
Ævar Arnfjörð Bjarmason
0f0123c565 Add word connectors to is.yml, still needs upstream merge 2009-06-22 19:30:21 +00:00
Jonas Krückel
b6449d246b removed license_url from blacklist
added de blacklist
2009-06-22 19:28:29 +00:00
Ævar Arnfjörð Bjarmason
79af84bda3 Translate "Send message" in /messag/new/$user 2009-06-22 19:14:26 +00:00
Ævar Arnfjörð Bjarmason
7253c38234 The <title> wasn't being properly set on /message/new/$user, only on /message/new/$user?title=$title 2009-06-22 19:13:54 +00:00
Ævar Arnfjörð Bjarmason
abf35182a7 Remove debugging code 2009-06-22 19:07:03 +00:00
Ævar Arnfjörð Bjarmason
b26b6c9478 Add some more stuff to the translation blacklist 2009-06-22 18:43:10 +00:00
Ævar Arnfjörð Bjarmason
570491d8e2 sort untranslated_keys output again 2009-06-22 18:40:35 +00:00
Ævar Arnfjörð Bjarmason
ca911e928e Support blacklists/whitelists for --untranslated-values output 2009-06-22 18:32:01 +00:00
Jonas Krückel
4aa3a003ab added missing translations 2009-06-22 18:15:38 +00:00
Ævar Arnfjörð Bjarmason
8c7f4625c2 translated no_messages_yet/people_mapping_nearby 2009-06-22 17:50:32 +00:00
Matt Amos
b8f6dbd403 Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests. 2009-06-22 16:54:37 +00:00
Ævar Arnfjörð Bjarmason
2ad330d642 Change option names and improve POD 2009-06-22 16:32:58 +00:00
Ævar Arnfjörð Bjarmason
9721a9a96e Add --untranslated-values to spot things that haven't been translated 2009-06-22 16:27:40 +00:00
Ævar Arnfjörð Bjarmason
d3dd0229cb Don't use Data::Walk and instead construct a flattened list of hash
values using a custom recursive walker (stolen from yaml2po).

This makes reading the output a whole lot easier.
2009-06-22 16:05:28 +00:00
Matt Amos
b4e634fd35 'Fixing' annoying test case which intermittently fails. 2009-06-22 15:47:46 +00:00
Matt Amos
f7adbbb3a8 Fixed dereference of nil node when browsing deleted way. 2009-06-22 15:27:20 +00:00
Ævar Arnfjörð Bjarmason
c70704fb60 Tölvupóstfang -> Netfang as a translation for E-Mail address
Less verbose and more commonly used it would seem
2009-06-22 15:20:24 +00:00
Dave Stubbs
f8347307e8 Fix spelling in 500 error page 2009-06-22 13:43:39 +00:00
Ævar Arnfjörð Bjarmason
d7ae10ee67 translated friend map 2009-06-22 13:42:53 +00:00
Tom Hughes
05de62f051 Commit Japanese translation from mapnik (!) ticket 365. 2009-06-21 01:56:58 +00:00
Thomas Wood
06e9b7213d Fix bug introduced in r16011 with link to new message from diary entry.
(Thanks shaun for spotting this)
2009-06-20 22:28:11 +00:00
Thomas Wood
554818b5b4 Contrary to what the previous commit message said, we do actually have more cases of user A triggering mail to user B.
(references #1968)
2009-06-20 20:42:22 +00:00
Thomas Wood
0ed4cdbd49 Force locale on subject translation for diary comment notifications, since the sending user's locale is not that of recipient.
It is assumed that sender locale is that of recipient for the rest of the emails, which is fine, since the sender is the recipient.
The bodies are accounted for correctly by common_headers and the monkeypatching of ActionMailer.
(references #1968)
2009-06-20 20:36:52 +00:00
Thomas Wood
2fabbed189 Autoselect new diary entry language to that of last posted entry rather than user's default language.
(Closes #1967)
2009-06-20 18:27:03 +00:00
Thomas Wood
98a86836d2 Commit avar's patch (+ fix for user not found) to change message sending URL to be by user name rather than id.
(Closes #1920)
2009-06-19 22:33:16 +00:00
Thomas Wood
f1d4bd9124 Revert changes to ca.yml which had terribly broken UTF8, and the rails_port. 2009-06-19 21:28:31 +00:00
Jordi Julià
b4664160ba 2009-06-19 17:09:14 +00:00
Jordi Julià
197004c46b Change for a new version 2009-06-19 17:08:11 +00:00
Ævar Arnfjörð Bjarmason
dce9b392bd translated offline messages and finance contribution alt text 2009-06-19 09:18:45 +00:00
Ævar Arnfjörð Bjarmason
629fccd5c1 translated diary entry location 2009-06-18 21:59:10 +00:00
Ævar Arnfjörð Bjarmason
fc54e60e80 Translated new entries from en.yml 2009-06-18 21:54:07 +00:00
Ævar Arnfjörð Bjarmason
9bfee12faf Shop with branded OpenStreetMap -> Shop with branded OpenStreetMap merchandise 2009-06-18 21:07:46 +00:00
Jonas Krückel
b950adcbed licence text update 2009-06-18 19:00:08 +00:00
Jonas Krückel
0c0b082cd2 uptodate with en.yml 15985 again
added strings
changed translation of the licence text
2009-06-18 18:08:34 +00:00
Thomas Wood
80ff70a1ff Extend work started in [15970] to add edit link to way pages on databrowser. 2009-06-18 14:29:28 +00:00
Thomas Wood
84762011cd Fix interpolation argument error on user settings in pt-BR 2009-06-17 22:19:26 +00:00
Thomas Wood
d07770a58f Commit pt-BR language translation, thanks to vgeorge.
(closes #1969)
2009-06-17 22:11:39 +00:00
Thomas Wood
3edd81f03b Add an edit link to the browse page for nodes, since it's been bugging me a while. Ways will follow when i can work out how to generate a lat/lon for them...
Translation updates required (small edit)
2009-06-17 16:37:43 +00:00
Grant Slater
769929a2c4 Amend License signup text to be simpler to understand.
Sign-off: License Working Group, OSMF Board & Legal-Talk@.
2009-06-16 23:02:17 +00:00