diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-19 01:55:38 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-19 01:55:38 -0400 |
commit | e1fd10f22697383a4a1c2eba4e9ec4fdd9d3f841 (patch) | |
tree | e2284139f3cb82a43e971b9f4115746b5751b323 /apps/files_sharing/l10n/fi_FI.php | |
parent | ed10f56994c7a6909a0d9ace53c61c2a70000ba4 (diff) | |
download | nextcloud-server-e1fd10f22697383a4a1c2eba4e9ec4fdd9d3f841.tar.gz nextcloud-server-e1fd10f22697383a4a1c2eba4e9ec4fdd9d3f841.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/fi_FI.php')
-rw-r--r-- | apps/files_sharing/l10n/fi_FI.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index bec00b6ec13..4a55276fd42 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,11 +1,16 @@ <?php $TRANSLATIONS = array( +"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", "Shared with you" => "Jaettu kanssasi", "Shared with others" => "Jaettu muiden kanssa", "Shared by link" => "Jaettu linkin kautta", "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ä.", "You haven't shared any files by link yet." => "Et ole vielä jakanut yhtäkään tiedostoa linkin kautta.", +"Add {name} from {owner}@{remote}" => "Lisää {name} käyttäjältä {owner}@{remote}", +"No ownCloud installation found at {remote}" => "ownCloud-asennusta ei löytynyt kohteesta {remote}", +"Invalid ownCloud url" => "Virheellinen ownCloud-osoite", "Shared by {owner}" => "Jakanut {owner}", "Shared by" => "Jakanut", "This share is password-protected" => "Tämä jako on suojattu salasanalla", @@ -19,8 +24,14 @@ $TRANSLATIONS = array( "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.", +"Save to ownCloud" => "Tallenna ownCloudiin", +"example.com/owncloud" => "verkkotunnus.fi/owncloud", +"Save" => "Tallenna", "Download" => "Lataa", "Download %s" => "Lataa %s", -"Direct link" => "Suora linkki" +"Direct link" => "Suora linkki", +"File Sharing" => "Tiedostonjako", +"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" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |