2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-06-19 09:55:38 +04:00
" Server to server sharing is not enabled on this server " => " Palvelimelta-palvelimelle-jakaminen ei ole käytössä tällä palvelimella " ,
" Couldn't add remote share " => " Etäjaon liittäminen epäonnistui " ,
2014-06-01 09:55:19 +04:00
" Shared with you " => " Jaettu kanssasi " ,
" Shared with others " => " Jaettu muiden kanssa " ,
2014-06-07 09:56:13 +04:00
" Shared by link " => " Jaettu linkin kautta " ,
2014-06-01 09:55:19 +04:00
" No files have been shared with you yet. " => " Kukaan ei ole jakanut tiedostoja kanssasi vielä. " ,
" You haven't shared any files yet. " => " Et ole jakanut yhtäkään tiedostoa vielä. " ,
2014-06-07 09:56:13 +04:00
" You haven't shared any files by link yet. " => " Et ole vielä jakanut yhtäkään tiedostoa linkin kautta. " ,
2014-06-19 09:55:38 +04:00
" Add { name} from { owner}@ { remote} " => " Lisää { name} käyttäjältä { owner}@ { remote} " ,
2014-06-29 09:56:00 +04:00
" Password " => " Salasana " ,
2014-06-19 09:55:38 +04:00
" No ownCloud installation found at { remote} " => " ownCloud-asennusta ei löytynyt kohteesta { remote} " ,
" Invalid ownCloud url " => " Virheellinen ownCloud-osoite " ,
2014-03-12 09:57:17 +04:00
" Shared by { owner} " => " Jakanut { owner} " ,
2014-06-01 09:55:19 +04:00
" Shared by " => " Jakanut " ,
2013-10-14 04:33:30 +04:00
" This share is password-protected " => " Tämä jako on suojattu salasanalla " ,
2013-07-18 10:02:51 +04:00
" The password is wrong. Try again. " => " Väärä salasana. Yritä uudelleen. " ,
2014-06-01 09:55:19 +04:00
" Name " => " Nimi " ,
" Share time " => " Jakamisen ajankohta " ,
2013-08-01 09:57:04 +04:00
" Sorry, this link doesn’ t seem to work anymore. " => " Valitettavasti linkki ei vaikuta enää toimivan. " ,
" Reasons might be: " => " Mahdollisia syitä: " ,
" the item was removed " => " kohde poistettiin " ,
" the link expired " => " linkki vanheni " ,
" sharing is disabled " => " jakaminen on poistettu käytöstä " ,
" For more info, please ask the person who sent this link. " => " Kysy lisätietoja henkilöltä, jolta sait linkin. " ,
2014-06-19 09:55:38 +04:00
" Save to ownCloud " => " Tallenna ownCloudiin " ,
" example.com/owncloud " => " verkkotunnus.fi/owncloud " ,
" Save " => " Tallenna " ,
2014-05-04 09:56:15 +04:00
" Download " => " Lataa " ,
2014-03-12 09:57:17 +04:00
" Download %s " => " Lataa %s " ,
2014-06-19 09:55:38 +04:00
" Direct link " => " Suora linkki " ,
2014-06-28 09:54:54 +04:00
" Remote Shares " => " Etäjaot " ,
2014-06-19 09:55:38 +04:00
" Allow other instances to mount public links shared from this server " => " Salli muiden instanssien liittää tältä palvelimelta jaettuja julkisia linkkejä " ,
" Allow users to mount public link shares " => " Salli käyttäjien liittää julkisia linkkijakoja "
2012-08-17 02:45:46 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;