Browse Source

Added some Pixelate controls captions in i18n exclusion list

Lulu 2 years ago
parent
commit
9d2bad15f5

+ 6 - 5
lazpaint/dialog/filter/upixelate.lfm

@@ -90,6 +90,7 @@ object FPixelate: TFPixelate
     Height = 19
     Height = 19
     Top = 70
     Top = 70
     Width = 152
     Width = 152
+    Caption = 'rsPreview'
     Checked = True
     Checked = True
     OnChange = CheckBox_PreviewChange
     OnChange = CheckBox_PreviewChange
     State = cbChecked
     State = cbChecked
@@ -111,21 +112,21 @@ object FPixelate: TFPixelate
       Left = 0
       Left = 0
       Height = 25
       Height = 25
       Top = 0
       Top = 0
-      Width = 42
+      Width = 51
       AutoSize = True
       AutoSize = True
-      Caption = 'OK'
+      Caption = 'rsOK'
       Default = True
       Default = True
       OnClick = Button_OKClick
       OnClick = Button_OKClick
       TabOrder = 0
       TabOrder = 0
     end
     end
     object Button_Cancel: TButton
     object Button_Cancel: TButton
-      Left = 50
+      Left = 59
       Height = 25
       Height = 25
       Top = 0
       Top = 0
-      Width = 62
+      Width = 71
       AutoSize = True
       AutoSize = True
       Cancel = True
       Cancel = True
-      Caption = 'Cancel'
+      Caption = 'rsCancel'
       ModalResult = 2
       ModalResult = 2
       TabOrder = 1
       TabOrder = 1
     end
     end

+ 3 - 2
lazpaint/dialog/filter/upixelate.lrj

@@ -2,6 +2,7 @@
 {"hash":15478229,"name":"tfpixelate.caption","sourcebytes":[80,105,120,101,108,97,116,101],"value":"Pixelate"},
 {"hash":15478229,"name":"tfpixelate.caption","sourcebytes":[80,105,120,101,108,97,116,101],"value":"Pixelate"},
 {"hash":49409242,"name":"tfpixelate.label_pixelsize.caption","sourcebytes":[80,105,120,101,108,32,115,105,122,101,32,58],"value":"Pixel size :"},
 {"hash":49409242,"name":"tfpixelate.label_pixelsize.caption","sourcebytes":[80,105,120,101,108,32,115,105,122,101,32,58],"value":"Pixel size :"},
 {"hash":137421706,"name":"tfpixelate.label_quality.caption","sourcebytes":[81,117,97,108,105,116,121,32,58],"value":"Quality :"},
 {"hash":137421706,"name":"tfpixelate.label_quality.caption","sourcebytes":[81,117,97,108,105,116,121,32,58],"value":"Quality :"},
-{"hash":1339,"name":"tfpixelate.button_ok.caption","sourcebytes":[79,75],"value":"OK"},
-{"hash":77089212,"name":"tfpixelate.button_cancel.caption","sourcebytes":[67,97,110,99,101,108],"value":"Cancel"}
+{"hash":126662215,"name":"tfpixelate.checkbox_preview.caption","sourcebytes":[114,115,80,114,101,118,105,101,119],"value":"rsPreview"},
+{"hash":497723,"name":"tfpixelate.button_ok.caption","sourcebytes":[114,115,79,75],"value":"rsOK"},
+{"hash":127421996,"name":"tfpixelate.button_cancel.caption","sourcebytes":[114,115,67,97,110,99,101,108],"value":"rsCancel"}
 ]}
 ]}

+ 2 - 0
lazpaint/dialog/filter/upixelate.pas

@@ -173,6 +173,8 @@ begin
 
 
   CheckBox_Preview.Checked := True;
   CheckBox_Preview.Checked := True;
   CheckBox_Preview.Caption := rsPreview;
   CheckBox_Preview.Caption := rsPreview;
+  Button_OK.Caption := rsOK;
+  Button_Cancel.Caption := rsCancel;
   FInitializing := false;
   FInitializing := false;
 end;
 end;
 
 

+ 6 - 1
lazpaint/lazpaint.lpi

@@ -21,14 +21,19 @@
     <i18n>
     <i18n>
       <EnableI18N Value="True"/>
       <EnableI18N Value="True"/>
       <OutDir Value="release\bin\i18n"/>
       <OutDir Value="release\bin\i18n"/>
+      <ExcludedOriginals Count="3">
+        <Item1 Value="rsPreview"/>
+        <Item2 Value="rsOK"/>
+        <Item3 Value="rsCancel"/>
+      </ExcludedOriginals>
     </i18n>
     </i18n>
     <VersionInfo>
     <VersionInfo>
       <UseVersionInfo Value="True"/>
       <UseVersionInfo Value="True"/>
       <MajorVersionNr Value="7"/>
       <MajorVersionNr Value="7"/>
       <MinorVersionNr Value="2"/>
       <MinorVersionNr Value="2"/>
+      <RevisionNr Value="2"/>
       <CharSet Value="04B0"/>
       <CharSet Value="04B0"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" FileDescription="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe" ProductName="LazPaint"/>
       <StringTable CompanyName="http://sourceforge.net/projects/lazpaint/" FileDescription="LazPaint" InternalName="lazpaint" OriginalFilename="lazpaint.exe" ProductName="LazPaint"/>
-      <RevisionNr Value="2"/>
     </VersionInfo>
     </VersionInfo>
     <BuildModes Count="10">
     <BuildModes Count="10">
       <Item1 Name="Debug" Default="True"/>
       <Item1 Name="Debug" Default="True"/>

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.ar.po

@@ -2395,16 +2395,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "النسيج الحالي"
 msgstr "النسيج الحالي"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "إلغاء"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "موافق"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3481,6 +3471,12 @@ msgstr "من غير المعقول حفظ الصورة الكبيرة في تن
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "موافق"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "حسنا"
 msgstr "حسنا"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.bg.po

@@ -2382,16 +2382,6 @@ msgctxt "TFPHONGFILTER.RADIO_USETEXTURE.CAPTION"
 msgid "Current texture"
 msgid "Current texture"
 msgstr ""
 msgstr ""
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Отказ"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "Добре"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "TFPIXELATE.CAPTION"
 msgctxt "TFPIXELATE.CAPTION"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3463,6 +3453,12 @@ msgstr ""
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "Добре"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Добре"
 msgstr "Добре"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.cs.po

@@ -2246,16 +2246,6 @@ msgstr "Barva pera"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Aktuální textura"
 msgstr "Aktuální textura"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "tfpixelate.button_cancel.caption"
-msgid "Cancel"
-msgstr "Zrušit"
-
-#: tfpixelate.button_ok.caption
-msgctxt "tfpixelate.button_ok.caption"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgid "Pixelate"
 msgid "Pixelate"
 msgstr "Pixelizace"
 msgstr "Pixelizace"
@@ -3314,6 +3304,12 @@ msgstr "Není rozumně ukládat tak velký obrázek v tomto formátu."
 msgid "№"
 msgid "№"
 msgstr "Č."
 msgstr "Č."
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Ok"
 msgstr "Ok"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.de.po

@@ -2406,16 +2406,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Aktuelle Textur"
 msgstr "Aktuelle Textur"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Abbruch"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3492,6 +3482,12 @@ msgstr "Es wird nicht empfohlen, ein so großes Bild in diesem Dateiformat zu sp
 msgid "№"
 msgid "№"
 msgstr "Nr."
 msgstr "Nr."
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "OK"
 msgstr "OK"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.es.po

@@ -2388,16 +2388,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Textura actual"
 msgstr "Textura actual"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "Aceptar"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3487,6 +3477,12 @@ msgstr "No es razonable guardar una imagen tan grande con este formato."
 msgid "№"
 msgid "№"
 msgstr "Nº"
 msgstr "Nº"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "Aceptar"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "OK"
 msgstr "OK"

+ 5 - 10
lazpaint/release/bin/i18n/lazpaint.fi.po

@@ -2387,16 +2387,6 @@ msgctxt "TFPHONGFILTER.RADIO_USETEXTURE.CAPTION"
 msgid "Current texture"
 msgid "Current texture"
 msgstr ""
 msgstr ""
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Peru"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr ""
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "TFPIXELATE.CAPTION"
 msgctxt "TFPIXELATE.CAPTION"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3473,6 +3463,11 @@ msgstr ""
 msgid "№"
 msgid "№"
 msgstr ""
 msgstr ""
 
 
+#: uresourcestrings.rsok
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr ""
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Ok"
 msgstr "Ok"

+ 7 - 10
lazpaint/release/bin/i18n/lazpaint.fr.po

@@ -2399,16 +2399,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Texture en cours"
 msgstr "Texture en cours"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Annuler"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3502,6 +3492,12 @@ msgstr "Il n'est pas raisonnable d'enregistrer une image aussi grande avec ce fo
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Ok"
 msgstr "Ok"
@@ -3840,3 +3836,4 @@ msgstr "Zoomer la pile des calques"
 msgctxt "uresourcestrings.rszoomlayerstackout"
 msgctxt "uresourcestrings.rszoomlayerstackout"
 msgid "Zoom layer stack out"
 msgid "Zoom layer stack out"
 msgstr "Dézoomer la pile des calques"
 msgstr "Dézoomer la pile des calques"
+

+ 5 - 10
lazpaint/release/bin/i18n/lazpaint.it.po

@@ -2384,16 +2384,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Testo corrente"
 msgstr "Testo corrente"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Cancella"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr ""
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3488,6 +3478,11 @@ msgstr ""
 msgid "№"
 msgid "№"
 msgstr ""
 msgstr ""
 
 
+#: uresourcestrings.rsok
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr ""
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr ""
 msgstr ""

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.ja.po

@@ -2393,16 +2393,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "現在のテクスチャ"
 msgstr "現在のテクスチャ"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "キャンセル"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3478,6 +3468,12 @@ msgstr ""
 msgid "№"
 msgid "№"
 msgstr ""
 msgstr ""
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr ""
 msgstr ""

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.kab.po

@@ -2397,16 +2397,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Tizḍi tamirant"
 msgstr "Tizḍi tamirant"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Sefsex"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "Ih"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3500,6 +3490,12 @@ msgstr "Ur iwulem ara ad teskelseḍ tugna s umasal-agi n ufaylu."
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "Ih"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Ih"
 msgstr "Ih"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.lv.po

@@ -2401,16 +2401,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Virsmas raksts"
 msgstr "Virsmas raksts"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Atcelt"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "Labi"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3504,6 +3494,12 @@ msgstr "Nav prātīgi saglabāt tik lielu attēlu šajā datnes formātā."
 msgid "№"
 msgid "№"
 msgstr "Nr. "
 msgstr "Nr. "
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "Labi"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Labi"
 msgstr "Labi"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.nl.po

@@ -2394,16 +2394,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Huidige textuur"
 msgstr "Huidige textuur"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Annuleren"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3476,6 +3466,12 @@ msgstr "Het is onredelijk om zo'n grote afbeelding in dit bestandsformaat op te
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "OK"
 msgstr "OK"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.pl.po

@@ -2406,16 +2406,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Bieżąca tekstura"
 msgstr "Bieżąca tekstura"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Anuluj"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3496,6 +3486,12 @@ msgstr "Nie zaleca się zapisywania tak dużego obrazu w tym formacie pliku."
 msgid "№"
 msgid "№"
 msgstr "Nr."
 msgstr "Nr."
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "OK"
 msgstr "OK"

+ 5 - 10
lazpaint/release/bin/i18n/lazpaint.pot

@@ -2235,16 +2235,6 @@ msgstr ""
 msgid "Current texture"
 msgid "Current texture"
 msgstr ""
 msgstr ""
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "tfpixelate.button_cancel.caption"
-msgid "Cancel"
-msgstr ""
-
-#: tfpixelate.button_ok.caption
-msgctxt "tfpixelate.button_ok.caption"
-msgid "OK"
-msgstr ""
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgid "Pixelate"
 msgid "Pixelate"
 msgstr ""
 msgstr ""
@@ -3303,6 +3293,11 @@ msgstr ""
 msgid "№"
 msgid "№"
 msgstr ""
 msgstr ""
 
 
+#: uresourcestrings.rsok
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr ""
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr ""
 msgstr ""

+ 6 - 11
lazpaint/release/bin/i18n/lazpaint.pt_BR.po

@@ -2398,17 +2398,6 @@ msgctxt "TFPHONGFILTER.RADIO_USETEXTURE.CAPTION"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Textura atual"
 msgstr "Textura atual"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Cancelar"
-
-#: tfpixelate.button_ok.caption
-#, fuzzy
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "TFPIXELATE.CAPTION"
 msgctxt "TFPIXELATE.CAPTION"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3492,6 +3481,12 @@ msgstr "Não é razoável salvar uma imagem grande neste formato de arquivo."
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "OK"
 msgstr "OK"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.ru.po

@@ -2381,16 +2381,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Текущ. текстура"
 msgstr "Текущ. текстура"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Отмена"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "ОК"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3464,6 +3454,12 @@ msgstr "Не стоит сохранять такое большое изобр
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "ОК"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "ОК"
 msgstr "ОК"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.sv.po

@@ -2394,16 +2394,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "Vald textur"
 msgstr "Vald textur"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "Avbryt"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "OK"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3484,6 +3474,12 @@ msgstr "Det är inte rimligt att spara en så stor bild i det här filformatet."
 msgid "№"
 msgid "№"
 msgstr ""
 msgstr ""
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "OK"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "Okej"
 msgstr "Okej"

+ 6 - 10
lazpaint/release/bin/i18n/lazpaint.zh_CN.po

@@ -2394,16 +2394,6 @@ msgctxt "tfphongfilter.radio_usetexture.caption"
 msgid "Current texture"
 msgid "Current texture"
 msgstr "当前纹理"
 msgstr "当前纹理"
 
 
-#: tfpixelate.button_cancel.caption
-msgctxt "TFPIXELATE.BUTTON_CANCEL.CAPTION"
-msgid "Cancel"
-msgstr "取消"
-
-#: tfpixelate.button_ok.caption
-msgctxt "TFPIXELATE.BUTTON_OK.CAPTION"
-msgid "OK"
-msgstr "确定"
-
 #: tfpixelate.caption
 #: tfpixelate.caption
 msgctxt "tfpixelate.caption"
 msgctxt "tfpixelate.caption"
 msgid "Pixelate"
 msgid "Pixelate"
@@ -3497,6 +3487,12 @@ msgstr "此文件格式不适合保存如此大的图像。"
 msgid "№"
 msgid "№"
 msgstr "№"
 msgstr "№"
 
 
+#: uresourcestrings.rsok
+#, fuzzy
+msgctxt "uresourcestrings.rsok"
+msgid "OK"
+msgstr "确定"
+
 #: uresourcestrings.rsokay
 #: uresourcestrings.rsokay
 msgid "Okay"
 msgid "Okay"
 msgstr "好"
 msgstr "好"

+ 1 - 0
lazpaint/uresourcestrings.pas

@@ -280,6 +280,7 @@ resourcestring
   rsPaletteOptions = 'Palette options';
   rsPaletteOptions = 'Palette options';
 
 
   rsPreview = 'Preview';
   rsPreview = 'Preview';
+  rsOK = 'OK';
 
 
 function RemoveTrail(ACaption: string): string;
 function RemoveTrail(ACaption: string): string;