diff --git a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb index 04412ed3f..523773bb2 100644 --- a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb @@ -316,7 +316,8 @@ Es kann durch Klicken auf einen Link erweitert werden.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb index 19f8ea2e2..0502ef960 100644 --- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb @@ -314,7 +314,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb index c8b113735..285faf85d 100644 --- a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_detailed_common_mark.html.erb @@ -314,7 +314,8 @@ To go live, all you need to add is a database and a web server.
{{recent_pages}}            -- 直近7日間に更新されたページを表示します
 {{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
 {{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
-{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
+{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb index c5d99faee..75d5efbff 100644 --- a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb @@ -312,7 +312,8 @@ https://www.redmine.org, someone@foo.bar
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/bg/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ca/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb index c9de952fa..fb31c9a0a 100644 --- a/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/cs/wiki_syntax_detailed_textile.html.erb @@ -328,7 +328,8 @@ Pro rozbalení klikněte na odkaz.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb index 32d5e1200..c2b00840a 100644 --- a/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/de/wiki_syntax_detailed_textile.html.erb @@ -321,7 +321,8 @@ Es kann durch Klicken auf einen Link erweitert werden.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/en/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es-pa/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/es/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb index beaca5823..1035f208a 100644 --- a/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/fr/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ Il peut être déroulé en cliquant sur le lien.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb index 2c9a945cc..6779ac445 100644 --- a/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/gl/wiki_syntax_detailed_textile.html.erb @@ -321,7 +321,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb index 96ff5ebb2..c4fe2c981 100644 --- a/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ja/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ To go live, all you need to add is a database and a web server.
{{recent_pages}}            -- 直近7日間に更新されたページを表示します
 {{recent_pages(days=3)}}    -- 直近3日間に更新されたページを表示します
 {{recent_pages(limit=5)}}   -- 表示するページの数を5件までに制限します
-{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します
+{{recent_pages(time=true)}} -- 直近7日間に更新されたページを更新時間とともに表示します +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ko/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb index 01414d672..a4d639424 100644 --- a/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/lt/wiki_syntax_detailed_textile.html.erb @@ -321,7 +321,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/nl/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb index e20620aec..267245dcd 100644 --- a/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/pt-br/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb index 260cfdc8e..199796765 100644 --- a/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ru/wiki_syntax_detailed_textile.html.erb @@ -352,7 +352,8 @@ bq. Rails - это полноценный, многоуровневый фрей
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb index fa245fcbb..ecd85e004 100644 --- a/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/ta-in/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ bq. ரெயில்ஸ் என்பது மாடல்-வியூ-க
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb index 43a1b9de2..8efbc3b29 100644 --- a/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/uk/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ bq. Redmine — серверний веб-додаток з відкритим
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb index 2b5022e91..18d7ddb82 100644 --- a/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh-tw/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ It can be expanded by clicking a link.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project

diff --git a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb index 8feb03c5b..9dd767ce9 100644 --- a/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb +++ b/app/views/help/wiki_syntax/textile/zh/wiki_syntax_detailed_textile.html.erb @@ -320,7 +320,8 @@ To go live, all you need to add is a database and a web server.
{{recent_pages}}            -- displays pages updated within the last 7 days
 {{recent_pages(days=3)}}    -- displays pages updated within the last 3 days
 {{recent_pages(limit=5)}}   -- limits the maximum number of pages to display to 5
-{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time
+{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time +{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project