Project

General

Profile

Feature #654 » redmine-0.6.3-help.diff

sunday walker, 2008-02-13 12:55

View differences:

app/views/layouts/base.rhtml (??ƃR?s?[)
33 33
    <%= link_to l(:label_my_page), { :controller => 'my', :action => 'page'}, :class => 'mypage' if User.current.logged? %>
34 34
    <%= link_to l(:label_project_plural), { :controller => 'projects' }, :class => 'projects' %>
35 35
    <%= link_to l(:label_administration), { :controller => 'admin' }, :class => 'admin' if User.current.admin? %>
36
    <%= link_to l(:label_help), Redmine::Info.help_url, :class => 'help' %>
36
    <%= link_to l(:label_help), l(:general_help_url) != '' ? l(:general_help_url) : Redmine::Info.help_url, :class => 'help' %>
37 37
</div>
38 38
      
39 39
<div id="header">
lang/ro.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Luni,Marti,Miercuri,Joi,Vineri,Sambata,Duminica
54 54
general_first_day_of_week: '7'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Contul a fost creat cu succes.
57 58
notice_account_invalid_creditentials: Numele utilizator sau parola este invalida.
lang/zh.yml (??ƃR?s?[)
55 55
general_pdf_encoding: Big5
56 56
general_day_names: 一,二,三,四,五,六,日
57 57
general_first_day_of_week: '7'
58
general_help_url: ''
58 59

  
59 60
notice_account_updated: 帐户更新成功。
60 61
notice_account_invalid_creditentials: 用户名或密码不正确
lang/pt.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Segunda,Terça,Quarta,Quinta,Sexta,Sábado,Domingo
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Conta foi atualizada com sucesso.
57 58
notice_account_invalid_creditentials: Usuário ou senha inválidos.
lang/pt-br.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Segunda,Terca,Quarta,Quinta,Sexta,Sabado,Domingo
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Conta foi alterada com sucesso.
57 58
notice_account_invalid_creditentials: Usuario ou senha invalido.
lang/sr.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Ponedeljak, Utorak, Sreda, četvrtak, Petak, Subota, Nedelja
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Nalog je uspešno izmenjen.
57 58
notice_account_invalid_creditentials: Pogrešan korisnik ili lozinka
lang/ru.yml (??ƃR?s?[)
52 52
general_pdf_encoding: UTF-8
53 53
general_day_names: Понедельник,Вторник,Среда,Четверг,Пятница,Суббота,Воскресенье
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Учетная запись успешно обновлена.
57 58
notice_account_invalid_creditentials: Неправильное имя пользователя или пароль
lang/de.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Montag,Dienstag,Mittwoch,Donnerstag,Freitag,Samstag,Sonntag
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Konto wurde erfolgreich aktualisiert.
57 58
notice_account_invalid_creditentials: Benutzer oder Kennwort unzulässig
lang/bg.yml (??ƃR?s?[)
52 52
general_pdf_encoding: cp1251
53 53
general_day_names: Понеделник,Вторник,Сряда,Четвъртък,Петък,Събота,Неделя
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Профилът е обновен успешно.
57 58
notice_account_invalid_creditentials: Невалиден потребител или парола.
lang/sv.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Måndag,Tisdag,Onsdag,Torsdag,Fredag,Lördag,Söndag
54 54
general_first_day_of_week: '7'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Kontot har uppdaterats
57 58
notice_account_invalid_creditentials: Fel användarnamn eller lösenord
lang/ja.yml (??ƃR?s?[)
53 53
general_pdf_encoding: SJIS
54 54
general_day_names: 月曜日,火曜日,水曜日,木曜日,金曜日,土曜日,日曜日
55 55
general_first_day_of_week: '7'
56
general_help_url: 'http://redmine.jp/guide/'
56 57

  
57 58
notice_account_updated: アカウントが更新されました。
58 59
notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効
lang/he.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-8-I
53 53
general_day_names: שני,שלישי,רביעי,חמישי,שישי,שבת,ראשון
54 54
general_first_day_of_week: '7'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: החשבון עודכן בהצלחה!
57 58
notice_account_invalid_creditentials: שם משתמש או סיסמה שגויים
lang/en.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
54 54
general_first_day_of_week: '7'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Account was successfully updated.
57 58
notice_account_invalid_creditentials: Invalid user or password
lang/cs.yml (??ƃR?s?[)
52 52
general_pdf_encoding: UTF-8
53 53
general_day_names: Pondělí,Úterý,Středa,Čtvrtek,Pátek,Sobota,Neděle
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Účet byl úspěšně změněn.
57 58
notice_account_invalid_creditentials: Chybné jméno nebo heslo
lang/fr.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Lundi,Mardi,Mercredi,Jeudi,Vendredi,Samedi,Dimanche
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Le compte a été mis à jour avec succès.
57 58
notice_account_invalid_creditentials: Identifiant ou mot de passe invalide.
lang/es.yml (??ƃR?s?[)
18 18
actionview_datehelper_time_in_words_second_less_than: menos de un segundo
19 19
actionview_datehelper_time_in_words_second_less_than_plural: menos de %d segundos
20 20
actionview_instancetag_blank_option: Por favor seleccione
21
general_help_url: ''
21 22

  
22 23
activerecord_error_inclusion: no está incluído en la lista
23 24
activerecord_error_exclusion: está reservado
lang/nl.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Maandag, Dinsdag, Woensdag, Donderdag, Vrijdag, Zaterdag, Zondag
54 54
general_first_day_of_week: '7'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Account is met succes gewijzigd
57 58
notice_account_invalid_creditentials: Incorrecte gebruikersnaam of wachtwoord
lang/ko.yml (??ƃR?s?[)
52 52
general_pdf_encoding: UHC
53 53
general_day_names: 월요일,화요일,수요일,목요일,금요일,토요일,일요일
54 54
general_first_day_of_week: '7'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: 계정이 성공적으로 변경 되었습니다.
57 58
notice_account_invalid_creditentials: 잘못된 계정 또는 패스워드
lang/zh-tw.yml (??ƃR?s?[)
18 18
actionview_datehelper_time_in_words_second_less_than: 小於 1 秒
19 19
actionview_datehelper_time_in_words_second_less_than_plural: 小於 %d 秒
20 20
actionview_instancetag_blank_option: 請選擇
21
general_help_url: ''
21 22

  
22 23
activerecord_error_inclusion: is not included in the list
23 24
activerecord_error_exclusion: is reserved
lang/pl.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-2
53 53
general_day_names: Poniedziałek,Wtorek,Środa,Czwartek,Piątek,Sobota,Niedziela
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: Konto prawidłowo zaktualizowane.
57 58
notice_account_invalid_creditentials: Zły użytkownik lub hasło
lang/it.yml (??ƃR?s?[)
52 52
general_pdf_encoding: ISO-8859-1
53 53
general_day_names: Lunedì,Martedì,Mercoledì,Giovedì,Venerdì,Sabato,Domenica
54 54
general_first_day_of_week: '1'
55
general_help_url: ''
55 56

  
56 57
notice_account_updated: L'utenza è stata aggiornata.
57 58
notice_account_invalid_creditentials: Nome utente o password non validi.
    (1-1/1)