diff options
Diffstat (limited to 'apps/files_sharing/l10n/fi.js')
-rw-r--r-- | apps/files_sharing/l10n/fi.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index 18516ff519f..0800cdae9eb 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -103,6 +103,7 @@ OC.L10N.register( "Please specify a file or folder path" : "Määritä tiedoston tai kansion polku", "Wrong path, file/folder doesn't exist" : "Väärä polku, tiedostoa tai kansiota ei ole olemassa", "Could not create share" : "Jaon luominen epäonnistui", + "Invalid permissions" : "Virheelliset käyttöoikeudet", "Please specify a valid user" : "Määritä kelvollinen käyttäjä", "Group sharing is disabled by the administrator" : "Ylläpitäjä on estänyt ryhmäjakamisen", "Please specify a valid group" : "Määritä kelvollinen ryhmä", @@ -131,6 +132,10 @@ OC.L10N.register( "Reject" : "Hylkää", "Sharing" : "Jakaminen", "Accept user and group shares by default" : "Hyväksy käyttäjä- ja ryhmäjaot oletuksena", + "Set default folder for accepted shares" : "Aseta oletuskansio hyväksytyille jaoille", + "Choose a default folder for accepted shares" : "Valitse oletuskansio hyväksytyille jaoille", + "Invalid path selected" : "Virheellinen polku valittu", + "Unknown error" : "Tuntematon virhe", "Allow editing" : "Salli muokkaus", "Allow creating" : "Salli luominen", "Allow deleting" : "Salli poistaminen", @@ -193,7 +198,9 @@ OC.L10N.register( "Expires {relativetime}" : "Vanhenee {relativetime}", "this share just expired." : "tämä jako vanheni juuri.", "Link to a file" : "Linkki tiedostoon", + "Error creating the share: {errorMessage}" : "Virhe luotaessa jakoa: {errorMessage}", "Error creating the share" : "Virhe jakoa luotaessa", + "Error updating the share: {errorMessage}" : "Virhe päivittäessä jakoa: {errorMessage}", "Error updating the share" : "Virhe jakoa päivittäessä", "Shared" : "Jaettu", "Share" : "Jaa", |