diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-03-20 01:07:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-03-20 01:07:43 +0000 |
commit | 528a903a7b23ea628e6ec2fc9a221821297c0bec (patch) | |
tree | c9ae12ca44f89dda15f4e2016f667a62f4b728e1 /apps/files/l10n/fi.js | |
parent | 540656c716be3bbf0cab9fdb73f3c171cc3dd3c2 (diff) | |
download | nextcloud-server-528a903a7b23ea628e6ec2fc9a221821297c0bec.tar.gz nextcloud-server-528a903a7b23ea628e6ec2fc9a221821297c0bec.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/fi.js')
-rw-r--r-- | apps/files/l10n/fi.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js index 1a3d4c624c5..557b4e9ff1c 100644 --- a/apps/files/l10n/fi.js +++ b/apps/files/l10n/fi.js @@ -44,6 +44,7 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "Tiedostoa \"{file}\" ei voitu luoda, koska se on jo olemassa", "Could not create folder \"{dir}\" because it already exists" : "Kansiota \"{dir}\" ei voitu luoda, koska se on jo olemassa", "Error deleting file \"{fileName}\"." : "Virhe poistaessa tiedostoa \"{fileName}\".", + "No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}", "Name" : "Nimi", "Size" : "Koko", "Modified" : "Muokattu", @@ -164,6 +165,9 @@ OC.L10N.register( "%2$s restored %1$s" : "%2$s palautti kohteen %1$s", "Changed by %2$s" : "Muuttanut %2$s", "Deleted by %2$s" : "Poistanut %2$s", - "Restored by %2$s" : "Palauttanut %2$s" + "Restored by %2$s" : "Palauttanut %2$s", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} tunti jäljellä","{hours}:{minutes}:{seconds} tuntia jäljellä"], + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} minuutti jäljellä","{minutes}:{seconds} minuuttia jäljellä"], + "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} sekunti jäljellä","{seconds} sekuntia jäljellä"] }, "nplurals=2; plural=(n != 1);"); |