sabrogden / Ditto

Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
https://ditto-cp.sourceforge.io/
3.9k stars 206 forks source link

Unsupported strings for translation #350

Open maboroshin opened 2 years ago

maboroshin commented 2 years ago
maboroshin commented 2 years ago

The one in which the ID exists. I have added the following But it was not translated. If needed, Please name the XML tag name about Ditto_Description_Right_Click_Menu and Ditto_NO_Database_Menu.

    <Ditto_Description_Right_Click_Menu>
        <Item English_Text = "Remember window position" ID = "32882"></Item>
        <Item English_Text = "Size window to content" ID = "32883"></Item>
        <Item English_Text = "Scale images to fit window" ID = "32884"></Item>
        <Item English_Text = "Hide description window on mouse clip selection" ID = "32926"></Item>
        <Item English_Text = "Wrap Text" ID = "32928"></Item>
        <Item English_Text = "Always on top" ID = "32942"></Item>
        <Item English_Text = "View as Text" ID = "32972"></Item>
        <Item English_Text = "View as RTF" ID = "32973"></Item>
        <Item English_Text = "View as HTML" ID = "32974"></Item>
        <Item English_Text = "View as Image" ID = "32975"></Item>
    </Ditto_Description_Right_Click_Menu>

    <Ditto_No_Database_Menu>
        <Item English_Text = "Options" ID = "32965"></Item>
        <Item English_Text = "Exit" ID = "32967"></Item>
    </Ditto_No_Database_Menu>