Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
b66c00b4
Commit
b66c00b4
authored
Nov 11, 2007
by
plyatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Russian translation update.
parent
41a643c1
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
162 additions
and
177 deletions
+162
-177
libedit.cpp
eeschema/libedit.cpp
+6
-6
libframe.cpp
eeschema/libframe.cpp
+1
-1
pinedit.cpp
eeschema/pinedit.cpp
+2
-2
kicad.mo
internat/ru/kicad.mo
+0
-0
kicad.po
internat/ru/kicad.po
+153
-168
No files found.
eeschema/libedit.cpp
View file @
b66c00b4
...
...
@@ -87,7 +87,7 @@ EDA_LibComponentStruct *LibEntry = NULL;
if
(
ScreenLib
->
IsModify
()
)
{
if
(
!
IsOK
(
this
,
_
(
"Current Part not saved
, continue
?"
)
)
)
return
FALSE
;
if
(
!
IsOK
(
this
,
_
(
"Current Part not saved
.
\n
Continue
?"
)
)
)
return
FALSE
;
}
if
(
CurrentLib
==
NULL
)
SelectActiveLibrary
();
...
...
@@ -110,7 +110,7 @@ EDA_LibComponentStruct *LibEntry = NULL;
if
(
LibEntry
==
NULL
)
{
msg
=
_
(
"Component
"
);
msg
<<
CmpName
<<
_
(
" not found
"
);
msg
=
_
(
"Component
\"
"
);
msg
<<
CmpName
<<
_
(
"
\"
not found.
"
);
DisplayError
(
this
,
msg
,
20
);
return
FALSE
;
}
...
...
@@ -145,14 +145,14 @@ const wxChar * CmpName, *RootName = NULL;
RootName
=
((
EDA_LibCmpAliasStruct
*
)
LibEntry
)
->
m_RootName
.
GetData
()
;
if
(
!
noMsg
)
{
msg
.
Printf
(
wxT
(
"
<%s> is Alias of <%s>
"
),
CmpName
,
RootName
);
msg
.
Printf
(
wxT
(
"
\"
<%s>
\"
is Alias of
\"
<%s>
\"
"
),
CmpName
,
RootName
);
}
LibEntry
=
FindLibPart
(
RootName
,
Library
->
m_Name
,
FIND_ROOT
);
if
(
LibEntry
==
NULL
)
{
msg
.
Printf
(
wxT
(
"Root Part
<%s> not found
"
),
RootName
);
msg
.
Printf
(
wxT
(
"Root Part
\"
<%s>
\"
not found.
"
),
RootName
);
DisplayError
(
this
,
msg
,
20
);
return
(
1
);
}
...
...
@@ -232,7 +232,7 @@ int err;
Name
=
MakeFileName
(
g_RealLibDirBuffer
,
CurrentLib
->
m_Name
,
g_LibExtBuffer
);
msg
=
_
(
"Modify Library File
\"
"
)
+
Name
+
_
(
"
\"
?"
);
msg
=
_
(
"Modify Library File
\"
"
)
+
Name
+
_
(
"
\"
?"
);
if
(
!
IsOK
(
this
,
msg
)
)
return
;
err
=
SaveOneLibrary
(
this
,
Name
,
CurrentLib
);
...
...
@@ -241,7 +241,7 @@ int err;
if
(
err
)
{
msg
=
_
(
"Error while saving Library File
\"
"
)
+
Name
+
_
(
"
\"
"
);
msg
=
_
(
"Error while saving Library File
\"
"
)
+
Name
+
_
(
"
\"
.
"
);
Affiche_1_Parametre
(
this
,
1
,
wxT
(
" *** ERROR : **"
),
msg
,
BLUE
);
DisplayError
(
this
,
msg
);
}
...
...
eeschema/libframe.cpp
View file @
b66c00b4
...
...
@@ -341,7 +341,7 @@ void WinEDA_LibeditFrame::Process_Special_Functions( wxCommandEvent& event )
case
ID_LIBEDIT_SAVE_CURRENT_LIB
:
if
(
m_CurrentScreen
->
IsModify
()
)
{
if
(
IsOK
(
this
,
_
(
"Include last component changes"
)
)
)
if
(
IsOK
(
this
,
_
(
"Include last component changes
?
"
)
)
)
SaveOnePartInMemory
();
}
SaveActiveLibrary
();
...
...
eeschema/pinedit.cpp
View file @
b66c00b4
...
...
@@ -186,7 +186,7 @@ bool status;
if
(
ask_for_pin
)
{
DrawPanel
->
m_IgnoreMouseEvents
=
TRUE
;
status
=
IsOK
(
this
,
_
(
"Occupied by other pin
, Continue
?"
));
status
=
IsOK
(
this
,
_
(
"Occupied by other pin
. Continue
?"
));
DrawPanel
->
MouseToCursorSchema
();
DrawPanel
->
m_IgnoreMouseEvents
=
FALSE
;
if
(
!
status
)
...
...
@@ -876,7 +876,7 @@ wxString msg;
Pin
->
m_PinName
.
GetData
(),
Pin
->
m_Pos
.
x
,
-
Pin
->
m_Pos
.
y
);
if
(
CurrentLibEntry
->
m_UnitCount
>
1
)
{
aux_msg
.
Printf
(
_
(
"
Uni
t %d"
),
curr_pin
->
m_Unit
);
aux_msg
.
Printf
(
_
(
"
Par
t %d"
),
curr_pin
->
m_Unit
);
msg
+=
aux_msg
;
}
if
(
g_AsDeMorgan
)
...
...
internat/ru/kicad.mo
View file @
b66c00b4
No preview for this file type
internat/ru/kicad.po
View file @
b66c00b4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment