My German translations are used everywhere except the dialog workflow overview.
If I click on the following. Which by the way is shown in German:
Only the English versions shows up. Even if the user and the system language is German:
What can I do?
Edit 1: This is also the case for action buttons, as here:
This isn't a standard feature in Jira. You'll need to go through the language pack and translate the transitions.
Related
Please tell how to turn on search input for "fix Version" jira ticket's field.
Now I have follow view mode for fix Version field without search input. Only long list:
But I would like following edit mode for fix Version field.
On both screens are different jira versions from different organization.
Question is about input for search by fix Versions. In first screen I can choose version from long scrollable list. I can't input prefix of version for fast choice. Work around is ctrl+F from browser but it is pain.
I would like UX for fix Version field like on second screen. But I don't know how turn on it.
I found solution - https://confluence.atlassian.com/adminjiraserver/configuring-renderers-938847270.html#Configuringrenderers-autocompleterenderer
We should set Autocomplete renderer for fix version field.
First Question:
Is it possible to show the Users preview Pictures for every Feature?
If they go with the mouse on the Feature I want to have a description
and a preview Picture from the elements to install!
For example: for a Game different Modifications!
I can't find this function in the Installer and I think I have searched a lot!
And second question:
Is it possible to disable the "advanced Installer" inscription on every Installer side?
1) The standard MSI controls do not support this kind of user interaction. However, Advanced Installer does have an UI theme for the dialogs where you can use HTML and JS to render a custom UI for the end users. You could try use that.
2) Yes, but only if you have a license for the Enterprise or Architect edition. You can customize your dialogs in any way you desire, from Dialogs page.
The same license is also required to try to the solution from the first question.
With the trial version of Advanced Installer you can use any of these feature for 30 days, for free.
I have a question about using X-Bench in Trados Studios 2011. What happens is that, when you are in X-Bench and you click on 'Edit source' to go to a segment, in the older versions of Trados the file which contains that segment opens, and you can go immediately to that specific segment. When you use X-Bench with Studios, however, X-Bench only opens the file, without going to the segment which has to be corrected. Is there a way to go immediately to that segment without having to type it in the search field, or is that the only way possible?
Many thanks in advance,
Bart
No, there is no possible way do that. But you can do is to search the segment by ID, in Trados press CRTL+G and type the segment number. You will find the segment number for every error in Xbench.
For Trados Studio 2014, there is an ApSIC Xbench 3.0 plugin in beta that allows you to go right to the segment selected with Edit Source. You can find more information on how to install the beta plugin here.
I am using Font Awesome in my entire site, now I want to give some visual feedback to the user, so he/she knows that "this dropdown" is a language selector.
I am not sure about of any of my selections, is there any standard? This is my list:
icon-globe
icon-flag
icon-compass
I am not interested in showing the active language, but I guess I must to :(
As per github question, the language icon will be implemented in version 4.0. You can do a +1 for that request.
Edit
Language icon already added to the latest version: see here http://fontawesome.io/icon/language/ .
The icon is already available in version 4.1
You can download it here
I have a metro style app created from a Visual Studio 11 template. I created strings\en\Resources.resx and string\cs\Resources.resx. I have an English Windows 8 installation set to czech (cs) locale. When I run the application, English resources from strings\en\Resources.resx are always picked up. Date formatting is also in English locale (DateTime.ToString() showing English month names). When I delete strings\en\Resources.resx the string\cs\Resources.resx gets picked up and everything works just fine.
Can anyone help? I also tried to set the Neutral language in the assembly settings to Czech and edited DefaultLang in .csproj but nothing seems to work.
I found this on MSDN:
Test the app for the other languages.
Open the Control Panel, and select Clock, Language, and Region >
Change display language.
Note that the language that was displayed when you ran the app is
the topmost language listed that is English, German, or French.
If your topmost language is not one of these three, the app falls
back to the next one on the list the app supports.
If you do not have all three of these languages on your machine, add
the missing ones by clicking Add a language and adding
them to the list.
To test the app with another language, select the language in the
list and click Move up until it is at the top. Then run the app.
Hope this helps?