Repository: cloudstack Updated Branches: refs/heads/4.5 392551211 -> a95d4e1d6
Fix some typos. Thanks Atalanttore (from Transifex) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a95d4e1d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a95d4e1d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a95d4e1d Branch: refs/heads/4.5 Commit: a95d4e1d6d340a8dd8fee1ee69969a71e36500e7 Parents: 3925512 Author: Milamber <[email protected]> Authored: Sat Apr 25 18:42:40 2015 +0200 Committer: Milamber <[email protected]> Committed: Sat Apr 25 23:18:10 2015 +0200 ---------------------------------------------------------------------- .../WEB-INF/classes/resources/messages.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a95d4e1d/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index db6936f..de6efa5 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -114,9 +114,9 @@ label.action.cancel.maintenance.mode=Cancel Maintenance Mode label.action.change.password=Change Password label.action.change.service.processing=Changing Service.... label.action.change.service=Change Service -label.action.copy.ISO.processing=Coping ISO.... +label.action.copy.ISO.processing=Copying ISO.... label.action.copy.ISO=Copy ISO -label.action.copy.template.processing=Coping Template.... +label.action.copy.template.processing=Copying Template.... label.action.copy.template=Copy Template label.action.create.template.from.vm=Create Template from VM label.action.create.template.from.volume=Create Template from Volume @@ -590,8 +590,8 @@ label.enabling.vpn=Enabling VPN label.end.IP=End IP label.end.port=End Port label.end.reserved.system.IP=End Reserved system IP -label.end.vlan=End Vlan -label.end.vxlan=End Vxlan +label.end.vlan=End VLAN +label.end.vxlan=End VXLAN label.endpoint.or.operation=Endpoint or Operation label.endpoint=Endpoint label.enter.token=Enter token @@ -836,7 +836,7 @@ label.migrate.to.storage=Migrate to storage label.migrate.volume=Migrate Volume label.migrate.volume.to.primary.storage=Migrate volume to another primary storage label.minimum=Minimum -label.minute.past.hour=minute(s) Past the Hour +label.minute.past.hour=minute(s) past the hour label.monday=Monday label.monthly=Monthly label.more.templates=More Templates @@ -1102,8 +1102,8 @@ label.PA=Palo Alto label.start.IP=Start IP label.start.port=Start Port label.start.reserved.system.IP=Start Reserved system IP -label.start.vlan=Start Vlan -label.start.vxlan=Start Vxlan +label.start.vlan=Start VLAN +label.start.vxlan=Start VXLAN label.state=State label.static.nat.enabled=Static NAT Enabled label.static.nat.to=Static NAT to @@ -1788,7 +1788,7 @@ message.disable.vpn.access=Please confirm that you want to disable Remote Access message.disable.vpn=Are you sure you want to disable VPN? message.download.ISO=Please click <a href\="\#">00000</a> to download ISO message.download.template=Please click <a href\="\#">00000</a> to download template -message.download.volume.confirm=Please confirm that you want to download this volume +message.download.volume.confirm=Please confirm that you want to download this volume. message.download.volume=Please click <a href\="\#">00000</a> to download volume message.edit.account=Edit ("-1" indicates no limit to the amount of resources create) message.edit.confirm=Please confirm that your changes before clicking "Save".
