mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Fix some string typos in Sunstone js files
This commit is contained in:
parent
71e17625cc
commit
f1ed163e2b
@ -76,7 +76,7 @@ define(function(require) {
|
||||
"id_index": 1,
|
||||
"name_index": 4,
|
||||
"uname_index": 2,
|
||||
"select_resource": Locale.tr("Please select an file from the list"),
|
||||
"select_resource": Locale.tr("Please select a file from the list"),
|
||||
"you_selected": Locale.tr("You selected the following file:"),
|
||||
"select_resource_multiple": Locale.tr("Please select one or more files from the list"),
|
||||
"you_selected_multiple": Locale.tr("You selected the following files:")
|
||||
|
@ -512,7 +512,7 @@ define(function(require) {
|
||||
'<div class="row">'+
|
||||
'<div class="large-9 columns">'+
|
||||
'<span style="font-size: 14px; line-height: 20px">'+
|
||||
Locale.tr("Be careful, this action will inmediately destroy your Service")+
|
||||
Locale.tr("Be careful, this action will immediately destroy your Service")+
|
||||
'<br>'+
|
||||
Locale.tr("All the information will be lost!")+
|
||||
'</span>'+
|
||||
@ -531,7 +531,7 @@ define(function(require) {
|
||||
'<div class="row">'+
|
||||
'<div class="large-9 columns">'+
|
||||
'<span style="font-size: 14px; line-height: 20px">'+
|
||||
Locale.tr("Be careful, this action will inmediately shutdown your Service")+
|
||||
Locale.tr("Be careful, this action will immediately shutdown your Service")+
|
||||
'<br>'+
|
||||
Locale.tr("All the information will be lost!")+
|
||||
'</span>'+
|
||||
|
@ -241,7 +241,7 @@ define(function(require) {
|
||||
'<div class="row">'+
|
||||
'<div class="large-9 columns">'+
|
||||
'<span style="font-size: 14px; line-height: 20px">'+
|
||||
Locale.tr("Handle with care! This action will inmediately destroy the template")+
|
||||
Locale.tr("Handle with care! This action will immediately destroy the template")+
|
||||
' "' + template_name + '" ' +
|
||||
Locale.tr("and the image associated.") +
|
||||
'</span>'+
|
||||
|
@ -517,7 +517,7 @@ define(function(require) {
|
||||
'<div class="row">' +
|
||||
'<div class="large-10 large-centered columns">' +
|
||||
'<span style="font-size: 14px; line-height: 20px">' +
|
||||
Locale.tr("Be careful, this action will inmediately remove the User from OpenNebula") +
|
||||
Locale.tr("Be careful, this action will immediately remove the User from OpenNebula") +
|
||||
'</span>' +
|
||||
'</div>' +
|
||||
'</div>' +
|
||||
|
@ -593,7 +593,7 @@ define(function(require) {
|
||||
'<div class="row">'+
|
||||
'<div class="large-9 columns">'+
|
||||
'<span style="font-size: 14px; line-height: 20px">'+
|
||||
Locale.tr("Be careful, this action will inmediately destroy your Virtual Machine")+
|
||||
Locale.tr("Be careful, this action will immediately destroy your Virtual Machine")+
|
||||
'<br>'+
|
||||
Locale.tr("All the information will be lost!")+
|
||||
'</span>'+
|
||||
@ -612,7 +612,7 @@ define(function(require) {
|
||||
'<div class="row">'+
|
||||
'<div class="large-9 columns">'+
|
||||
'<span style="font-size: 14px; line-height: 20px">'+
|
||||
Locale.tr("Be careful, this action will inmediately destroy your Virtual Machine")+
|
||||
Locale.tr("Be careful, this action will immediately destroy your Virtual Machine")+
|
||||
'<br>'+
|
||||
Locale.tr("All the information will be lost!")+
|
||||
'</span>'+
|
||||
|
@ -372,7 +372,7 @@ define(function(require) {
|
||||
|
||||
Sunstone.getDialog(CONFIRM_DIALOG_ID).setParams({
|
||||
//header :
|
||||
body : Locale.tr("This will detach the nic inmediately"),
|
||||
body : Locale.tr("This will detach the nic immediately"),
|
||||
//question :
|
||||
submit : function(){
|
||||
Sunstone.runAction('VM.detachnic', that.element.ID, nic_id);
|
||||
|
@ -350,7 +350,7 @@ define(function(require) {
|
||||
|
||||
Sunstone.getDialog(CONFIRM_DIALOG_ID).setParams({
|
||||
//header :
|
||||
body : Locale.tr("This will detach the disk inmediately"),
|
||||
body : Locale.tr("This will detach the disk immediately"),
|
||||
//question :
|
||||
submit : function(){
|
||||
Sunstone.runAction('VM.detachdisk', that.element.ID, disk_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user