diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-17 15:18:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-17 15:18:50 +0000 |
commit | 10cf1ccc1abe1c6ffdf21259b54292f9068b569c (patch) | |
tree | d43c2fd622b2126f72672d177f482e4934106e3d /lang | |
parent | 22b42dc90a86b16904224bf638054fffd062b53f (diff) | |
download | redmine-10cf1ccc1abe1c6ffdf21259b54292f9068b569c.tar.gz redmine-10cf1ccc1abe1c6ffdf21259b54292f9068b569c.zip |
added rss/atom feeds at project levels for:
* news
* new issues reported
* details of issue changes
issue cutom queries can be used as feeds
git-svn-id: http://redmine.rubyforge.org/svn/trunk@339 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang')
-rw-r--r-- | lang/de.yml | 2 | ||||
-rw-r--r-- | lang/en.yml | 2 | ||||
-rw-r--r-- | lang/es.yml | 2 | ||||
-rw-r--r-- | lang/fr.yml | 2 | ||||
-rw-r--r-- | lang/it.yml | 2 | ||||
-rw-r--r-- | lang/ja.yml | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/lang/de.yml b/lang/de.yml index 1e301456e..9d4015d3d 100644 --- a/lang/de.yml +++ b/lang/de.yml @@ -328,6 +328,8 @@ label_wiki: Wiki label_page_index: Index
label_current_version: Gegenwärtige Version
label_preview: Vorbetrachtung
+label_feed_plural: Feeds
+label_changes_details: Details of all changes
button_login: Einloggen
button_submit: Einreichen
diff --git a/lang/en.yml b/lang/en.yml index f369afbd8..637c36f5c 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -328,6 +328,8 @@ label_wiki: Wiki label_page_index: Index
label_current_version: Current version
label_preview: Preview
+label_feed_plural: Feeds
+label_changes_details: Details of all changes
button_login: Login
button_submit: Submit
diff --git a/lang/es.yml b/lang/es.yml index 0162b6bdd..604a9e1cc 100644 --- a/lang/es.yml +++ b/lang/es.yml @@ -328,6 +328,8 @@ label_wiki: Wiki label_page_index: Índice
label_current_version: Versión actual
label_preview: Previo
+label_feed_plural: Feeds
+label_changes_details: Detalles de todos los cambios
button_login: Conexión
button_submit: Someter
diff --git a/lang/fr.yml b/lang/fr.yml index 8f629f7bb..a41f61f3f 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -328,6 +328,8 @@ label_wiki: Wiki label_page_index: Index
label_current_version: Version actuelle
label_preview: Prévisualisation
+label_feed_plural: Flux RSS
+label_changes_details: Détails de tous les changements
button_login: Connexion
button_submit: Soumettre
diff --git a/lang/it.yml b/lang/it.yml index eae7c882c..4380651f2 100644 --- a/lang/it.yml +++ b/lang/it.yml @@ -328,6 +328,8 @@ label_wiki: Wiki label_page_index: Indice
label_current_version: Versione corrente
label_preview: Previsione
+label_feed_plural: Feeds
+label_changes_details: Particolari di tutti i cambiamenti
button_login: Login
button_submit: Invia
diff --git a/lang/ja.yml b/lang/ja.yml index be45f58a6..0c7c00ad8 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -329,6 +329,8 @@ label_wiki: Wiki label_page_index: 索引
label_current_version: 最近版
label_preview: 下検分
+label_feed_plural: Feeds
+label_changes_details: Details of all changes
button_login: ログイン
button_submit: 変更
|