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
c7754067
Commit
c7754067
authored
Mar 11, 2010
by
faa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes russian GOST
parent
1a2da07f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
common.cpp
common/common.cpp
+4
-0
kicad.mo
internat/ru/kicad.mo
+0
-0
kicad.po
internat/ru/kicad.po
+1
-1
No files found.
common/common.cpp
View file @
c7754067
...
...
@@ -22,7 +22,11 @@
*/
/* Standard page sizes in 1/1000 inch */
#if defined(KICAD_GOST)
Ki_PageDescr
g_Sheet_A4
(
wxSize
(
8283
,
11700
),
wxPoint
(
0
,
0
),
wxT
(
"A4"
)
);
#else
Ki_PageDescr
g_Sheet_A4
(
wxSize
(
11700
,
8267
),
wxPoint
(
0
,
0
),
wxT
(
"A4"
)
);
#endif
Ki_PageDescr
g_Sheet_A3
(
wxSize
(
16535
,
11700
),
wxPoint
(
0
,
0
),
wxT
(
"A3"
)
);
Ki_PageDescr
g_Sheet_A2
(
wxSize
(
23400
,
16535
),
wxPoint
(
0
,
0
),
wxT
(
"A2"
)
);
Ki_PageDescr
g_Sheet_A1
(
wxSize
(
33070
,
23400
),
wxPoint
(
0
,
0
),
wxT
(
"A1"
)
);
...
...
internat/ru/kicad.mo
View file @
c7754067
No preview for this file type
internat/ru/kicad.po
View file @
c7754067
...
...
@@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: KiCAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-01 23:07+0300\n"
"PO-Revision-Date: 2010-03-11 15:
43
+0300\n"
"PO-Revision-Date: 2010-03-11 15:
55
+0300\n"
"Last-Translator: faa <faa@ntcsm.ru>\n"
"Language-Team: KiCAD russian team <andrf@mail.ru>\n"
"MIME-Version: 1.0\n"
...
...
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