success modal modification
This commit is contained in:
		
					parent
					
						
							
								3ef07758ef
							
						
					
				
			
			
				commit
				
					
						c53c966136
					
				
			
		
					 2 changed files with 10 additions and 14 deletions
				
			
		|  | @ -8,7 +8,7 @@ msgid "" | ||||||
| msgstr "" | msgstr "" | ||||||
| "Project-Id-Version: PACKAGE VERSION\n" | "Project-Id-Version: PACKAGE VERSION\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | "Report-Msgid-Bugs-To: \n" | ||||||
| "POT-Creation-Date: 2017-09-19 01:04+0530\n" | "POT-Creation-Date: 2017-09-19 14:20+0530\n" | ||||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | "Language-Team: LANGUAGE <LL@li.org>\n" | ||||||
|  | @ -575,14 +575,10 @@ msgstr "Bist Du sicher, dass Du Deine virtuelle Maschine beenden willst" | ||||||
| msgid "OK" | msgid "OK" | ||||||
| msgstr "" | msgstr "" | ||||||
| 
 | 
 | ||||||
| msgid "Your virtual machine" | #, python-format | ||||||
| msgstr "Deine Virtuelle Machine (VM)" | msgid "" | ||||||
| 
 | "Your Virtual Machine %(virtual_machine.name)s is successfully terminated!" | ||||||
| msgid "is successfully terminated!" | msgstr "Deine Virtuelle Machine (VM) %(virtual_machine.name)s wurde erfolgreich beendet!" | ||||||
| msgstr "wurde erfolgreich beendet!" |  | ||||||
| 
 |  | ||||||
| msgid "Close" |  | ||||||
| msgstr "Schliessen" |  | ||||||
| 
 | 
 | ||||||
| msgid "Virtual Machines" | msgid "Virtual Machines" | ||||||
| msgstr "Virtuelle Maschinen" | msgstr "Virtuelle Maschinen" | ||||||
|  | @ -660,6 +656,9 @@ msgstr "Fehler beenden VM" | ||||||
| msgid "Virtual Machine Cancellation" | msgid "Virtual Machine Cancellation" | ||||||
| msgstr "VM Kündigung" | msgstr "VM Kündigung" | ||||||
| 
 | 
 | ||||||
|  | #~ msgid "Close" | ||||||
|  | #~ msgstr "Schliessen" | ||||||
|  | 
 | ||||||
| #~ msgid "VM %(VM_ID)s terminated successfully" | #~ msgid "VM %(VM_ID)s terminated successfully" | ||||||
| #~ msgstr "VM %(VM_ID)s erfolgreich beendet" | #~ msgstr "VM %(VM_ID)s erfolgreich beendet" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -124,12 +124,9 @@ | ||||||
| 				</div> | 				</div> | ||||||
|         <div class="modal-body"> |         <div class="modal-body"> | ||||||
| 					<div class="modal-icon"><i class="fa fa-check" aria-hidden="true"></i></div> | 					<div class="modal-icon"><i class="fa fa-check" aria-hidden="true"></i></div> | ||||||
| 					<h4 class="modal-title" id="ModalLabel">{% trans "Your Virtual Machine" %} {{vm.id}} {% trans "is successfully terminated!" %}</h4> | 					<h4 class="modal-title" id="ModalLabel">{% blocktrans %}Your Virtual Machine <strong>{{virtual_machine.name}}asdas</strong> is successfully terminated!{% endblocktrans %}</h4> | ||||||
| 					<div class="modal-text"> |  | ||||||
| 						<p><strong>{{virtual_machine.name}}</strong></p> |  | ||||||
| 					</div> |  | ||||||
|           <div class="modal-footer"> |           <div class="modal-footer"> | ||||||
|             <a href="{% url 'hosting:virtual_machines' %}"	class="btn btn-success btn-wide">{% trans "Close" %}</a> |             <a href="{% url 'hosting:virtual_machines' %}"	class="btn btn-success btn-wide">{% trans "OK" %}</a> | ||||||
|           </div> |           </div> | ||||||
|         </div> |         </div> | ||||||
|       </div> |       </div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue