diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-04 23:15:17 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-04 23:15:17 +0200 |
commit | 835f477d8fda0566e5a03a652a3b8005cb886389 (patch) | |
tree | 46a4390fbd3611c0ba15115614c56d2c49aaabdc /apps/files/l10n/fi_FI.php | |
parent | 206f83941b26b16f89e695ae84b998e9cf11132a (diff) | |
parent | 3b25babe35015224bb14e697c0b6d61da2841978 (diff) | |
download | nextcloud-server-835f477d8fda0566e5a03a652a3b8005cb886389.tar.gz nextcloud-server-835f477d8fda0566e5a03a652a3b8005cb886389.zip |
Merge branch 'master' into appframework-master
Diffstat (limited to 'apps/files/l10n/fi_FI.php')
-rw-r--r-- | apps/files/l10n/fi_FI.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index d18ff4f0207..1d29dbf79d2 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -11,6 +11,7 @@ $TRANSLATIONS = array( "Missing a temporary folder" => "Tilapäiskansio puuttuu", "Failed to write to disk" => "Levylle kirjoitus epäonnistui", "Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä", +"Upload failed" => "Lähetys epäonnistui", "Invalid directory." => "Virheellinen kansio.", "Files" => "Tiedostot", "Unable to upload your file as it is a directory or has 0 bytes" => "Tiedoston lähetys epäonnistui, koska sen koko on 0 tavua tai kyseessä on kansio.", @@ -30,6 +31,7 @@ $TRANSLATIONS = array( "undo" => "kumoa", "_%n folder_::_%n folders_" => array("%n kansio","%n kansiota"), "_%n file_::_%n files_" => array("%n tiedosto","%n tiedostoa"), +"{dirs} and {files}" => "{dirs} ja {files}", "_Uploading %n file_::_Uploading %n files_" => array("Lähetetään %n tiedosto","Lähetetään %n tiedostoa"), "'.' is an invalid file name." => "'.' on virheellinen nimi tiedostolle.", "File name cannot be empty." => "Tiedoston nimi ei voi olla tyhjä.", |