Hide Forgot
Description of problem: [ALL LANG][RHSM GUI] Missing translation for button txt 'Save' in Proxy Configuration dialog. Version-Release number of selected component (if applicable): subscription-manager-1.13.19-1.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. Run rhsm gui. 2. Click on Menu (System --> Configure Proxy). Actual results: [ALL LANG][RHSM GUI] Missing translation for button txt 'Save' in Proxy Configuration dialog. Expected results: 'Save' should be localized. Additional info: Please see the attached screen-shot.
Created attachment 987976 [details] [ALL LANG][RHSM GUI] Missing translation for button txt 'Save' in Proxy Configuration dialog
# for f in `rpm -ql subscription-manager | grep rhsm.mo`; do echo ""; echo "$f"; msgunfmt $f | grep "Save" -A1; done; /usr/share/locale/as/LC_MESSAGES/rhsm.mo /usr/share/locale/bn_IN/LC_MESSAGES/rhsm.mo /usr/share/locale/de_DE/LC_MESSAGES/rhsm.mo /usr/share/locale/es_ES/LC_MESSAGES/rhsm.mo /usr/share/locale/fr/LC_MESSAGES/rhsm.mo /usr/share/locale/gu/LC_MESSAGES/rhsm.mo /usr/share/locale/hi/LC_MESSAGES/rhsm.mo /usr/share/locale/it/LC_MESSAGES/rhsm.mo /usr/share/locale/ja/LC_MESSAGES/rhsm.mo /usr/share/locale/kn/LC_MESSAGES/rhsm.mo /usr/share/locale/ko/LC_MESSAGES/rhsm.mo /usr/share/locale/ml/LC_MESSAGES/rhsm.mo /usr/share/locale/mr/LC_MESSAGES/rhsm.mo /usr/share/locale/or/LC_MESSAGES/rhsm.mo /usr/share/locale/pa/LC_MESSAGES/rhsm.mo /usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo /usr/share/locale/ru/LC_MESSAGES/rhsm.mo /usr/share/locale/ta_IN/LC_MESSAGES/rhsm.mo /usr/share/locale/te/LC_MESSAGES/rhsm.mo /usr/share/locale/zh_CN/LC_MESSAGES/rhsm.mo /usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo msgid 'Save' should be found.
This bug is a consequence of the fix for bug 1070585 which introduced a new "Save" string. Unfortunately this fix occurred after the string freeze date of 2014-11-25 for RHEL7.1. Reference https://bugzilla.redhat.com/show_bug.cgi?id=1070585#c9
Created attachment 1075089 [details] the Proxy Configuration dialog "Save" button is now translated Verifying Version.... [root@jsefler-7 ~]# rpm -q subscription-manager-gui subscription-manager-gui-1.15.9-10.el7.x86_64 [root@jsefler-7 ~]# for f in `rpm -ql subscription-manager | grep rhsm.mo`; do echo ""; echo "$f"; msgunfmt $f | grep "Save" -A1; done; /usr/share/locale/as/LC_MESSAGES/rhsm.mo /usr/share/locale/bn_IN/LC_MESSAGES/rhsm.mo /usr/share/locale/de_DE/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "Speichern-Schaltfläche" -- msgid "_Save" msgstr "_Speichern" /usr/share/locale/es_ES/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "Botón Guardar" -- msgid "_Save" msgstr "_Guardar" /usr/share/locale/fr/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "Bouton enregistrer" -- msgid "_Save" msgstr "_Enregistrer" /usr/share/locale/gu/LC_MESSAGES/rhsm.mo /usr/share/locale/hi/LC_MESSAGES/rhsm.mo /usr/share/locale/it/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "Pulsante Salva" -- msgid "_Save" msgstr "_Salva" /usr/share/locale/ja/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "保存ボタン" -- msgid "_Save" msgstr "保存 (_S)" /usr/share/locale/kn/LC_MESSAGES/rhsm.mo /usr/share/locale/ko/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "저장 버튼" -- msgid "_Save" msgstr "저장 (_S)" /usr/share/locale/ml/LC_MESSAGES/rhsm.mo /usr/share/locale/mr/LC_MESSAGES/rhsm.mo /usr/share/locale/or/LC_MESSAGES/rhsm.mo /usr/share/locale/pa/LC_MESSAGES/rhsm.mo /usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "Botão Salvar" -- msgid "_Save" msgstr "_Salvar" /usr/share/locale/ru/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "Кнопка сохранения" -- msgid "_Save" msgstr "_Сохранить" /usr/share/locale/ta_IN/LC_MESSAGES/rhsm.mo /usr/share/locale/te/LC_MESSAGES/rhsm.mo /usr/share/locale/zh_CN/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "保存按钮" -- msgid "_Save" msgstr "保存(_S)" /usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo msgid "Save Button" msgstr "儲存按鈕" -- msgid "_Save" msgstr "儲存(_S)" [root@jsefler-7 ~]# VERIFIED: The "_Save" button text is now translated in the 10 supported languages.
As per Comment 9 , closing the bug as current release