OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Typos and ids to fix in localization #3776

Closed orchardbot closed 9 years ago

orchardbot commented 11 years ago

@agriffard created: https://orchard.codeplex.com/workitem/19948

For @Benedek : Here are some typos I found localizing the po files.

~/Modules/Orchard.Workflows/Views/Admin/Index.cshtml
Create new Wokflow Definition => Wokflow : r is missing

Core

| msgid "Change the way your site works and looks with <a href=\"{0}\">themes and<a href=\"{1}\">modules. There’s plenty to choose from in the<a href=\"http://orchardproject.net/gallery\">Orchard Gallery. We’re always adding things, so be sure to check back often to see what’s new."

=> change the id as you changed the string to add a space with<a

: ~/Modules/Orchard.CustomForms/Views/EditorTemplates/Parts.CustomForm.Fields.cshtml

| msgid "Specify a custom message when the form is submitted"

Specificy a custom message when the form is submitted

=> Specify

: ~/Modules/Orchard.Indexing/Views/Admin/Index.cshtml

| msgid "Update the search index now: "

=> remove the space at the end of the msgid, after the :

http://orchardproject.net/localize/Module/Orchard.PublishLater/fr-FR msgid "Published : => missing " at the end

Same problems for these ones :

No Draft (~/Modules/Orchard.PublishLater/Views/Parts/PublishLater.Metadata.SummaryAdmin.cshtm#| msgid "No Draft) Not Published (~/Modules/Orchard.PublishLater/Views/Parts/PublishLater.Metadata.SummaryAdmin.cshtm#| msgid "Not Published) Published: {0} (~/Modules/Orchard.PublishLater/Views/Parts/PublishLater.Metadata.SummaryAdmin.cshtm#| msgid "Published: {0}) Published (~/Modules/Orchard.PublishLater/Views/Parts/PublishLater.Metadata.SummaryAdmin.cshtm#| msgid "Published) The page has a draft (~/Modules/Orchard.PublishLater/Views/Parts/PublishLater.Metadata.SummaryAdmin.cshtm#| msgid "The page has a draft) The page is scheduled for publishing (~/Modules/Orchard.PublishLater/Views/Parts/PublishLater.Metadata.SummaryAdmin.cshtm#| msgid "The page is scheduled for publishing)

orchardbot commented 11 years ago

@sebastienros commented:

Please do

orchardbot commented 11 years ago

@agriffard commented:

Fixed in changeset 4940de03479b46229da2d13edccce2bd6c63a42e

orchardbot commented 11 years ago

@agriffard commented:

Changes made in source code. Benedek still has to fix some resources in the online localization tool.