-
I created new folder for Slovenian sl-SI under languages and edited the languages.xml. Then I localized only the blogs portion of resources.xml. I would now like to show blog interface string (like Tags title, Archives title, nav bar titles) in Slovenian, however under the default language for blog Slovenian...
-
I release the CSLU 1.7.0 today. What's new : 1. Support RemoteCSLU webservice : You can localization online now ( but i suggestion backup your files before use it ) 2. Imports file : Want merge file ? Use it can save your time. 3. Generate changelist : Very thanks styx31 support format , you can...
-
I've seen a lot of discussion about localization, but what if I want to make the same blog available in multiple languages? Let's say I write blog in en. Then translators come in behind me and translate my posts into other cultures. Then when visitors view the blog, it would come up in the user's...
-
Fix: Web\ControlPannel\Controls\User\RegisteredUserControl.cs, Line 54 from: " | <a href=\"" + Globals.GetSiteUrls().UserEditProfile + "\">Edit Profile</a>"); to: " | <a href=\"" + Globals.GetSiteUrls().UserEditProfile + "\">"...
-
CS2007RTM. Regional&language settings: Russian. 1. Edit Profile 2. About 3. Set some date (other than today's) 4. Save (Optionaly: wait 10-15 minuets) Open up your member info. Date has remained the same: Birthday: 24.04.2007 (0 years old) This problem comes up only when locale, other that ENGLISH...
-
Album's Main page (/photos/(albumname)/default.aspx) The text "Photos" above the photo listing. Blog's Main page (/blogs/(blogname)/default.aspx) When you look at the footer of a post you see information about it. The author, the date it was published, etc. The "comments"...
Posted to
Translators
(Forum)
by
SuperJMN
on
Wed, Apr 18 2007
Filed under: localization, Translation, CS 2007, missing, Strings, Non-localizable
-
I am really looking forward to the realease of CS 2007 to translate the strings that were missing in RC1. The current version of the Spanish Language Pack (es-ES) for CS 2007 is about 87% of all the strings Most of the not localized strings are from the Control Panel. Resources.xml (94%) ControlPanelResources...
-
Hi there! I'm searching strings everywhere to translate and realized that there are still a bunch that are not localizable. When going to the Control Panel, you can see this: You can see that everything is translated except for "Edit Profile" that remains in English, only when you enter...
-
\Themes\Blogs\default\Skins\Skin-AboutAuthor.ascx < h2 class ="CommonSubTitle"> < asp : Literal id ="UserName" runat ="server" /> About </ h2 > \Themes\Blogs\Photos\Skins\Skin-AboutAuthor.ascx < h2 > About < asp : Literal id ="UserName" runat ="server" /></ h2 > \source...
-
Out Of Localization: Skin-CreateQuickReply.ascx < asp : button id ="SavePost" Runat ="server" Text = " Post " /> < asp : CheckBox Runat = "server" ID = "RefreshPage" Text = " Refresh Page " Checked ="True" /> CreateQuickReply.cs Head .AddTitle( Formatter .RemoveHtml( " Reply: " + postReplyingTo...