Adds missing strings (#699).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2455 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2807b9c927
commit
571494a028
|
@ -703,3 +703,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -708,3 +708,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ permission_edit_time_entries: Edit time logs
|
||||||
general_csv_decimal_separator: '.'
|
general_csv_decimal_separator: '.'
|
||||||
permission_edit_own_time_entries: Edit own time logs
|
permission_edit_own_time_entries: Edit own time logs
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -706,3 +706,6 @@ label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -688,3 +688,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -703,3 +703,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -187,6 +187,7 @@ field_default_value: Valeur par défaut
|
||||||
field_comments_sorting: Afficher les commentaires
|
field_comments_sorting: Afficher les commentaires
|
||||||
field_parent_title: Page parent
|
field_parent_title: Page parent
|
||||||
field_editable: Modifiable
|
field_editable: Modifiable
|
||||||
|
field_identity_url: URL OpenID
|
||||||
|
|
||||||
setting_app_title: Titre de l'application
|
setting_app_title: Titre de l'application
|
||||||
setting_app_subtitle: Sous-titre de l'application
|
setting_app_subtitle: Sous-titre de l'application
|
||||||
|
@ -228,6 +229,7 @@ setting_sequential_project_identifiers: Générer des identifiants de projet sé
|
||||||
setting_gravatar_enabled: Afficher les Gravatar des utilisateurs
|
setting_gravatar_enabled: Afficher les Gravatar des utilisateurs
|
||||||
setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées
|
setting_diff_max_lines_displayed: Nombre maximum de lignes de diff affichées
|
||||||
setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier"
|
setting_repository_log_display_limit: "Nombre maximum de revisions affichées sur l'historique d'un fichier"
|
||||||
|
setting_openid: "Autoriser l'authentification et l'enregistrement OpenID"
|
||||||
|
|
||||||
permission_edit_project: Modifier le projet
|
permission_edit_project: Modifier le projet
|
||||||
permission_select_project_modules: Choisir les modules
|
permission_select_project_modules: Choisir les modules
|
||||||
|
@ -587,6 +589,7 @@ label_generate_key: Générer une clé
|
||||||
label_issue_watchers: Observateurs
|
label_issue_watchers: Observateurs
|
||||||
label_example: Exemple
|
label_example: Exemple
|
||||||
label_display: Affichage
|
label_display: Affichage
|
||||||
|
label_login_with_open_id_option: Authentification OpenID
|
||||||
|
|
||||||
button_login: Connexion
|
button_login: Connexion
|
||||||
button_submit: Soumettre
|
button_submit: Soumettre
|
||||||
|
|
|
@ -688,3 +688,6 @@ label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -703,3 +703,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: 'Értékenként egy sor'
|
||||||
label_display: Megmutat
|
label_display: Megmutat
|
||||||
field_editable: Szerkeszthető
|
field_editable: Szerkeszthető
|
||||||
setting_repository_log_display_limit: Maximum hány revízió jelenjen meg a fájl logban
|
setting_repository_log_display_limit: Maximum hány revízió jelenjen meg a fájl logban
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -703,3 +703,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記
|
||||||
label_display: 表示
|
label_display: 表示
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -703,3 +703,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ text_plugin_assets_writable: Plugin assets directory writable
|
||||||
label_display: Display
|
label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -688,3 +688,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -722,3 +722,6 @@ label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: 'Uma linha para cada valor'
|
||||||
label_display: Exibição
|
label_display: Exibição
|
||||||
field_editable: Editável
|
field_editable: Editável
|
||||||
setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
|
setting_repository_log_display_limit: Número máximo de revisões exibidas no arquivo de log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -703,3 +703,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -738,3 +738,6 @@ label_display: Отображение
|
||||||
field_editable: Редактируемый
|
field_editable: Редактируемый
|
||||||
|
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -708,3 +708,6 @@ label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ text_plugin_assets_writable: Plugin assets directory writable
|
||||||
label_display: Display
|
label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ default_activity_development: Utveckling
|
||||||
enumeration_issue_priorities: Ärendeprioriteter
|
enumeration_issue_priorities: Ärendeprioriteter
|
||||||
enumeration_doc_categories: Dokumentkategorier
|
enumeration_doc_categories: Dokumentkategorier
|
||||||
enumeration_activities: Aktiviteter (tidsuppföljning)
|
enumeration_activities: Aktiviteter (tidsuppföljning)
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -706,3 +706,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -704,3 +704,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -705,3 +705,6 @@ text_plugin_assets_writable: Plugin assets directory writable
|
||||||
label_display: Display
|
label_display: Display
|
||||||
button_create_and_continue: Create and continue
|
button_create_and_continue: Create and continue
|
||||||
text_custom_field_possible_values_info: 'One line for each value'
|
text_custom_field_possible_values_info: 'One line for each value'
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -706,3 +706,6 @@ text_custom_field_possible_values_info: 'One line for each value'
|
||||||
label_display: Display
|
label_display: Display
|
||||||
field_editable: Editable
|
field_editable: Editable
|
||||||
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -706,3 +706,6 @@ default_activity_development: 開發
|
||||||
enumeration_issue_priorities: 項目優先權
|
enumeration_issue_priorities: 項目優先權
|
||||||
enumeration_doc_categories: 文件分類
|
enumeration_doc_categories: 文件分類
|
||||||
enumeration_activities: 活動 (時間追蹤)
|
enumeration_activities: 活動 (時間追蹤)
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
|
@ -706,3 +706,6 @@ default_activity_development: 开发
|
||||||
enumeration_issue_priorities: 问题优先级
|
enumeration_issue_priorities: 问题优先级
|
||||||
enumeration_doc_categories: 文档类别
|
enumeration_doc_categories: 文档类别
|
||||||
enumeration_activities: 活动(时间跟踪)
|
enumeration_activities: 活动(时间跟踪)
|
||||||
|
field_identity_url: OpenID URL
|
||||||
|
setting_openid: Allow OpenID login and registration
|
||||||
|
label_login_with_open_id_option: or login with OpenID
|
||||||
|
|
Loading…
Reference in New Issue