Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
fe609c7e
Commit
fe609c7e
authored
Apr 30, 2018
by
Francesc Guasch
Browse files
Merge branch '700_remove_domain' of
https://github.com/UPC/ravada
into 700_remove_domain
parents
8da2d87f
7e1766f3
Changes
5
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/Front.pm
View file @
fe609c7e
...
...
@@ -411,7 +411,7 @@ Returns a reference to a list of the ISOs known by the system
sub
iso_file
{
my
$self
=
shift
;
my
$vm
=
$self
->
search_vm
('
KVM
');
my
@isos
=
$vm
->
search_volume_path_re
(
qr(.*\.iso$)
);
my
@isos
=
sort
{
"
\L
$a
"
cmp
"
\L
$b
"
}
$vm
->
search_volume_path_re
(
qr(.*\.iso$)
);
#TODO remove path from device
return
\
@isos
;
}
...
...
lib/Ravada/I18N/en.po
View file @
fe609c7e
...
...
@@ -18,16 +18,13 @@ msgstr ""
msgid "Ravada broker"
msgstr ""
msgid "Machine
n
ame"
msgid "Machine
N
ame"
msgstr ""
msgid "Tools"
msgstr ""
msgid "Machines list"
msgstr ""
msgid "Choose a machine to start"
msgid "Choose a Machine to Start"
msgstr ""
msgid "Start"
...
...
@@ -75,7 +72,7 @@ msgstr ""
msgid "Settings"
msgstr ""
msgid "New
m
achine"
msgid "New
M
achine"
msgstr ""
msgid "I want to change my password"
...
...
@@ -114,6 +111,9 @@ msgstr ""
msgid "Japanese"
msgstr ""
msgid "German"
msgstr ""
msgid "New Password:"
msgstr ""
...
...
@@ -123,10 +123,10 @@ msgstr ""
msgid "Submit"
msgstr ""
msgid "Your language has been successfully
changed
"
msgid "Your language has been
changed
successfully"
msgstr ""
msgid "Your password has been successfully
changed
"
msgid "Your password has been
changed
successfully"
msgstr ""
msgid "Password is too short"
...
...
@@ -198,9 +198,15 @@ msgstr ""
msgid "Machines"
msgstr ""
msgid "machines"
msgstr ""
msgid "Users"
msgstr ""
msgid "users"
msgstr ""
msgid "Messages"
msgstr ""
...
...
@@ -237,7 +243,10 @@ msgstr ""
msgid "Cannot remove base, machine has clones"
msgstr ""
msgid "Show/hide clones"
msgid "show clones"
msgstr ""
msgid "hide clones"
msgstr ""
msgid "For Spice redirection you'll need to install"
...
...
@@ -548,3 +557,57 @@ msgstr ""
msgid "Changing Public State"
msgstr ""
msgid "action"
msgstr ""
msgid "Grants"
msgstr ""
msgid "public"
msgstr ""
msgid "New Base"
msgstr ""
msgid "Version"
msgstr ""
msgid "Authors"
msgstr ""
msgid "Development"
msgstr ""
msgid "Below are listed the technologies used in this project:"
msgstr ""
msgid "The code is available on "
msgstr ""
msgid "The code is "
msgstr ""
msgid "License"
msgstr ""
msgid "Machine locked by"
msgstr ""
msgid "This Machine is a base"
msgstr ""
msgid "Cloned"
msgstr ""
msgid "is admin"
msgstr ""
msgid "Add new user"
msgstr ""
msgid "Register"
msgstr ""
msgid "Current Password:"
msgstr ""
lib/Ravada/I18N/es.po
View file @
fe609c7e
...
...
@@ -256,7 +256,6 @@ msgstr "Para la redirección de spice, necesitarás instalar"
msgid "Search in your distro, e.g. in Debian/Ubuntu with"
msgstr "Busca en tu distro, p.e. en Debian/Ubuntu con"
msgid "You'll need to install"
msgstr "Necesitarás instalar"
...
...
@@ -343,9 +342,15 @@ msgstr "Se requiere de un visor para arrancar la máquina virtual."
msgid "user"
msgstr "usuario"
msgid "User"
msgstr "Usuario"
msgid "password"
msgstr "contraseña"
msgid "Password"
msgstr "Contraseña"
msgid "Start session"
msgstr "Iniciar sesión"
...
...
@@ -508,3 +513,30 @@ msgstr "Estás seguro de querer convertir en base a"
msgid "Are you sure you want to change the Public state of"
msgstr "Estás seguro de querer cambiar el estado publico de"
msgid "Version"
msgstr "Versión"
msgid "Authors"
msgstr "Autores"
msgid "Development"
msgstr "Desarrollo"
msgid "Below are listed the technologies used in this project:"
msgstr "A continuación esta la lista de tecnologias usadas en este proyecto:"
msgid "The code is available on "
msgstr "El codigo está disponible en "
msgid "The code is "
msgstr "El codigo está "
msgid "License"
msgstr "Licéncia"
msgid "is admin"
msgstr "es administrador"
msgid "Add new user"
msgstr "Añadir usuario nuevo"
lib/Ravada/I18N/j
p
.po
→
lib/Ravada/I18N/j
a
.po
View file @
fe609c7e
...
...
@@ -9,7 +9,7 @@ msgstr ""
"PO-Revision-Date: 2017-05-02 16:20+0200\n"
"Last-Translator: Fernando Verdugo fernando@etsetb.upc.edu\n"
"Language-Team: \n"
"Language: j
p
\n"
"Language: j
a
\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
templates/bootstrap/user_settings.html.ep
View file @
fe609c7e
...
...
@@ -31,10 +31,11 @@
<option
<%=
$
c-
>
param("tongue") eq 'es' ? "selected" : "" %> value="es" >
<
%=
l
'
Spanish
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'gl' ? "selected" : "" %> value="gl" >
<
%=
l
'
Galician
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'fr' ? "selected" : "" %> value="fr" >
<
%=
l
'
French
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'de' ? "selected" : "" %> value="de" >
<
%=
l
'
German
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'hi' ? "selected" : "" %> value="hi" >
<
%=
l
'
Hindi
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'id' ? "selected" : "" %> value="id" >
<
%=
l
'
Indonesian
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'fa' ? "selected" : "" %> value="fa" >
<
%=
l
'
Persian
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'j
p
' ? "selected" : "" %> value="j
p
" >
<
%=
l
'
Japanese
'
%
></option>
<option
<%=
$
c-
>
param("tongue") eq 'j
a
' ? "selected" : "" %> value="j
a
" >
<
%=
l
'
Japanese
'
%
></option>
</select>
% if ($changed_lang) {
<font
color=
"green"
>
<
%=
l
'
Your
language
has
been
changed
successfully
'
%
></font>
...
...
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