diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-21 02:06:44 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-21 02:06:44 +0200 |
commit | 16c4eb66d79bfb8f4c27e4b7ce5a16846527979b (patch) | |
tree | 6e3576fe4c062ee549c5b12c795f9836cb386c94 /apps | |
parent | 051dde08dbaa447c89e7a84d456045cc74240a19 (diff) | |
download | nextcloud-server-16c4eb66d79bfb8f4c27e4b7ce5a16846527979b.tar.gz nextcloud-server-16c4eb66d79bfb8f4c27e4b7ce5a16846527979b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/et_EE.php | 24 | ||||
-rw-r--r-- | apps/files/l10n/ta_LK.php | 19 | ||||
-rw-r--r-- | apps/files_encryption/l10n/id.php | 6 | ||||
-rw-r--r-- | apps/files_external/l10n/et_EE.php | 6 | ||||
-rw-r--r-- | apps/files_external/l10n/id.php | 14 | ||||
-rw-r--r-- | apps/files_sharing/l10n/id.php | 9 | ||||
-rw-r--r-- | apps/files_versions/l10n/et_EE.php | 5 | ||||
-rw-r--r-- | apps/files_versions/l10n/id.php | 8 |
8 files changed, 90 insertions, 1 deletions
diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index 1d76a68caab..9b9679068c6 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -9,20 +9,44 @@ "Files" => "Failid", "Unshare" => "Lõpeta jagamine", "Delete" => "Kustuta", +"Rename" => "ümber", +"{new_name} already exists" => "{new_name} on juba olemas", "replace" => "asenda", "suggest name" => "soovita nime", "cancel" => "loobu", +"replaced {new_name}" => "asendatud nimega {new_name}", "undo" => "tagasi", +"replaced {new_name} with {old_name}" => "asendas nime {old_name} nimega {new_name}", +"unshared {files}" => "jagamata {files}", +"deleted {files}" => "kustutatud {files}", "generating ZIP-file, it may take some time." => "ZIP-faili loomine, see võib veidi aega võtta.", "Unable to upload your file as it is a directory or has 0 bytes" => "Sinu faili üleslaadimine ebaõnnestus, kuna see on kaust või selle suurus on 0 baiti", "Upload Error" => "Üleslaadimise viga", "Pending" => "Ootel", +"1 file uploading" => "1 faili üleslaadimisel", +"{count} files uploading" => "{count} faili üleslaadimist", "Upload cancelled." => "Üleslaadimine tühistati.", "File upload is in progress. Leaving the page now will cancel the upload." => "Faili üleslaadimine on töös. Lehelt lahkumine katkestab selle üleslaadimise.", "Invalid name, '/' is not allowed." => "Vigane nimi, '/' pole lubatud.", +"{count} files scanned" => "{count} faili skännitud", +"error while scanning" => "viga skännimisel", "Name" => "Nimi", "Size" => "Suurus", "Modified" => "Muudetud", +"1 folder" => "1 kaust", +"{count} folders" => "{count} kausta", +"1 file" => "1 fail", +"{count} files" => "{count} faili", +"seconds ago" => "sekundit tagasi", +"1 minute ago" => "1 minut tagasi", +"{minutes} minutes ago" => "{minutes} minutit tagasi", +"today" => "täna", +"yesterday" => "eile", +"{days} days ago" => "{days} päeva tagasi", +"last month" => "viimasel kuul", +"months ago" => "kuu tagasi", +"last year" => "viimasel aastal", +"years ago" => "aastat tagasi", "File handling" => "Failide käsitlemine", "Maximum upload size" => "Maksimaalne üleslaadimise suurus", "max. possible: " => "maks. võimalik: ", diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php new file mode 100644 index 00000000000..17a76fe1594 --- /dev/null +++ b/apps/files/l10n/ta_LK.php @@ -0,0 +1,19 @@ +<?php $TRANSLATIONS = array( +"Files" => "கோப்புகள்", +"Delete" => "அழிக்க", +"Rename" => "பெயர்மாற்றம்", +"1 file uploading" => "1 கோப்பு பதிவேற்றப்படுகிறது", +"Name" => "பெயர்", +"Size" => "அளவு", +"Modified" => "மாற்றப்பட்டது", +"seconds ago" => "செக்கன்களுக்கு முன்", +"today" => "இன்று", +"Maximum upload size" => "பதிவேற்றக்கூடிய ஆகக்கூடிய அளவு ", +"New" => "புதிய", +"Text file" => "கோப்பு உரை", +"Folder" => "கோப்புறை", +"Upload" => "பதிவேற்றுக", +"Nothing in here. Upload something!" => "இங்கு ஒன்றும் இல்லை. ஏதாவது பதிவேற்றுக!", +"Share" => "பகிர்வு", +"Download" => "பதிவிறக்குக" +); diff --git a/apps/files_encryption/l10n/id.php b/apps/files_encryption/l10n/id.php new file mode 100644 index 00000000000..824ae883041 --- /dev/null +++ b/apps/files_encryption/l10n/id.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "enkripsi", +"Exclude the following file types from encryption" => "pengecualian untuk tipe file berikut dari enkripsi", +"None" => "tidak ada", +"Enable Encryption" => "aktifkan enkripsi" +); diff --git a/apps/files_external/l10n/et_EE.php b/apps/files_external/l10n/et_EE.php index 280e2664336..86922bc751b 100644 --- a/apps/files_external/l10n/et_EE.php +++ b/apps/files_external/l10n/et_EE.php @@ -1,4 +1,10 @@ <?php $TRANSLATIONS = array( +"Access granted" => "Ligipääs on antud", +"Error configuring Dropbox storage" => "Viga Dropboxi salvestusruumi seadistamisel", +"Grant access" => "Anna ligipääs", +"Fill out all required fields" => "Täida kõik kohustuslikud lahtrid", +"Please provide a valid Dropbox app key and secret." => "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna.", +"Error configuring Google Drive storage" => "Viga Google Drive'i salvestusruumi seadistamisel", "External Storage" => "Väline salvestuskoht", "Mount point" => "Ühenduspunkt", "Backend" => "Admin", diff --git a/apps/files_external/l10n/id.php b/apps/files_external/l10n/id.php new file mode 100644 index 00000000000..4b7850025f4 --- /dev/null +++ b/apps/files_external/l10n/id.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"Access granted" => "akses diberikan", +"Grant access" => "berikan hak akses", +"Fill out all required fields" => "isi semua field yang dibutuhkan", +"External Storage" => "penyimpanan eksternal", +"Configuration" => "konfigurasi", +"Options" => "pilihan", +"Applicable" => "berlaku", +"None set" => "tidak satupun di set", +"All Users" => "semua pengguna", +"Groups" => "grup", +"Users" => "pengguna", +"Delete" => "hapus" +); diff --git a/apps/files_sharing/l10n/id.php b/apps/files_sharing/l10n/id.php new file mode 100644 index 00000000000..8897269d989 --- /dev/null +++ b/apps/files_sharing/l10n/id.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Password" => "kata kunci", +"Submit" => "kirim", +"%s shared the folder %s with you" => "%s membagikan folder %s dengan anda", +"%s shared the file %s with you" => "%s membagikan file %s dengan anda", +"Download" => "unduh", +"No preview available for" => "tidak ada pratinjau tersedia untuk", +"web services under your control" => "servis web dibawah kendali anda" +); diff --git a/apps/files_versions/l10n/et_EE.php b/apps/files_versions/l10n/et_EE.php index f1ebd082ad5..f1296f23fcd 100644 --- a/apps/files_versions/l10n/et_EE.php +++ b/apps/files_versions/l10n/et_EE.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( "Expire all versions" => "Kõikide versioonide aegumine", +"History" => "Ajalugu", "Versions" => "Versioonid", -"This will delete all existing backup versions of your files" => "See kustutab kõik sinu failidest tehtud varuversiooni" +"This will delete all existing backup versions of your files" => "See kustutab kõik sinu failidest tehtud varuversiooni", +"Files Versioning" => "Failide versioonihaldus", +"Enable" => "Luba" ); diff --git a/apps/files_versions/l10n/id.php b/apps/files_versions/l10n/id.php new file mode 100644 index 00000000000..d8ac66c9763 --- /dev/null +++ b/apps/files_versions/l10n/id.php @@ -0,0 +1,8 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "kadaluarsakan semua versi", +"History" => "riwayat", +"Versions" => "versi", +"This will delete all existing backup versions of your files" => "ini akan menghapus semua versi backup yang ada dari file anda", +"Files Versioning" => "pembuatan versi file", +"Enable" => "aktifkan" +); |