updated finnish translation from Seppo

git-svn-id: trunk@5901 -
This commit is contained in:
mattias 2004-09-01 10:49:06 +00:00
parent 4ec908a9f7
commit 2772146090
49 changed files with 1405 additions and 196 deletions

View File

@ -1,43 +1,43 @@
object EncloseSelectionDialog: TEncloseSelectionDialog
CAPTION = 'Enclose Selection'
CLIENTHEIGHT = 244
CLIENTWIDTH = 341
ONCREATE = EncloseSelectionDialogCREATE
POSITION = poscreencenter
HORZSCROLLBAR.PAGE = 342
VERTSCROLLBAR.PAGE = 245
LEFT = 406
HEIGHT = 244
TOP = 308
WIDTH = 341
object OkButton: TBUTTON
ANCHORS = [akleft, akbottom]
MODALRESULT = 1
CAPTION = 'Ok'
TABSTOP = True
TABORDER = 0
LEFT = 80
HEIGHT = 25
TOP = 208
WIDTH = 75
Caption = 'Enclose Selection'
ClientHeight = 244
ClientWidth = 427
OnCreate = EncloseSelectionDialogCREATE
PixelsPerInch = 90
Position = poScreenCenter
HorzScrollBar.Page = 428
VertScrollBar.Page = 245
Left = 406
Height = 244
Top = 308
Width = 427
object OkButton: TButton
Anchors = [akLeft, akBottom]
Caption = 'Ok'
ModalResult = 1
TabOrder = 0
Left = 88
Height = 25
Top = 208
Width = 107
end
object CancelButton: TBUTTON
ANCHORS = [akleft, akbottom]
MODALRESULT = 2
CAPTION = 'Cancel'
TABSTOP = True
TABORDER = 1
LEFT = 184
HEIGHT = 25
TOP = 208
WIDTH = 75
object CancelButton: TButton
Anchors = [akLeft, akBottom]
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
Left = 224
Height = 25
Top = 208
Width = 104
end
object TypeRadiogroup: TRADIOGROUP
ANCHORS = [aktop, akleft, akright, akbottom]
CAPTION = 'Type'
LEFT = 8
HEIGHT = 189
TOP = 8
WIDTH = 323
object TypeRadiogroup: TRadioGroup
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Type'
ParentColor = True
Left = 8
Height = 189
Top = 8
Width = 409
end
end

View File

@ -1,17 +1,17 @@
{ This is an automatically generated lazarus resource file }
LazarusResources.Add('TEncloseSelectionDialog','FORMDATA',[
'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#7'CAPTION'#6#17
+'Enclose Selection'#12'CLIENTHEIGHT'#3#244#0#11'CLIENTWIDTH'#3'U'#1#8'ONCREA'
+'TE'#7#28'EncloseSelectionDialogCREATE'#8'POSITION'#7#14'poscreencenter'#18
+'HORZSCROLLBAR.PAGE'#3'V'#1#18'VERTSCROLLBAR.PAGE'#3#245#0#4'LEFT'#3#150#1#6
+'HEIGHT'#3#244#0#3'TOP'#3'4'#1#5'WIDTH'#3'U'#1#0#7'TBUTTON'#8'OkButton'#7'AN'
+'CHORS'#11#6'akleft'#8'akbottom'#0#11'MODALRESULT'#2#1#7'CAPTION'#6#2'Ok'#7
+'TABSTOP'#9#8'TABORDER'#2#0#4'LEFT'#2'P'#6'HEIGHT'#2#25#3'TOP'#3#208#0#5'WID'
+'TH'#2'K'#0#0#7'TBUTTON'#12'CancelButton'#7'ANCHORS'#11#6'akleft'#8'akbottom'
+#0#11'MODALRESULT'#2#2#7'CAPTION'#6#6'Cancel'#7'TABSTOP'#9#8'TABORDER'#2#1#4
+'LEFT'#3#184#0#6'HEIGHT'#2#25#3'TOP'#3#208#0#5'WIDTH'#2'K'#0#0#11'TRADIOGROU'
+'P'#14'TypeRadiogroup'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#8'akbotto'
+'m'#0#7'CAPTION'#6#4'Type'#4'LEFT'#2#8#6'HEIGHT'#3#189#0#3'TOP'#2#8#5'WIDTH'
+#3'C'#1#0#0#0
'TPF0'#23'TEncloseSelectionDialog'#22'EncloseSelectionDialog'#7'Caption'#6#17
+'Enclose Selection'#12'ClientHeight'#3#244#0#11'ClientWidth'#3#171#1#8'OnCre'
+'ate'#7#28'EncloseSelectionDialogCREATE'#13'PixelsPerInch'#2'Z'#8'Position'#7
+#14'poScreenCenter'#18'HorzScrollBar.Page'#3#172#1#18'VertScrollBar.Page'#3
+#245#0#4'Left'#3#150#1#6'Height'#3#244#0#3'Top'#3'4'#1#5'Width'#3#171#1#0#7
+'TButton'#8'OkButton'#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Caption'#6#2'O'
+'k'#11'ModalResult'#2#1#8'TabOrder'#2#0#4'Left'#2'X'#6'Height'#2#25#3'Top'#3
+#208#0#5'Width'#2'k'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#6'akLeft'
+#8'akBottom'#0#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'TabOrder'#2#1#4
+'Left'#3#224#0#6'Height'#2#25#3'Top'#3#208#0#5'Width'#2'h'#0#0#11'TRadioGrou'
+'p'#14'TypeRadiogroup'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBotto'
+'m'#0#7'Caption'#6#4'Type'#11'ParentColor'#9#4'Left'#2#8#6'Height'#3#189#0#3
+'Top'#2#8#5'Width'#3#153#1#0#0#0
]);

View File

@ -395,6 +395,10 @@ procedure TEncloseSelectionDialog.EncloseSelectionDialogCREATE(Sender: TObject);
var
t: TEncloseSelectionType;
begin
Caption:=lisEncloseSelection;
OkButton.Caption:=lisEnclose;
CancelButton.Caption:=dlgCancel;
TypeRadiogroup.Caption:=lisChooseStructureToEncloseSelection;
with TypeRadiogroup.Items do begin
BeginUpdate;
for t:=Low(TEncloseSelectionType) to High(TEncloseSelectionType) do

View File

@ -603,11 +603,6 @@ resourcestring
dlgEnvBckup = 'Backup';
dlgNaming = 'Naming';
dlgCancel = 'Cancel';
lisErrors = 'Errors';
lisLFMFile = 'LFM file';
lisRemoveAllInvalidProperties = 'Remove all invalid properties';
lisCompTest = 'Test';
lisA2PFilename2 = 'Filename';
dlgEnvLanguage = 'Language';
dlgAutoSave = 'Auto save';
dlgEdFiles = 'Editor files';
@ -780,9 +775,6 @@ resourcestring
dlgEdAdd = 'Add...';
dlgEdEdit = 'Edit...';
dlgEdDelete = 'Delete';
lisA2PSwitchPaths = 'Switch Paths';
lisA2PAddFilesToPackage = 'Add files to package';
lisA2PAddToPackage = 'Add to package';
dlgIndentCodeTo = 'Indent code to';
dlgCodeToolsTab = 'Code Tools';
@ -1708,7 +1700,7 @@ resourcestring
lisSortSelOptions = 'Options';
lisSortSelCaseSensitive = 'Case Sensitive';
lisSortSelIgnoreSpace = 'Ignore Space';
lisSortSelSort = 'Sort';
lisSortSelSort = 'Accept';
lisSortSelCancel = 'Cancel';
// publish project dialog
@ -2507,6 +2499,22 @@ resourcestring
lisHlpOptsHelpOptions = 'Help Options';
lisHlpOptsViewers = 'Viewers';
lisHlpOptsProperties = 'Properties:';
// enclose selection dialog
lisEncloseSelection = 'Enclose Selection';
lisEnclose = 'Enclose';
lisChooseStructureToEncloseSelection =
'Choose structure to enclose selection';
lisErrors = 'Errors';
lisLFMFile = 'LFM file';
lisRemoveAllInvalidProperties = 'Remove all invalid properties';
lisCompTest = 'Test';
lisA2PSwitchPaths = 'Switch Paths';
lisA2PAddFilesToPackage = 'Add files to package';
lisA2PAddToPackage = 'Add to package';
lisA2PFilename2 = 'Filename';
implementation
end.

View File

@ -53,15 +53,12 @@ type
PreviewSynEdit: TSynEdit;
DirectionRadioGroup: TRadioGroup;
DomainRadioGroup: TRadioGroup;
OptionsGroupBox: TGroupBox;
CaseSensitiveCheckBox: TCheckBox;
IgnoreSpaceCheckBox: TCheckBox;
OptionsCheckGroup: TCheckGroup;
OkButton: TButton;
CancelButton: TButton;
procedure CaseSensitiveCheckBoxClick(Sender: TObject);
procedure DirectionRadioGroupClick(Sender: TObject);
procedure DomainRadioGroupClick(Sender: TObject);
procedure IgnoreSpaceCheckBoxClick(Sender: TObject);
procedure OptionsCheckGroupItemClick(Sender: TObject; Index: integer);
procedure SortSelectionDialogClose(Sender: TObject;
var CloseAction: TCloseAction);
procedure SortSelectionDialogResize(Sender: TObject);
@ -362,11 +359,6 @@ begin
Direction:=sdDescending;
end;
procedure TSortSelectionDialog.CaseSensitiveCheckBoxClick(Sender: TObject);
begin
CaseSensitive:=CaseSensitiveCheckBox.Checked;
end;
procedure TSortSelectionDialog.DomainRadioGroupClick(Sender: TObject);
begin
case DomainRadioGroup.ItemIndex of
@ -378,9 +370,13 @@ begin
end;
end;
procedure TSortSelectionDialog.IgnoreSpaceCheckBoxClick(Sender: TObject);
procedure TSortSelectionDialog.OptionsCheckGroupItemClick(Sender: TObject;
Index: integer);
begin
IgnoreSpace:=IgnoreSpaceCheckBox.Checked;
case Index of
0: CaseSensitive:=OptionsCheckGroup.Checked[0];
1: IgnoreSpace:=OptionsCheckGroup.Checked[1];
end;
end;
procedure TSortSelectionDialog.SortSelectionDialogClose(Sender: TObject;
@ -413,6 +409,8 @@ begin
if FCaseSensitive=AValue then exit;
FCaseSensitive:=AValue;
FStates:=FStates+[ssdPreviewNeedsUpdate,ssdSortedTextNeedsUpdate];
if (OptionsCheckGroup<>nil) then
OptionsCheckGroup.Checked[0]:=FCaseSensitive;
UpdatePreview;
end;
@ -429,6 +427,8 @@ begin
if FIgnoreSpace=AValue then exit;
FIgnoreSpace:=AValue;
FStates:=FStates+[ssdPreviewNeedsUpdate,ssdSortedTextNeedsUpdate];
if (OptionsCheckGroup<>nil) then
OptionsCheckGroup.Checked[1]:=FIgnoreSpace;
UpdatePreview;
end;
@ -519,40 +519,25 @@ begin
OnClick:=@DomainRadioGroupClick;
end;
OptionsGroupBox:=TGroupBox.Create(Self);
with OptionsGroupBox do begin
Name:='OptionsGroupBox';
OptionsCheckGroup:=TCheckGroup.Create(Self);
with OptionsCheckGroup do begin
Name:='OptionsCheckGroup';
Parent:=Self;
Left:=DirectionRadioGroup.Left;
Top:=DirectionRadioGroup.Top+DirectionRadioGroup.Height+5;
Width:=DirectionRadioGroup.Width;
Height:=DirectionRadioGroup.Height;
Columns:=2;
Caption:=lisSortSelOptions;
with Items do begin
BeginUpdate;
Add(lisSortSelCaseSensitive);
Add(lisSortSelIgnoreSpace);
EndUpdate;
end;
OnItemClick:=@OptionsCheckGroupItemClick;
end;
CaseSensitiveCheckBox:=TCheckBox.Create(Self);
with CaseSensitiveCheckBox do begin
Name:='CaseSensitiveCheckBox';
Parent:=OptionsGroupBox;
Left:=2;
Top:=2;
Width:=120;
Caption:=lisSortSelCaseSensitive;
OnClick:=@CaseSensitiveCheckBoxClick;
end;
IgnoreSpaceCheckBox:=TCheckBox.Create(Self);
with IgnoreSpaceCheckBox do begin
Name:='IgnoreSpaceCheckBox';
Parent:=OptionsGroupBox;
Left:=125;
Top:=2;
Width:=120;
Caption:=lisSortSelIgnoreSpace;
Checked:=true;
OnClick:=@IgnoreSpaceCheckBoxClick;
end;
OkButton:=TButton.Create(Self);
with OkButton do begin
Name:='OkButton';

View File

@ -893,6 +893,10 @@ msgstr ""
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr ""
@ -1845,6 +1849,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
@ -4713,6 +4721,10 @@ msgstr ""
msgid "Resourcestring Section:"
msgstr ""
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr ""
@ -5365,10 +5377,6 @@ msgstr ""
msgid "Sorry, this type is not yet implemented"
msgstr ""
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr ""
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr ""
@ -6841,6 +6849,10 @@ msgstr ""
msgid "View Unit Dependencies"
msgstr ""
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr ""

View File

@ -882,6 +882,10 @@ msgstr ""
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Escollir el directori per les proves"
@ -1834,6 +1838,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
@ -4702,6 +4710,10 @@ msgstr "Ja existeix la cadena de recursos"
msgid "Resourcestring Section:"
msgstr "Secció de cadena de recursos"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Restaurar geometria de la finestra"
@ -5354,10 +5366,6 @@ msgstr ""
msgid "Sorry, this type is not yet implemented"
msgstr ""
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Ordenar"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Ordenar selecció"
@ -6830,6 +6838,10 @@ msgstr "Visualitzar llista de coses a fer"
msgid "View Unit Dependencies"
msgstr "Visualitza dependències de les unitats"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Visualitzar unitats"

View File

@ -892,6 +892,10 @@ msgstr ""
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr ""
@ -1844,6 +1848,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
@ -4712,6 +4720,10 @@ msgstr ""
msgid "Resourcestring Section:"
msgstr ""
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr ""
@ -5364,10 +5376,6 @@ msgstr ""
msgid "Sorry, this type is not yet implemented"
msgstr ""
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr ""
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr ""
@ -6840,6 +6848,10 @@ msgstr ""
msgid "View Unit Dependencies"
msgstr ""
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Zeig Units"

View File

@ -893,6 +893,10 @@ msgstr "Escoja archivo fuente del programa (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr "Escoja Esquema"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Escoja directorio para las pruebas"
@ -1845,6 +1849,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Encerrar selección"
@ -4713,6 +4721,10 @@ msgstr "Ya existe Resourcestring"
msgid "Resourcestring Section:"
msgstr "Sección Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Restaurar geometría de ventana"
@ -5365,10 +5377,6 @@ msgstr "Lo siento, todav
msgid "Sorry, this type is not yet implemented"
msgstr "Lo siento, este tipo no está todavía implementado"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Ordenar"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Ordenar selección"
@ -6841,6 +6849,10 @@ msgstr "Ver lista Para-Hacer"
msgid "View Unit Dependencies"
msgstr "Ver dependencias de la unidad"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Ver Unidades"

View File

@ -893,6 +893,10 @@ msgstr "Escoja archivo fuente del programa (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr "Escoja Esquema"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Escoja directorio para las pruebas"
@ -1845,6 +1849,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Encerrar selección"
@ -4713,6 +4721,10 @@ msgstr "Ya existe Resourcestring"
msgid "Resourcestring Section:"
msgstr "Sección Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Restaurar geometría de ventana"
@ -5365,10 +5377,6 @@ msgstr "Lo siento, todavía no implementado"
msgid "Sorry, this type is not yet implemented"
msgstr "Lo siento, este tipo no está todavía implementado"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Ordenar"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Ordenar selección"
@ -6841,6 +6849,10 @@ msgstr "Ver lista Para-Hacer"
msgid "View Unit Dependencies"
msgstr "Ver dependencias de la unidad"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Ver Unidades"

View File

@ -488,7 +488,7 @@ msgstr ""
#: lazarusidestrconsts:rslanguagearabic
msgid "Arabic"
msgstr ""
msgstr "arabia"
#: lazarusidestrconsts:dlgcoasis
msgid "As-Is"
@ -882,6 +882,10 @@ msgstr "Valitse ohjelman lähdekoodi (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr ""
@ -1834,6 +1838,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
@ -2492,7 +2500,7 @@ msgstr ""
#: lazarusidestrconsts:rslanguagehebrew
msgid "Hebrew"
msgstr ""
msgstr "hebrea"
#: lazarusidestrconsts:dlgheightpos
msgid "Height:"
@ -2620,7 +2628,7 @@ msgstr "Jätä huomiotta tyhjät rivit"
#: lazarusidestrconsts:lissortselignorespace
msgid "Ignore Space"
msgstr ""
msgstr "Jätä välilyönnit huomiotta"
#: lazarusidestrconsts:lisdiffdlgignorespaces
msgid "Ignore spaces (newline chars not included)"
@ -4702,6 +4710,10 @@ msgstr ""
msgid "Resourcestring Section:"
msgstr ""
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr ""
@ -5354,10 +5366,6 @@ msgstr ""
msgid "Sorry, this type is not yet implemented"
msgstr ""
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Lajittele"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Lajittele lohko"
@ -6830,6 +6838,10 @@ msgstr ""
msgid "View Unit Dependencies"
msgstr ""
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Näytä Unitit"

View File

@ -892,6 +892,10 @@ msgstr "Choisir le source du programme (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr "Choisissez L'Arrangement"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Choisir le répertoire pour les tests"
@ -1844,6 +1848,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
@ -4712,6 +4720,10 @@ msgstr "Resourcestring existe d
msgid "Resourcestring Section:"
msgstr "Section Resourcestring :"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Restaurer les dimensions"
@ -5364,10 +5376,6 @@ msgstr "D
msgid "Sorry, this type is not yet implemented"
msgstr "Désolé, ce type n'est pas implémenté"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Trier"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Trier la sélection"
@ -6840,6 +6848,10 @@ msgstr "Voir la liste des ToDo"
msgid "View Unit Dependencies"
msgstr "Voir les dépendances d'unités"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Voir les unités"

View File

@ -893,6 +893,10 @@ msgstr ""
msgid "Choose Scheme"
msgstr ""
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr ""
@ -1845,6 +1849,10 @@ msgstr ""
msgid "ElseIf"
msgstr ""
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr ""
@ -4713,6 +4721,10 @@ msgstr ""
msgid "Resourcestring Section:"
msgstr ""
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Restaurar geometria de la finestra"
@ -5365,10 +5377,6 @@ msgstr ""
msgid "Sorry, this type is not yet implemented"
msgstr ""
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr ""
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr ""
@ -6841,6 +6849,10 @@ msgstr ""
msgid "View Unit Dependencies"
msgstr ""
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr ""

View File

@ -892,6 +892,10 @@ msgstr "Scegliere sorgente programma (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr "Scegliere schema"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Scegliere la directory per il test"
@ -1844,6 +1848,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Chiusura selezione"
@ -4712,6 +4720,10 @@ msgstr "La resourcestring esiste già"
msgid "Resourcestring Section:"
msgstr "Sezione resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Ripristina la geometria della finestra"
@ -5364,10 +5376,6 @@ msgstr "Spiacente, non è stata ancora implementata"
msgid "Sorry, this type is not yet implemented"
msgstr "Spiacente, questo tipo non è ancora stato implementato"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Ordina"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Ordina selezione"
@ -6840,6 +6848,10 @@ msgstr "Vista lista cose da fare"
msgid "View Unit Dependencies"
msgstr "Visualizza dipendenze unit"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Vista unit"

View File

@ -892,6 +892,10 @@ msgstr "Scegliere sorgente programma (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr "Scegliere schema"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Scegliere la directory per il test"
@ -1844,6 +1848,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Chiusura selezione"
@ -4712,6 +4720,10 @@ msgstr "La resourcestring esiste gi
msgid "Resourcestring Section:"
msgstr "Sezione resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Ripristina la geometria della finestra"
@ -5364,10 +5376,6 @@ msgstr "Spiacente, non
msgid "Sorry, this type is not yet implemented"
msgstr "Spiacente, questo tipo non è ancora stato implementato"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Ordina"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Ordina selezione"
@ -6840,6 +6848,10 @@ msgstr "Vista lista cose da fare"
msgid "View Unit Dependencies"
msgstr "Visualizza dipendenze unit"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Vista unit"

View File

@ -893,6 +893,10 @@ msgstr "Wybierz źródło programu (*.pp,*.pas,*.lpr)"
msgid "Choose Scheme"
msgstr "Wybierz zestaw"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Wybierz katalog testowy"
@ -1845,6 +1849,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Otocz zaznaczenie"
@ -4713,6 +4721,10 @@ msgstr "Resourcestring już istnieje"
msgid "Resourcestring Section:"
msgstr "Sekcja Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Przywróć położenie okna"
@ -5365,10 +5377,6 @@ msgstr "Niestety, funkcja jeszcze niedostępna"
msgid "Sorry, this type is not yet implemented"
msgstr "Przykro mi, ten typ jeszcze nie jest obsługiwany"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Sortuj"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Posortuj zaznaczenie"
@ -6841,6 +6849,10 @@ msgstr "Lista \"Do zrobienia\""
msgid "View Unit Dependencies"
msgstr "Zależności modułów"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Pokaż moduły"

View File

@ -893,6 +893,10 @@ msgstr "Wybierz
msgid "Choose Scheme"
msgstr "Wybierz zestaw"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Wybierz katalog testowy"
@ -1845,6 +1849,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Otocz zaznaczenie"
@ -4713,6 +4721,10 @@ msgstr "Resourcestring ju
msgid "Resourcestring Section:"
msgstr "Sekcja Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Przywróæ po³o¿enie okna"
@ -5365,10 +5377,6 @@ msgstr "Niestety, funkcja jeszcze niedost
msgid "Sorry, this type is not yet implemented"
msgstr "Przykro mi, ten typ jeszcze nie jest obs³ugiwany"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Sortuj"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Posortuj zaznaczenie"
@ -6841,6 +6849,10 @@ msgstr "Lista \"Do zrobienia\""
msgid "View Unit Dependencies"
msgstr "Zale¿no¶ci modu³ów"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Poka¿ modu³y"

View File

@ -893,6 +893,10 @@ msgstr "Wybierz
msgid "Choose Scheme"
msgstr "Wybierz zestaw"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Wybierz katalog testowy"
@ -1845,6 +1849,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Otocz zaznaczenie"
@ -4713,6 +4721,10 @@ msgstr "Resourcestring ju
msgid "Resourcestring Section:"
msgstr "Sekcja Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Przywróæ po³o¿enie okna"
@ -5365,10 +5377,6 @@ msgstr "Niestety, funkcja jeszcze niedost
msgid "Sorry, this type is not yet implemented"
msgstr "Przykro mi, ten typ jeszcze nie jest obs³ugiwany"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Sortuj"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Posortuj zaznaczenie"
@ -6841,6 +6849,10 @@ msgstr "Lista \"Do zrobienia\""
msgid "View Unit Dependencies"
msgstr "Zale¿noœci modu³ów"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Poka¿ modu³y"

View File

@ -234,12 +234,16 @@ msgstr ""
msgid "Close all editor files"
msgstr ""
#: lazarusidestrconsts:lismenucleandirectory
msgid "Clean directory"
msgstr ""
#: lazarusidestrconsts:lismenuquit
msgid "Quit"
msgstr ""
#: lazarusidestrconsts:lismenucleandirectory
msgid "Clean directory"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:lismenuundo
@ -470,6 +474,10 @@ msgstr ""
msgid "View Unit Dependencies"
msgstr ""
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lismenuviewtoggleformunit
msgid "Toggle form/unit view"
msgstr ""
@ -1570,26 +1578,6 @@ msgstr ""
msgid "Cancel"
msgstr ""
#: lazarusidestrconsts:liserrors
msgid "Errors"
msgstr ""
#: lazarusidestrconsts:lislfmfile
msgid "LFM file"
msgstr ""
#: lazarusidestrconsts:lisremoveallinvalidproperties
msgid "Remove all invalid properties"
msgstr ""
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:lisa2pfilename2
msgid "Filename"
msgstr ""
#: lazarusidestrconsts:dlgenvlanguage
msgid "Language"
msgstr ""
@ -2242,18 +2230,6 @@ msgstr ""
msgid "Delete"
msgstr ""
#: lazarusidestrconsts:lisa2pswitchpaths
msgid "Switch Paths"
msgstr ""
#: lazarusidestrconsts:lisa2paddfilestopackage
msgid "Add files to package"
msgstr ""
#: lazarusidestrconsts:lisa2paddtopackage
msgid "Add to package"
msgstr ""
#: lazarusidestrconsts:dlgindentcodeto
msgid "Indent code to"
msgstr ""
@ -3894,6 +3870,10 @@ msgstr ""
msgid "View unit dependencies"
msgstr ""
#: lazarusidestrconsts:srkmecviewunitinfo
msgid "View unit information"
msgstr ""
#: lazarusidestrconsts:srkmecwordcompletion
msgid "Word completion"
msgstr ""
@ -5315,7 +5295,7 @@ msgid "Ignore Space"
msgstr ""
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgid "Accept"
msgstr ""
#: lazarusidestrconsts:lissortselcancel
@ -7422,3 +7402,47 @@ msgstr ""
msgid "Properties:"
msgstr ""
#: lazarusidestrconsts:lisencloseselection
msgid "Enclose Selection"
msgstr ""
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:liserrors
msgid "Errors"
msgstr ""
#: lazarusidestrconsts:lislfmfile
msgid "LFM file"
msgstr ""
#: lazarusidestrconsts:lisremoveallinvalidproperties
msgid "Remove all invalid properties"
msgstr ""
#: lazarusidestrconsts:liscomptest
msgid "Test"
msgstr ""
#: lazarusidestrconsts:lisa2pswitchpaths
msgid "Switch Paths"
msgstr ""
#: lazarusidestrconsts:lisa2paddfilestopackage
msgid "Add files to package"
msgstr ""
#: lazarusidestrconsts:lisa2paddtopackage
msgid "Add to package"
msgstr ""
#: lazarusidestrconsts:lisa2pfilename2
msgid "Filename"
msgstr ""

View File

@ -882,6 +882,10 @@ msgstr "
msgid "Choose Scheme"
msgstr "÷ÙÂÒÁÔØ ÓÈÅÍÕ"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "÷ÙÂÅÒÉÔÅ ËÁÔÁÌÏÇ ÄÌÑ ÐÒÏÂ"
@ -1834,6 +1838,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "úÁËÌÀÞÉÔØ ×ÙÄÅÌÅÎÉÅ ×..."
@ -4702,6 +4710,10 @@ msgstr "
msgid "Resourcestring Section:"
msgstr "óÅËÃÉÑ Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "÷ÏÓÓÔÁÎÏ×ÉÔØ ÇÅÏÍÅÔÒÉÀ ÏËÎÁ"
@ -5354,10 +5366,6 @@ msgstr "
msgid "Sorry, this type is not yet implemented"
msgstr "éÚ×ÉÎÉÔÅ, ÜÔÏÔ ÔÉÐ ÅÝ£ ÎÅ ÒÅÁÌÉÚÏ×ÁÎ"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "笙以梢献肆"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "óÏÒÔÉÒÏ×ËÁ ×ÙÂÒÁÎÎÏÇÏ"
@ -6830,6 +6838,10 @@ msgstr "
msgid "View Unit Dependencies"
msgstr "ðÏËÁÚÁÔØ ÚÁ×ÉÓÉÍÏÓÔÉ ÍÏÄÕÌÅÊ"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "ðÏËÁÚÁÔØ ÍÏÄÕÌÉ"

View File

@ -882,6 +882,10 @@ msgstr "
msgid "Choose Scheme"
msgstr "Âûáðàòü ñõåìó"
#: lazarusidestrconsts:lischoosestructuretoencloseselection
msgid "Choose structure to enclose selection"
msgstr ""
#: lazarusidestrconsts:lischoosetestbuilddir
msgid "Choose the directory for tests"
msgstr "Âûáåðèòå êàòàëîã äëÿ ïðîá"
@ -1834,6 +1838,10 @@ msgstr "Else"
msgid "ElseIf"
msgstr "ElseIf"
#: lazarusidestrconsts:lisenclose
msgid "Enclose"
msgstr ""
#: lazarusidestrconsts:lismenuencloseselection
msgid "Enclose selection"
msgstr "Çàêëþ÷èòü âûäåëåíèå â..."
@ -4702,6 +4710,10 @@ msgstr "
msgid "Resourcestring Section:"
msgstr "Ñåêöèÿ Resourcestring:"
#: lazarusidestrconsts:lismenurestart
msgid "Restart"
msgstr ""
#: lazarusidestrconsts:rsiwprestorewindowgeometry
msgid "Restore window geometry"
msgstr "Âîññòàíîâèòü ãåîìåòðèþ îêíà"
@ -5354,10 +5366,6 @@ msgstr "
msgid "Sorry, this type is not yet implemented"
msgstr "Èçâèíèòå, ýòîò òèï åù¸ íå ðåàëèçîâàí"
#: lazarusidestrconsts:lissortselsort
msgid "Sort"
msgstr "Ñîðòèðîâêà"
#: lazarusidestrconsts:lismenusortselection
msgid "Sort selection"
msgstr "Ñîðòèðîâêà âûáðàííîãî"
@ -6830,6 +6838,10 @@ msgstr "
msgid "View Unit Dependencies"
msgstr "Ïîêàçàòü çàâèñèìîñòè ìîäóëåé"
#: lazarusidestrconsts:lismenuviewunitinfo
msgid "View Unit Information"
msgstr ""
#: lazarusidestrconsts:lishintviewunits
msgid "View Units"
msgstr "Ïîêàçàòü ìîäóëè"

View File

@ -14,6 +14,14 @@ msgstr " Elements "
msgid " Selected image "
msgstr " Imatge seleccionada "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr ""
@ -22,10 +30,26 @@ msgstr ""
msgid "&Add"
msgstr "&Afegir"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Esborrar"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -74,6 +98,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -118,6 +146,14 @@ msgstr ""
msgid "Error"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -130,6 +166,34 @@ msgstr "Esdeveniments"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Índex d'imatges"
@ -158,6 +222,10 @@ msgstr "Etiqueta"
msgid "ListView editor"
msgstr "Editor de ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -14,6 +14,14 @@ msgstr ""
msgid " Selected image "
msgstr ""
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr ""
@ -22,10 +30,26 @@ msgstr ""
msgid "&Add"
msgstr "Hinzufuegen"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "Loeschen"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -74,6 +98,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -118,6 +146,14 @@ msgstr ""
msgid "Error"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -130,6 +166,34 @@ msgstr "Events"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr ""
@ -158,6 +222,10 @@ msgstr ""
msgid "ListView editor"
msgstr ""
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -24,6 +24,14 @@ msgstr " elementos "
msgid " Selected image "
msgstr "Imagen seleccionada"
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "%u elementos seleccionados"
@ -32,10 +40,26 @@ msgstr "%u elementos seleccionados"
msgid "&Add"
msgstr "&Añadir"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Suprimir"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr "(Todo)"
@ -84,6 +108,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr "Categoría"
@ -128,6 +156,14 @@ msgstr ""
msgid "Error"
msgstr "Error"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -140,6 +176,34 @@ msgstr "Eventos"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indice de imagen"
@ -168,6 +232,10 @@ msgstr "Etiqueta"
msgid "ListView editor"
msgstr "Editor de ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -24,6 +24,14 @@ msgstr " elementos "
msgid " Selected image "
msgstr "Imagen seleccionada"
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "%u elementos seleccionados"
@ -32,10 +40,26 @@ msgstr "%u elementos seleccionados"
msgid "&Add"
msgstr "&Añadir"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Suprimir"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr "(Todo)"
@ -84,6 +108,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr "Categoría"
@ -128,6 +156,14 @@ msgstr ""
msgid "Error"
msgstr "Error"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -140,6 +176,34 @@ msgstr "Eventos"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indice de imagen"
@ -168,6 +232,10 @@ msgstr "Etiqueta"
msgid "ListView editor"
msgstr "Editor de ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -14,6 +14,14 @@ msgstr ""
msgid " Selected image "
msgstr ""
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr ""
@ -22,10 +30,26 @@ msgstr ""
msgid "&Add"
msgstr "&Lisää"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Poista"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -74,6 +98,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -118,6 +146,14 @@ msgstr ""
msgid "Error"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -130,6 +166,34 @@ msgstr "Tapahtumat"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr ""
@ -158,6 +222,10 @@ msgstr ""
msgid "ListView editor"
msgstr ""
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -14,6 +14,14 @@ msgstr "El
msgid " Selected image "
msgstr "Image sélectionnée"
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr ""
@ -22,10 +30,26 @@ msgstr ""
msgid "&Add"
msgstr "&Ajouter"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Supprimer"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -74,6 +98,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -118,6 +146,14 @@ msgstr ""
msgid "Error"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -130,6 +166,34 @@ msgstr "Ev
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Index d'image"
@ -158,6 +222,10 @@ msgstr "Libell
msgid "ListView editor"
msgstr "Editeur d'élements"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -24,6 +24,14 @@ msgstr " Voci "
msgid " Selected image "
msgstr " Immagine selezionata "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "%u voci selezionate"
@ -32,10 +40,26 @@ msgstr "%u voci selezionate"
msgid "&Add"
msgstr "&Aggiungi"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Elimina"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr "(tutto)"
@ -84,6 +108,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr "Categoria"
@ -128,6 +156,14 @@ msgstr "Enumerazione"
msgid "Error"
msgstr "Errore"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -140,6 +176,34 @@ msgstr "Eventi"
msgid "Float"
msgstr "Virgola mobile"
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indice immagine"
@ -168,6 +232,10 @@ msgstr "Etichetta"
msgid "ListView editor"
msgstr "Editor elenco viste"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr "Metodo"

View File

@ -24,6 +24,14 @@ msgstr " Voci "
msgid " Selected image "
msgstr " Immagine selezionata "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "%u voci selezionate"
@ -32,10 +40,26 @@ msgstr "%u voci selezionate"
msgid "&Add"
msgstr "&Aggiungi"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Elimina"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr "(tutto)"
@ -84,6 +108,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr "Categoria"
@ -128,6 +156,14 @@ msgstr "Enumerazione"
msgid "Error"
msgstr "Errore"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -140,6 +176,34 @@ msgstr "Eventi"
msgid "Float"
msgstr "Virgola mobile"
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indice immagine"
@ -168,6 +232,10 @@ msgstr "Etichetta"
msgid "ListView editor"
msgstr "Editor elenco viste"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr "Metodo"

View File

@ -25,6 +25,14 @@ msgstr " Elementy "
msgid " Selected image "
msgstr " Wybrany obrazek "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "wybrano %u elementów"
@ -33,10 +41,26 @@ msgstr "wybrano %u elementów"
msgid "&Add"
msgstr "&Dodaj"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Usuń"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -85,6 +109,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -129,6 +157,14 @@ msgstr ""
msgid "Error"
msgstr "Błąd"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -141,6 +177,34 @@ msgstr "Zdarzenia"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indeks obrazka"
@ -169,6 +233,10 @@ msgstr "Napis"
msgid "ListView editor"
msgstr "Edytor ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -25,6 +25,14 @@ msgstr " Elementy "
msgid " Selected image "
msgstr " Wybrany obrazek "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "wybrano %u elementów"
@ -33,10 +41,26 @@ msgstr "wybrano %u element
msgid "&Add"
msgstr "&Dodaj"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Usuñ"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -85,6 +109,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -129,6 +157,14 @@ msgstr ""
msgid "Error"
msgstr "B³±d"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -141,6 +177,34 @@ msgstr "Zdarzenia"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indeks obrazka"
@ -169,6 +233,10 @@ msgstr "Napis"
msgid "ListView editor"
msgstr "Edytor ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -25,6 +25,14 @@ msgstr " Elementy "
msgid " Selected image "
msgstr " Wybrany obrazek "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "wybrano %u elementów"
@ -33,10 +41,26 @@ msgstr "wybrano %u element
msgid "&Add"
msgstr "&Dodaj"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Usuñ"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -85,6 +109,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -129,6 +157,14 @@ msgstr ""
msgid "Error"
msgstr "B³¹d"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -141,6 +177,34 @@ msgstr "Zdarzenia"
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Indeks obrazka"
@ -169,6 +233,10 @@ msgstr "Napis"
msgid "ListView editor"
msgstr "Edytor ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -250,3 +250,71 @@ msgstr ""
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""

View File

@ -24,6 +24,14 @@ msgstr "
msgid " Selected image "
msgstr " ÷ÙÂÒÁÎÎÙÊ ÒÉÓÕÎÏË "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "%u ÜÌÅÍÅÎÔÏ× ×ÙÂÒÁÎÏ"
@ -32,10 +40,26 @@ msgstr "%u
msgid "&Add"
msgstr "&äÏÂÁ×ÉÔØ"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&õÄÁÌÉÔØ"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr ""
@ -84,6 +108,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr ""
@ -128,6 +156,14 @@ msgstr ""
msgid "Error"
msgstr "ïÛÉÂËÁ"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -140,6 +176,34 @@ msgstr "
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "éÎÄÅËÓ ÒÉÓÕÎËÁ"
@ -168,6 +232,10 @@ msgstr "
msgid "ListView editor"
msgstr "òÅÄÁËÔÏÒ ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -24,6 +24,14 @@ msgstr "
msgid " Selected image "
msgstr " Âûáðàííûé ðèñóíîê "
#: objinspstrconsts:oishelpalreadyregistered
msgid "%s: Already registered"
msgstr ""
#: objinspstrconsts:oishelpnotregistered
msgid "%s: Not registered"
msgstr ""
#: objinspstrconsts:oisitemsselected
msgid "%u items selected"
msgstr "%u ýëåìåíòîâ âûáðàíî"
@ -32,10 +40,26 @@ msgstr "%u
msgid "&Add"
msgstr "&Äîáàâèòü"
#: objinspstrconsts:oiscancel
msgid "&Cancel"
msgstr ""
#: objinspstrconsts:oiscdelete
msgid "&Delete"
msgstr "&Óäàëèòü"
#: objinspstrconsts:oisload
msgid "&Load"
msgstr ""
#: objinspstrconsts:oisok
msgid "&OK"
msgstr ""
#: objinspstrconsts:oissave
msgid "&Save"
msgstr ""
#: objinspstrconsts:cactionlisteditorallcategory
msgid "(All)"
msgstr "(Âñå)"
@ -84,6 +108,10 @@ msgstr ""
msgid "Browser %s%s%s not found."
msgstr ""
#: objinspstrconsts:oisclear
msgid "C&lear"
msgstr ""
#: objinspstrconsts:oiscategory
msgid "Category"
msgstr "Êàòåãîðèÿ"
@ -128,6 +156,14 @@ msgstr ""
msgid "Error"
msgstr "Îøèáêà"
#: objinspstrconsts:oiserrorloadingimage
msgid "Error loading image"
msgstr ""
#: objinspstrconsts:oiserrorloadingimage2
msgid "Error loading image %s%s%s:%s%s"
msgstr ""
#: objinspstrconsts:oishelperrorwhileexecuting
msgid "Error while executing %s%s%s:%s%s"
msgstr ""
@ -140,6 +176,34 @@ msgstr "
msgid "Float"
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfoundindatabase
msgid "Help context %s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpcontextnotfound
msgid "Help context %s not found."
msgstr ""
#: objinspstrconsts:oishelphelpdatabasedidnotfoundaviewerforahelppageoftype
msgid "Help Database %s%s%s did not found a viewer for a help page of type %s"
msgstr ""
#: objinspstrconsts:oishelphelpdatabasenotfound
msgid "Help Database %s%s%s not found"
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfoundindatabase
msgid "Help keyword %s%s%s not found in Database %s%s%s."
msgstr ""
#: objinspstrconsts:oishelphelpkeywordnotfound
msgid "Help keyword %s%s%s not found."
msgstr ""
#: objinspstrconsts:oishelphelpnodehasnohelpdatabase
msgid "Help node %s%s%s has no Help Database"
msgstr ""
#: objinspstrconsts:sccslvedtimgindexcaption
msgid "Image index"
msgstr "Èíäåêñ ðèñóíêà"
@ -168,6 +232,10 @@ msgstr "
msgid "ListView editor"
msgstr "Ðåäàêòîð ListView"
#: objinspstrconsts:oisloadimagedialog
msgid "Load Image Dialog"
msgstr ""
#: objinspstrconsts:oismethod
msgid "Method"
msgstr ""

View File

@ -122,6 +122,10 @@ msgstr "Avortar"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -128,6 +128,10 @@ msgstr "Abbruch"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -132,6 +132,10 @@ msgstr "Abortar"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -132,6 +132,10 @@ msgstr "Abortar"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -122,6 +122,10 @@ msgstr "Keskeytä"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -132,6 +132,10 @@ msgstr "Abandonner"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -132,6 +132,10 @@ msgstr "Blocca"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -132,6 +132,10 @@ msgstr "Blocca"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -133,6 +133,10 @@ msgstr "Porzuć"
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -133,6 +133,10 @@ msgstr "Porzu
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -133,6 +133,10 @@ msgstr "Porzu
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -118,6 +118,10 @@ msgstr ""
msgid "Save file as"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:rsfdselectdirectory
msgid "Select Directory"
msgstr ""

View File

@ -122,6 +122,10 @@ msgstr "
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""

View File

@ -122,6 +122,10 @@ msgstr "
msgid "Accept"
msgstr ""
#: lclstrconsts:rsallfiles
msgid "All files (%s)|%s|%s"
msgstr ""
#: lclstrconsts:ifsvk_apps
msgid "application key"
msgstr ""