mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
Finnish using Google Translate
Attempted to translate Finnish using Google Translate
This commit is contained in:
parent
f09d1a31d3
commit
64d17c9ea7
@ -1,279 +1,277 @@
|
|||||||
# Finnish (Translated by ???)
|
# Finnish (Translated by Google Translate)
|
||||||
|
|
||||||
! (English messages provided below, require translation to Finnish)
|
|
||||||
|
|
||||||
## Tabs
|
## Tabs
|
||||||
|
|
||||||
### Tab - Connection
|
### Tab - Connection
|
||||||
tab.connection=Connection
|
tab.connection=Yhteyden
|
||||||
tab.connection.client=Client type:
|
tab.connection.client=Asiakastyyppi:
|
||||||
tab.connection.client.flash=Flash / Air
|
tab.connection.client.flash=Flash / Air
|
||||||
tab.connection.client.unity=Unity
|
tab.connection.client.unity=Unity
|
||||||
tab.connection.client.nitro=Nitro
|
tab.connection.client.nitro=Nitro
|
||||||
tab.connection.version=Hotel version:
|
tab.connection.version=Asiakastyyppi
|
||||||
tab.connection.state=Connection state:
|
tab.connection.state=Yhteyden tila:
|
||||||
tab.connection.state.notconnected=Not connected
|
tab.connection.state.notconnected=Ei kytketty
|
||||||
tab.connection.state.connected=Connected
|
tab.connection.state.connected=Kytketty
|
||||||
tab.connection.state.waiting=Waiting for connection
|
tab.connection.state.waiting=Yhteyttä odotellessa
|
||||||
tab.connection.port=Port:
|
tab.connection.port=Portti:
|
||||||
tab.connection.host=Host:
|
tab.connection.host=Isäntä:
|
||||||
tab.connection.button.connect=Connect
|
tab.connection.button.connect=Kytkeä
|
||||||
tab.connection.button.abort=Abort
|
tab.connection.button.abort=Keskeyttää
|
||||||
tab.connection.autodetect=Auto-detect
|
tab.connection.autodetect=Auto-detect
|
||||||
|
|
||||||
### Tab - Injection
|
### Tab - Injection
|
||||||
tab.injection=Injection
|
tab.injection=Injektio
|
||||||
tab.injection.corrupted=isCorrupted
|
tab.injection.corrupted=onVioittunut
|
||||||
tab.injection.corrupted.true=True
|
tab.injection.corrupted.true=Totta
|
||||||
tab.injection.corrupted.false=False
|
tab.injection.corrupted.false=Epätosi
|
||||||
tab.injection.description.header=header
|
tab.injection.description.header=ylätunniste
|
||||||
tab.injection.description.packets=packets
|
tab.injection.description.packets=paketteja
|
||||||
tab.injection.description.id=id
|
tab.injection.description.id=id
|
||||||
tab.injection.description.length=length
|
tab.injection.description.length=pituus
|
||||||
tab.injection.send.toserver=Send to server
|
tab.injection.send.toserver=Lähetä palvelimeen
|
||||||
tab.injection.send.toclient=Send to client
|
tab.injection.send.toclient=Lähetä asiakkaalle
|
||||||
tab.injection.history=History:
|
tab.injection.history=Historia:
|
||||||
tab.injection.history.clear=Clear
|
tab.injection.history.clear=Tyhjentää
|
||||||
tab.injection.history.tooltip=Double click a packet to restore it
|
tab.injection.history.tooltip=Palauta paketti kaksoisnapsauttamalla sitä
|
||||||
tab.injection.log.packetwithid=Packet with id
|
tab.injection.log.packetwithid=Paketti tunnuksella
|
||||||
|
|
||||||
### Tab - Tools
|
### Tab - Tools
|
||||||
tab.tools=Tools
|
tab.tools=Työkalut
|
||||||
tab.tools.button.encode=Encode
|
tab.tools.button.encode=Koodata
|
||||||
tab.tools.button.decode=Decode
|
tab.tools.button.decode=Dekoodaa
|
||||||
tab.tools.type.integer=Integer
|
tab.tools.type.integer=Integer
|
||||||
tab.tools.type.ushort=Ushort
|
tab.tools.type.ushort=Ushort
|
||||||
tab.tools.encoding=Encoding
|
tab.tools.encoding=Koodaus
|
||||||
tab.tools.decoding=Decoding
|
tab.tools.decoding=Dekoodaus
|
||||||
tab.tools.packet=Packet
|
tab.tools.packet=Paketti
|
||||||
tab.tools.expression=Expression
|
tab.tools.expression=Ilmaisu
|
||||||
|
|
||||||
### Tab - Scheduler
|
### Tab - Scheduler
|
||||||
tab.scheduler=Scheduler
|
tab.scheduler=Aikataulu
|
||||||
tab.scheduler.table.index=Index
|
tab.scheduler.table.index=Indeksi
|
||||||
tab.scheduler.table.packet=Packet
|
tab.scheduler.table.packet=Paketti
|
||||||
tab.scheduler.table.interval=Interval
|
tab.scheduler.table.interval=Intervalli
|
||||||
tab.scheduler.table.destination=Destination
|
tab.scheduler.table.destination=Kohde
|
||||||
tab.scheduler.table.edit=Edit
|
tab.scheduler.table.edit=Muokata
|
||||||
tab.scheduler.setup.packet=Packet
|
tab.scheduler.setup.packet=Paketti
|
||||||
tab.scheduler.setup.interval=Interval
|
tab.scheduler.setup.interval=Intervalli
|
||||||
tab.scheduler.button.clear=Clear
|
tab.scheduler.button.clear=Tyhjentää
|
||||||
tab.scheduler.button.clear.tooltip=Clear all items
|
tab.scheduler.button.clear.tooltip=Tyhjennä kaikki kohteet
|
||||||
tab.scheduler.button.save=S
|
tab.scheduler.button.save=S
|
||||||
tab.scheduler.button.save.tooltip=Save to file
|
tab.scheduler.button.save.tooltip=Tallenna tiedostoon
|
||||||
tab.scheduler.button.save.windowtitle=Save Schedule File
|
tab.scheduler.button.save.windowtitle=Tallenna aikataulutiedosto
|
||||||
tab.scheduler.button.load=L
|
tab.scheduler.button.load=L
|
||||||
tab.scheduler.button.load.tooltip=Load from file
|
tab.scheduler.button.load.tooltip=Lataa tiedostosta
|
||||||
tab.scheduler.button.load.windowtitle=Load Schedule File
|
tab.scheduler.button.load.windowtitle=Lataa aikataulutiedosto
|
||||||
tab.scheduler.button.add=Add
|
tab.scheduler.button.add=Lisätä
|
||||||
tab.scheduler.button.edit=Edit
|
tab.scheduler.button.edit=Muokata
|
||||||
tab.scheduler.direction.in=In
|
tab.scheduler.direction.in=Sisään
|
||||||
tab.scheduler.direction.out=Out
|
tab.scheduler.direction.out=Ulos
|
||||||
tab.scheduler.hotkeys=Enable hotkeys (Ctrl+Shift+Index)
|
tab.scheduler.hotkeys=Enable hotkeys (Ctrl+Shift+Index)
|
||||||
tab.scheduler.filetype=Schedule Files (*.sched)
|
tab.scheduler.filetype=Aikatauluta tiedostot (*.sched)
|
||||||
|
|
||||||
### Tab - Extensions
|
### Tab - Extensions
|
||||||
tab.extensions=Extensions
|
tab.extensions=Laajennukset
|
||||||
tab.extensions.table.title=Title
|
tab.extensions.table.title=Otsikko
|
||||||
tab.extensions.table.description=Description
|
tab.extensions.table.description=Kuvaus
|
||||||
tab.extensions.table.author=Author
|
tab.extensions.table.author=Kirjailija
|
||||||
tab.extensions.table.version=Version
|
tab.extensions.table.version=Versio
|
||||||
tab.extensions.table.edit=Edit
|
tab.extensions.table.edit=Muokata
|
||||||
tab.extensions.table.edit.delete.tooltip=Close connection with this extension
|
tab.extensions.table.edit.delete.tooltip=Katkaise yhteys tähän laajennukseen
|
||||||
tab.extensions.table.edit.restart.tooltip=Restart this extension
|
tab.extensions.table.edit.restart.tooltip=Käynnistä tämä laajennus uudelleen
|
||||||
tab.extensions.table.edit.uninstall.tooltip=Uninstall this extension
|
tab.extensions.table.edit.uninstall.tooltip=Poista tämän laajennuksen asennus
|
||||||
tab.extensions.table.edit.uninstall.confirmation=Are you sure want to uninstall this extension?
|
tab.extensions.table.edit.uninstall.confirmation=Haluatko varmasti poistaa tämän laajennuksen?
|
||||||
tab.extensions.port=Port
|
tab.extensions.port=Portti
|
||||||
tab.extensions.button.pythonshell=G-Python shell
|
tab.extensions.button.pythonshell=G-Python shell
|
||||||
tab.extensions.button.pythonshell.windowtitle=Scripting shell
|
tab.extensions.button.pythonshell.windowtitle=Scripting shell
|
||||||
tab.extensions.button.install=Install
|
tab.extensions.button.install=Asentaa
|
||||||
tab.extensions.button.install.windowtitle=Install extension
|
tab.extensions.button.install.windowtitle=Asenna laajennus
|
||||||
tab.extensions.button.install.filetype=G-Earth extensions
|
tab.extensions.button.install.filetype=G-Earth laajennuksia
|
||||||
tab.extensions.button.logs=View logs
|
tab.extensions.button.logs=Näytä lokit
|
||||||
tab.extensions.button.logs.windowtitle=Extension Console
|
tab.extensions.button.logs.windowtitle=Laajennuskonsoli
|
||||||
|
|
||||||
### Tab - Extra
|
### Tab - Extra
|
||||||
tab.extra=Extra
|
tab.extra=Ylimääräistä
|
||||||
tab.extra.notepad=Notepad
|
tab.extra.notepad=Muistilehtiö
|
||||||
tab.extra.troubleshooting=Troubleshooting
|
tab.extra.troubleshooting=Vianmääritys
|
||||||
tab.extra.options.alwaysontop=Always on top
|
tab.extra.options.alwaysontop=Aina yläpuolella
|
||||||
tab.extra.options.staffpermissions=Client-side staff permissions
|
tab.extra.options.staffpermissions=Client-side staff permissions
|
||||||
tab.extra.options.pythonscripting=G-Python scripting
|
tab.extra.options.pythonscripting=G-Python scripting
|
||||||
tab.extra.options.pythonscripting.alert.title=G-Python installation
|
tab.extra.options.pythonscripting.alert.title=G-Python asennus
|
||||||
tab.extra.options.pythonscripting.alert.content=Before using G-Python, install the right packages using pip!
|
tab.extra.options.pythonscripting.alert.content=Ennen kuin käytät G-Python, asenna oikeat paketit pip:llä!
|
||||||
tab.extra.options.pythonscripting.alert.moreinformation=More information here:
|
tab.extra.options.pythonscripting.alert.moreinformation=Lisätietoja täältä:
|
||||||
tab.extra.options.advanced=Advanced
|
tab.extra.options.advanced=Lisäasetukset
|
||||||
tab.extra.options.advanced.socks=Use SOCKS proxy
|
tab.extra.options.advanced.socks=Käytä SOCKS-proxya
|
||||||
tab.extra.options.advanced.proxy.ip=Proxy IP
|
tab.extra.options.advanced.proxy.ip=Proxy IP
|
||||||
tab.extra.options.advanced.proxy.port=Proxy port
|
tab.extra.options.advanced.proxy.port=Proxy-portti
|
||||||
tab.extra.options.advanced.disabledecryption=Disable decryption
|
tab.extra.options.advanced.disabledecryption=Poista salauksen purku käytöstä
|
||||||
tab.extra.options.advanced.debugstdout=Debug to stdout
|
tab.extra.options.advanced.debugstdout=Virheenkorjaus stdoutiin
|
||||||
|
|
||||||
### Tab - Info
|
### Tab - Info
|
||||||
tab.info=Info
|
tab.info=Tiedot
|
||||||
tab.info.description=Habbo packet manipulator for Linux, Windows & Mac
|
tab.info.description=Habbo pakettimanipulaattori Linuxille, Windowsille ja Macille
|
||||||
tab.info.donate=Donate BTC
|
tab.info.donate=Lahjoita BTC
|
||||||
tab.info.donate.alert.title=Donate Bitcoins
|
tab.info.donate.alert.title=Lahjoita Bitcoineja
|
||||||
tab.info.donate.alert.content=Bitcoin public address:
|
tab.info.donate.alert.content=Bitcoin julkinen osoite:
|
||||||
tab.info.createdby=Created by
|
tab.info.createdby=Luonut
|
||||||
tab.info.links=Links
|
tab.info.links=Linkit
|
||||||
tab.info.contributors=Contributors
|
tab.info.contributors=Avustajia
|
||||||
|
|
||||||
|
|
||||||
## Alert
|
## Alert
|
||||||
|
|
||||||
### Alert - Confirmation
|
### Alert - Confirmation
|
||||||
alert.confirmation.windowtitle=Confirmation Dialog
|
alert.confirmation.windowtitle=Vahvistusikkuna
|
||||||
alert.confirmation.button.donotaskagain=Do not ask again
|
alert.confirmation.button.donotaskagain=Älä kysy uudestaan
|
||||||
alert.confirmation.button.remember=Remember my choice
|
alert.confirmation.button.remember=Muista valintani
|
||||||
|
|
||||||
### Alert - AdminValidator
|
### Alert - AdminValidator
|
||||||
alert.adminvalidator.content=G-Earth needs admin privileges in order to work on Flash,\n\
|
alert.adminvalidator.content=G-Earth tarvitsee järjestelmänvalvojan oikeudet toimiakseen Flashin kanssa.\n\
|
||||||
please restart G-Earth with admin permissions unless\n\
|
Käynnistä G-Earth uudelleen järjestelmänvalvojan luvalla, ellet käytä Unityä.
|
||||||
you're using Unity
|
|
||||||
|
|
||||||
### Alert - Outdated
|
### Alert - Outdated
|
||||||
alert.outdated.title=G-Earth is outdated!
|
alert.outdated.title=G-Earth on vanhentunut!
|
||||||
alert.outdated.content.newversion=A new version of G-Earth has been found
|
alert.outdated.content.newversion=G-Earthista on löydetty uusi versio
|
||||||
alert.outdated.content.update=Update to the latest version
|
alert.outdated.content.update=Päivitä uusimpaan versioon
|
||||||
|
|
||||||
### Alert - Invalid connection
|
### Alert - Invalid connection
|
||||||
alert.invalidconnection.content=You entered invalid connection information, G-Earth could not connect
|
alert.invalidconnection.content=Annoit virheelliset yhteystiedot, G-Earth ei voinut muodostaa yhteyttä
|
||||||
|
|
||||||
### Alert - Nitro root certificate
|
### Alert - Nitro root certificate
|
||||||
alert.rootcertificate.title=Root certificate installation
|
alert.rootcertificate.title=Juurisertifikaatin asennus
|
||||||
alert.rootcertificate.remember=Remember my choice
|
alert.rootcertificate.remember=Muista valintani
|
||||||
alert.rootcertificate.content=G-Earth detected that you do not have the root certificate authority installed.\n\
|
alert.rootcertificate.content=G-Earth havaitsi, että sinulla ei ole juurivarmentajaa asennettuna.\n\
|
||||||
This is required for Nitro to work, do you want to continue?\n\
|
Tämä tarvitaan, jotta Nitro toimii, haluatko jatkaa?\n\
|
||||||
G-Earth will ask you for Administrator permission if you do so.
|
G-Earth pyytää sinulta järjestelmänvalvojan lupaa, jos teet niin.
|
||||||
|
|
||||||
### Alert - Already connected
|
### Alert - Already connected
|
||||||
alert.alreadyconnected.content=G-Earth is already connected to this hotel.\n\
|
alert.alreadyconnected.content=G-Earth on jo yhdistetty tähän hotelliin.\n\
|
||||||
Due to current limitations you can only connect one session per hotel to G-Earth in Raw IP mode on Windows.\n\
|
Nykyisten rajoitusten vuoksi voit yhdistää vain yhden istunnon hotellia kohti G-Earthiin Raw IP -tilassa Windowsissa.\n\
|
||||||
\n\
|
\n\
|
||||||
You can bypass this by using a SOCKS proxy [Extra -> Advanced -> SOCKS]
|
Voit ohittaa tämän käyttämällä SOCKS-välityspalvelinta [Ylimääräistä -> Lisäasetukset -> SOCKS]
|
||||||
|
|
||||||
### Alert - Something went wrong
|
### Alert - Something went wrong
|
||||||
alert.somethingwentwrong.title=Something went wrong!
|
alert.somethingwentwrong.title=Jotain meni pieleen!
|
||||||
alert.somethingwentwrong.content=Something went wrong!\n\
|
alert.somethingwentwrong.content=Jotain meni pieleen!\n\
|
||||||
\n\
|
\n\
|
||||||
Head over to our Troubleshooting page to solve the problem:
|
Siirry Vianetsintä-sivullemme ratkaistaksesi ongelma:
|
||||||
|
|
||||||
### Alert - Allow extension connection
|
### Alert - Allow extension connection
|
||||||
alert.extconnection.content=Extension "%s" tries to connect but isn't known to G-Earth,\n\
|
alert.extconnection.content=Laajennus "%s" yrittää muodostaa yhteyden, mutta G-Earth ei tunne sitä.\n\
|
||||||
accept this connection?
|
Hyväksytkö tämän yhteyden?
|
||||||
|
|
||||||
### Alert - G-Python error
|
### Alert - G-Python error
|
||||||
alert.gpythonerror.title=G-Python error
|
alert.gpythonerror.title=G-Python virhe
|
||||||
alert.gpythonerror.content=Something went wrong launching the G-Python shell,\n\
|
alert.gpythonerror.content=Jotain meni pieleen G-Python-kuoren käynnistämisessä.\n\
|
||||||
are you sure you followed the installation guide correctly?\n\
|
Oletko varma, että noudatit asennusopasta oikein?\n\
|
||||||
\n\
|
\n\
|
||||||
More information here:
|
Lisätietoja täältä:
|
||||||
|
|
||||||
|
|
||||||
## Internal extension
|
## Internal extension
|
||||||
|
|
||||||
### Internal extension - G-ExtensionStore
|
### Internal extension - G-ExtensionStore
|
||||||
ext.store.elapsedtime.second.single=second
|
ext.store.elapsedtime.second.single=sekunti
|
||||||
ext.store.elapsedtime.second.multiple=seconds
|
ext.store.elapsedtime.second.multiple=sekuntia
|
||||||
ext.store.elapsedtime.minute.single=minute
|
ext.store.elapsedtime.minute.single=minuutti
|
||||||
ext.store.elapsedtime.minute.multiple=minutes
|
ext.store.elapsedtime.minute.multiple=minuuttia
|
||||||
ext.store.elapsedtime.hour.single=hour
|
ext.store.elapsedtime.hour.single=tunti
|
||||||
ext.store.elapsedtime.hour.multiple=hours
|
ext.store.elapsedtime.hour.multiple=tuntia
|
||||||
ext.store.elapsedtime.day.single=day
|
ext.store.elapsedtime.day.single=päivä
|
||||||
ext.store.elapsedtime.day.multiple=days
|
ext.store.elapsedtime.day.multiple=päivää
|
||||||
ext.store.elapsedtime.week.single=week
|
ext.store.elapsedtime.week.single=viikko
|
||||||
ext.store.elapsedtime.week.multiple=weeks
|
ext.store.elapsedtime.week.multiple=viikkoa
|
||||||
ext.store.elapsedtime.month.single=month
|
ext.store.elapsedtime.month.single=kuukausi
|
||||||
ext.store.elapsedtime.month.multiple=months
|
ext.store.elapsedtime.month.multiple=kuukautta
|
||||||
ext.store.elapsedtime.year.single=year
|
ext.store.elapsedtime.year.single=vuosi
|
||||||
ext.store.elapsedtime.year.multiple=years
|
ext.store.elapsedtime.year.multiple=vuotta
|
||||||
|
|
||||||
ext.store.extension.version=Version
|
ext.store.extension.version=Versio
|
||||||
ext.store.extension.rating=Rating
|
ext.store.extension.rating=Luokitus
|
||||||
ext.store.extension.madeby=By %s
|
ext.store.extension.madeby=%s tekemä
|
||||||
ext.store.extension.lastupdated=last updated %s ago
|
ext.store.extension.lastupdated=viimeksi päivitetty %s sitten
|
||||||
ext.store.extension.notinstore=Not found in G-ExtensionStore
|
ext.store.extension.notinstore=Ei löydy G-ExtensionStore
|
||||||
|
|
||||||
ext.store.extension.details.description=Description
|
ext.store.extension.details.description=Kuvaus
|
||||||
ext.store.extension.details.authors=Author(s)
|
ext.store.extension.details.authors=Tekijä(t))
|
||||||
ext.store.extension.details.categories=Categories
|
ext.store.extension.details.categories=Kategoriat
|
||||||
ext.store.extension.details.technical_information=Technical information
|
ext.store.extension.details.technical_information=Tekninen informaatio
|
||||||
ext.store.extension.details.click_here=Click here
|
ext.store.extension.details.click_here=Klikkaa tästä
|
||||||
ext.store.extension.details.releases=Releases
|
ext.store.extension.details.releases=Julkaisuja
|
||||||
ext.store.extension.details.language=Language
|
ext.store.extension.details.language=Ohjelmointikieli
|
||||||
ext.store.extension.details.source=Source
|
ext.store.extension.details.source=Lähde
|
||||||
ext.store.extension.details.framework=Framework
|
ext.store.extension.details.framework=Puitteet
|
||||||
ext.store.extension.details.systems=Systems
|
ext.store.extension.details.systems=Järjestelmät
|
||||||
ext.store.extension.details.clients=Compatible clients
|
ext.store.extension.details.clients=Yhteensopivat asiakkaat
|
||||||
ext.store.extension.details.screenshot=Screenshot
|
ext.store.extension.details.screenshot=Kuvakaappaus
|
||||||
|
|
||||||
ext.store.extension.author.reputation=reputation
|
ext.store.extension.author.reputation=maine
|
||||||
ext.store.extension.author.releases=releases
|
ext.store.extension.author.releases=julkaisua
|
||||||
|
|
||||||
ext.store.extension.warning.requirement=Warning: the framework requires --url:additional installations-
|
ext.store.extension.warning.requirement=Varoitus: runko vaatii --url:lisäasennuksia-
|
||||||
! IMPORTANT: the previous line has to end with the --url component like the english version
|
! IMPORTANT: the previous line has to end with the --url component like the english version
|
||||||
ext.store.extension.warning.unstable=Warning: this extension has been marked unstable!
|
ext.store.extension.warning.unstable=Warning: tämä laajennus on merkitty epävakaaksi!
|
||||||
|
|
||||||
ext.store.extension.status.await.install=Install extension
|
ext.store.extension.status.await.install=Asenna laajennus
|
||||||
ext.store.extension.status.await.install.message=Press "OK" and wait while the extension is begin installed
|
ext.store.extension.status.await.install.message=Paina "OK" ja odota, kun laajennus asennetaan
|
||||||
ext.store.extension.status.await.update=Update extension
|
ext.store.extension.status.await.update=Päivitä laajennus
|
||||||
ext.store.extension.status.await.update.message=Press "OK" and wait while the extension is begin updated
|
ext.store.extension.status.await.update.message=Paina "OK" ja odota, kun laajennus päivitetään
|
||||||
ext.store.extension.status.success.install=Install completed
|
ext.store.extension.status.success.install=Asennus valmis
|
||||||
ext.store.extension.status.success.install.message=Extension installation completed successfully
|
ext.store.extension.status.success.install.message=Laajennuksen asennus onnistui
|
||||||
ext.store.extension.status.success.update=Update completed
|
ext.store.extension.status.success.update=Päivitys valmis
|
||||||
ext.store.extension.status.success.update.message=Extension update completed successfully
|
ext.store.extension.status.success.update.message=Laajennuksen päivitys suoritettu onnistuneesti
|
||||||
ext.store.extension.status.error.install=Install failed
|
ext.store.extension.status.error.install=Asennus epäonnistui
|
||||||
ext.store.extension.status.error.install.message=Installation failed with the following message
|
ext.store.extension.status.error.install.message=Asennus epäonnistui seuraavalla viestillä
|
||||||
ext.store.extension.status.error.update=Update failed
|
ext.store.extension.status.error.update=Päivitys epäonnistui
|
||||||
ext.store.extension.status.error.update.message=Update failed with the following message
|
ext.store.extension.status.error.update.message=Päivitys epäonnistui seuraavalla viestillä
|
||||||
|
|
||||||
ext.store.button.search=Search
|
ext.store.button.search=Etsi
|
||||||
ext.store.button.install=Install
|
ext.store.button.install=Asentaa
|
||||||
ext.store.button.installed=Installed
|
ext.store.button.installed=Asennettu
|
||||||
ext.store.button.update=Update
|
ext.store.button.update=Päivittää
|
||||||
|
|
||||||
ext.store.search.title=Search
|
ext.store.search.title=Etsi
|
||||||
ext.store.search.description=Find the extension that fits your needs
|
ext.store.search.description=Etsi tarpeitasi vastaava laajennus
|
||||||
ext.store.search.contenttitle=Search extensions
|
ext.store.search.contenttitle=Hakulaajennukset
|
||||||
ext.store.search.bykeyword=Search by keyword
|
ext.store.search.bykeyword=Etsi hakusanalla
|
||||||
ext.store.search.results=Search results
|
ext.store.search.results=Hakutulokset
|
||||||
ext.store.search.ordering=Extensions ordering
|
ext.store.search.ordering=Laajennukset järjestys
|
||||||
ext.store.search.ordering.bydate.title=New Releases
|
ext.store.search.ordering.bydate.title=Uudet julkaisut
|
||||||
ext.store.search.ordering.bydate.description=Extensions that were recently added to the G-ExtensionStore
|
ext.store.search.ordering.bydate.description=Laajennukset, jotka on äskettäin lisätty G-ExtensionStoreen
|
||||||
ext.store.search.ordering.bydate.contenttitle=New Releases
|
ext.store.search.ordering.bydate.contenttitle=Uudet julkaisut
|
||||||
ext.store.search.ordering.byrating.title=Popular Extensions
|
ext.store.search.ordering.byrating.title=Suositut laajennukset
|
||||||
ext.store.search.ordering.byrating.description=Extensions sorted by rating
|
ext.store.search.ordering.byrating.description=Laajennukset lajiteltu arvioiden mukaan
|
||||||
ext.store.search.ordering.byrating.contenttitle=Popular Extensions
|
ext.store.search.ordering.byrating.contenttitle=Suositut laajennukset
|
||||||
ext.store.search.ordering.byupdate.title=Recently Updated
|
ext.store.search.ordering.byupdate.title=Äskettäin päivitetty
|
||||||
ext.store.search.ordering.byupdate.description=Extensions that were recently updated
|
ext.store.search.ordering.byupdate.description=Hiljattain päivitetyt laajennukset
|
||||||
ext.store.search.ordering.byupdate.contenttitle=Recently Updated
|
ext.store.search.ordering.byupdate.contenttitle=Äskettäin päivitetty
|
||||||
ext.store.search.filter.clients=Clients
|
ext.store.search.filter.clients=Asiakkaat
|
||||||
ext.store.search.filter.categories=Categories
|
ext.store.search.filter.categories=Kategoriat
|
||||||
ext.store.search.filter.frameworks=Frameworks
|
ext.store.search.filter.frameworks=Kehykset
|
||||||
ext.store.search.info.automaticosfiltering=Info: you are automatically filtering on the OS you use
|
ext.store.search.info.automaticosfiltering=Info: suodatat automaattisesti käyttämäsi käyttöjärjestelmän mukaan
|
||||||
|
|
||||||
ext.store.category=Category
|
ext.store.category=Kategoria
|
||||||
|
|
||||||
ext.store.overview.title=Installed Extensions
|
ext.store.overview.title=Asennetut laajennukset
|
||||||
ext.store.overview.description=Extensions that are already installed into G-Earth
|
ext.store.overview.description=Laajennukset, jotka on jo asennettu G-Earthiin
|
||||||
ext.store.overview.contenttitle=Installed extensions
|
ext.store.overview.contenttitle=Asennetut laajennukset
|
||||||
ext.store.overview.folder=Open folder
|
ext.store.overview.folder=Avaa kansio
|
||||||
|
|
||||||
ext.store.categories.title=Categories
|
ext.store.categories.title=Kategoriat
|
||||||
ext.store.categories.description=Explore the different kinds of extensions G-Earth has to offer
|
ext.store.categories.description=Tutustu G-Earthin tarjoamiin erilaisiin laajennuksiin
|
||||||
ext.store.categories.contenttitle=Categories
|
ext.store.categories.contenttitle=Kategoriat
|
||||||
|
|
||||||
ext.store.fail.unzip=Error while unzipping
|
ext.store.fail.unzip=Virhe purettaessa
|
||||||
ext.store.fail.invalidurl=Invalid extension URL
|
ext.store.fail.invalidurl=Virheellinen laajennuksen URL-osoite
|
||||||
ext.store.fail.notavailable=Extension not available in repository
|
ext.store.fail.notavailable=Laajennus ei ole saatavilla arkistossa
|
||||||
ext.store.fail.alreadyexists=Something went wrong creating the extension directory, does the extension already exist?
|
ext.store.fail.alreadyexists=Jotain meni pieleen laajennushakemiston luomisessa. Onko laajennus jo olemassa?
|
||||||
ext.store.fail.notfound=Extension wasn't found
|
ext.store.fail.notfound=Laajennusta ei löytynyt
|
||||||
ext.store.fail.uninstall=Something went wrong with uninstalling the extension, make sure to disconnect the extension if it was still running.
|
ext.store.fail.uninstall=Jotain meni pieleen laajennuksen poistamisessa. Muista pysäyttää laajennus, jos se oli edelleen käynnissä.
|
||||||
|
|
||||||
ext.store.ordering.rating=Rating
|
ext.store.ordering.rating=Luokitus
|
||||||
ext.store.ordering.alphabetical=Alphabetical
|
ext.store.ordering.alphabetical=Aakkosellinen
|
||||||
ext.store.ordering.lastupdated=Last updated
|
ext.store.ordering.lastupdated=Viimeksi päivitetty
|
||||||
ext.store.ordering.newreleases=New releases
|
ext.store.ordering.newreleases=Uudet julkaisut
|
||||||
|
|
||||||
### Internal extension - Logger
|
### Internal extension - Logger
|
||||||
ext.logger.menu.window=Window
|
ext.logger.menu.window=Window
|
||||||
|
Loading…
Reference in New Issue
Block a user