# HG changeset patch
# User Chris Cannam
# Date 1292506031 0
# Node ID 74cb18079dd653dabb77cfea7f665004da2e81f8
# Parent fb3d7118d65ffac12af2b55d782cf47d4fd37310
Separate out Home (link) and Home (heading) texts
diff -r fb3d7118d65f -r 74cb18079dd6 app/views/welcome/index.rhtml
--- a/app/views/welcome/index.rhtml Thu Dec 16 13:04:16 2010 +0000
+++ b/app/views/welcome/index.rhtml Thu Dec 16 13:27:11 2010 +0000
@@ -4,7 +4,7 @@
<% end %>
-
<%= l(:label_home) %>
+<%= l(:label_home_heading) %>
<%= textilizable Setting.welcome_text %>
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/bg.yml
--- a/config/locales/bg.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/bg.yml Thu Dec 16 13:27:11 2010 +0000
@@ -308,6 +308,7 @@
label_register: Регистрация
label_password_lost: Забравена парола
label_home: Начало
+ label_home_heading: Начало
label_my_page: Лична страница
label_my_account: Профил
label_my_projects: Проекти, в които участвам
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/bs.yml
--- a/config/locales/bs.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/bs.yml Thu Dec 16 13:27:11 2010 +0000
@@ -434,6 +434,7 @@
label_login_with_open_id_option: ili prijava sa OpenID-om
label_password_lost: Izgubljena lozinka
label_home: Početna stranica
+ label_home_heading: Početna stranica
label_my_page: Moja stranica
label_my_account: Moj korisnički račun
label_my_projects: Moji projekti
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/ca.yml
--- a/config/locales/ca.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/ca.yml Thu Dec 16 13:27:11 2010 +0000
@@ -470,6 +470,7 @@
label_login_with_open_id_option: "o entra amb l'OpenID"
label_password_lost: Contrasenya perduda
label_home: Inici
+ label_home_heading: Inici
label_my_page: La meva pàgina
label_my_account: El meu compte
label_my_projects: Els meus projectes
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/cs.yml
--- a/config/locales/cs.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/cs.yml Thu Dec 16 13:27:11 2010 +0000
@@ -352,6 +352,7 @@
label_register: Registrovat
label_password_lost: Zapomenuté heslo
label_home: Úvodní
+ label_home_heading: Úvodní
label_my_page: Moje stránka
label_my_account: Můj účet
label_my_projects: Moje projekty
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/da.yml
--- a/config/locales/da.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/da.yml Thu Dec 16 13:27:11 2010 +0000
@@ -360,6 +360,7 @@
label_register: Registrér
label_password_lost: Glemt kodeord
label_home: Forside
+ label_home_heading: Forside
label_my_page: Min side
label_my_account: Min konto
label_my_projects: Mine projekter
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/de.yml
--- a/config/locales/de.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/de.yml Thu Dec 16 13:27:11 2010 +0000
@@ -486,6 +486,7 @@
label_login_with_open_id_option: oder mit OpenID anmelden
label_password_lost: Kennwort vergessen
label_home: Hauptseite
+ label_home_heading: Hauptseite
label_my_page: Meine Seite
label_my_account: Mein Konto
label_my_projects: Meine Projekte
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/el.yml
--- a/config/locales/el.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/el.yml Thu Dec 16 13:27:11 2010 +0000
@@ -432,6 +432,7 @@
label_login_with_open_id_option: ή συνδεθείτε με OpenID
label_password_lost: Ανάκτηση κωδικού πρόσβασης
label_home: Αρχική σελίδα
+ label_home_heading: Αρχική σελίδα
label_my_page: Η σελίδα μου
label_my_account: Ο λογαριασμός μου
label_my_projects: Τα έργα μου
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/en-GB.yml
--- a/config/locales/en-GB.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/en-GB.yml Thu Dec 16 13:27:11 2010 +0000
@@ -467,7 +467,8 @@
label_register: Register
label_login_with_open_id_option: or login with OpenID
label_password_lost: Lost password
- label_home: Welcome!
+ label_home: Home
+ label_home_heading: Welcome!
label_my_page: My page
label_my_account: My account
label_my_projects: My projects
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/en.yml
--- a/config/locales/en.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/en.yml Thu Dec 16 13:27:11 2010 +0000
@@ -483,7 +483,8 @@
label_register: Register
label_login_with_open_id_option: or login with OpenID
label_password_lost: Lost password
- label_home: Welcome!
+ label_home: Home
+ label_home_heading: Welcome!
label_my_page: My page
label_my_account: My account
label_my_projects: My projects
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/es.yml
--- a/config/locales/es.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/es.yml Thu Dec 16 13:27:11 2010 +0000
@@ -460,6 +460,7 @@
label_help: Ayuda
label_history: Histórico
label_home: Inicio
+ label_home_heading: Inicio
label_in: en
label_in_less_than: en menos que
label_in_more_than: en más que
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/eu.yml
--- a/config/locales/eu.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/eu.yml Thu Dec 16 13:27:11 2010 +0000
@@ -455,6 +455,7 @@
label_login_with_open_id_option: edo OpenID-rekin saioa hasi
label_password_lost: Pasahitza galduta
label_home: Hasiera
+ label_home_heading: Hasiera
label_my_page: Nire orria
label_my_account: Nire kontua
label_my_projects: Nire proiektuak
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/fi.yml
--- a/config/locales/fi.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/fi.yml Thu Dec 16 13:27:11 2010 +0000
@@ -360,6 +360,7 @@
label_register: Rekisteröidy
label_password_lost: Hukattu salasana
label_home: Koti
+ label_home_heading: Koti
label_my_page: Omasivu
label_my_account: Oma tili
label_my_projects: Omat projektit
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/fr.yml
--- a/config/locales/fr.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/fr.yml Thu Dec 16 13:27:11 2010 +0000
@@ -477,6 +477,7 @@
label_login_with_open_id_option: S'authentifier avec OpenID
label_password_lost: Mot de passe perdu
label_home: Accueil
+ label_home_heading: Accueil
label_my_page: Ma page
label_my_account: Mon compte
label_my_projects: Mes projets
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/gl.yml
--- a/config/locales/gl.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/gl.yml Thu Dec 16 13:27:11 2010 +0000
@@ -437,6 +437,7 @@
label_help: Axuda
label_history: Histórico
label_home: Inicio
+ label_home_heading: Inicio
label_in: en
label_in_less_than: en menos que
label_in_more_than: en mais que
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/he.yml
--- a/config/locales/he.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/he.yml Thu Dec 16 13:27:11 2010 +0000
@@ -474,6 +474,7 @@
label_login_with_open_id_option: או התחבר באמצעות OpenID
label_password_lost: אבדה הסיסמה?
label_home: דף הבית
+ label_home_heading: דף הבית
label_my_page: הדף שלי
label_my_account: החשבון שלי
label_my_projects: הפרויקטים שלי
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/hr.yml
--- a/config/locales/hr.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/hr.yml Thu Dec 16 13:27:11 2010 +0000
@@ -450,6 +450,7 @@
label_login_with_open_id_option: or login with OpenID
label_password_lost: Izgubljena zaporka
label_home: Početna stranica
+ label_home_heading: Početna stranica
label_my_page: Moja stranica
label_my_account: Moj profil
label_my_projects: Moji projekti
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/hu.yml
--- a/config/locales/hu.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/hu.yml Thu Dec 16 13:27:11 2010 +0000
@@ -376,6 +376,7 @@
label_register: Regisztráljon
label_password_lost: Elfelejtett jelszó
label_home: Kezdőlap
+ label_home_heading: Kezdőlap
label_my_page: Saját kezdőlapom
label_my_account: Fiókom adatai
label_my_projects: Saját projektem
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/id.yml
--- a/config/locales/id.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/id.yml Thu Dec 16 13:27:11 2010 +0000
@@ -441,6 +441,7 @@
label_login_with_open_id_option: atau login menggunakan OpenID
label_password_lost: Lupa password
label_home: Halaman depan
+ label_home_heading: Halaman depan
label_my_page: Beranda
label_my_account: Akun saya
label_my_projects: Proyek saya
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/it.yml
--- a/config/locales/it.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/it.yml Thu Dec 16 13:27:11 2010 +0000
@@ -319,6 +319,7 @@
label_register: Registrati
label_password_lost: Password dimenticata
label_home: Home
+ label_home_heading: Home
label_my_page: Pagina personale
label_my_account: Il mio utente
label_my_projects: I miei progetti
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/ja.yml
--- a/config/locales/ja.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/ja.yml Thu Dec 16 13:27:11 2010 +0000
@@ -499,6 +499,7 @@
label_login_with_open_id_option: またはOpenIDでログインする
label_password_lost: パスワードの再発行
label_home: ホーム
+ label_home_heading: ホーム
label_my_page: マイページ
label_my_account: 個人設定
label_my_projects: マイプロジェクト
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/ko.yml
--- a/config/locales/ko.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/ko.yml Thu Dec 16 13:27:11 2010 +0000
@@ -484,6 +484,7 @@
label_login_with_open_id_option: 또는 OpenID로 로그인
label_password_lost: 비밀번호 찾기
label_home: 초기화면
+ label_home_heading: 초기화면
label_my_page: 내 페이지
label_my_account: 내 계정
label_my_projects: 내 프로젝트
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/lt.yml
--- a/config/locales/lt.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/lt.yml Thu Dec 16 13:27:11 2010 +0000
@@ -500,6 +500,7 @@
label_register: Užsiregistruoti
label_password_lost: Prarastas slaptažodis
label_home: Pagrindinis
+ label_home_heading: Pagrindinis
label_my_page: Mano puslapis
label_my_account: Mano paskyra
label_my_projects: Mano projektai
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/lv.yml
--- a/config/locales/lv.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/lv.yml Thu Dec 16 13:27:11 2010 +0000
@@ -449,6 +449,7 @@
label_login_with_open_id_option: vai pieslēgties ar OpenID
label_password_lost: Nozaudēta parole
label_home: Sākums
+ label_home_heading: Sākums
label_my_page: Mana lapa
label_my_account: Mans konts
label_my_projects: Mani projekti
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/mk.yml
--- a/config/locales/mk.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/mk.yml Thu Dec 16 13:27:11 2010 +0000
@@ -467,6 +467,7 @@
label_login_with_open_id_option: или најави се со OpenID
label_password_lost: Изгубена лозинка
label_home: Почетна
+ label_home_heading: Почетна
label_my_page: Мојата страна
label_my_account: Мојот профил
label_my_projects: Мои проекти
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/mn.yml
--- a/config/locales/mn.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/mn.yml Thu Dec 16 13:27:11 2010 +0000
@@ -453,6 +453,7 @@
label_login_with_open_id_option: or login with OpenID
label_password_lost: Нууц үгээ алдсан
label_home: Нүүр
+ label_home_heading: Нүүр
label_my_page: Миний хуудас
label_my_account: Миний данс
label_my_projects: Миний төслүүд
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/nl.yml
--- a/config/locales/nl.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/nl.yml Thu Dec 16 13:27:11 2010 +0000
@@ -403,6 +403,7 @@
label_help: Help
label_history: Geschiedenis
label_home: Home
+ label_home_heading: Home
label_in: in
label_in_less_than: in minder dan
label_in_more_than: in meer dan
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/no.yml
--- a/config/locales/no.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/no.yml Thu Dec 16 13:27:11 2010 +0000
@@ -347,6 +347,7 @@
label_register: Registrer
label_password_lost: Mistet passord
label_home: Hjem
+ label_home_heading: Hjem
label_my_page: Min side
label_my_account: Min konto
label_my_projects: Mine prosjekter
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/pl.yml
--- a/config/locales/pl.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/pl.yml Thu Dec 16 13:27:11 2010 +0000
@@ -434,6 +434,7 @@
label_help: Pomoc
label_history: Historia
label_home: Główna
+ label_home_heading: Główna
label_in: w
label_in_less_than: mniejsze niż
label_in_more_than: większe niż
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/pt-BR.yml
--- a/config/locales/pt-BR.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/pt-BR.yml Thu Dec 16 13:27:11 2010 +0000
@@ -385,6 +385,7 @@
label_register: Cadastre-se
label_password_lost: Perdi minha senha
label_home: Página inicial
+ label_home_heading: Página inicial
label_my_page: Minha página
label_my_account: Minha conta
label_my_projects: Meus projetos
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/pt.yml
--- a/config/locales/pt.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/pt.yml Thu Dec 16 13:27:11 2010 +0000
@@ -370,6 +370,7 @@
label_register: Registar
label_password_lost: Perdi a palavra-chave
label_home: Página Inicial
+ label_home_heading: Página Inicial
label_my_page: Página Pessoal
label_my_account: Minha conta
label_my_projects: Meus projectos
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/ro.yml
--- a/config/locales/ro.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/ro.yml Thu Dec 16 13:27:11 2010 +0000
@@ -413,6 +413,7 @@
label_login_with_open_id_option: sau autentificare cu OpenID
label_password_lost: Parolă uitată
label_home: Acasă
+ label_home_heading: Acasă
label_my_page: Pagina mea
label_my_account: Contul meu
label_my_projects: Proiectele mele
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/ru.yml
--- a/config/locales/ru.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/ru.yml Thu Dec 16 13:27:11 2010 +0000
@@ -516,6 +516,7 @@
label_help: Помощь
label_history: История
label_home: Домашняя страница
+ label_home_heading: Домашняя страница
label_incoming_emails: Приём сообщений
label_index_by_date: История страниц
label_index_by_title: Оглавление
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/sk.yml
--- a/config/locales/sk.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/sk.yml Thu Dec 16 13:27:11 2010 +0000
@@ -346,6 +346,7 @@
label_register: Registrovať
label_password_lost: Zabudnuté heslo
label_home: Domovská stránka
+ label_home_heading: Domovská stránka
label_my_page: Moja stránka
label_my_account: Môj účet
label_my_projects: Moje projekty
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/sl.yml
--- a/config/locales/sl.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/sl.yml Thu Dec 16 13:27:11 2010 +0000
@@ -409,6 +409,7 @@
label_register: Registracija
label_password_lost: Izgubljeno geslo
label_home: Domov
+ label_home_heading: Domov
label_my_page: Moja stran
label_my_account: Moj račun
label_my_projects: Moji projekti
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/sr-YU.yml
--- a/config/locales/sr-YU.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/sr-YU.yml Thu Dec 16 13:27:11 2010 +0000
@@ -464,6 +464,7 @@
label_login_with_open_id_option: ili prijava sa OpenID
label_password_lost: Izgubljena lozinka
label_home: Početak
+ label_home_heading: Početak
label_my_page: Moja stranica
label_my_account: Moj nalog
label_my_projects: Moji projekti
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/sr.yml
--- a/config/locales/sr.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/sr.yml Thu Dec 16 13:27:11 2010 +0000
@@ -464,6 +464,7 @@
label_login_with_open_id_option: или пријава са OpenID
label_password_lost: Изгубљена лозинка
label_home: Почетак
+ label_home_heading: Почетак
label_my_page: Моја страница
label_my_account: Мој налог
label_my_projects: Моји пројекти
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/sv.yml
--- a/config/locales/sv.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/sv.yml Thu Dec 16 13:27:11 2010 +0000
@@ -518,6 +518,7 @@
label_login_with_open_id_option: eller logga in med OpenID
label_password_lost: Glömt lösenord
label_home: Hem
+ label_home_heading: Hem
label_my_page: Min sida
label_my_account: Mitt konto
label_my_projects: Mina projekt
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/th.yml
--- a/config/locales/th.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/th.yml Thu Dec 16 13:27:11 2010 +0000
@@ -348,6 +348,7 @@
label_register: ลงทะเบียน
label_password_lost: ลืมรหัสผ่าน
label_home: หน้าแรก
+ label_home_heading: หน้าแรก
label_my_page: หน้าของฉัน
label_my_account: บัญชีของฉัน
label_my_projects: โครงการของฉัน
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/tr.yml
--- a/config/locales/tr.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/tr.yml Thu Dec 16 13:27:11 2010 +0000
@@ -375,6 +375,7 @@
label_register: Kayıt
label_password_lost: Parolamı unuttum?
label_home: Anasayfa
+ label_home_heading: Anasayfa
label_my_page: Kişisel Sayfam
label_my_account: Hesabım
label_my_projects: Projelerim
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/uk.yml
--- a/config/locales/uk.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/uk.yml Thu Dec 16 13:27:11 2010 +0000
@@ -323,6 +323,7 @@
label_register: Зареєструватися
label_password_lost: Забули пароль
label_home: Домашня сторінка
+ label_home_heading: Домашня сторінка
label_my_page: Моя сторінка
label_my_account: Мій обліковий запис
label_my_projects: Мої проекти
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/vi.yml
--- a/config/locales/vi.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/vi.yml Thu Dec 16 13:27:11 2010 +0000
@@ -415,6 +415,7 @@
label_register: Đăng ký
label_password_lost: Phục hồi mật mã
label_home: Trang chính
+ label_home_heading: Trang chính
label_my_page: Trang riêng
label_my_account: Cá nhân
label_my_projects: Dự án của bạn
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/zh-TW.yml
--- a/config/locales/zh-TW.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/zh-TW.yml Thu Dec 16 13:27:11 2010 +0000
@@ -559,6 +559,7 @@
label_login_with_open_id_option: 或使用 OpenID 登入
label_password_lost: 遺失密碼
label_home: 網站首頁
+ label_home_heading: 網站首頁
label_my_page: 帳戶首頁
label_my_account: 我的帳戶
label_my_projects: 我的專案
diff -r fb3d7118d65f -r 74cb18079dd6 config/locales/zh.yml
--- a/config/locales/zh.yml Thu Dec 16 13:04:16 2010 +0000
+++ b/config/locales/zh.yml Thu Dec 16 13:27:11 2010 +0000
@@ -470,6 +470,7 @@
label_login_with_open_id_option: 或使用OpenID登录
label_password_lost: 忘记密码
label_home: 主页
+ label_home_heading: 主页
label_my_page: 我的工作台
label_my_account: 我的帐号
label_my_projects: 我的项目