[ZBX-2647] Translation correcting (hardcoded part of string) Created: 2010 Jul 04 Updated: 2017 May 30 Resolved: 2010 Dec 21 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Frontend (F) |
Affects Version/s: | 1.8.3 |
Fix Version/s: | 1.9.1 (alpha) |
Type: | Incident report | Priority: | Minor |
Reporter: | Oleksii Zagorskyi | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
revision 13170 |
Attachments: |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Description |
text "(seconds)" in file \frontends\php\include\forms.inc.php is hardcoded. See screen shot. |
Comments |
Comment by Oleksii Zagorskyi [ 2010 Jul 05 ] |
additional untranslated string discovered. see attached additional_untranslated.png |
Comment by Oleksii Zagorskyi [ 2010 Jul 14 ] |
Be careful - tip of trigger statuses stored into DB in 'triggers' table row 'error' |
Comment by Oleksii Zagorskyi [ 2010 Sep 30 ] |
no more suggestion. Now you can resolve this is issue. |
Comment by Oleksii Zagorskyi [ 2010 Nov 24 ] |
picture '5.untranslated_tip_statuses_of_trigger.png' is planed to resolve in the separate |
Comment by Oleksii Zagorskyi [ 2010 Dec 17 ] |
I checked dev/ 'S_CIRCULAR_LINK_CANNOT_BE_CREATED'=> 'Circular link can not be created' At picture 12.two_different_palaces.png stay untranslated "Incorrect resource" text. I must say that I have concentrated on the trunk version, and new strings for branche I will not have to translate. I will do so only in the trunk. |
Comment by Aleksandrs Saveljevs [ 2010 Dec 17 ] |
Unlike Oleksiy, I have not checked dev/ |
Comment by Konstantin Buravcov (Inactive) [ 2010 Dec 17 ] |
Thank you, Oleksiy! >info(S_ITEM_UNLINKED, $db_item["key_"]); >S_CIRCULAR_LINK_CANNOT_BE_CREATED'=> 'Circular link can not be created' is exist early. >At picture 12.two_different_palaces.png stay untranslated "Incorrect resource" text. |
Comment by Konstantin Buravcov (Inactive) [ 2010 Dec 20 ] |
All provided cases and many more found on the way are marked for translations in trunk as well. It is possible, that there are more untranslated string in API exceptions, but I think they should be dealt with step by step. Tip "Zabbix was restarted" (5.untranslated_tip_statuses_of_trigger.png) comes from Zabbix server and cannot be translated through frontend. |
Comment by Oleksii Zagorskyi [ 2010 Dec 20 ] |
Thank you for fulfilling this request. In return I promise that I will make Ukrainian and help with Russian translation for the 1.8 branch. About picture (5.untranslated_tip_statuses_of_trigger.png) as we discussed with Richlv - it can be translated and for this i registered separate Some details of this issue I will add to the others. |
Comment by Oleksii Zagorskyi [ 2010 Dec 21 ] |
For trunk version it seems you forgot to include modified files to POTFILES.in |
Comment by richlv [ 2010 Dec 21 ] |
thanks for the note. now all php files will be scanned for translatable strings |
Comment by Konstantin Buravcov (Inactive) [ 2010 Dec 21 ] |
Merged to branches/1.8: 16294 |