mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Removed Fuzzy
This commit is contained in:
parent
fc1a30f12a
commit
ad17173e6f
|
@ -1626,6 +1626,7 @@ columns = 5
|
|||
[node name="SplashDialog" parent="." instance=ExtResource( 59 )]
|
||||
|
||||
[node name="CreateNewImage" parent="." instance=ExtResource( 60 )]
|
||||
window_title = "Please Confirm..."
|
||||
|
||||
[node name="OpenSprite" type="FileDialog" parent="."]
|
||||
margin_right = 515.0
|
||||
|
@ -1663,17 +1664,20 @@ current_dir = "/home/marco/Pixelorama"
|
|||
current_path = "/home/marco/Pixelorama/"
|
||||
|
||||
[node name="ScaleImage" parent="." instance=ExtResource( 63 )]
|
||||
window_title = "Please Confirm..."
|
||||
|
||||
[node name="PreferencesDialog" parent="." instance=ExtResource( 64 )]
|
||||
|
||||
[node name="OutlineDialog" parent="." instance=ExtResource( 65 )]
|
||||
visible = false
|
||||
window_title = "Please Confirm..."
|
||||
|
||||
[node name="AboutDialog" parent="." instance=ExtResource( 66 )]
|
||||
|
||||
[node name="QuitDialog" type="ConfirmationDialog" parent="."]
|
||||
margin_right = 200.0
|
||||
margin_bottom = 70.0
|
||||
window_title = "Please Confirm..."
|
||||
resizable = true
|
||||
dialog_text = "QUIT_LABEL"
|
||||
|
||||
|
|
|
@ -378,21 +378,17 @@ msgstr "Opzioni dello strumento sinistro"
|
|||
msgid "Right tool options"
|
||||
msgstr "Opzioni dello strumento destro"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Left pixel indicator"
|
||||
msgstr "Indicatore pixel sinistro"
|
||||
msgstr "Indicatore pixel strumento sinistro"
|
||||
|
||||
#, fuzzy
|
||||
msgid "LEFT_INDIC_HT"
|
||||
msgstr "Mostra l'indicatore pixel del mouse sinistro o il pennello sul canvas quando disegni"
|
||||
|
||||
#, fuzzy
|
||||
msgid "RIGHT_INDIC_HT"
|
||||
msgstr "Mostra l'indicatore pixel del mouse destro o il pennello sul canvas quando disegni"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Right pixel indicator"
|
||||
msgstr "Indicatore pixel destro"
|
||||
msgstr "Indicatore pixel strumento destro"
|
||||
|
||||
msgid "Brush:"
|
||||
msgstr "Pennello:"
|
||||
|
|
Loading…
Reference in a new issue