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
60f2158a
Commit
60f2158a
authored
Mar 09, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include Swedish translation
parent
a4ead8c7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1916 additions
and
2 deletions
+1916
-2
Makefile
po/Makefile
+1
-1
sv.po
po/sv.po
+1912
-0
Utils.js
www/manager/Utils.js
+3
-1
No files found.
po/Makefile
View file @
60f2158a
include
../defines.mk
LINGUAS
=
de fr ja es
LINGUAS
=
de fr ja es
sv
all
:
$(patsubst %
,
pve-lang-%.js
,
$(LINGUAS))
...
...
po/sv.po
0 → 100644
View file @
60f2158a
This diff is collapsed.
Click to expand it.
www/manager/Utils.js
View file @
60f2158a
...
...
@@ -185,7 +185,8 @@ Ext.define('PVE.Utils', { statics: {
en
:
'
English
'
,
de
:
'
German
'
,
es
:
'
Spanish
'
,
fr
:
'
French
'
fr
:
'
French
'
,
sv
:
'
Swedish
'
},
render_language
:
function
(
value
)
{
...
...
@@ -398,6 +399,7 @@ Ext.define('PVE.Utils', { statics: {
srvrestart
:
[
'
SRV
'
,
gettext
(
'
Restart
'
)
],
srvreload
:
[
'
SRV
'
,
gettext
(
'
Reload
'
)
],
imgcopy
:
[
''
,
gettext
(
'
Copy data
'
)
],
imgdel
:
[
''
,
gettext
(
'
Erase data
'
)
],
download
:
[
''
,
gettext
(
'
Download
'
)
],
vzdump
:
[
''
,
gettext
(
'
Backup
'
)
]
},
...
...
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