mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 02:44:52 +08:00
Fixing typos and lorem ipsum.
--HG-- branch : dev
This commit is contained in:
@@ -15,3 +15,4 @@ glob:src/Orchard.Azure.suo
|
||||
glob:src/Orchard.5.0.ReSharper
|
||||
glob:log.xml
|
||||
glob:profiling
|
||||
glob:*.csproj.orig
|
||||
|
@@ -1811,7 +1811,7 @@ msgstr "Changer le mot de passe"
|
||||
#: ~/Modules/Orchard.Users/Views/Account/ChangePassword.ascx
|
||||
#| msgid : "Use the form below to change your password."
|
||||
msgid "Use the form below to change your password."
|
||||
msgstr "Veuillez utiliser le forumulaire ci-dessous pour changer votre mot de passe."
|
||||
msgstr "Veuillez utiliser le formulaire ci-dessous pour changer votre mot de passe."
|
||||
|
||||
#: ~/Modules/Orchard.Users/Views/Account/ChangePassword.ascx
|
||||
#| msgid : "New passwords are required to be a minimum of {0} characters in length."
|
||||
|
@@ -124,7 +124,7 @@ namespace Orchard.Core.Indexing.Commands {
|
||||
}
|
||||
|
||||
[CommandName("index delete")]
|
||||
[CommandHelp("index delete /ContenItem:<content item id>\r\n\t" + "Deletes the specifed <content item id> fromthe index")]
|
||||
[CommandHelp("index delete /ContenItem:<content item id>\r\n\t" + "Deletes the specifed <content item id> from the index")]
|
||||
[OrchardSwitches("ContentItem")]
|
||||
public string Delete() {
|
||||
int contenItemId;
|
||||
|
@@ -21,7 +21,7 @@ namespace Orchard.Search.Controllers {
|
||||
var viewModel = new SearchIndexViewModel {HasIndexToManage = _searchService.HasIndexToManage, IndexUpdatedUtc = _searchService.GetIndexUpdatedUtc()};
|
||||
|
||||
if (!viewModel.HasIndexToManage)
|
||||
Services.Notifier.Information(T("There is not search index to manage for this site."));
|
||||
Services.Notifier.Information(T("There is no search index to manage for this site."));
|
||||
|
||||
return View(viewModel);
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@ author: The Orchard Team
|
||||
website: http://orchardproject.net
|
||||
version: 0.1
|
||||
orchardversion: 0.1.2010.0312
|
||||
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent ut arcu turpis, et placerat nunc. Nunc sollicitudin iaculis est, in ultricies mi facilisis et. Aenean et tortor non metus adipiscing laoreet in a justo. Pellentesque faucibus nisl ac lectus mollis quis pellentesque tortor egestas. Curabitur vel velit semper nunc gravida scelerisque. Vivamus at tellus dolor, in ultrices quam posuere.
|
||||
description: Orchard's built-in search module.
|
||||
features:
|
||||
Orchard.Search:
|
||||
Description: Standard interface to Orchard's built-in search.
|
||||
|
Reference in New Issue
Block a user