See [17712] for why I'm changing this

The 'user.view.mapper since' message is broken. It should be done with
translation parameters. But messages can't include HTML like <b> and I
don't want to experiment with making that work or changing this into a
HTML table that doesn't look crappy.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-09-20 10:25:31 +00:00
parent 039a49a97b
commit 185c7c24ae
22 changed files with 22 additions and 22 deletions

View file

@ -23,7 +23,7 @@
<% if @this_user != nil %>
<P>
<b><%= t 'user.view.mapper since' %></b><%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>
<b><%= t 'user.view.mapper since' %></b> <%= l @this_user.creation_time %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>
</P>
<% end %>

View file

@ -681,7 +681,7 @@ be:
traces: трэкі
remove as friend: выдаліць з сяброў
add as friend: дадаць у сябры
mapper since: "Малюе карту з: "
mapper since: "Малюе карту з:"
ago: "({{time_in_words_ago}} таму)"
user image heading: Выява карыстальніка
delete image: Выдаліць выяву

View file

@ -921,7 +921,7 @@ de:
traces: Tracks
remove as friend: Als Freund entfernen
add as friend: Als Freund hinzufügen
mapper since: "Mapper seit: "
mapper since: "Mapper seit:"
ago: "({{time_in_words_ago}})"
user image heading: Benutzerbild
delete image: Bild löschen

View file

@ -923,7 +923,7 @@ en:
traces: traces
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image

View file

@ -207,7 +207,7 @@ fr:
traces: "traces"
remove as friend: "enlever en tant qu'ami"
add as friend: "ajouter en tant qu'ami"
mapper since: "Mappeur depuis: "
mapper since: "Mappeur depuis:"
user image heading: "Image utilisateur"
delete image: "Effacer l'image"
upload an image: "Envoyer une image"

View file

@ -207,7 +207,7 @@ gcf:
traces: "Chimen"
remove as friend: "Woté on zanmi"
add as friend: "Ajouté on zanmi"
mapper since: "Arpantè dèpi: "
mapper since: "Arpantè dèpi:"
user image heading: "Foto itilizatè"
delete image: "Woté on imaj"
upload an image: "Voyé on imaj"

View file

@ -561,7 +561,7 @@ he:
traces: traces
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image

View file

@ -617,7 +617,7 @@ hi:
traces: traces
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image

View file

@ -921,7 +921,7 @@ hu:
traces: nyomvonalak
remove as friend: barát eltávolítása
add as friend: felvétel barátnak
mapper since: "Térképszerkesztő ezóta: "
mapper since: "Térképszerkesztő ezóta:"
ago: "({{time_in_words_ago}} óta)"
user image heading: Felhasználó képe
delete image: Kép törlése

View file

@ -847,7 +847,7 @@ is:
traces: ferlar
remove as friend: fjarlægja sem vin
add as friend: bæta við sem vin
mapper since: "Notandi síðan: "
mapper since: "Notandi síðan:"
ago: "({{time_in_words_ago}} síðan)"
user image heading: Notandamynd
delete image: Eyða myndinni

View file

@ -567,7 +567,7 @@ it:
traces: tracciati
remove as friend: rimuovi come amico
add as friend: aggiungi come amico
mapper since: "Mappatore dal: "
mapper since: "Mappatore dal:"
ago: "({{time_in_words_ago}} fa)"
user image heading: "Immagine dell'utente"
delete image: Elimina immagine

View file

@ -695,7 +695,7 @@ href="http://creativecommons.org/licenses/by-sa/2.0/">クリエイティブコ
traces: "トレース"
remove as friend: "友達から削除"
add as friend: "友達に追加"
mapper since: "マッパー歴: "
mapper since: "マッパー歴:"
ago: "{{time_in_words_ago}} 前)"
user image heading: "ユーザの画像"
delete image: "画像の削除"

View file

@ -681,7 +681,7 @@ ko:
traces: traces
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image

View file

@ -567,7 +567,7 @@ nl:
traces: tracks
remove as friend: vriend verwijderen
add as friend: vriend toevoegen
mapper since: "Mapper sinds: "
mapper since: "Mapper sinds:"
ago: "({{time_in_words_ago}} geleden)"
user image heading: Gebruikersafbeelding
delete image: Afbeelding verwijderen

View file

@ -583,7 +583,7 @@ pl:
traces: ślady
remove as friend: usuń ze znajomych
add as friend: dodaj do znajomych
mapper since: "Mapuje od: "
mapper since: "Mapuje od:"
ago: "({{time_in_words_ago}} temu)"
user image heading: Zdjęcie użytkownika
delete image: Usuń zdjęcie

View file

@ -829,7 +829,7 @@ pt-BR:
traces: "trilhas"
remove as friend: "remover da lista de amigos"
add as friend: "adicionar como amigos"
mapper since: "Mapeador desde: "
mapper since: "Mapeador desde:"
ago: "({{time_in_words_ago}} atrás)"
user image heading: "Imagem do usuário"
delete image: "Apagar Imagem"

View file

@ -812,7 +812,7 @@ ro:
traces: traces
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image

View file

@ -684,7 +684,7 @@ ru:
traces: треки
remove as friend: удалить из друзей
add as friend: добавить в друзья
mapper since: "Зарегистрирован: "
mapper since: "Зарегистрирован:"
ago: "({{time_in_words_ago}} назад)"
user image heading: Аватар
delete image: Удалить аватар

View file

@ -847,7 +847,7 @@ sl:
traces: sledi
remove as friend: odstrani izmed prijateljev
add as friend: dodaj med prijatelje
mapper since: "Kartograf od: "
mapper since: "Kartograf od:"
ago: "({{time_in_words_ago}} nazaj)"
user image heading: Slika uporabnika
delete image: Izbriši sliko

View file

@ -847,7 +847,7 @@ vi:
traces: "tuyến đường"
remove as friend: "dời người bạn"
add as friend: "thêm là người bạn"
mapper since: "Tham gia: "
mapper since: "Tham gia:"
ago: "(cách đây {{time_in_words_ago}})"
user image heading: "Hình người dùng"
delete image: "Xóa Hình"

View file

@ -681,7 +681,7 @@ yo:
traces: traces
remove as friend: remove as friend
add as friend: add as friend
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} ago)"
user image heading: User image
delete image: Delete Image

View file

@ -593,7 +593,7 @@ zh-CN:
traces: traces
remove as friend: 删除好友
add as friend: 添加为好友
mapper since: "Mapper since: "
mapper since: "Mapper since:"
ago: "({{time_in_words_ago}} 以前)"
user image heading: 用户头像
delete image: 删除头像