Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
c8e82270
Commit
c8e82270
authored
Apr 05, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Russian translation
parent
15392924
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1202 additions
and
3 deletions
+1202
-3
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
Makefile
po/Makefile
+1
-1
ru.po
po/ru.po
+1192
-0
Utils.js
www/manager/Utils.js
+1
-0
Support.js
www/manager/dc/Support.js
+1
-1
No files found.
debian/changelog.Debian
View file @
c8e82270
pve-manager (2.0-56) unstable; urgency=low
* added Russian translation
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 08:18:58 +0200
pve-manager (2.0-55) unstable; urgency=low
pve-manager (2.0-55) unstable; urgency=low
* fix bug #135: allow single letter 'dns-name', allow to start names
* fix bug #135: allow single letter 'dns-name', allow to start names
...
...
defines.mk
View file @
c8e82270
...
@@ -2,7 +2,7 @@ RELEASE=2.0
...
@@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGE=pve-manager
PACKAGERELEASE=5
5
PACKAGERELEASE=5
6
BINDIR=${DESTDIR}/usr/bin
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
po/Makefile
View file @
c8e82270
include
../defines.mk
include
../defines.mk
LINGUAS
=
de it fr ja es sv zh_CN
LINGUAS
=
de it fr ja es sv
ru
zh_CN
all
:
$(patsubst %
,
pve-lang-%.js
,
$(LINGUAS))
all
:
$(patsubst %
,
pve-lang-%.js
,
$(LINGUAS))
...
...
po/ru.po
0 → 100644
View file @
c8e82270
This diff is collapsed.
Click to expand it.
www/manager/Utils.js
View file @
c8e82270
...
@@ -199,6 +199,7 @@ Ext.define('PVE.Utils', { statics: {
...
@@ -199,6 +199,7 @@ Ext.define('PVE.Utils', { statics: {
de
:
'
German
'
,
de
:
'
German
'
,
es
:
'
Spanish
'
,
es
:
'
Spanish
'
,
fr
:
'
French
'
,
fr
:
'
French
'
,
ru
:
'
Russian
'
,
sv
:
'
Swedish
'
sv
:
'
Swedish
'
},
},
...
...
www/manager/dc/Support.js
View file @
c8e82270
...
@@ -73,6 +73,6 @@ Ext.define('PVE.dc.Support', {
...
@@ -73,6 +73,6 @@ Ext.define('PVE.dc.Support', {
}
}
});
});
me
.
callParent
();
me
.
callParent
();
}
}
});
});
\ No newline at end of file
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