File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 package =" org.stackdroid"
4- android : versionCode =" 26 "
5- android : versionName =" 0.65 beta" >
4+ android : versionCode =" 30 "
5+ android : versionName =" 0.9 beta" >
66
77 <uses-sdk android : minSdkVersion =" 10" />
88
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ Eliminato un bug che produceva una doppia entry nella lista immagini quando se n
88Aggiunto lampeggio alle istanza non in stato ACTIVE, che indica all'utente la necessità di aggiornare periodicamente
99Aggiornamento continuo ogni 5 secondi per la lista delle istanze
1010Volume info adesso mostra servername e device name dell'eventuale collegamento
11+ Nella lista dei server si vede anche lo stato del task in corso
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3+ <string name =" INSTANCEALREADYSUSPENDED" >Istanza già sospesa</string >
4+ <string name =" INSTANCEALREADYACTIVE" >Istanza già attiva</string >
5+ <string name =" INSTANCEALREADYSHUTOFF" >Istanza già spenta</string >
6+ <string name =" INSTANCESHUTOFF" >L\'istanza è spenta</string >
7+ <string name =" INSTANCESUSPENDED" >L\'istanza è sospesa</string >
8+ <string name =" INSTANCETASKNOTNULL" >Impossibile operare su un\'istanza con un task attivo</string >
39 <string name =" CONFIRM" >Conferma</string >
410 <string name =" DIRECTION" >Direzione</string >
511 <string name =" USEv3" >Usa API Keystone v3</string >
12+ <string name =" SUSPENDSERVER" >Sospendi istanza</string >
13+ <string name =" RESUMESERVER" >Ripristina istanza sospesa</string >
614 <string name =" ATTACHINFO" >Info di collegamento</string >
715 <string name =" INGRESS" >Ingresso</string >
816 <string name =" NOFIXEDIPTOASSOCIATEFIP" >Nessun IP fisso a cui associare il Floating IP (controlla lo stato del server)</string >
183191 <string name =" SERVERSTARTED" >Istanza avviata</string >
184192 <string name =" SERVERSTOPPED" >Istanza spenta</string >
185193 <string name =" SERVERRPAUSED" >Istanza in pausa</string >
186- <string name =" SERVERRESUMED" >Instance resumed </string >
194+ <string name =" SERVERRESUMED" >Istanza ripristinata </string >
187195
188196 <string name =" HEAT" >Orchestratore</string >
189197 <string name =" NOROUTERAVAIL" >Nessun router disponibile</string >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3+ <string name =" INSTANCEALREADYSUSPENDED" >The server is already suspended</string >
4+ <string name =" INSTANCEALREADYACTIVE" >The server is already active</string >
5+ <string name =" INSTANCEALREADYSHUTOFF" >The server is already shutoff</string >
6+ <string name =" INSTANCESHUTOFF" >The server is shutoff</string >
7+ <string name =" INSTANCESUSPENDED" >The server is suspended</string >
8+ <string name =" INSTANCETASKNOTNULL" >Cannot operate on server with an active task</string >
39 <string name =" CONFIRM" >Confirm</string >
10+ <string name =" SUSPENDSERVER" >Suspend server</string >
411 <string name =" USEv3" >Use v3 Keystone API</string >
512 <string name =" ATTACHINFO" >Attach Info</string >
613 <string name =" DIRECTION" >Direction</string >
180187 <string name =" SHUTOFF" >Shutdown</string >
181188 <string name =" STARTUP" >Boot</string >
182189 <string name =" PAUSESERVER" >Pause</string >
183- <string name =" RESUMESERVER" >Resume</string >
190+ <string name =" RESUMESERVER" >Resume server </string >
184191 <string name =" RESIZESERVER" >Resize instance</string >
185192 <string name =" SERVERNAMECHANGED" >Instance name changed</string >
186193 <string name =" HARDREBOOT" >Hard reboot (power reset)</string >
You can’t perform that action at this time.
0 commit comments