diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 13:37:28 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-01 13:37:28 +0200 |
commit | c0c48cb3eeadc6cdb593ffb2a746c72b3f3b1430 (patch) | |
tree | 9d8e9ba20783c7ed1dafa3f70fba26ca9f43111e /apps | |
parent | 10bd64debdf15a181def233ef8685c15d528c5e1 (diff) | |
download | nextcloud-server-c0c48cb3eeadc6cdb593ffb2a746c72b3f3b1430.tar.gz nextcloud-server-c0c48cb3eeadc6cdb593ffb2a746c72b3f3b1430.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/fi_FI.php | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/nl.php | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index 902ea859a31..399adb0b1d7 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -20,6 +20,7 @@ "Upload Error" => "Lähetysvirhe.", "Pending" => "Odottaa", "Upload cancelled." => "Lähetys peruttu.", +"File upload is in progress. Leaving the page now will cancel the upload." => "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedoston lähetyksen.", "Invalid name, '/' is not allowed." => "Virheellinen nimi, merkki '/' ei ole sallittu.", "Size" => "Koko", "Modified" => "Muutettu", diff --git a/apps/files_sharing/l10n/nl.php b/apps/files_sharing/l10n/nl.php index d357d66f674..a4da2723cae 100644 --- a/apps/files_sharing/l10n/nl.php +++ b/apps/files_sharing/l10n/nl.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Size" => "Grootte", -"Modified" => "Aangepast", -"Delete all" => "Verwijder alles", -"Delete" => "Vewijder" +"Password" => "Passeerwoord", +"Download" => "Downloaden", +"No preview available for" => "Geen voorbeeldweergave beschikbaar voor", +"web services under your control" => "Webdiensten in eigen beheer" ); |