diff options
317 files changed, 3584 insertions, 2566 deletions
diff --git a/.htaccess b/.htaccess index 463b49993e6..201e0d605b7 100755 --- a/.htaccess +++ b/.htaccess @@ -32,5 +32,8 @@ RewriteRule ^remote/(.*) remote.php [QSA,L] AddType image/svg+xml svg svgz AddEncoding gzip svgz </IfModule> +<IfModule dir_module> +DirectoryIndex index.php index.html +</IfModule> AddDefaultCharset utf-8 Options -Indexes diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index f3264da5a12..264a86adb7b 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -113,6 +113,7 @@ var FileActions = { } }); if(actions.Share && !($('#dir').val() === '/' && file === 'Shared')){ + // t('files', 'Share') addAction('Share', actions.Share); } diff --git a/apps/files/l10n/ar.php b/apps/files/l10n/ar.php index 41e6a225a2b..ac0822d4519 100644 --- a/apps/files/l10n/ar.php +++ b/apps/files/l10n/ar.php @@ -13,6 +13,7 @@ "Not enough storage available" => "لا يوجد مساحة تخزينية كافية", "Invalid directory." => "مسار غير صحيح.", "Files" => "الملفات", +"Share" => "شارك", "Delete permanently" => "حذف بشكل دائم", "Delete" => "محذوف", "Rename" => "إعادة تسميه", diff --git a/apps/files/l10n/bg_BG.php b/apps/files/l10n/bg_BG.php index c4bbca36f47..519fbffb761 100644 --- a/apps/files/l10n/bg_BG.php +++ b/apps/files/l10n/bg_BG.php @@ -3,6 +3,7 @@ "Failed to write to disk" => "Възникна проблем при запис в диска", "Invalid directory." => "Невалидна директория.", "Files" => "Файлове", +"Share" => "Споделяне", "Delete permanently" => "Изтриване завинаги", "Delete" => "Изтриване", "Rename" => "Преименуване", diff --git a/apps/files/l10n/bn_BD.php b/apps/files/l10n/bn_BD.php index 640430716fe..e49ac5f2628 100644 --- a/apps/files/l10n/bn_BD.php +++ b/apps/files/l10n/bn_BD.php @@ -12,6 +12,7 @@ "Failed to write to disk" => "ডিস্কে লিখতে ব্যর্থ", "Invalid directory." => "ভুল ডিরেক্টরি", "Files" => "ফাইল", +"Share" => "ভাগাভাগি কর", "Delete" => "মুছে ফেল", "Rename" => "পূনঃনামকরণ", "Pending" => "মুলতুবি", diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php index d92dbeef67c..0f40e66df86 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -13,6 +13,7 @@ "Not enough storage available" => "No hi ha prou espai disponible", "Invalid directory." => "Directori no vàlid.", "Files" => "Fitxers", +"Share" => "Comparteix", "Delete permanently" => "Esborra permanentment", "Delete" => "Suprimeix", "Rename" => "Reanomena", diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index 66c748fbaa0..1d7cdd2718a 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nedostatek dostupného úložného prostoru", "Invalid directory." => "Neplatný adresář", "Files" => "Soubory", +"Share" => "Sdílet", "Delete permanently" => "Trvale odstranit", "Delete" => "Smazat", "Rename" => "Přejmenovat", diff --git a/apps/files/l10n/cy_GB.php b/apps/files/l10n/cy_GB.php index f56d357362b..6ec0e7f914f 100644 --- a/apps/files/l10n/cy_GB.php +++ b/apps/files/l10n/cy_GB.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Dim digon o le storio ar gael", "Invalid directory." => "Cyfeiriadur annilys.", "Files" => "Ffeiliau", +"Share" => "Rhannu", "Delete permanently" => "Dileu'n barhaol", "Delete" => "Dileu", "Rename" => "Ailenwi", diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index 7c065952aea..da33a3f2f1d 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Der er ikke nok plads til rådlighed", "Invalid directory." => "Ugyldig mappe.", "Files" => "Filer", +"Share" => "Del", "Delete permanently" => "Slet permanent", "Delete" => "Slet", "Rename" => "Omdøb", diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 34f02334866..6da281dafbe 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nicht genug Speicherplatz verfügbar", "Invalid directory." => "Ungültiges Verzeichnis.", "Files" => "Dateien", +"Share" => "Teilen", "Delete permanently" => "Permanent löschen", "Delete" => "Löschen", "Rename" => "Umbenennen", diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index 8fc1c106d01..977309bfa74 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nicht genug Speicher vorhanden.", "Invalid directory." => "Ungültiges Verzeichnis.", "Files" => "Dateien", +"Share" => "Teilen", "Delete permanently" => "Entgültig löschen", "Delete" => "Löschen", "Rename" => "Umbenennen", diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 60d63c41429..c75305ef1ac 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Μη επαρκής διαθέσιμος αποθηκευτικός χώρος", "Invalid directory." => "Μη έγκυρος φάκελος.", "Files" => "Αρχεία", +"Share" => "Διαμοιρασμός", "Delete permanently" => "Μόνιμη διαγραφή", "Delete" => "Διαγραφή", "Rename" => "Μετονομασία", diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php index 3435f430597..1ef7c9f11d8 100644 --- a/apps/files/l10n/eo.php +++ b/apps/files/l10n/eo.php @@ -12,6 +12,7 @@ "Failed to write to disk" => "Malsukcesis skribo al disko", "Invalid directory." => "Nevalida dosierujo.", "Files" => "Dosieroj", +"Share" => "Kunhavigi", "Delete" => "Forigi", "Rename" => "Alinomigi", "Pending" => "Traktotaj", diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index e231abe4290..26e8c049fa9 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -13,6 +13,7 @@ "Not enough storage available" => "No hay suficiente espacio disponible", "Invalid directory." => "Directorio invalido.", "Files" => "Archivos", +"Share" => "Compartir", "Delete permanently" => "Eliminar permanentemente", "Delete" => "Eliminar", "Rename" => "Renombrar", diff --git a/apps/files/l10n/es_AR.php b/apps/files/l10n/es_AR.php index 25c2f4ff699..731aa345064 100644 --- a/apps/files/l10n/es_AR.php +++ b/apps/files/l10n/es_AR.php @@ -13,6 +13,7 @@ "Not enough storage available" => "No hay suficiente capacidad de almacenamiento", "Invalid directory." => "Directorio invalido.", "Files" => "Archivos", +"Share" => "Compartir", "Delete permanently" => "Borrar de manera permanente", "Delete" => "Borrar", "Rename" => "Cambiar nombre", diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index 64a2f71b271..050c9458325 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Saadaval pole piisavalt ruumi", "Invalid directory." => "Vigane kaust.", "Files" => "Failid", +"Share" => "Jaga", "Delete permanently" => "Kustuta jäädavalt", "Delete" => "Kustuta", "Rename" => "ümber", diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php index 8c244babf08..ebffc69f72b 100644 --- a/apps/files/l10n/eu.php +++ b/apps/files/l10n/eu.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Ez dago behar aina leku erabilgarri,", "Invalid directory." => "Baliogabeko karpeta.", "Files" => "Fitxategiak", +"Share" => "Elkarbanatu", "Delete permanently" => "Ezabatu betirako", "Delete" => "Ezabatu", "Rename" => "Berrizendatu", diff --git a/apps/files/l10n/fa.php b/apps/files/l10n/fa.php index 13ef465199d..5effe83d9f0 100644 --- a/apps/files/l10n/fa.php +++ b/apps/files/l10n/fa.php @@ -13,6 +13,7 @@ "Not enough storage available" => "فضای کافی در دسترس نیست", "Invalid directory." => "فهرست راهنما نامعتبر می باشد.", "Files" => "فایل ها", +"Share" => "اشتراکگذاری", "Delete permanently" => "حذف قطعی", "Delete" => "پاک کردن", "Rename" => "تغییرنام", diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index b797273d514..67f704b6d70 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -12,6 +12,7 @@ "Not enough storage available" => "Tallennustilaa ei ole riittävästi käytettävissä", "Invalid directory." => "Virheellinen kansio.", "Files" => "Tiedostot", +"Share" => "Jaa", "Delete permanently" => "Poista pysyvästi", "Delete" => "Poista", "Rename" => "Nimeä uudelleen", diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 093a0b891ce..d92a9e15110 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Plus assez d'espace de stockage disponible", "Invalid directory." => "Dossier invalide.", "Files" => "Fichiers", +"Share" => "Partager", "Delete permanently" => "Supprimer de façon définitive", "Delete" => "Supprimer", "Rename" => "Renommer", diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index 14992f58385..91fd2339457 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Non hai espazo de almacenamento abondo", "Invalid directory." => "O directorio é incorrecto.", "Files" => "Ficheiros", +"Share" => "Compartir", "Delete permanently" => "Eliminar permanentemente", "Delete" => "Eliminar", "Rename" => "Renomear", diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php index 36ba7cc5de2..a404a8f0065 100644 --- a/apps/files/l10n/he.php +++ b/apps/files/l10n/he.php @@ -8,6 +8,7 @@ "Missing a temporary folder" => "תיקייה זמנית חסרה", "Failed to write to disk" => "הכתיבה לכונן נכשלה", "Files" => "קבצים", +"Share" => "שתף", "Delete permanently" => "מחק לצמיתות", "Delete" => "מחיקה", "Rename" => "שינוי שם", diff --git a/apps/files/l10n/hr.php b/apps/files/l10n/hr.php index a6b83b3d67c..30af812d439 100644 --- a/apps/files/l10n/hr.php +++ b/apps/files/l10n/hr.php @@ -6,6 +6,7 @@ "Missing a temporary folder" => "Nedostaje privremena mapa", "Failed to write to disk" => "Neuspjelo pisanje na disk", "Files" => "Datoteke", +"Share" => "Podijeli", "Delete" => "Briši", "Rename" => "Promjeni ime", "Pending" => "U tijeku", diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index 103523b65f4..ffbe0fd9c54 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nincs elég szabad hely.", "Invalid directory." => "Érvénytelen mappa.", "Files" => "Fájlok", +"Share" => "Megosztás", "Delete permanently" => "Végleges törlés", "Delete" => "Törlés", "Rename" => "Átnevezés", diff --git a/apps/files/l10n/ia.php b/apps/files/l10n/ia.php index b3233cc37d0..8c47b2011a5 100644 --- a/apps/files/l10n/ia.php +++ b/apps/files/l10n/ia.php @@ -3,6 +3,7 @@ "No file was uploaded" => "Nulle file esseva incargate", "Missing a temporary folder" => "Manca un dossier temporari", "Files" => "Files", +"Share" => "Compartir", "Delete" => "Deler", "Name" => "Nomine", "Size" => "Dimension", diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php index 3894ce0de9c..1ec8713d50e 100644 --- a/apps/files/l10n/id.php +++ b/apps/files/l10n/id.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Ruang penyimpanan tidak mencukupi", "Invalid directory." => "Direktori tidak valid.", "Files" => "Berkas", +"Share" => "Bagikan", "Delete permanently" => "Hapus secara permanen", "Delete" => "Hapus", "Rename" => "Ubah nama", diff --git a/apps/files/l10n/is.php b/apps/files/l10n/is.php index c7c8e9ccdb7..f0a4aa81efa 100644 --- a/apps/files/l10n/is.php +++ b/apps/files/l10n/is.php @@ -12,6 +12,7 @@ "Failed to write to disk" => "Tókst ekki að skrifa á disk", "Invalid directory." => "Ógild mappa.", "Files" => "Skrár", +"Share" => "Deila", "Delete" => "Eyða", "Rename" => "Endurskýra", "Pending" => "Bíður", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 20819e25640..d8cdd7dfac4 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Spazio di archiviazione insufficiente", "Invalid directory." => "Cartella non valida.", "Files" => "File", +"Share" => "Condividi", "Delete permanently" => "Elimina definitivamente", "Delete" => "Elimina", "Rename" => "Rinomina", diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index 402a9f33b39..503511804e3 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -13,6 +13,7 @@ "Not enough storage available" => "ストレージに十分な空き容量がありません", "Invalid directory." => "無効なディレクトリです。", "Files" => "ファイル", +"Share" => "共有", "Delete permanently" => "完全に削除する", "Delete" => "削除", "Rename" => "名前の変更", diff --git a/apps/files/l10n/ka_GE.php b/apps/files/l10n/ka_GE.php index 6ea75a2ea92..1e645dfb001 100644 --- a/apps/files/l10n/ka_GE.php +++ b/apps/files/l10n/ka_GE.php @@ -13,6 +13,7 @@ "Not enough storage available" => "საცავში საკმარისი ადგილი არ არის", "Invalid directory." => "დაუშვებელი დირექტორია.", "Files" => "ფაილები", +"Share" => "გაზიარება", "Delete permanently" => "სრულად წაშლა", "Delete" => "წაშლა", "Rename" => "გადარქმევა", diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php index 88378bb486f..48078908e81 100644 --- a/apps/files/l10n/ko.php +++ b/apps/files/l10n/ko.php @@ -12,6 +12,7 @@ "Failed to write to disk" => "디스크에 쓰지 못했습니다", "Invalid directory." => "올바르지 않은 디렉터리입니다.", "Files" => "파일", +"Share" => "공유", "Delete" => "삭제", "Rename" => "이름 바꾸기", "Pending" => "보류 중", diff --git a/apps/files/l10n/lb.php b/apps/files/l10n/lb.php index 6533a123083..6c703691784 100644 --- a/apps/files/l10n/lb.php +++ b/apps/files/l10n/lb.php @@ -6,6 +6,7 @@ "Missing a temporary folder" => "Et feelt en temporären Dossier", "Failed to write to disk" => "Konnt net op den Disk schreiwen", "Files" => "Dateien", +"Share" => "Deelen", "Delete" => "Läschen", "replace" => "ersetzen", "cancel" => "ofbriechen", diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php index 750500a3d54..b53a390db65 100644 --- a/apps/files/l10n/lt_LT.php +++ b/apps/files/l10n/lt_LT.php @@ -6,6 +6,7 @@ "Missing a temporary folder" => "Nėra laikinojo katalogo", "Failed to write to disk" => "Nepavyko įrašyti į diską", "Files" => "Failai", +"Share" => "Dalintis", "Delete" => "Ištrinti", "Rename" => "Pervadinti", "Pending" => "Laukiantis", diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php index 1292514547b..c5bf938f73a 100644 --- a/apps/files/l10n/lv.php +++ b/apps/files/l10n/lv.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nav pietiekami daudz vietas", "Invalid directory." => "Nederīga direktorija.", "Files" => "Datnes", +"Share" => "Dalīties", "Delete permanently" => "Dzēst pavisam", "Delete" => "Dzēst", "Rename" => "Pārsaukt", diff --git a/apps/files/l10n/mk.php b/apps/files/l10n/mk.php index 78fed25cf92..50aadc7e1f6 100644 --- a/apps/files/l10n/mk.php +++ b/apps/files/l10n/mk.php @@ -8,6 +8,7 @@ "Missing a temporary folder" => "Не постои привремена папка", "Failed to write to disk" => "Неуспеав да запишам на диск", "Files" => "Датотеки", +"Share" => "Сподели", "Delete" => "Избриши", "Rename" => "Преименувај", "Pending" => "Чека", diff --git a/apps/files/l10n/ms_MY.php b/apps/files/l10n/ms_MY.php index a390288b365..9ec795d7c50 100644 --- a/apps/files/l10n/ms_MY.php +++ b/apps/files/l10n/ms_MY.php @@ -7,6 +7,7 @@ "Missing a temporary folder" => "Folder sementara hilang", "Failed to write to disk" => "Gagal untuk disimpan", "Files" => "fail", +"Share" => "Kongsi", "Delete" => "Padam", "Pending" => "Dalam proses", "replace" => "ganti", diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php index 54042c91243..921eacdc721 100644 --- a/apps/files/l10n/nb_NO.php +++ b/apps/files/l10n/nb_NO.php @@ -7,6 +7,7 @@ "Missing a temporary folder" => "Mangler en midlertidig mappe", "Failed to write to disk" => "Klarte ikke å skrive til disk", "Files" => "Filer", +"Share" => "Del", "Delete permanently" => "Slett permanent", "Delete" => "Slett", "Rename" => "Omdøp", diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 38b55d34d95..8b366af83a8 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Niet genoeg opslagruimte beschikbaar", "Invalid directory." => "Ongeldige directory.", "Files" => "Bestanden", +"Share" => "Delen", "Delete permanently" => "Verwijder definitief", "Delete" => "Verwijder", "Rename" => "Hernoem", diff --git a/apps/files/l10n/oc.php b/apps/files/l10n/oc.php index b1ef6216585..70a41fc17f3 100644 --- a/apps/files/l10n/oc.php +++ b/apps/files/l10n/oc.php @@ -6,6 +6,7 @@ "Missing a temporary folder" => "Un dorsièr temporari manca", "Failed to write to disk" => "L'escriptura sul disc a fracassat", "Files" => "Fichièrs", +"Share" => "Parteja", "Delete" => "Escafa", "Rename" => "Torna nomenar", "Pending" => "Al esperar", diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index e9a78e2f442..cc35d498ca0 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Za mało dostępnego miejsca", "Invalid directory." => "Zła ścieżka.", "Files" => "Pliki", +"Share" => "Udostępnij", "Delete permanently" => "Trwale usuń", "Delete" => "Usuń", "Rename" => "Zmień nazwę", diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php index ad8f37c24f6..ad5a8d138e4 100644 --- a/apps/files/l10n/pt_BR.php +++ b/apps/files/l10n/pt_BR.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Espaço de armazenamento insuficiente", "Invalid directory." => "Diretório inválido.", "Files" => "Arquivos", +"Share" => "Compartilhar", "Delete permanently" => "Excluir permanentemente", "Delete" => "Excluir", "Rename" => "Renomear", diff --git a/apps/files/l10n/pt_PT.php b/apps/files/l10n/pt_PT.php index c06108cf2b3..fea77e86e7b 100644 --- a/apps/files/l10n/pt_PT.php +++ b/apps/files/l10n/pt_PT.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Não há espaço suficiente em disco", "Invalid directory." => "Directório Inválido", "Files" => "Ficheiros", +"Share" => "Partilhar", "Delete permanently" => "Eliminar permanentemente", "Delete" => "Apagar", "Rename" => "Renomear", diff --git a/apps/files/l10n/ro.php b/apps/files/l10n/ro.php index e3cab80fbc2..2c8da6ae6e7 100644 --- a/apps/files/l10n/ro.php +++ b/apps/files/l10n/ro.php @@ -12,6 +12,7 @@ "Failed to write to disk" => "Eroare la scriere pe disc", "Invalid directory." => "Director invalid.", "Files" => "Fișiere", +"Share" => "Partajează", "Delete" => "Șterge", "Rename" => "Redenumire", "Pending" => "În așteptare", diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 37f2e083c4c..89a164a35fe 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Недостаточно доступного места в хранилище", "Invalid directory." => "Неправильный каталог.", "Files" => "Файлы", +"Share" => "Открыть доступ", "Delete permanently" => "Удалено навсегда", "Delete" => "Удалить", "Rename" => "Переименовать", diff --git a/apps/files/l10n/ru_RU.php b/apps/files/l10n/ru_RU.php index a7c6c83fde0..400a0dc8de7 100644 --- a/apps/files/l10n/ru_RU.php +++ b/apps/files/l10n/ru_RU.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Недостаточно места в хранилище", "Invalid directory." => "Неверный каталог.", "Files" => "Файлы", +"Share" => "Сделать общим", "Delete permanently" => "Удалить навсегда", "Delete" => "Удалить", "Rename" => "Переименовать", diff --git a/apps/files/l10n/si_LK.php b/apps/files/l10n/si_LK.php index dfcca6f689b..c1e5805031a 100644 --- a/apps/files/l10n/si_LK.php +++ b/apps/files/l10n/si_LK.php @@ -7,6 +7,7 @@ "Missing a temporary folder" => "තාවකාලික ෆොල්ඩරයක් සොයාගත නොහැක", "Failed to write to disk" => "තැටිගත කිරීම අසාර්ථකයි", "Files" => "ගොනු", +"Share" => "බෙදා හදා ගන්න", "Delete" => "මකන්න", "Rename" => "නැවත නම් කරන්න", "replace" => "ප්රතිස්ථාපනය කරන්න", diff --git a/apps/files/l10n/sk_SK.php b/apps/files/l10n/sk_SK.php index ee89a4c7d63..909c3b2ac29 100644 --- a/apps/files/l10n/sk_SK.php +++ b/apps/files/l10n/sk_SK.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nedostatok dostupného úložného priestoru", "Invalid directory." => "Neplatný priečinok", "Files" => "Súbory", +"Share" => "Zdieľať", "Delete permanently" => "Zmazať trvalo", "Delete" => "Odstrániť", "Rename" => "Premenovať", diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 65d463e13d4..a43c8dc9de7 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Na voljo ni dovolj prostora", "Invalid directory." => "Neveljavna mapa.", "Files" => "Datoteke", +"Share" => "Souporaba", "Delete permanently" => "Izbriši trajno", "Delete" => "Izbriši", "Rename" => "Preimenuj", diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php index 57c21ba002c..fe3ae9e7a96 100644 --- a/apps/files/l10n/sq.php +++ b/apps/files/l10n/sq.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Nuk ka mbetur hapësirë memorizimi e mjaftueshme", "Invalid directory." => "Dosje e pavlefshme.", "Files" => "Skedarët", +"Share" => "Nda", "Delete permanently" => "Elimino përfundimisht", "Delete" => "Elimino", "Rename" => "Riemërto", diff --git a/apps/files/l10n/sr.php b/apps/files/l10n/sr.php index 50d587ebb26..5d32cdd9fb8 100644 --- a/apps/files/l10n/sr.php +++ b/apps/files/l10n/sr.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Нема довољно простора", "Invalid directory." => "неисправна фасцикла.", "Files" => "Датотеке", +"Share" => "Дели", "Delete permanently" => "Обриши за стално", "Delete" => "Обриши", "Rename" => "Преименуј", diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index 125788ad13d..020df1776e7 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Inte tillräckligt med lagringsutrymme tillgängligt", "Invalid directory." => "Felaktig mapp.", "Files" => "Filer", +"Share" => "Dela", "Delete permanently" => "Radera permanent", "Delete" => "Radera", "Rename" => "Byt namn", diff --git a/apps/files/l10n/ta_LK.php b/apps/files/l10n/ta_LK.php index b88379043d0..7b90dd8e11b 100644 --- a/apps/files/l10n/ta_LK.php +++ b/apps/files/l10n/ta_LK.php @@ -7,6 +7,7 @@ "Missing a temporary folder" => "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", "Failed to write to disk" => "வட்டில் எழுத முடியவில்லை", "Files" => "கோப்புகள்", +"Share" => "பகிர்வு", "Delete" => "அழிக்க", "Rename" => "பெயர்மாற்றம்", "Pending" => "நிலுவையிலுள்ள", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index 0e7d32bf12d..a1f9f84f1ba 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -13,6 +13,7 @@ "Not enough storage available" => "เหลือพื้นที่ไม่เพียงสำหรับใช้งาน", "Invalid directory." => "ไดเร็กทอรี่ไม่ถูกต้อง", "Files" => "ไฟล์", +"Share" => "แชร์", "Delete" => "ลบ", "Rename" => "เปลี่ยนชื่อ", "Pending" => "อยู่ระหว่างดำเนินการ", diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index 84da59cee08..a4206d86e52 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Yeterli disk alanı yok", "Invalid directory." => "Geçersiz dizin.", "Files" => "Dosyalar", +"Share" => "Paylaş", "Delete permanently" => "Kalıcı olarak sil", "Delete" => "Sil", "Rename" => "İsim değiştir.", diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php index 65b4ec1433c..b796c6413d8 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Місця більше немає", "Invalid directory." => "Невірний каталог.", "Files" => "Файли", +"Share" => "Поділитися", "Delete permanently" => "Видалити назавжди", "Delete" => "Видалити", "Rename" => "Перейменувати", diff --git a/apps/files/l10n/vi.php b/apps/files/l10n/vi.php index 73cf1544924..e5a4035791e 100644 --- a/apps/files/l10n/vi.php +++ b/apps/files/l10n/vi.php @@ -13,6 +13,7 @@ "Not enough storage available" => "Không đủ không gian lưu trữ", "Invalid directory." => "Thư mục không hợp lệ", "Files" => "Tập tin", +"Share" => "Chia sẻ", "Delete permanently" => "Xóa vĩnh vễn", "Delete" => "Xóa", "Rename" => "Sửa tên", diff --git a/apps/files/l10n/zh_CN.GB2312.php b/apps/files/l10n/zh_CN.GB2312.php index 33e21e544cd..0a2c1ea00d6 100644 --- a/apps/files/l10n/zh_CN.GB2312.php +++ b/apps/files/l10n/zh_CN.GB2312.php @@ -7,6 +7,7 @@ "Missing a temporary folder" => "丢失了一个临时文件夹", "Failed to write to disk" => "写磁盘失败", "Files" => "文件", +"Share" => "分享", "Delete" => "删除", "Rename" => "重命名", "Pending" => "Pending", diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index 8740298c622..2f9e434993c 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -13,6 +13,7 @@ "Not enough storage available" => "没有足够的存储空间", "Invalid directory." => "无效文件夹。", "Files" => "文件", +"Share" => "分享", "Delete permanently" => "永久删除", "Delete" => "删除", "Rename" => "重命名", @@ -25,6 +26,7 @@ "undo" => "撤销", "perform delete operation" => "进行删除操作", "1 file uploading" => "1个文件上传中", +"files uploading" => "文件上传中", "'.' is an invalid file name." => "'.' 是一个无效的文件名。", "File name cannot be empty." => "文件名不能为空。", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。", diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 063acef5f04..caafc74b859 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( "Files" => "文件", +"Share" => "分享", "Delete" => "刪除", "Error" => "錯誤", "Name" => "名稱", diff --git a/apps/files/l10n/zh_TW.php b/apps/files/l10n/zh_TW.php index c61cf0e2225..5cc7e358f02 100644 --- a/apps/files/l10n/zh_TW.php +++ b/apps/files/l10n/zh_TW.php @@ -13,6 +13,7 @@ "Not enough storage available" => "儲存空間不足", "Invalid directory." => "無效的資料夾。", "Files" => "檔案", +"Share" => "分享", "Delete permanently" => "永久刪除", "Delete" => "刪除", "Rename" => "重新命名", diff --git a/apps/files_external/l10n/bg_BG.php b/apps/files_external/l10n/bg_BG.php index 66ad4a879d4..fcb01152bf8 100644 --- a/apps/files_external/l10n/bg_BG.php +++ b/apps/files_external/l10n/bg_BG.php @@ -2,6 +2,7 @@ "Access granted" => "Достъпът е даден", "Grant access" => "Даване на достъп", "External Storage" => "Външно хранилище", +"Folder name" => "Име на папката", "Configuration" => "Конфигурация", "Options" => "Опции", "Applicable" => "Приложимо", diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php index 20bbe8acbaa..12603044d63 100644 --- a/apps/files_external/l10n/cs_CZ.php +++ b/apps/files_external/l10n/cs_CZ.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Chyba při nastavení úložiště Google Drive", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalován program \"smbclient\". Není možné připojení oddílů CIFS/SMB. Prosím požádejte svého správce systému ať jej nainstaluje.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalována, nebo povolena, podpora FTP v PHP. Není možné připojení oddílů FTP. Prosím požádejte svého správce systému ať ji nainstaluje.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Varování:</b> není nainstalována, nebo povolena, podpora Curl v PHP. Není možné připojení oddílů ownCloud, WebDAV, či GoogleDrive. Prosím požádejte svého správce systému ať ji nainstaluje.", "External Storage" => "Externí úložiště", "Folder name" => "Název složky", "External storage" => "Externí úložiště", diff --git a/apps/files_external/l10n/es.php b/apps/files_external/l10n/es.php index da22f410320..59318d23950 100644 --- a/apps/files_external/l10n/es.php +++ b/apps/files_external/l10n/es.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Error configurando el almacenamiento de Google Drive", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Advertencia:</b> El cliente smb (smbclient) no se encuentra instalado. El montado de archivos o ficheros CIFS/SMB no es posible. Por favor pida al administrador de su sistema que lo instale.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Advertencia:</b> El soporte de FTP en PHP no se encuentra instalado. El montado de archivos o ficheros FTP no es posible. Por favor pida al administrador de su sistema que lo instale.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Advertencia:</b> El soporte de Curl en PHP no está activado ni instalado. El montado de ownCloud, WebDAV o GoogleDrive no es posible. Pida al administrador de su sistema que lo instale.", "External Storage" => "Almacenamiento externo", "Folder name" => "Nombre de la carpeta", "External storage" => "Almacenamiento externo", diff --git a/apps/files_external/l10n/et_EE.php b/apps/files_external/l10n/et_EE.php index 5d1eb0887ba..5aea335ad60 100644 --- a/apps/files_external/l10n/et_EE.php +++ b/apps/files_external/l10n/et_EE.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Viga Google Drive'i salvestusruumi seadistamisel", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Hoiatus:</b> \"smbclient\" pole paigaldatud. Jagatud CIFS/SMB hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata SAMBA tugi.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Hoiatus:</b> FTP tugi puudub PHP paigalduses. Jagatud FTP hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Hoiatus:</b> Curl tugi puudub PHP paigalduses. Jagatud ownCloud / WebDAV või GoogleDrive ühendamine pole võimalik. Palu oma süsteemihalduril see paigaldada.", "External Storage" => "Väline salvestuskoht", "Folder name" => "Kausta nimi", "External storage" => "Väline andmehoidla", diff --git a/apps/files_external/l10n/fi_FI.php b/apps/files_external/l10n/fi_FI.php index 2f7d65fbe9c..ba39d140fbc 100644 --- a/apps/files_external/l10n/fi_FI.php +++ b/apps/files_external/l10n/fi_FI.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Virhe Google Drive levyn asetuksia tehtäessä", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Varoitus:</b> \"smbclient\" ei ole asennettuna. CIFS-/SMB-jakojen liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan smbclient.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Varoitus:</b> PHP:n FTP-tuki ei ole käytössä tai sitä ei ole asennettu. FTP-jakojen liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan FTP-tuki käyttöön.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Varoitus:</b> PHP:n Curl-tuki ei ole käytössä tai sitä ei ole lainkaan asennettu. ownCloudin, WebDAV:in tai Google Driven liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan Curl-tuki käyttöön.", "External Storage" => "Erillinen tallennusväline", "Folder name" => "Kansion nimi", "External storage" => "Ulkoinen tallennustila", diff --git a/apps/files_external/l10n/gl.php b/apps/files_external/l10n/gl.php index 715417e25a0..77f23c39bc3 100644 --- a/apps/files_external/l10n/gl.php +++ b/apps/files_external/l10n/gl.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Produciuse un erro ao configurar o almacenamento en Google Drive", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> A compatibilidade de FTP en PHP non está activada ou instalada. Non é posibel a montaxe de comparticións FTP. Consulte co administrador do sistema para instalalo.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Aviso:</ b> A compatibilidade de Curl en PHP non está activada ou instalada. Non é posíbel a montaxe de ownCloud / WebDAV ou GoogleDrive. Consulte co administrador do sistema para instalala.", "External Storage" => "Almacenamento externo", "Folder name" => "Nome do cartafol", "External storage" => "Almacenamento externo", diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php index d7e0c81a0b0..4c70a04022e 100644 --- a/apps/files_external/l10n/it.php +++ b/apps/files_external/l10n/it.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Errore durante la configurazione dell'archivio Google Drive", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Avviso:</b> \"smbclient\" non è installato. Impossibile montare condivisioni CIFS/SMB. Chiedi all'amministratore di sistema di installarlo.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Avviso:</b> il supporto FTP di PHP non è abilitato o non è installato. Impossibile montare condivisioni FTP. Chiedi all'amministratore di sistema di installarlo.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Avviso:</b> il supporto Curl di PHP non è abilitato o non è installato. Impossibile montare condivisioni ownCloud / WebDAV o GoogleDrive. Chiedi all'amministratore di sistema di installarlo.", "External Storage" => "Archiviazione esterna", "Folder name" => "Nome della cartella", "External storage" => "Archiviazione esterna", diff --git a/apps/files_external/l10n/ja_JP.php b/apps/files_external/l10n/ja_JP.php index 12a0b30938a..97dd4e119d4 100644 --- a/apps/files_external/l10n/ja_JP.php +++ b/apps/files_external/l10n/ja_JP.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "Googleドライブストレージの設定エラー", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b> \"smbclient\" はインストールされていません。CIFS/SMB 共有のマウントはできません。システム管理者にインストールをお願いして下さい。", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b> PHPのFTPサポートは無効もしくはインストールされていません。FTP共有のマウントはできません。システム管理者にインストールをお願いして下さい。", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>警告:</b> PHP の Curl サポートは無効もしくはインストールされていません。ownCloud / WebDAV もしくは GoogleDrive のマウントはできません。システム管理者にインストールをお願いして下さい。", "External Storage" => "外部ストレージ", "Folder name" => "フォルダ名", "External storage" => "外部ストレージ", diff --git a/apps/files_external/l10n/ka_GE.php b/apps/files_external/l10n/ka_GE.php index d10f82849dc..b0845555b4b 100644 --- a/apps/files_external/l10n/ka_GE.php +++ b/apps/files_external/l10n/ka_GE.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "შეცდომა Google Drive საცავის კონფიგურირების დროს", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>გაფრთხილება:</b> \"smbclient\" არ არის ინსტალირებული. CIFS/SMB ზიარების მონტირება შეუძლებელია. გთხოვთ თხოვოთ თქვენს სისტემურ ადმინისტრატორებს დააინსტალიროს ის.", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>გაფრთხილება:</b> FTP მხარდაჭერა არ არის აქტიური ან დაინსტალირებული. FTP ზიარის მონტირება შეუძლებელია. გთხოვთ თხოვოთ თქვენს სისტემურ ადმინისტრატორებს დააინსტალიროს ის.", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>გაფრთხილება:</b>PHP–ის Curl მხარდაჭერა არ არის ჩართული ან ინსტალირებული. ownCloud / WebDAV ან GoogleDrive–ის მონტირება შეუძლებელია. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის.", "External Storage" => "ექსტერნალ საცავი", "Folder name" => "ფოლდერის სახელი", "External storage" => "ექსტერნალ საცავი", diff --git a/apps/files_external/l10n/zh_CN.php b/apps/files_external/l10n/zh_CN.php index 7f95320511f..8157923183c 100644 --- a/apps/files_external/l10n/zh_CN.php +++ b/apps/files_external/l10n/zh_CN.php @@ -6,6 +6,7 @@ "Error configuring Google Drive storage" => "配置Google Drive存储时出错", "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b>“smbclient” 尚未安装。CIFS/SMB 分享挂载无法实现。请咨询系统管理员进行安装。", "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>警告:</b>PHP中尚未启用或安装FTP。FTP 分享挂载无法实现。请咨询系统管理员进行安装。", +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>警告:</b> PHP中未启用或未安装Curl支持。ownCloud / WebDAV 或 GoogleDrive 不能挂载。请请求您的系统管理员安装该它。", "External Storage" => "外部存储", "Folder name" => "目录名称", "External storage" => "外部存储", diff --git a/apps/files_external/lib/config.php b/apps/files_external/lib/config.php index 01462cb6f85..4cb9b7c8ecd 100755 --- a/apps/files_external/lib/config.php +++ b/apps/files_external/lib/config.php @@ -70,7 +70,7 @@ class OC_Mount_Config { 'root' => '&Root', 'secure' => '!Secure ftps://')); - $backends['\OC\Files\Storage\Google']=array( + if(OC_Mount_Config::checkcurl()) $backends['\OC\Files\Storage\Google']=array( 'backend' => 'Google Drive', 'configuration' => array( 'configured' => '#configured', @@ -96,7 +96,7 @@ class OC_Mount_Config { 'share' => 'Share', 'root' => '&Root')); - $backends['\OC\Files\Storage\DAV']=array( + if(OC_Mount_Config::checkcurl()) $backends['\OC\Files\Storage\DAV']=array( 'backend' => 'ownCloud / WebDAV', 'configuration' => array( 'host' => 'URL', @@ -415,6 +415,13 @@ class OC_Mount_Config { } /** + * check if curl is installed + */ + public static function checkcurl() { + return (function_exists('curl_init')); + } + + /** * check dependencies */ public static function checkDependencies() { @@ -426,6 +433,9 @@ class OC_Mount_Config { if(!OC_Mount_Config::checkphpftp()) { $txt.=$l->t('<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it.').'<br />'; } + if(!OC_Mount_Config::checkcurl()) { + $txt.=$l->t('<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it.').'<br />'; + } return($txt); } diff --git a/apps/files_trashbin/l10n/bg_BG.php b/apps/files_trashbin/l10n/bg_BG.php index 31c5dcb4ef1..288518e1a41 100644 --- a/apps/files_trashbin/l10n/bg_BG.php +++ b/apps/files_trashbin/l10n/bg_BG.php @@ -13,5 +13,6 @@ "{count} files" => "{count} файла", "Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!", "Restore" => "Възтановяване", -"Delete" => "Изтриване" +"Delete" => "Изтриване", +"Deleted Files" => "Изтрити файлове" ); diff --git a/apps/files_versions/l10n/bg_BG.php b/apps/files_versions/l10n/bg_BG.php index 6a1882c2bfd..a03d9adcf07 100644 --- a/apps/files_versions/l10n/bg_BG.php +++ b/apps/files_versions/l10n/bg_BG.php @@ -1,3 +1,5 @@ <?php $TRANSLATIONS = array( +"success" => "успешно", +"File %s was reverted to version %s" => "Файлът %s бе върнат към версия %s", "Versions" => "Версии" ); diff --git a/apps/user_ldap/group_proxy.php b/apps/user_ldap/group_proxy.php index 68d2efe3871..75e7cd46336 100644 --- a/apps/user_ldap/group_proxy.php +++ b/apps/user_ldap/group_proxy.php @@ -76,8 +76,15 @@ class Group_Proxy extends lib\Proxy implements \OCP\GroupInterface { if(isset($this->backends[$prefix])) { $result = call_user_func_array(array($this->backends[$prefix], $method), $parameters); if(!$result) { - //not found here, reset cache to null - $this->writeToCache($cacheKey, null); + //not found here, reset cache to null if group vanished + //because sometimes methods return false with a reason + $groupExists = call_user_func_array( + array($this->backends[$prefix], 'groupExists'), + array($gid) + ); + if(!$groupExists) { + $this->writeToCache($cacheKey, null); + } } return $result; } diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php index 7bcabb0448a..3b013da17ed 100644 --- a/apps/user_ldap/l10n/tr.php +++ b/apps/user_ldap/l10n/tr.php @@ -5,23 +5,34 @@ "Connection test failed" => "Bağlantı testi başarısız oldu", "Confirm Deletion" => "Silmeyi onayla", "Host" => "Sunucu", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol atlamak edesin, sadece SSL istiyorsaniz. O zaman, idapsile baslamak. ", "Base DN" => "Ana DN", +"You can specify Base DN for users and groups in the Advanced tab" => "Base DN kullanicileri ve kaynaklari icin tablosu Advanced tayin etmek ederiz. ", "User DN" => "Kullanıcı DN", +"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN musterinin, kimle baglamaya yapacagiz,meselâ uid=agent.dc mesela, dc=com Gecinme adisiz ici, DN ve Parola bos birakmak. ", "Password" => "Parola", "For anonymous access, leave DN and Password empty." => "Anonim erişim için DN ve Parola alanlarını boş bırakın.", "User Login Filter" => "Kullanıcı Oturum Filtresi", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Filter uyunlamak icin tayin ediyor, ne zaman girişmek isteminiz. % % uid adi kullanici girismeye karsi koymacak. ", "use %%uid placeholder, e.g. \"uid=%%uid\"" => "%%uid yer tutucusunu kullanın, örneğin \"uid=%%uid\"", "User List Filter" => "Kullanıcı Liste Filtresi", +"Defines the filter to apply, when retrieving users." => "Filter uyunmak icin tayin ediyor, ne zaman adi kullanici geri aliyor. ", "without any placeholder, e.g. \"objectClass=person\"." => "bir yer tutucusu olmadan, örneğin \"objectClass=person\"", "Group Filter" => "Grup Süzgeci", +"Defines the filter to apply, when retrieving groups." => "Filter uyunmak icin tayin ediyor, ne zaman grubalari tekrar aliyor. ", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "siz bir yer tutucu, mes. 'objectClass=posixGroup ('posixGrubu''. ", "Connection Settings" => "Bağlantı ayarları", "Port" => "Port", "Disable Main Server" => "Ana sunucuyu devredışı birak", "Use TLS" => "TLS kullan", "Turn off SSL certificate validation." => "SSL sertifika doğrulamasını kapat.", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Bagladiginda, bunla secene sadece calisiyor, sunucu LDAP SSL sunucun ithal etemek, dneyme sizine sunucu ownClouden. ", "Not recommended, use for testing only." => "Önerilmez, sadece test için kullanın.", "in seconds. A change empties the cache." => "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir.", +"User Display Name Field" => "Ekran Adi Kullanici, (Alan Adi Kullanici Ekrane)", "Base User Tree" => "Temel Kullanıcı Ağacı", +"Group Display Name Field" => "Grub Ekrane Alani Adi", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP kullamayin grub adi ownCloud uremek icin. ", "Base Group Tree" => "Temel Grup Ağacı", "Group-Member association" => "Grup-Üye işbirliği", "in bytes" => "byte cinsinden", diff --git a/apps/user_ldap/user_proxy.php b/apps/user_ldap/user_proxy.php index 6a75bae3815..7e5b9045df3 100644 --- a/apps/user_ldap/user_proxy.php +++ b/apps/user_ldap/user_proxy.php @@ -76,8 +76,15 @@ class User_Proxy extends lib\Proxy implements \OCP\UserInterface { if(isset($this->backends[$prefix])) { $result = call_user_func_array(array($this->backends[$prefix], $method), $parameters); if(!$result) { - //not found here, reset cache to null - $this->writeToCache($cacheKey, null); + //not found here, reset cache to null if user vanished + //because sometimes methods return false with a reason + $userExists = call_user_func_array( + array($this->backends[$prefix], 'userExists'), + array($uid) + ); + if(!$userExists) { + $this->writeToCache($cacheKey, null); + } } return $result; } diff --git a/apps/user_webdavauth/l10n/bg_BG.php b/apps/user_webdavauth/l10n/bg_BG.php new file mode 100644 index 00000000000..a3bd703b258 --- /dev/null +++ b/apps/user_webdavauth/l10n/bg_BG.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"WebDAV Authentication" => "WebDAV идентификация", +"URL: http://" => "URL: http://", +"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud ще изпрати потребителските данни до този URL. " +); diff --git a/config/config.sample.php b/config/config.sample.php index b70b3cf533d..72834009201 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -146,8 +146,12 @@ $CONFIG = array( "remember_login_cookie_lifetime" => 60*60*24*15, /* Custom CSP policy, changing this will overwrite the standard policy */ -"custom_csp_policy" => "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:", +"custom_csp_policy" => "default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src *; font-src 'self' data:; media-src *", +/* Enable/disable X-Frame-Restriction */ +/* HIGH SECURITY RISK IF DISABLED*/ +"xframe_restriction" => true, + /* The directory where the user data is stored, default to data in the owncloud * directory. The sqlite database is also stored here, when sqlite is used. */ diff --git a/core/l10n/bg_BG.php b/core/l10n/bg_BG.php index dadb570d93e..217f823168e 100644 --- a/core/l10n/bg_BG.php +++ b/core/l10n/bg_BG.php @@ -11,7 +11,10 @@ "Cancel" => "Отказ", "Error" => "Грешка", "Share" => "Споделяне", +"Share with" => "Споделено с", "Password" => "Парола", +"create" => "създаване", +"Username" => "Потребител", "New password" => "Нова парола", "Personal" => "Лични", "Users" => "Потребители", diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 15c89106e5d..f8d5e697ebf 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -39,7 +39,7 @@ "today" => "dnes", "yesterday" => "včera", "{days} days ago" => "před {days} dny", -"last month" => "minulý mesíc", +"last month" => "minulý měsíc", "{months} months ago" => "před {months} měsíci", "months ago" => "před měsíci", "last year" => "minulý rok", @@ -82,7 +82,7 @@ "Password protected" => "Chráněno heslem", "Error unsetting expiration date" => "Chyba při odstraňování data vypršení platnosti", "Error setting expiration date" => "Chyba při nastavení data vypršení platnosti", -"Sending ..." => "Odesílám...", +"Sending ..." => "Odesílám ...", "Email sent" => "E-mail odeslán", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Aktualizace neproběhla úspěšně. Nahlaste prosím problém do <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">evidence chyb ownCloud</a>", "The update was successful. Redirecting you to ownCloud now." => "Aktualizace byla úspěšná. Přesměrovávám na ownCloud.", diff --git a/core/l10n/zh_CN.php b/core/l10n/zh_CN.php index 926d4691ed1..437a5f8c8f1 100644 --- a/core/l10n/zh_CN.php +++ b/core/l10n/zh_CN.php @@ -107,6 +107,8 @@ "Edit categories" => "编辑分类", "Add" => "添加", "Security Warning" => "安全警告", +"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "你的PHP版本容易受到空字节攻击 (CVE-2006-7243)", +"Please update your PHP installation to use ownCloud securely." => "为保证安全使用 ownCloud 请更新您的PHP。", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "随机数生成器无效,请启用PHP的OpenSSL扩展", "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "没有安全随机码生成器,攻击者可能会猜测密码重置信息从而窃取您的账户", "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "您的数据目录和文件可能可以直接被互联网访问,因为 .htaccess 并未正常工作。", @@ -128,6 +130,7 @@ "If you did not change your password recently, your account may be compromised!" => "如果您没有最近修改您的密码,您的帐户可能会受到影响!", "Please change your password to secure your account again." => "请修改您的密码,以保护您的账户安全。", "Lost your password?" => "忘记密码?", +"remember" => "记住", "Log in" => "登录", "Alternative Logins" => "其他登录方式", "prev" => "上一页", diff --git a/index.html b/index.html index 69d42e3a0b3..f160f46b6fc 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <script type="text/javascript"> window.location.href="index.php"; </script> <meta http-equiv="refresh" content="0; URL=index.php"> </head> </html> diff --git a/l10n/af_ZA/files.po b/l10n/af_ZA/files.po index 46e77a89fa1..a95700ff11f 100644 --- a/l10n/af_ZA/files.po +++ b/l10n/af_ZA/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/af_ZA/files_external.po b/l10n/af_ZA/files_external.po index c832854e86b..634f62d4759 100644 --- a/l10n/af_ZA/files_external.po +++ b/l10n/af_ZA/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/ar/core.po b/l10n/ar/core.po index 487be693009..bf35eef64f1 100644 --- a/l10n/ar/core.po +++ b/l10n/ar/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ahmad Matalqah <houfa2005@yahoo.com>, 2013. -# <shiningmoon25@gmail.com>, 2012. -# <tarek.taha@gmail.com>, 2013. -# <tarek.taha@gmail.com>, 2011, 2012. +# Matalqah <houfa2005@yahoo.com>, 2013 +# aboodilankaboot, 2012 +# blackcoder <tarek.taha@gmail.com>, 2013 +# blackcoder <tarek.taha@gmail.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -297,7 +297,7 @@ msgstr "شارك مع رابط" msgid "Password protect" msgstr "حماية كلمة السر" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "كلمة السر" @@ -413,7 +413,7 @@ msgid "Request failed!" msgstr "فشل الطلب" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "إسم المستخدم" @@ -523,37 +523,37 @@ msgstr "خيارات متقدمة" msgid "Data folder" msgstr "مجلد المعلومات" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "أسس قاعدة البيانات" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "سيتم استخدمه" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "مستخدم قاعدة البيانات" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "كلمة سر مستخدم قاعدة البيانات" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "إسم قاعدة البيانات" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "مساحة جدول قاعدة البيانات" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "خادم قاعدة البيانات" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "انهاء التعديلات" @@ -565,33 +565,33 @@ msgstr "خدمات الوب تحت تصرفك" msgid "Log out" msgstr "الخروج" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "تم رفض تسجيل الدخول التلقائي!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "قد يكون حسابك في خطر إن لم تقم بإعادة تعيين كلمة السر حديثاً" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "الرجاء إعادة تعيين كلمة السر لتأمين حسابك." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "هل نسيت كلمة السر؟" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "تذكر" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "أدخل" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "اسماء دخول بديلة" diff --git a/l10n/ar/files.po b/l10n/ar/files.po index 56662a6ad73..818594d0e4b 100644 --- a/l10n/ar/files.po +++ b/l10n/ar/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ahmad Matalqah <houfa2005@yahoo.com>, 2013. -# <tarek.taha@gmail.com>, 2011, 2012. +# Matalqah <houfa2005@yahoo.com>, 2013 +# blackcoder <tarek.taha@gmail.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "مسار غير صحيح." msgid "Files" msgstr "الملفات" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "شارك" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "حذف بشكل دائم" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "محذوف" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "إعادة تسميه" diff --git a/l10n/ar/files_external.po b/l10n/ar/files_external.po index 3a0cbd39490..20127d9c0ab 100644 --- a/l10n/ar/files_external.po +++ b/l10n/ar/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/be/files.po b/l10n/be/files.po index ec67242474b..f18fca6d7ed 100644 --- a/l10n/be/files.po +++ b/l10n/be/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/be/files_external.po b/l10n/be/files_external.po index 05c52d24758..3f9c858c25f 100644 --- a/l10n/be/files_external.po +++ b/l10n/be/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Belarusian (http://www.transifex.com/projects/p/owncloud/language/be/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/bg_BG/core.po b/l10n/bg_BG/core.po index 73f65ac1434..cde47dc667f 100644 --- a/l10n/bg_BG/core.po +++ b/l10n/bg_BG/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <adn.adin@gmail.com>, 2011. -# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011. -# Stefan Ilivanov <ilivanov@gmail.com>, 2011. -# Yasen Pramatarov <yasen@lindeas.com>, 2012. +# adin <adn.adin@gmail.com>, 2011 +# Jan-Christoph Borchardt <hey@jancborchardt.net>, 2011 +# Stefan Ilivanov <ilivanov@gmail.com>, 2011 +# Yasen Pramatarov <yasen@lindeas.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -287,7 +287,7 @@ msgstr "" #: js/share.js:159 msgid "Share with" -msgstr "" +msgstr "Споделено с" #: js/share.js:164 msgid "Share with link" @@ -297,7 +297,7 @@ msgstr "" msgid "Password protect" msgstr "" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Парола" @@ -347,7 +347,7 @@ msgstr "" #: js/share.js:325 msgid "create" -msgstr "" +msgstr "създаване" #: js/share.js:328 msgid "update" @@ -413,9 +413,9 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" -msgstr "" +msgstr "Потребител" #: lostpassword/templates/lostpassword.php:14 msgid "Request reset" @@ -523,37 +523,37 @@ msgstr "" msgid "Data folder" msgstr "" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "" @@ -565,33 +565,33 @@ msgstr "уеб услуги под Ваш контрол" msgid "Log out" msgstr "" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/bg_BG/files.po b/l10n/bg_BG/files.po index 1e12a345fe6..1ed196c7779 100644 --- a/l10n/bg_BG/files.po +++ b/l10n/bg_BG/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Stefan Ilivanov <ilivanov@gmail.com>, 2011,2013. -# Yasen Pramatarov <yasen@lindeas.com>, 2012. +# Stefan Ilivanov <ilivanov@gmail.com>, 2011,2013 +# Yasen Pramatarov <yasen@lindeas.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "Невалидна директория." msgid "Files" msgstr "Файлове" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Споделяне" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Изтриване завинаги" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Изтриване" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Преименуване" diff --git a/l10n/bg_BG/files_external.po b/l10n/bg_BG/files_external.po index 0e80e601f24..79af39ac845 100644 --- a/l10n/bg_BG/files_external.po +++ b/l10n/bg_BG/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Stefan Ilivanov <ilivanov@gmail.com>, 2013. +# Stefan Ilivanov <ilivanov@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" @@ -38,26 +38,33 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Външно хранилище" #: templates/settings.php:9 templates/settings.php:28 msgid "Folder name" -msgstr "" +msgstr "Име на папката" #: templates/settings.php:10 msgid "External storage" diff --git a/l10n/bg_BG/files_trashbin.po b/l10n/bg_BG/files_trashbin.po index cf61ec83cae..080dacc8487 100644 --- a/l10n/bg_BG/files_trashbin.po +++ b/l10n/bg_BG/files_trashbin.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Kiril <neohidra@gmail.com>, 2013. -# Stefan Ilivanov <ilivanov@gmail.com>, 2013. +# Kiril <neohidra@gmail.com>, 2013 +# Stefan Ilivanov <ilivanov@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 09:02+0000\n" +"Last-Translator: Stefan Ilivanov <ilivanov@gmail.com>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -83,4 +83,4 @@ msgstr "Изтриване" #: templates/part.breadcrumb.php:9 msgid "Deleted Files" -msgstr "" +msgstr "Изтрити файлове" diff --git a/l10n/bg_BG/files_versions.po b/l10n/bg_BG/files_versions.po index b88246549b4..a5a002b1238 100644 --- a/l10n/bg_BG/files_versions.po +++ b/l10n/bg_BG/files_versions.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Stefan Ilivanov <ilivanov@gmail.com>, 2013. +# Stefan Ilivanov <ilivanov@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 09:20+0000\n" +"Last-Translator: Stefan Ilivanov <ilivanov@gmail.com>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,12 +25,12 @@ msgstr "" #: history.php:40 msgid "success" -msgstr "" +msgstr "успешно" #: history.php:42 #, php-format msgid "File %s was reverted to version %s" -msgstr "" +msgstr "Файлът %s бе върнат към версия %s" #: history.php:49 msgid "failure" diff --git a/l10n/bg_BG/settings.po b/l10n/bg_BG/settings.po index c6d607a17e7..1b93bc1763a 100644 --- a/l10n/bg_BG/settings.po +++ b/l10n/bg_BG/settings.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <adn.adin@gmail.com>, 2011. -# Stefan Ilivanov <ilivanov@gmail.com>, 2011,2013. -# Yasen Pramatarov <yasen@lindeas.com>, 2012. +# adin <adn.adin@gmail.com>, 2011 +# Stefan Ilivanov <ilivanov@gmail.com>, 2011,2013 +# Yasen Pramatarov <yasen@lindeas.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:21+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 01:58+0200\n" +"PO-Revision-Date: 2013-04-23 09:20+0000\n" +"Last-Translator: Stefan Ilivanov <ilivanov@gmail.com>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,11 +47,11 @@ msgstr "" #: ajax/lostpassword.php:12 msgid "Email saved" -msgstr "" +msgstr "Email адреса е записан" #: ajax/lostpassword.php:14 msgid "Invalid email" -msgstr "" +msgstr "Невалиден Email адрес" #: ajax/removegroup.php:13 msgid "Unable to delete group" @@ -89,7 +89,7 @@ msgstr "" #: js/apps.js:30 msgid "Update to {appversion}" -msgstr "" +msgstr "Обновяване до {appversion}" #: js/apps.js:36 js/apps.js:76 msgid "Disable" @@ -150,7 +150,7 @@ msgstr "Изтриване" #: js/users.js:262 msgid "add group" -msgstr "" +msgstr "нова група" #: js/users.js:414 msgid "A valid username must be provided" @@ -234,7 +234,7 @@ msgstr "" #: templates/admin.php:92 msgid "Cron" -msgstr "" +msgstr "Крон" #: templates/admin.php:101 msgid "Execute one task with each page loaded" @@ -254,7 +254,7 @@ msgstr "" #: templates/admin.php:128 msgid "Sharing" -msgstr "" +msgstr "Споделяне" #: templates/admin.php:134 msgid "Enable Share API" @@ -315,19 +315,19 @@ msgstr "" msgid "Log level" msgstr "" -#: templates/admin.php:223 +#: templates/admin.php:227 msgid "More" msgstr "Още" -#: templates/admin.php:224 +#: templates/admin.php:228 msgid "Less" msgstr "По-малко" -#: templates/admin.php:231 templates/personal.php:102 +#: templates/admin.php:235 templates/personal.php:102 msgid "Version" msgstr "Версия" -#: templates/admin.php:234 templates/personal.php:105 +#: templates/admin.php:238 templates/personal.php:105 msgid "" "Developed by the <a href=\"http://ownCloud.org/contact\" " "target=\"_blank\">ownCloud community</a>, the <a " diff --git a/l10n/bg_BG/user_webdavauth.po b/l10n/bg_BG/user_webdavauth.po index 606fb7fe9c7..2d321a76504 100644 --- a/l10n/bg_BG/user_webdavauth.po +++ b/l10n/bg_BG/user_webdavauth.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Stefan Ilivanov <ilivanov@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:23+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 09:40+0000\n" +"Last-Translator: Stefan Ilivanov <ilivanov@gmail.com>\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,15 +20,15 @@ msgstr "" #: templates/settings.php:3 msgid "WebDAV Authentication" -msgstr "" +msgstr "WebDAV идентификация" #: templates/settings.php:4 msgid "URL: http://" -msgstr "" +msgstr "URL: http://" #: templates/settings.php:7 msgid "" "ownCloud will send the user credentials to this URL. This plugin checks the " "response and will interpret the HTTP statuscodes 401 and 403 as invalid " "credentials, and all other responses as valid credentials." -msgstr "" +msgstr "ownCloud ще изпрати потребителските данни до този URL. " diff --git a/l10n/bn_BD/core.po b/l10n/bn_BD/core.po index 47cccfcd632..9499d31da5b 100644 --- a/l10n/bn_BD/core.po +++ b/l10n/bn_BD/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <paul_shubhra@yahoo.com>, 2013. -# Shubhra Paul <paul_shubhra@yahoo.com>, 2013. +# Shubhra Paul <paul_shubhra@yahoo.com>, 2013 +# Shubhra Paul <paul_shubhra@yahoo.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "লিংকের সাথে ভাগাভাগি কর" msgid "Password protect" msgstr "কূটশব্দ সুরক্ষিত" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "কূটশব্দ" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "অনুরোধ ব্যর্থ !" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "ব্যবহারকারী" @@ -521,37 +521,37 @@ msgstr "সুচারু" msgid "Data folder" msgstr "ডাটা ফোল্ডার " -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "ডাটাবেচ কনফিগার করুন" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "ব্যবহৃত হবে" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "ডাটাবেজ ব্যবহারকারী" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "ডাটাবেজ কূটশব্দ" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "ডাটাবেজের নাম" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "ডাটাবেজ টেবলস্পেস" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "ডাটাবেজ হোস্ট" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "সেটআপ সুসম্পন্ন কর" @@ -563,33 +563,33 @@ msgstr "ওয়েব সার্ভিসের নিয়ন্ত্রণ আ msgid "Log out" msgstr "প্রস্থান" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "কূটশব্দ হারিয়েছেন?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "মনে রাখ" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "প্রবেশ" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/bn_BD/files.po b/l10n/bn_BD/files.po index 9a39dab1c15..c14f869cbb1 100644 --- a/l10n/bn_BD/files.po +++ b/l10n/bn_BD/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Shubhra Paul <paul_shubhra@yahoo.com>, 2013. +# Shubhra Paul <paul_shubhra@yahoo.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "ভুল ডিরেক্টরি" msgid "Files" msgstr "ফাইল" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "ভাগাভাগি কর" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "মুছে ফেল" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "পূনঃনামকরণ" diff --git a/l10n/bn_BD/files_external.po b/l10n/bn_BD/files_external.po index a277faf0648..f243e865f50 100644 --- a/l10n/bn_BD/files_external.po +++ b/l10n/bn_BD/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "দয়া করে সঠিক এবং বৈধ Dropbox app key and msgid "Error configuring Google Drive storage" msgstr "Google Drive সংরক্ষণাগার নির্ধারণ করতে সমস্যা " -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "বাহ্যিক সংরক্ষণাগার" diff --git a/l10n/ca/core.po b/l10n/ca/core.po index a619724318e..43fb6ea8199 100644 --- a/l10n/ca/core.po +++ b/l10n/ca/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <joan@montane.cat>, 2012. -# <rcalvoi@yahoo.com>, 2013. -# <rcalvoi@yahoo.com>, 2011-2013. -# <sacoo2@hotmail.com>, 2013. +# jmontane <joan@montane.cat>, 2012 +# rogerc <rcalvoi@yahoo.com>, 2013 +# rogerc <rcalvoi@yahoo.com>, 2011-2013 +# aseques <sacoo2@hotmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -297,7 +297,7 @@ msgstr "Comparteix amb enllaç" msgid "Password protect" msgstr "Protegir amb contrasenya" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Contrasenya" @@ -413,7 +413,7 @@ msgid "Request failed!" msgstr "El requeriment ha fallat!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nom d'usuari" @@ -523,37 +523,37 @@ msgstr "Avançat" msgid "Data folder" msgstr "Carpeta de dades" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configura la base de dades" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "s'usarà" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Usuari de la base de dades" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Contrasenya de la base de dades" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nom de la base de dades" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Espai de taula de la base de dades" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Ordinador central de la base de dades" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Acaba la configuració" @@ -565,33 +565,33 @@ msgstr "controleu els vostres serveis web" msgid "Log out" msgstr "Surt" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "L'ha rebutjat l'acceditació automàtica!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Se no heu canviat la contrasenya recentment el vostre compte pot estar compromès!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Canvieu la contrasenya de nou per assegurar el vostre compte." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Heu perdut la contrasenya?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "recorda'm" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Inici de sessió" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Acreditacions alternatives" diff --git a/l10n/ca/files.po b/l10n/ca/files.po index ae6109e30ff..945c206be53 100644 --- a/l10n/ca/files.po +++ b/l10n/ca/files.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <bury1000@gmail.com>, 2012. -# <joan@montane.cat>, 2012. -# <josep_tomas@hotmail.com>, 2012. -# Josep Tomàs <jtomas.binsoft@gmail.com>, 2012. -# <rcalvoi@yahoo.com>, 2013. -# <rcalvoi@yahoo.com>, 2011-2013. -# <sacoo2@hotmail.com>, 2013. +# bury1000 <bury1000@gmail.com>, 2012 +# jmontane <joan@montane.cat>, 2012 +# Josep Tomàs <jtomas.binsoft@gmail.com>, 2012 +# Josep Tomàs <jtomas.binsoft@gmail.com>, 2012 +# rogerc <rcalvoi@yahoo.com>, 2013 +# rogerc <rcalvoi@yahoo.com>, 2011-2013 +# aseques <sacoo2@hotmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -85,15 +85,19 @@ msgstr "Directori no vàlid." msgid "Files" msgstr "Fitxers" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Comparteix" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Esborra permanentment" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Suprimeix" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Reanomena" diff --git a/l10n/ca/files_external.po b/l10n/ca/files_external.po index bd05bbeecc7..ec555961c5e 100644 --- a/l10n/ca/files_external.po +++ b/l10n/ca/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <rcalvoi@yahoo.com>, 2013. -# <rcalvoi@yahoo.com>, 2012. +# rogerc <rcalvoi@yahoo.com>, 2013 +# rogerc <rcalvoi@yahoo.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "Proporcioneu una clau d'aplicació i secret vàlids per a Dropbox" msgid "Error configuring Google Drive storage" msgstr "Error en configurar l'emmagatzemament Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Avís:</b> \"smbclient\" no està instal·lat. No es pot muntar la compartició CIFS/SMB. Demaneu a l'administrador del sistema que l'instal·li." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Avís:</b> El suport FTP per PHP no està activat o no està instal·lat. No es pot muntar la compartició FTP. Demaneu a l'administrador del sistema que l'instal·li." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Emmagatzemament extern" diff --git a/l10n/cs_CZ/core.po b/l10n/cs_CZ/core.po index 0db794fe6ca..b875d5d7081 100644 --- a/l10n/cs_CZ/core.po +++ b/l10n/cs_CZ/core.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# cernydav <info@senman.cz>, 2013 # Jan Krejci <krejca85@gmail.com>, 2011 # Martin <fireball@atlas.cz>, 2011-2012 # Michal Hrušecký <Michal@hrusecky.net>, 2012 @@ -11,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" -"PO-Revision-Date: 2013-04-22 11:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: cernydav <info@senman.cz>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -198,7 +199,7 @@ msgstr "před {days} dny" #: js/js.js:726 msgid "last month" -msgstr "minulý mesíc" +msgstr "minulý měsíc" #: js/js.js:727 msgid "{months} months ago" @@ -375,7 +376,7 @@ msgstr "Chyba při nastavení data vypršení platnosti" #: js/share.js:604 msgid "Sending ..." -msgstr "Odesílám..." +msgstr "Odesílám ..." #: js/share.js:615 msgid "Email sent" diff --git a/l10n/cs_CZ/files.po b/l10n/cs_CZ/files.po index d5d74b7b838..431713fa36c 100644 --- a/l10n/cs_CZ/files.po +++ b/l10n/cs_CZ/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Martin <fireball@atlas.cz>, 2011-2012. -# Michal Hrušecký <Michal@hrusecky.net>, 2012. -# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013. +# Martin <fireball@atlas.cz>, 2011-2012 +# Michal Hrušecký <Michal@hrusecky.net>, 2012 +# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "Neplatný adresář" msgid "Files" msgstr "Soubory" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Sdílet" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Trvale odstranit" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Smazat" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Přejmenovat" diff --git a/l10n/cs_CZ/files_external.po b/l10n/cs_CZ/files_external.po index fe3dea1568f..cd3761b8b57 100644 --- a/l10n/cs_CZ/files_external.po +++ b/l10n/cs_CZ/files_external.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Jan Krejci <krejca85@gmail.com>, 2012. -# Martin <fireball@atlas.cz>, 2012. -# Michal Hrušecký <Michal@hrusecky.net>, 2012. -# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013. +# Jan Krejci <krejca85@gmail.com>, 2012 +# Martin <fireball@atlas.cz>, 2012 +# Michal Hrušecký <Michal@hrusecky.net>, 2012 +# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 07:10+0000\n" +"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,19 +41,26 @@ msgstr "Zadejte, prosím, platný klíč a bezpečnostní frázi aplikace Dropbo msgid "Error configuring Google Drive storage" msgstr "Chyba při nastavení úložiště Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Varování:</b> není nainstalován program \"smbclient\". Není možné připojení oddílů CIFS/SMB. Prosím požádejte svého správce systému ať jej nainstaluje." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Varování:</b> není nainstalována, nebo povolena, podpora FTP v PHP. Není možné připojení oddílů FTP. Prosím požádejte svého správce systému ať ji nainstaluje." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>Varování:</b> není nainstalována, nebo povolena, podpora Curl v PHP. Není možné připojení oddílů ownCloud, WebDAV, či GoogleDrive. Prosím požádejte svého správce systému ať ji nainstaluje." + #: templates/settings.php:3 msgid "External Storage" msgstr "Externí úložiště" diff --git a/l10n/cs_CZ/lib.po b/l10n/cs_CZ/lib.po index aeba218b379..13b309d2ad3 100644 --- a/l10n/cs_CZ/lib.po +++ b/l10n/cs_CZ/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:04+0200\n" -"PO-Revision-Date: 2013-04-18 00:04+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:10+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -115,72 +115,72 @@ msgstr "V názvu databáze %s nesmíte používat tečky." msgid "%s set the database host." msgstr "Zadejte název počítače s databází %s." -#: setup.php:132 setup.php:324 setup.php:369 +#: setup.php:132 setup.php:325 setup.php:370 msgid "PostgreSQL username and/or password not valid" msgstr "Uživatelské jméno, či heslo PostgreSQL není platné" -#: setup.php:133 setup.php:156 setup.php:233 +#: setup.php:133 setup.php:156 setup.php:234 msgid "You need to enter either an existing account or the administrator." msgstr "Musíte zadat existující účet, či správce." -#: setup.php:155 setup.php:457 setup.php:524 +#: setup.php:155 setup.php:458 setup.php:525 msgid "Oracle username and/or password not valid" msgstr "Uživatelské jméno, či heslo Oracle není platné" -#: setup.php:232 +#: setup.php:233 msgid "MySQL username and/or password not valid" msgstr "Uživatelské jméno, či heslo MySQL není platné" -#: setup.php:286 setup.php:390 setup.php:399 setup.php:417 setup.php:427 -#: setup.php:436 setup.php:465 setup.php:531 setup.php:557 setup.php:564 -#: setup.php:575 setup.php:582 setup.php:591 setup.php:599 setup.php:608 -#: setup.php:614 +#: setup.php:287 setup.php:391 setup.php:400 setup.php:418 setup.php:428 +#: setup.php:437 setup.php:466 setup.php:532 setup.php:558 setup.php:565 +#: setup.php:576 setup.php:583 setup.php:592 setup.php:600 setup.php:609 +#: setup.php:615 #, php-format msgid "DB Error: \"%s\"" msgstr "Chyba DB: \"%s\"" -#: setup.php:287 setup.php:391 setup.php:400 setup.php:418 setup.php:428 -#: setup.php:437 setup.php:466 setup.php:532 setup.php:558 setup.php:565 -#: setup.php:576 setup.php:592 setup.php:600 setup.php:609 +#: setup.php:288 setup.php:392 setup.php:401 setup.php:419 setup.php:429 +#: setup.php:438 setup.php:467 setup.php:533 setup.php:559 setup.php:566 +#: setup.php:577 setup.php:593 setup.php:601 setup.php:610 #, php-format msgid "Offending command was: \"%s\"" msgstr "Podezřelý příkaz byl: \"%s\"" -#: setup.php:303 +#: setup.php:304 #, php-format msgid "MySQL user '%s'@'localhost' exists already." msgstr "Uživatel '%s'@'localhost' již v MySQL existuje." -#: setup.php:304 +#: setup.php:305 msgid "Drop this user from MySQL" msgstr "Zahodit uživatele z MySQL" -#: setup.php:309 +#: setup.php:310 #, php-format msgid "MySQL user '%s'@'%%' already exists" msgstr "Uživatel '%s'@'%%' již v MySQL existuje" -#: setup.php:310 +#: setup.php:311 msgid "Drop this user from MySQL." msgstr "Zahodit uživatele z MySQL." -#: setup.php:583 setup.php:615 +#: setup.php:584 setup.php:616 #, php-format msgid "Offending command was: \"%s\", name: %s, password: %s" msgstr "Podezřelý příkaz byl: \"%s\", jméno: %s, heslo: %s" -#: setup.php:635 +#: setup.php:636 #, php-format msgid "MS SQL username and/or password not valid: %s" msgstr "Uživatelské jméno, či heslo MSSQL není platné: %s" -#: setup.php:853 +#: setup.php:858 msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." msgstr "Váš webový server není správně nastaven pro umožnění synchronizace, protože rozhraní WebDAV je rozbité." -#: setup.php:854 +#: setup.php:859 #, php-format msgid "Please double check the <a href='%s'>installation guides</a>." msgstr "Zkonzultujte, prosím, <a href='%s'>průvodce instalací</a>." diff --git a/l10n/cy_GB/core.po b/l10n/cy_GB/core.po index 70dc34cea53..50d8ae572f8 100644 --- a/l10n/cy_GB/core.po +++ b/l10n/cy_GB/core.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:04+0200\n" -"PO-Revision-Date: 2013-04-17 14:10+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: ubuntucymraeg <owen.llywelyn@gmail.com>\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -294,7 +294,7 @@ msgstr "Dolen ar gyfer rhannu" msgid "Password protect" msgstr "Diogelu cyfrinair" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Cyfrinair" @@ -410,7 +410,7 @@ msgid "Request failed!" msgstr "Methodd y cais!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Enw defnyddiwr" @@ -562,33 +562,33 @@ msgstr "gwasanaethau gwe a reolir gennych" msgid "Log out" msgstr "Allgofnodi" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Gwrthodwyd mewngofnodi awtomatig!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Os na wnaethoch chi newid eich cyfrinair yn ddiweddar, gall eich cyfrif fod yn anniogel!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Newidiwch eich cyfrinair i ddiogleu eich cyfrif eto." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Wedi colli'ch cyfrinair?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "cofio" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Mewngofnodi" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Mewngofnodiadau Amgen" diff --git a/l10n/cy_GB/files.po b/l10n/cy_GB/files.po index 21de4f158fa..dc4994e4952 100644 --- a/l10n/cy_GB/files.po +++ b/l10n/cy_GB/files.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-22 01:57+0200\n" -"PO-Revision-Date: 2013-04-21 20:50+0000\n" -"Last-Translator: ubuntucymraeg <owen.llywelyn@gmail.com>\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,15 +79,19 @@ msgstr "Cyfeiriadur annilys." msgid "Files" msgstr "Ffeiliau" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Rhannu" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Dileu'n barhaol" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Dileu" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Ailenwi" diff --git a/l10n/cy_GB/files_external.po b/l10n/cy_GB/files_external.po index 1b5cc6d4249..b0a5c89c86a 100644 --- a/l10n/cy_GB/files_external.po +++ b/l10n/cy_GB/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:03+0200\n" -"PO-Revision-Date: 2013-04-17 17:20+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/cy_GB/settings.po b/l10n/cy_GB/settings.po index 9612ffbaf6b..27acbefd393 100644 --- a/l10n/cy_GB/settings.po +++ b/l10n/cy_GB/settings.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-22 01:58+0200\n" -"PO-Revision-Date: 2013-04-21 20:40+0000\n" +"POT-Creation-Date: 2013-04-24 01:58+0200\n" +"PO-Revision-Date: 2013-04-23 19:50+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Welsh (United Kingdom) (http://www.transifex.com/projects/p/owncloud/language/cy_GB/)\n" "MIME-Version: 1.0\n" @@ -118,7 +118,7 @@ msgstr "" #: js/personal.js:109 msgid "Saving..." -msgstr "" +msgstr "Yn cadw..." #: js/users.js:43 msgid "deleted" diff --git a/l10n/da/core.po b/l10n/da/core.po index 3b03eb966da..be0d00c663a 100644 --- a/l10n/da/core.po +++ b/l10n/da/core.po @@ -3,23 +3,23 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Bawl <transifex@bawl.dk>, 2013. -# <cronner@gmail.com>, 2012. -# Frederik Lassen <frederiklassen@gmail.com>, 2013. -# <mikkelbjerglarsen@gmail.com>, 2011, 2012. -# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013. -# Ole Holm Frandsen <froksen@gmail.com>, 2012. -# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011. -# Rasmus Paasch <rasmuspaasch@gmail.com>, 2013. -# <simon@rosmi.dk>, 2012. -# Thomas Tanghus <>, 2012. -# Thomas Tanghus <thomas@tanghus.net>, 2012. +# Bawl <transifex@bawl.dk>, 2013 +# cronner <cronner@gmail.com>, 2012 +# Frederik Lassen <frederiklassen@gmail.com>, 2013 +# mikkel_ilu <mikkelbjerglarsen@gmail.com>, 2011, 2012 +# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013 +# Ole Holm Frandsen <froksen@gmail.com>, 2012 +# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011 +# rpaasch <rasmuspaasch@gmail.com>, 2013 +# muunsim <simon@rosmi.dk>, 2012 +# Thomas Tanghus <thomas@tanghus.net>, 2012 +# Thomas Tanghus <thomas@tanghus.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -304,7 +304,7 @@ msgstr "Del med link" msgid "Password protect" msgstr "Beskyt med adgangskode" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Kodeord" @@ -420,7 +420,7 @@ msgid "Request failed!" msgstr "Anmodningen mislykkedes!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Brugernavn" @@ -530,37 +530,37 @@ msgstr "Avanceret" msgid "Data folder" msgstr "Datamappe" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfigurer databasen" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "vil blive brugt" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Databasebruger" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Databasekodeord" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Navn på database" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Database tabelplads" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Databasehost" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Afslut opsætning" @@ -572,33 +572,33 @@ msgstr "Webtjenester under din kontrol" msgid "Log out" msgstr "Log ud" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk login afvist!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Hvis du ikke har ændret din adgangskode for nylig, har nogen muligvis tiltvunget sig adgang til din konto!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Skift adgangskode for at sikre din konto igen." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Mistet dit kodeord?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "husk" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Log ind" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternative logins" diff --git a/l10n/da/files.po b/l10n/da/files.po index c43e600f79f..5b5a147bbe5 100644 --- a/l10n/da/files.po +++ b/l10n/da/files.po @@ -3,22 +3,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cronner@gmail.com>, 2012. -# Frederik Lassen <frederiklassen@gmail.com>, 2013. -# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013. -# Ole Holm Frandsen <froksen@gmail.com>, 2012. -# <osos@openeyes.dk>, 2012. -# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011. -# <simon@rosmi.dk>, 2012. -# Thomas <cronner@gmail.com>, 2013. -# Thomas Tanghus <>, 2012. -# Thomas Tanghus <thomas@tanghus.net>, 2012. +# cronner <cronner@gmail.com>, 2012 +# Frederik Lassen <frederiklassen@gmail.com>, 2013 +# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2011-2013 +# Ole Holm Frandsen <froksen@gmail.com>, 2012 +# osos <osos@openeyes.dk>, 2012 +# Pascal d'Hermilly <pascal@dhermilly.dk>, 2011 +# muunsim <simon@rosmi.dk>, 2012 +# cronner <cronner@gmail.com>, 2013 +# Thomas Tanghus <thomas@tanghus.net>, 2012 +# Thomas Tanghus <thomas@tanghus.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -88,15 +88,19 @@ msgstr "Ugyldig mappe." msgid "Files" msgstr "Filer" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Del" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Slet permanent" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Slet" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Omdøb" diff --git a/l10n/da/files_external.po b/l10n/da/files_external.po index e8c3c21931e..7ae349229ff 100644 --- a/l10n/da/files_external.po +++ b/l10n/da/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Bawl <transifex@bawl.dk>, 2013. -# <cronner@gmail.com>, 2012. -# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012. -# Ole Holm Frandsen <froksen@gmail.com>, 2012. +# Bawl <transifex@bawl.dk>, 2013 +# cronner <cronner@gmail.com>, 2012 +# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012 +# Ole Holm Frandsen <froksen@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n" "MIME-Version: 1.0\n" @@ -41,19 +41,26 @@ msgstr "Angiv venligst en valid Dropbox app nøgle og hemmelighed" msgid "Error configuring Google Drive storage" msgstr "Fejl ved konfiguration af Google Drive plads" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b> Advarsel: </ b> \"smbclient\" ikke er installeret. Montering af CIFS / SMB delinger er ikke muligt. Spørg din systemadministrator om at installere det." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b> Advarsel: </ b> FTP-understøttelse i PHP ikke er aktiveret eller installeret. Montering af FTP delinger er ikke muligt. Spørg din systemadministrator om at installere det." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Ekstern opbevaring" diff --git a/l10n/de/core.po b/l10n/de/core.po index ff7be036306..eb400afa695 100644 --- a/l10n/de/core.po +++ b/l10n/de/core.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:04+0200\n" -"PO-Revision-Date: 2013-04-17 12:50+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: Lukas Reschke <lukas@statuscode.ch>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" @@ -311,7 +311,7 @@ msgstr "Über einen Link freigegeben" msgid "Password protect" msgstr "Passwortschutz" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Passwort" @@ -427,7 +427,7 @@ msgid "Request failed!" msgstr "Die Anfrage schlug fehl!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Benutzername" @@ -579,33 +579,33 @@ msgstr "Web-Services unter Ihrer Kontrolle" msgid "Log out" msgstr "Abmelden" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatischer Login zurückgewiesen!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Wenn Du Dein Passwort nicht vor kurzem geändert hast, könnte Dein\nAccount kompromittiert sein!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Bitte ändere Dein Passwort, um Deinen Account wieder zu schützen." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Passwort vergessen?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "merken" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de/files.po b/l10n/de/files.po index c401e3168dd..db82c1ba22d 100644 --- a/l10n/de/files.po +++ b/l10n/de/files.po @@ -14,7 +14,7 @@ # fmms <mail@felixmoeller.de>, 2012 # Marcel Kühlhorn <susefan93@gmx.de>, 2012-2013 # thiel <markus.thiel@desico.de>, 2013 -# Michael Krell <m4dmike.mni@gmail.com>, 2012 +# Michael Krell, 2012 # piccobello <nelsonfritsch@gmail.com>, 2012 # JamFX <niko@nik-o-mat.de>, 2012 # Phi Lieb <>, 2012 @@ -29,9 +29,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:03+0200\n" -"PO-Revision-Date: 2013-04-17 07:21+0000\n" -"Last-Translator: Mirodin <blobbyjj@ymail.com>\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -100,15 +100,19 @@ msgstr "Ungültiges Verzeichnis." msgid "Files" msgstr "Dateien" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Teilen" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Permanent löschen" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Löschen" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Umbenennen" diff --git a/l10n/de/files_external.po b/l10n/de/files_external.po index 3bd88c78ecd..d179bb9720b 100644 --- a/l10n/de/files_external.po +++ b/l10n/de/files_external.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <blobbyjj@ymail.com>, 2012. -# I Robot <owncloud-bot@tmit.eu>, 2012. -# I Robot <thomas.mueller@tmit.eu>, 2012. -# <stefan.niedermann@googlemail.com>, 2013. -# <thomas.mueller@tmit.eu>, 2012. -# <transifex.3.mensaje@spamgourmet.com>, 2012. +# Mirodin <blobbyjj@ymail.com>, 2012 +# I Robot <owncloud-bot@tmit.eu>, 2012 +# I Robot <owncloud-bot@tmit.eu>, 2012 +# stefanniedermann <stefan.niedermann@googlemail.com>, 2013 +# I Robot <owncloud-bot@tmit.eu>, 2012 +# traductor <transifex-2.7.mensaje@spamgourmet.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German <translations@owncloud.org>\n" "MIME-Version: 1.0\n" @@ -43,19 +43,26 @@ msgstr "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein." msgid "Error configuring Google Drive storage" msgstr "Fehler beim Einrichten von Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Warnung:</b> \"smbclient\" ist nicht installiert. Das Einhängen von CIFS/SMB-Freigaben ist nicht möglich. Bitte Deinen System-Administrator, dies zu installieren." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Warnung::</b> Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Bitte wende Dich an Deinen Systemadministrator." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Externer Speicher" diff --git a/l10n/de_DE/core.po b/l10n/de_DE/core.po index 666f0eeb26a..ac26cb73ef7 100644 --- a/l10n/de_DE/core.po +++ b/l10n/de_DE/core.po @@ -29,8 +29,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:04+0200\n" -"PO-Revision-Date: 2013-04-17 12:50+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: Lukas Reschke <lukas@statuscode.ch>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" @@ -315,7 +315,7 @@ msgstr "Über einen Link teilen" msgid "Password protect" msgstr "Passwortschutz" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Passwort" @@ -431,7 +431,7 @@ msgid "Request failed!" msgstr "Die Anfrage schlug fehl!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Benutzername" @@ -583,33 +583,33 @@ msgstr "Web-Services unter Ihrer Kontrolle" msgid "Log out" msgstr "Abmelden" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatische Anmeldung verweigert." -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Wenn Sie Ihr Passwort nicht vor kurzem geändert haben, könnte Ihr\nAccount kompromittiert sein!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Bitte ändern Sie Ihr Passwort, um Ihr Konto wieder zu sichern." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Passwort vergessen?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "merken" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Einloggen" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternative Logins" diff --git a/l10n/de_DE/files.po b/l10n/de_DE/files.po index 0e5e25200e8..c1ca450f0ed 100644 --- a/l10n/de_DE/files.po +++ b/l10n/de_DE/files.po @@ -16,7 +16,7 @@ # fmms <mail@felixmoeller.de>, 2012 # Marcel Kühlhorn <susefan93@gmx.de>, 2012-2013 # thiel <markus.thiel@desico.de>, 2013 -# Michael Krell <m4dmike.mni@gmail.com>, 2012 +# Michael Krell, 2012 # piccobello <nelsonfritsch@gmail.com>, 2012 # JamFX <niko@nik-o-mat.de>, 2012 # Phi Lieb <>, 2012 @@ -34,9 +34,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-18 02:03+0200\n" -"PO-Revision-Date: 2013-04-17 08:22+0000\n" -"Last-Translator: Mirodin <blobbyjj@ymail.com>\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -105,15 +105,19 @@ msgstr "Ungültiges Verzeichnis." msgid "Files" msgstr "Dateien" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Teilen" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Entgültig löschen" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Löschen" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Umbenennen" diff --git a/l10n/de_DE/files_external.po b/l10n/de_DE/files_external.po index 3b72b5747dd..85d87af76e4 100644 --- a/l10n/de_DE/files_external.po +++ b/l10n/de_DE/files_external.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <blobbyjj@ymail.com>, 2012. -# <deh3nne@deviantdev.com>, 2012. -# I Robot <thomas.mueller@tmit.eu>, 2012. -# <stefan.niedermann@googlemail.com>, 2013. -# <thomas.mueller@tmit.eu>, 2012. -# <transifex.3.mensaje@spamgourmet.com>, 2012. +# Mirodin <blobbyjj@ymail.com>, 2012 +# deh3nne <deh3nne@deviantdev.com>, 2012 +# I Robot <owncloud-bot@tmit.eu>, 2012 +# stefanniedermann <stefan.niedermann@googlemail.com>, 2013 +# I Robot <owncloud-bot@tmit.eu>, 2012 +# traductor <transifex-2.7.mensaje@spamgourmet.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: German (Germany) <translations@owncloud.org>\n" "MIME-Version: 1.0\n" @@ -43,19 +43,26 @@ msgstr "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein." msgid "Error configuring Google Drive storage" msgstr "Fehler beim Einrichten von Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Warnung:</b> \"smbclient\" ist nicht installiert. Das Einhängen von CIFS/SMB-Freigaben ist nicht möglich. Bitten Sie Ihren Systemadministrator, dies zu installieren." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Warnung::</b> Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Bitte wenden Sie sich an Ihren Systemadministrator." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Externer Speicher" diff --git a/l10n/el/core.po b/l10n/el/core.po index 17bdcf4ca72..390ca2503d1 100644 --- a/l10n/el/core.po +++ b/l10n/el/core.po @@ -3,22 +3,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# axil Pι <axilleas@archlinux.gr>, 2012. -# Dimitris M. <monopatis@gmail.com>, 2012-2013. -# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012. -# Efstathios Iosifidis <iefstathios@gmail.com>, 2013. -# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012. -# Marios Bekatoros <>, 2012. -# <petros.kyladitis@gmail.com>, 2011. -# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2012. -# <vagelis@cyberdest.com>, 2013. -# Wasilis Mandratzis <m.wasilis@yahoo.de>, 2013. +# axil Pι <axilleas@archlinux.gr>, 2012 +# Dimitris M. <monopatis@gmail.com>, 2012-2013 +# Efstathios Iosifidis <iefstathios@gmail.com>, 2012 +# Efstathios Iosifidis <iefstathios@gmail.com>, 2013 +# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012 +# Marios Bekatoros <>, 2012 +# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011 +# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2012 +# xneo1 <vagelis@cyberdest.com>, 2013 +# Wasilis <m.wasilis@yahoo.de>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -303,7 +303,7 @@ msgstr "Διαμοιρασμός με σύνδεσμο" msgid "Password protect" msgstr "Προστασία συνθηματικού" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Συνθηματικό" @@ -419,7 +419,7 @@ msgid "Request failed!" msgstr "Η αίτηση απέτυχε!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Όνομα Χρήστη" @@ -529,37 +529,37 @@ msgstr "Για προχωρημένους" msgid "Data folder" msgstr "Φάκελος δεδομένων" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Ρύθμιση της βάσης δεδομένων" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "θα χρησιμοποιηθούν" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Χρήστης της βάσης δεδομένων" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Συνθηματικό βάσης δεδομένων" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Όνομα βάσης δεδομένων" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Κενά Πινάκων Βάσης Δεδομένων" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Διακομιστής βάσης δεδομένων" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Ολοκλήρωση εγκατάστασης" @@ -571,33 +571,33 @@ msgstr "Υπηρεσίες web υπό τον έλεγχό σας" msgid "Log out" msgstr "Αποσύνδεση" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Απορρίφθηκε η αυτόματη σύνδεση!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Εάν δεν αλλάξατε το συνθηματικό σας προσφάτως, ο λογαριασμός μπορεί να έχει διαρρεύσει!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Παρακαλώ αλλάξτε το συνθηματικό σας για να ασφαλίσετε πάλι τον λογαριασμό σας." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Ξεχάσατε το συνθηματικό σας;" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "απομνημόνευση" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Είσοδος" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Εναλλακτικές Συνδέσεις" diff --git a/l10n/el/files.po b/l10n/el/files.po index 6d69eade9c5..bd87eb14e7c 100644 --- a/l10n/el/files.po +++ b/l10n/el/files.po @@ -3,22 +3,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Axilleas Pi <axilleas@archlinux.gr>, 2013. -# Dimitris M. <monopatis@gmail.com>, 2012-2013. -# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012-2013. -# Efstathios Iosifidis <iefstathios@gmail.com>, 2013. -# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012. -# Konstantinos Tzanidis <tzanidis@gmail.com>, 2012. -# Marios Bekatoros <>, 2012. -# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2013. -# Wasilis Mandratzis <m.wasilis@yahoo.de>, 2013. -# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012. +# axil Pι <axilleas@archlinux.gr>, 2013 +# Dimitris M. <monopatis@gmail.com>, 2012-2013 +# Efstathios Iosifidis <iefstathios@gmail.com>, 2012-2013 +# Efstathios Iosifidis <iefstathios@gmail.com>, 2013 +# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012 +# Konstantinos Tzanidis <tzanidis@gmail.com>, 2012 +# Marios Bekatoros <>, 2012 +# Petros Kyladitis <petros.kyladitis@gmail.com>, 2011-2013 +# Wasilis <m.wasilis@yahoo.de>, 2013 +# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -88,15 +88,19 @@ msgstr "Μη έγκυρος φάκελος." msgid "Files" msgstr "Αρχεία" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Διαμοιρασμός" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Μόνιμη διαγραφή" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Διαγραφή" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Μετονομασία" diff --git a/l10n/el/files_external.po b/l10n/el/files_external.po index ee870240424..0bfbe19df73 100644 --- a/l10n/el/files_external.po +++ b/l10n/el/files_external.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012. -# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012. -# Nisok Kosin <nikos.efthimiou@gmail.com>, 2012. -# Petros Kyladitis <petros.kyladitis@gmail.com>, 2012. -# Wasilis Mandratzis <m.wasilis@yahoo.de>, 2013. -# Γιάννης <yannanth@gmail.com>, 2012. -# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012. +# Efstathios Iosifidis <iefstathios@gmail.com>, 2012 +# Efstathios Iosifidis <iosifidis@opensuse.org>, 2012 +# Nisok Kosin <nikos.efthimiou@gmail.com>, 2012 +# Petros Kyladitis <petros.kyladitis@gmail.com>, 2012 +# Wasilis <m.wasilis@yahoo.de>, 2013 +# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012 +# Γιάννης Ανθυμίδης <yannanth@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n" "MIME-Version: 1.0\n" @@ -44,19 +44,26 @@ msgstr "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox κα msgid "Error configuring Google Drive storage" msgstr "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive " -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Προσοχή:</b> Ο \"smbclient\" δεν εγκαταστάθηκε. Δεν είναι δυνατή η προσάρτηση CIFS/SMB. Παρακαλώ ενημερώστε τον διαχειριστή συστήματος να το εγκαταστήσει." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Προσοχή:</b> Η υποστήριξη FTP στην PHP δεν ενεργοποιήθηκε ή εγκαταστάθηκε. Δεν είναι δυνατή η προσάρτηση FTP. Παρακαλώ ενημερώστε τον διαχειριστή συστήματος να το εγκαταστήσει." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Εξωτερικό Αποθηκευτικό Μέσο" diff --git a/l10n/eo/core.po b/l10n/eo/core.po index fd104b957cc..78012968ff1 100644 --- a/l10n/eo/core.po +++ b/l10n/eo/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Mariano <mstreet@kde.org.ar>, 2012. -# Michael Moroni <haikara90@gmail.com>, 2012. -# <mstreet@kde.org.ar>, 2011, 2012. +# Mariano <mstreet@kde.org.ar>, 2012 +# Michael Moroni <michael.moroni@mailoo.org>, 2012 +# Mariano <mstreet@kde.org.ar>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "Kunhavigi per ligilo" msgid "Password protect" msgstr "Protekti per pasvorto" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Pasvorto" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "Peto malsukcesis!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Uzantonomo" @@ -522,37 +522,37 @@ msgstr "Progresinta" msgid "Data folder" msgstr "Datuma dosierujo" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Agordi la datumbazon" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "estos uzata" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Datumbaza uzanto" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Datumbaza pasvorto" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Datumbaza nomo" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Datumbaza tabelospaco" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Datumbaza gastigo" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Fini la instalon" @@ -564,33 +564,33 @@ msgstr "TTT-servoj sub via kontrolo" msgid "Log out" msgstr "Elsaluti" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Se vi ne ŝanĝis vian pasvorton lastatempe, via konto eble kompromitas!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Bonvolu ŝanĝi vian pasvorton por sekurigi vian konton ree." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Ĉu vi perdis vian pasvorton?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "memori" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Ensaluti" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/eo/files.po b/l10n/eo/files.po index fb3dd94df15..750da5b5f18 100644 --- a/l10n/eo/files.po +++ b/l10n/eo/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Mariano <mstreet@kde.org.ar>, 2013. -# Mariano <mstreet@kde.org.ar>, 2012. -# <mstreet@kde.org.ar>, 2011, 2012. +# Mariano <mstreet@kde.org.ar>, 2013 +# Mariano <mstreet@kde.org.ar>, 2012 +# Mariano <mstreet@kde.org.ar>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "Nevalida dosierujo." msgid "Files" msgstr "Dosieroj" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Kunhavigi" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Forigi" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Alinomigi" diff --git a/l10n/eo/files_external.po b/l10n/eo/files_external.po index 97fd9187fc7..ab62bab36e9 100644 --- a/l10n/eo/files_external.po +++ b/l10n/eo/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Mariano <mstreet@kde.org.ar>, 2012. +# Mariano <mstreet@kde.org.ar>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "Bonvolu provizi ŝlosilon de la aplikaĵo Dropbox validan kaj sekretan." msgid "Error configuring Google Drive storage" msgstr "Eraro dum agordado de la memorservo Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Malena memorilo" diff --git a/l10n/es/core.po b/l10n/es/core.po index 79e7618ee72..3fbfff5190a 100644 --- a/l10n/es/core.po +++ b/l10n/es/core.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" -"PO-Revision-Date: 2013-04-22 18:40+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/es/files.po b/l10n/es/files.po index 711f2bc0864..3920f75ac5e 100644 --- a/l10n/es/files.po +++ b/l10n/es/files.po @@ -3,26 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Agustin Ferrario <>, 2012. -# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2013. -# <davidlopez.david@gmail.com>, 2013. -# <devianpctek@gmail.com>, 2012. -# Javier Llorente <javier@opensuse.org>, 2012. -# <juanma@kde.org.ar>, 2013. -# <juanma@kde.org.ar>, 2012-2013. -# <karvayoEdgar@gmail.com>, 2013. -# Ricardo A. Hermosilla Carrillo <ra.hermosillac@gmail.com>, 2013. -# Rubén Trujillo <rubentrf@gmail.com>, 2012. -# <sergioballesterossolanas@gmail.com>, 2013. -# <sergioballesterossolanas@gmail.com>, 2011-2012. -# <sergio@entrecables.com>, 2012. -# Vladimir Martinez Sierra <vladimirmartinezsierra@gmail.com>, 2013. +# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012 +# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2013 +# telco2011 <davidlopez.david@gmail.com>, 2013 +# Luis Medina <devianpctek@gmail.com>, 2012 +# Javier Llorente <javier@opensuse.org>, 2012 +# juanman <juanma@kde.org.ar>, 2013 +# juanman <juanma@kde.org.ar>, 2012-2013 +# karv <karvayoEdgar@gmail.com>, 2013 +# Ricardo Hermosilla <ra.hermosillac@gmail.com>, 2013 +# Rubén Trujillo <rubentrf@gmail.com>, 2012 +# xsergiolpx <sergioballesterossolanas@gmail.com>, 2013 +# xsergiolpx <sergioballesterossolanas@gmail.com>, 2011-2012 +# scambra <sergio@entrecables.com>, 2012 +# msvladimir <vladimirmartinezsierra@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" @@ -92,15 +92,19 @@ msgstr "Directorio invalido." msgid "Files" msgstr "Archivos" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Compartir" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Eliminar permanentemente" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Eliminar" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Renombrar" diff --git a/l10n/es/files_external.po b/l10n/es/files_external.po index 57448b496cc..8e3a88466ff 100644 --- a/l10n/es/files_external.po +++ b/l10n/es/files_external.po @@ -3,18 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012. -# Javier Llorente <javier@opensuse.org>, 2012. -# Marcos <djoser.horus@gmail.com>, 2013. -# <pedro.navia@etecsa.cu>, 2012. -# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012. +# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012 +# Art O. Pal <artopal@fastmail.fm>, 2013 +# Javier Llorente <javier@opensuse.org>, 2012 +# Marcos <djoser.horus@gmail.com>, 2013 +# pedro.navia <pedro.navia@etecsa.cu>, 2012 +# Raul Fernandez Garcia <raulfg3@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 03:10+0000\n" +"Last-Translator: Art O. Pal <artopal@fastmail.fm>\n" "Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -42,19 +43,26 @@ msgstr "Por favor , proporcione un secreto y una contraseña válida de la app D msgid "Error configuring Google Drive storage" msgstr "Error configurando el almacenamiento de Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Advertencia:</b> El cliente smb (smbclient) no se encuentra instalado. El montado de archivos o ficheros CIFS/SMB no es posible. Por favor pida al administrador de su sistema que lo instale." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Advertencia:</b> El soporte de FTP en PHP no se encuentra instalado. El montado de archivos o ficheros FTP no es posible. Por favor pida al administrador de su sistema que lo instale." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>Advertencia:</b> El soporte de Curl en PHP no está activado ni instalado. El montado de ownCloud, WebDAV o GoogleDrive no es posible. Pida al administrador de su sistema que lo instale." + #: templates/settings.php:3 msgid "External Storage" msgstr "Almacenamiento externo" diff --git a/l10n/es_AR/core.po b/l10n/es_AR/core.po index 7a134d06ce6..9a213ae2547 100644 --- a/l10n/es_AR/core.po +++ b/l10n/es_AR/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# CJTess <claudio.tessone@gmail.com>, 2013. -# <claudio.tessone@gmail.com>, 2012-2013. -# <javierkaiser@gmail.com>, 2012. +# cjtess <claudio.tessone@gmail.com>, 2013 +# cjtess <claudio.tessone@gmail.com>, 2012-2013 +# Javierkaiser <javierkaiser@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "Compartir con link" msgid "Password protect" msgstr "Proteger con contraseña " -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Contraseña" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "Error en el pedido!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nombre de usuario" @@ -522,37 +522,37 @@ msgstr "Avanzado" msgid "Data folder" msgstr "Directorio de almacenamiento" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configurar la base de datos" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "se utilizarán" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Usuario de la base de datos" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Contraseña de la base de datos" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nombre de la base de datos" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Espacio de tablas de la base de datos" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Host de la base de datos" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Completar la instalación" @@ -564,33 +564,33 @@ msgstr "servicios web sobre los que tenés control" msgid "Log out" msgstr "Cerrar la sesión" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "¡El inicio de sesión automático fue rechazado!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "¡Si no cambiaste tu contraseña recientemente, puede ser que tu cuenta esté comprometida!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Por favor, cambiá tu contraseña para fortalecer nuevamente la seguridad de tu cuenta." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "¿Perdiste tu contraseña?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "recordame" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Entrar" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Nombre alternativos de usuarios" diff --git a/l10n/es_AR/files.po b/l10n/es_AR/files.po index cd360823317..f2d9d26d038 100644 --- a/l10n/es_AR/files.po +++ b/l10n/es_AR/files.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-20 01:58+0200\n" -"PO-Revision-Date: 2013-04-19 09:10+0000\n" -"Last-Translator: cjtess <claudio.tessone@gmail.com>\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -82,15 +82,19 @@ msgstr "Directorio invalido." msgid "Files" msgstr "Archivos" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Compartir" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Borrar de manera permanente" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Borrar" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Cambiar nombre" diff --git a/l10n/es_AR/files_external.po b/l10n/es_AR/files_external.po index a5b2316b329..c0c3d7522ea 100644 --- a/l10n/es_AR/files_external.po +++ b/l10n/es_AR/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012. -# <claudio.tessone@gmail.com>, 2012. -# Julia <juliassantos5@gmail.com>, 2013. +# Agustin Ferrario <agustin.ferrario@hotmail.com.ar>, 2012 +# cjtess <claudio.tessone@gmail.com>, 2012 +# juliabis <juliassantos5@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Por favor, proporcioná un secreto y una contraseña válida para la apl msgid "Error configuring Google Drive storage" msgstr "Error al configurar el almacenamiento de Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Advertencia:</b> El cliente smb (smbclient) no se encuentra instalado. El montado de archivos o ficheros CIFS/SMB no es posible. Por favor pida al administrador de su sistema que lo instale." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Advertencia:</b> El soporte de FTP en PHP no se encuentra instalado. El montado de archivos o ficheros FTP no es posible. Por favor pida al administrador de su sistema que lo instale." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Almacenamiento externo" diff --git a/l10n/et_EE/core.po b/l10n/et_EE/core.po index 73d7534b613..e5dc00dc00e 100644 --- a/l10n/et_EE/core.po +++ b/l10n/et_EE/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Pisike Sipelgas <pisike.sipelgas@gmail.com>, 2013. -# Rivo Zängov <eraser@eraser.ee>, 2011-2012. +# pisike.sipelgas <pisike.sipelgas@gmail.com>, 2013 +# Rivo Zängov <eraser@eraser.ee>, 2011-2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "Jaga lingiga" msgid "Password protect" msgstr "Parooliga kaitstud" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Parool" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "Päring ebaõnnestus!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Kasutajanimi" @@ -521,37 +521,37 @@ msgstr "Lisavalikud" msgid "Data folder" msgstr "Andmete kaust" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Seadista andmebaasi" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "kasutatakse" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Andmebaasi kasutaja" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Andmebaasi parool" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Andmebasi nimi" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Andmebaasi tabeliruum" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Andmebaasi host" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Lõpeta seadistamine" @@ -563,33 +563,33 @@ msgstr "veebiteenused sinu kontrolli all" msgid "Log out" msgstr "Logi välja" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automaatne sisselogimine lükati tagasi!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Kui sa ei muutnud oma parooli hiljut, siis võib su kasutajakonto olla ohustatud!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Palun muuda parooli, et oma kasutajakonto uuesti turvata." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Kaotasid oma parooli?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "pea meeles" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Logi sisse" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternatiivsed meldimised" diff --git a/l10n/et_EE/files.po b/l10n/et_EE/files.po index 9bfc400f497..53901468b8d 100644 --- a/l10n/et_EE/files.po +++ b/l10n/et_EE/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dagor.vint@hotmail.com>, 2012. -# Pisike Sipelgas <pisike.sipelgas@gmail.com>, 2013. -# Rivo Zängov <eraser@eraser.ee>, 2011-2013. +# dagor <dagor.vint@hotmail.com>, 2012 +# pisike.sipelgas <pisike.sipelgas@gmail.com>, 2013 +# Rivo Zängov <eraser@eraser.ee>, 2011-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "Vigane kaust." msgid "Files" msgstr "Failid" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Jaga" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Kustuta jäädavalt" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Kustuta" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "ümber" diff --git a/l10n/et_EE/files_external.po b/l10n/et_EE/files_external.po index 23cd4c8a18a..086a2c0daa9 100644 --- a/l10n/et_EE/files_external.po +++ b/l10n/et_EE/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Pisike Sipelgas <pisike.sipelgas@gmail.com>, 2013. -# Rivo Zängov <eraser@eraser.ee>, 2012. +# pisike.sipelgas <pisike.sipelgas@gmail.com>, 2013 +# Rivo Zängov <eraser@eraser.ee>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 11:11+0000\n" +"Last-Translator: pisike.sipelgas <pisike.sipelgas@gmail.com>\n" "Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,19 +39,26 @@ msgstr "Palun sisesta korrektne Dropboxi rakenduse võti ja salasõna." msgid "Error configuring Google Drive storage" msgstr "Viga Google Drive'i salvestusruumi seadistamisel" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Hoiatus:</b> \"smbclient\" pole paigaldatud. Jagatud CIFS/SMB hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata SAMBA tugi." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Hoiatus:</b> FTP tugi puudub PHP paigalduses. Jagatud FTP hoidlate ühendamine pole võimalik. Palu oma süsteemihalduril paigaldata FTP tugi." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>Hoiatus:</b> Curl tugi puudub PHP paigalduses. Jagatud ownCloud / WebDAV või GoogleDrive ühendamine pole võimalik. Palu oma süsteemihalduril see paigaldada." + #: templates/settings.php:3 msgid "External Storage" msgstr "Väline salvestuskoht" diff --git a/l10n/eu/core.po b/l10n/eu/core.po index 6fa4ebaaf0f..8ea3e02d5e6 100644 --- a/l10n/eu/core.po +++ b/l10n/eu/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <asieriko@gmail.com>, 2013. -# <asieriko@gmail.com>, 2012. -# Asier Urio Larrea <asieriko@gmail.com>, 2011. -# Piarres Beobide <pi@beobide.net>, 2012. +# asieriko <asieriko@gmail.com>, 2013 +# asieriko <asieriko@gmail.com>, 2012 +# asieriko <asieriko@gmail.com>, 2011 +# Piarres Beobide <pi@beobide.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -297,7 +297,7 @@ msgstr "Elkarbanatu lotura batekin" msgid "Password protect" msgstr "Babestu pasahitzarekin" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Pasahitza" @@ -413,7 +413,7 @@ msgid "Request failed!" msgstr "Eskariak huts egin du!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Erabiltzaile izena" @@ -523,37 +523,37 @@ msgstr "Aurreratua" msgid "Data folder" msgstr "Datuen karpeta" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfiguratu datu basea" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "erabiliko da" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Datubasearen erabiltzailea" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Datubasearen pasahitza" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Datubasearen izena" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Datu basearen taula-lekua" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Datubasearen hostalaria" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Bukatu konfigurazioa" @@ -565,33 +565,33 @@ msgstr "web zerbitzuak zure kontrolpean" msgid "Log out" msgstr "Saioa bukatu" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Saio hasiera automatikoa ez onartuta!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Zure pasahitza orain dela gutxi ez baduzu aldatu, zure kontua arriskuan egon daiteke!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Mesedez aldatu zure pasahitza zure kontua berriz segurtatzeko." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Galdu duzu pasahitza?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "gogoratu" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Hasi saioa" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Beste erabiltzaile izenak" diff --git a/l10n/eu/files.po b/l10n/eu/files.po index 0f710284f4f..7dda9e5fc7d 100644 --- a/l10n/eu/files.po +++ b/l10n/eu/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <asieriko@gmail.com>, 2013. -# <asieriko@gmail.com>, 2012. -# Asier Urio Larrea <asieriko@gmail.com>, 2011. -# Piarres Beobide <pi@beobide.net>, 2012-2013. +# asieriko <asieriko@gmail.com>, 2013 +# asieriko <asieriko@gmail.com>, 2012 +# asieriko <asieriko@gmail.com>, 2011 +# Piarres Beobide <pi@beobide.net>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "Baliogabeko karpeta." msgid "Files" msgstr "Fitxategiak" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Elkarbanatu" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Ezabatu betirako" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Ezabatu" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Berrizendatu" diff --git a/l10n/eu/files_external.po b/l10n/eu/files_external.po index 4cb0843ae5d..95185aed55b 100644 --- a/l10n/eu/files_external.po +++ b/l10n/eu/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <asieriko@gmail.com>, 2013. -# <asieriko@gmail.com>, 2012. +# asieriko <asieriko@gmail.com>, 2013 +# asieriko <asieriko@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "Mesedez eman baliozkoa den Dropbox app giltza eta sekretua" msgid "Error configuring Google Drive storage" msgstr "Errore bat egon da Google Drive biltegiratzea konfiguratzean" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Abisua:</b> \"smbclient\" ez dago instalatuta. CIFS/SMB partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Abisua:</b> PHPren FTP modulua ez dago instalatuta edo gaitua. FTP partekatutako karpetak montatzea ez da posible. Mesedez eskatu zure sistema kudeatzaileari instalatzea." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Kanpoko Biltegiratzea" diff --git a/l10n/fa/core.po b/l10n/fa/core.po index 9178afa9063..c1accd96100 100644 --- a/l10n/fa/core.po +++ b/l10n/fa/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Hossein nag <h.sname@yahoo.com>, 2012. -# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013. +# Hossein nag <h.sname@yahoo.com>, 2012 +# miki_mika1362 <miki_mika1362@yahoo.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "به اشتراک گذاشتن با پیوند" msgid "Password protect" msgstr "نگهداری کردن رمز عبور" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "گذرواژه" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "درخواست رد شده است !" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "شناسه" @@ -521,37 +521,37 @@ msgstr "حرفه ای" msgid "Data folder" msgstr "پوشه اطلاعاتی" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "پایگاه داده برنامه ریزی شدند" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "استفاده خواهد شد" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "شناسه پایگاه داده" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "پسورد پایگاه داده" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "نام پایگاه داده" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "جدول پایگاه داده" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "هاست پایگاه داده" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "اتمام نصب" @@ -563,33 +563,33 @@ msgstr "سرویس وب تحت کنترل شما" msgid "Log out" msgstr "خروج" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "ورود به سیستم اتوماتیک ردشد!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "اگر شما اخیرا رمزعبور را تغییر نداده اید، حساب شما در معرض خطر می باشد !" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "لطفا رمز عبور خود را تغییر دهید تا مجددا حساب شما در امان باشد." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "آیا گذرواژه تان را به یاد نمی آورید؟" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "بیاد آوری" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "ورود" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "ورود متناوب" diff --git a/l10n/fa/files.po b/l10n/fa/files.po index 6e2cacffc31..4c651b2e42b 100644 --- a/l10n/fa/files.po +++ b/l10n/fa/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Hossein nag <h.sname@yahoo.com>, 2012. -# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013. -# Mohammad Dashtizadeh <mohammad@dashtizadeh.net>, 2012. -# vahid chakoshy <vchakoshy@gmail.com>, 2012. +# Hossein nag <h.sname@yahoo.com>, 2012 +# miki_mika1362 <miki_mika1362@yahoo.com>, 2013 +# Mohammad Dashtizadeh <mohammad@dashtizadeh.net>, 2012 +# vahid chakoshy <vchakoshy@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "فهرست راهنما نامعتبر می باشد." msgid "Files" msgstr "فایل ها" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "اشتراکگذاری" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "حذف قطعی" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "پاک کردن" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "تغییرنام" diff --git a/l10n/fa/files_external.po b/l10n/fa/files_external.po index b881ebe5588..7940fbf20af 100644 --- a/l10n/fa/files_external.po +++ b/l10n/fa/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# mahdi Kereshteh <miki_mika1362@yahoo.com>, 2013. +# miki_mika1362 <miki_mika1362@yahoo.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "حافظه خارجی" diff --git a/l10n/fi/files.po b/l10n/fi/files.po index ccb82381a2d..ded6b0408d8 100644 --- a/l10n/fi/files.po +++ b/l10n/fi/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/fi_FI/core.po b/l10n/fi_FI/core.po index 80f0f53b37d..4094a462915 100644 --- a/l10n/fi_FI/core.po +++ b/l10n/fi_FI/core.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <ari.takalo@iki.fi>, 2012. -# Jesse Jaara <jesse.jaara@gmail.com>, 2012. -# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013. -# Johannes Korpela <>, 2012. -# Pekka Sutela <pekka.sutela@gmail.com>, 2012. -# <tehoratopato@gmail.com>, 2012. -# <tscooter@hotmail.com>, 2012. +# variaatiox <ari.takalo@iki.fi>, 2012 +# Jesse Jaara <jesse.jaara@gmail.com>, 2012 +# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013 +# Johannes Korpela <>, 2012 +# Pekka Sutela <pekka.sutela@gmail.com>, 2012 +# teho <tehoratopato@gmail.com>, 2012 +# tscooter <tscooter@hotmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ msgstr "Jaa linkillä" msgid "Password protect" msgstr "Suojaa salasanalla" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Salasana" @@ -416,7 +416,7 @@ msgid "Request failed!" msgstr "Pyyntö epäonnistui!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Käyttäjätunnus" @@ -526,37 +526,37 @@ msgstr "Lisäasetukset" msgid "Data folder" msgstr "Datakansio" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Muokkaa tietokantaa" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "käytetään" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Tietokannan käyttäjä" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Tietokannan salasana" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Tietokannan nimi" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tietokannan taulukkotila" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Tietokantapalvelin" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Viimeistele asennus" @@ -568,33 +568,33 @@ msgstr "verkkopalvelut hallinnassasi" msgid "Log out" msgstr "Kirjaudu ulos" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automaattinen sisäänkirjautuminen hylättiin!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Jos et vaihtanut salasanaasi äskettäin, tilisi saattaa olla murrettu." -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Vaihda salasanasi suojataksesi tilisi uudelleen." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Unohditko salasanasi?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "muista" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Kirjaudu sisään" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Vaihtoehtoiset kirjautumiset" diff --git a/l10n/fi_FI/files.po b/l10n/fi_FI/files.po index d68085e9641..b551facaf98 100644 --- a/l10n/fi_FI/files.po +++ b/l10n/fi_FI/files.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Jesse Jaara <jesse.jaara@gmail.com>, 2012. -# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013. -# Johannes Korpela <>, 2012. -# <tehoratopato@gmail.com>, 2012. -# <tscooter@hotmail.com>, 2012. +# Jesse Jaara <jesse.jaara@gmail.com>, 2012 +# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013 +# Johannes Korpela <>, 2012 +# teho <tehoratopato@gmail.com>, 2012 +# tscooter <tscooter@hotmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -83,15 +83,19 @@ msgstr "Virheellinen kansio." msgid "Files" msgstr "Tiedostot" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Jaa" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Poista pysyvästi" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Poista" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Nimeä uudelleen" diff --git a/l10n/fi_FI/files_external.po b/l10n/fi_FI/files_external.po index 87b5f4c115f..b34cf9d005c 100644 --- a/l10n/fi_FI/files_external.po +++ b/l10n/fi_FI/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <ari.takalo@iki.fi>, 2012. -# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013. -# <tehoratopato@gmail.com>, 2012. +# variaatiox <ari.takalo@iki.fi>, 2012 +# Jiri Grönroos <jiri.gronroos@iki.fi>, 2012-2013 +# teho <tehoratopato@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 06:00+0000\n" +"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,19 +40,26 @@ msgstr "Anna kelvollinen Dropbox-sovellusavain ja salainen vastaus." msgid "Error configuring Google Drive storage" msgstr "Virhe Google Drive levyn asetuksia tehtäessä" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Varoitus:</b> \"smbclient\" ei ole asennettuna. CIFS-/SMB-jakojen liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää asentamaan smbclient." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Varoitus:</b> PHP:n FTP-tuki ei ole käytössä tai sitä ei ole asennettu. FTP-jakojen liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan FTP-tuki käyttöön." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>Varoitus:</b> PHP:n Curl-tuki ei ole käytössä tai sitä ei ole lainkaan asennettu. ownCloudin, WebDAV:in tai Google Driven liittäminen ei ole mahdollista. Pyydä järjestelmän ylläpitäjää ottamaan Curl-tuki käyttöön." + #: templates/settings.php:3 msgid "External Storage" msgstr "Erillinen tallennusväline" diff --git a/l10n/fr/core.po b/l10n/fr/core.po index 07437d66137..f7f10c32bd7 100644 --- a/l10n/fr/core.po +++ b/l10n/fr/core.po @@ -3,26 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Christophe Lherieau <skimpax@gmail.com>, 2012-2013. -# David Basquin <dba@alternalease.fr>, 2013. -# <dba@alternalease.fr>, 2013. -# Fabian Lemaître <ptit.boogy@gmail.com>, 2013. -# <fkhannouf@me.com>, 2012. -# <florentin.lemoal@gmail.com>, 2012. -# Guillaume Paumier <guillom.pom@gmail.com>, 2012-2013. -# <mishka.lazzlo@gmail.com>, 2012. -# Nahir Mohamed <nahirmoha@gmail.com>, 2012. -# <nathaplop@gmail.com>, 2012. -# <nicolas@shivaserv.fr>, 2012. -# Robert Di Rosa <>, 2013. -# <rom1dep@gmail.com>, 2011. -# Romain DEP. <rom1dep@gmail.com>, 2012-2013. +# Christophe Lherieau <skimpax@gmail.com>, 2012-2013 +# dbasquin <dba@alternalease.fr>, 2013 +# dbasquin <dba@alternalease.fr>, 2013 +# ptit_boogy <ptit.boogy@gmail.com>, 2013 +# fkhannouf <fkhannouf@me.com>, 2012 +# Florentin Le Moal <florentin.lemoal@gmail.com>, 2012 +# Guillaume Paumier <guillom.pom@gmail.com>, 2012-2013 +# mishka <mishka.lazzlo@gmail.com>, 2012 +# Nahir Mohamed <nahirmoha@gmail.com>, 2012 +# Paul McFly <roipoussiere@gmail.com>, 2012 +# ouafnico <nicolas@shivaserv.fr>, 2012 +# Robert Di Rosa <>, 2013 +# Romain DEP. <rom1dep@gmail.com>, 2011 +# Romain DEP. <rom1dep@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -307,7 +307,7 @@ msgstr "Partager via lien" msgid "Password protect" msgstr "Protéger par un mot de passe" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Mot de passe" @@ -423,7 +423,7 @@ msgid "Request failed!" msgstr "La requête a échoué !" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nom d'utilisateur" @@ -533,37 +533,37 @@ msgstr "Avancé" msgid "Data folder" msgstr "Répertoire des données" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configurer la base de données" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "sera utilisé" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Utilisateur pour la base de données" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Mot de passe de la base de données" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nom de la base de données" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tablespaces de la base de données" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Serveur de la base de données" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Terminer l'installation" @@ -575,33 +575,33 @@ msgstr "services web sous votre contrôle" msgid "Log out" msgstr "Se déconnecter" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Connexion automatique rejetée !" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Si vous n'avez pas changé votre mot de passe récemment, votre compte risque d'être compromis !" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Veuillez changer votre mot de passe pour sécuriser à nouveau votre compte." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Mot de passe perdu ?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "se souvenir de moi" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Connexion" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Logins alternatifs" diff --git a/l10n/fr/files.po b/l10n/fr/files.po index e694e546156..029f913ba9e 100644 --- a/l10n/fr/files.po +++ b/l10n/fr/files.po @@ -3,29 +3,29 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Adalberto Rodrigues <rodrigues_adalberto@yahoo.fr>, 2013. -# Cédric MARTIN <sid50.martin@gmail.com>, 2013. -# Christophe Lherieau <skimpax@gmail.com>, 2012-2013. -# Cyril Glapa <kyriog@gmail.com>, 2012. -# David Basquin <dba@alternalease.fr>, 2013. -# <dba@alternalease.fr>, 2013. -# froozeify <froozeify@mail.com>, 2013. -# Geoffrey Guerrier <geoffrey.guerrier@gmail.com>, 2012. -# <gp4004@arghh.org>, 2012. -# <guiguidu31300@gmail.com>, 2012. -# Guillaume Paumier <guillom.pom@gmail.com>, 2012. -# <life_0n_mars@live.fr>, 2012. -# Nahir Mohamed <nahirmoha@gmail.com>, 2012. -# Robert Di Rosa <>, 2012-2013. -# <rom1dep@gmail.com>, 2011. -# Romain DEP. <rom1dep@gmail.com>, 2012-2013. -# <zrk951@gmail.com>, 2013. +# Adalberto Rodrigues <rodrigues_adalberto@yahoo.fr>, 2013 +# Flywall <sid50.martin@gmail.com>, 2013 +# Christophe Lherieau <skimpax@gmail.com>, 2012-2013 +# Cyril Glapa <kyriog@gmail.com>, 2012 +# dbasquin <dba@alternalease.fr>, 2013 +# dbasquin <dba@alternalease.fr>, 2013 +# froozeify <froozeify@mail.com>, 2013 +# Geoffrey Guerrier <geoffrey.guerrier@gmail.com>, 2012 +# gp4004 <gp4004@arghh.org>, 2012 +# guiguidu31300 <guiguidu31300@gmail.com>, 2012 +# Guillaume Paumier <guillom.pom@gmail.com>, 2012 +# ytzelf <life_0n_mars@live.fr>, 2012 +# Nahir Mohamed <nahirmoha@gmail.com>, 2012 +# Robert Di Rosa <>, 2012-2013 +# Romain DEP. <rom1dep@gmail.com>, 2011 +# Romain DEP. <rom1dep@gmail.com>, 2012-2013 +# Zertrin <zrk951@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -95,15 +95,19 @@ msgstr "Dossier invalide." msgid "Files" msgstr "Fichiers" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Partager" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Supprimer de façon définitive" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Supprimer" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Renommer" diff --git a/l10n/fr/files_external.po b/l10n/fr/files_external.po index ed1652d85ad..5f91f1ca565 100644 --- a/l10n/fr/files_external.po +++ b/l10n/fr/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <nicolas@shivaserv.fr>, 2012. -# Romain DEP. <rom1dep@gmail.com>, 2012. -# <zrk951@gmail.com>, 2013. +# ouafnico <nicolas@shivaserv.fr>, 2012 +# Romain DEP. <rom1dep@gmail.com>, 2012 +# Zertrin <zrk951@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Veuillez fournir une clé d'application (app key) ainsi qu'un mot de pas msgid "Error configuring Google Drive storage" msgstr "Erreur lors de la configuration du support de stockage Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Attention : </b> \"smbclient\" n'est pas installé. Le montage des partages CIFS/SMB n'est pas disponible. Contactez votre administrateur système pour l'installer." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Attention : </b> Le support FTP de PHP n'est pas activé ou installé. Le montage des partages FTP n'est pas disponible. Contactez votre administrateur système pour l'installer." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Stockage externe" diff --git a/l10n/gl/core.po b/l10n/gl/core.po index 2424c7626c2..8e3fba77f9d 100644 --- a/l10n/gl/core.po +++ b/l10n/gl/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# antiparvos <marcoslansgarza@gmail.com>, 2012. -# <mbouzada@gmail.com>, 2013. -# <mbouzada@gmail.com>, 2012. -# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012-2013. +# antiparvos <marcoslansgarza@gmail.com>, 2012 +# mbouzada <mbouzada@gmail.com>, 2013 +# mbouzada <mbouzada@gmail.com>, 2012 +# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -297,7 +297,7 @@ msgstr "Compartir coa ligazón" msgid "Password protect" msgstr "Protexido con contrasinais" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Contrasinal" @@ -413,7 +413,7 @@ msgid "Request failed!" msgstr "Non foi posíbel facer a petición" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nome de usuario" @@ -523,37 +523,37 @@ msgstr "Avanzado" msgid "Data folder" msgstr "Cartafol de datos" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configurar a base de datos" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "vai ser utilizado" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Usuario da base de datos" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Contrasinal da base de datos" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nome da base de datos" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Táboa de espazos da base de datos" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Servidor da base de datos" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Rematar a configuración" @@ -565,33 +565,33 @@ msgstr "servizos web baixo o seu control" msgid "Log out" msgstr "Desconectar" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Rexeitouse a entrada automática" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Se non fixo recentemente cambios de contrasinal é posíbel que a súa conta estea comprometida!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Cambie de novo o seu contrasinal para asegurar a súa conta." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Perdeu o contrasinal?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "lembrar" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Conectar" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Accesos alternativos" diff --git a/l10n/gl/files.po b/l10n/gl/files.po index b257aba1734..1139ed1f0f7 100644 --- a/l10n/gl/files.po +++ b/l10n/gl/files.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# antiparvos <marcoslansgarza@gmail.com>, 2012-2013. -# <mbouzada@gmail.com>, 2013. -# <mbouzada@gmail.com>, 2013. -# Miguel Anxo Bouzada <mbouzada@gmail.com>, 2013. -# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012-2013. +# antiparvos <marcoslansgarza@gmail.com>, 2012-2013 +# mbouzada <mbouzada@gmail.com>, 2013 +# mbouzada <mbouzada@gmail.com>, 2013 +# mbouzada <mbouzada@gmail.com>, 2013 +# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" @@ -83,15 +83,19 @@ msgstr "O directorio é incorrecto." msgid "Files" msgstr "Ficheiros" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Compartir" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Eliminar permanentemente" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Eliminar" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Renomear" diff --git a/l10n/gl/files_external.po b/l10n/gl/files_external.po index f000f907280..80aa88f4a76 100644 --- a/l10n/gl/files_external.po +++ b/l10n/gl/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <mbouzada@gmail.com>, 2013. -# <mbouzada@gmail.com>, 2012. -# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012. +# mbouzada <mbouzada@gmail.com>, 2013 +# mbouzada <mbouzada@gmail.com>, 2012 +# Xosé M. Lamas <correo.xmgz@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 06:10+0000\n" +"Last-Translator: mbouzada <mbouzada@gmail.com>\n" "Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,19 +40,26 @@ msgstr "Forneza unha chave correcta e segreda do Dropbox." msgid "Error configuring Google Drive storage" msgstr "Produciuse un erro ao configurar o almacenamento en Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Aviso:</b> «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Aviso:</b> A compatibilidade de FTP en PHP non está activada ou instalada. Non é posibel a montaxe de comparticións FTP. Consulte co administrador do sistema para instalalo." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>Aviso:</ b> A compatibilidade de Curl en PHP non está activada ou instalada. Non é posíbel a montaxe de ownCloud / WebDAV ou GoogleDrive. Consulte co administrador do sistema para instalala." + #: templates/settings.php:3 msgid "External Storage" msgstr "Almacenamento externo" diff --git a/l10n/he/core.po b/l10n/he/core.po index 742b5ad8730..2b44eac597f 100644 --- a/l10n/he/core.po +++ b/l10n/he/core.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Dovix Dovix <dovix2003@gmail.com>, 2012. -# Gilad Naaman <gilad.doom@gmail.com>, 2013. -# <ido.parag@gmail.com>, 2012. -# <tomerc+transifex.net@gmail.com>, 2011. -# Yaron Shahrabani <sh.yaron@gmail.com>, 2011-2012. +# Dovix Dovix <dovix2003@gmail.com>, 2012 +# Gilad Naaman <gilad.doom@gmail.com>, 2013 +# idop <ido.parag@gmail.com>, 2012 +# Tomer Cohen <tomerc+transifex.net@gmail.com>, 2011 +# Yaron Shahrabani <sh.yaron@gmail.com>, 2011-2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -298,7 +298,7 @@ msgstr "שיתוף עם קישור" msgid "Password protect" msgstr "הגנה בססמה" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "ססמה" @@ -414,7 +414,7 @@ msgid "Request failed!" msgstr "הבקשה נכשלה!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "שם משתמש" @@ -524,37 +524,37 @@ msgstr "מתקדם" msgid "Data folder" msgstr "תיקיית נתונים" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "הגדרת מסד הנתונים" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "ינוצלו" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "שם משתמש במסד הנתונים" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "ססמת מסד הנתונים" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "שם מסד הנתונים" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "מרחב הכתובות של מסד הנתונים" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "שרת בסיס נתונים" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "סיום התקנה" @@ -566,33 +566,33 @@ msgstr "שירותי רשת בשליטתך" msgid "Log out" msgstr "התנתקות" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "בקשת הכניסה האוטומטית נדחתה!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "אם לא שינית את ססמתך לאחרונה, יתכן שחשבונך נפגע!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "נא לשנות את הססמה שלך כדי לאבטח את חשבונך מחדש." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "שכחת את ססמתך?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "שמירת הססמה" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "כניסה" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "כניסות אלטרנטיביות" diff --git a/l10n/he/files.po b/l10n/he/files.po index 6880b3e051f..d89bd340493 100644 --- a/l10n/he/files.po +++ b/l10n/he/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Dovix Dovix <dovix2003@gmail.com>, 2012. -# <ido.parag@gmail.com>, 2012. -# <tomerc+transifex.net@gmail.com>, 2011. -# Yaron Shahrabani <sh.yaron@gmail.com>, 2012. +# Dovix Dovix <dovix2003@gmail.com>, 2012 +# idop <ido.parag@gmail.com>, 2012 +# Tomer Cohen <tomerc+transifex.net@gmail.com>, 2011 +# Yaron Shahrabani <sh.yaron@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "" msgid "Files" msgstr "קבצים" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "שתף" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "מחק לצמיתות" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "מחיקה" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "שינוי שם" diff --git a/l10n/he/files_external.po b/l10n/he/files_external.po index b8639454e1a..7d4d083fe05 100644 --- a/l10n/he/files_external.po +++ b/l10n/he/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Tomer Cohen <tomerc+transifex.net@gmail.com>, 2012. -# Yaron Shahrabani <sh.yaron@gmail.com>, 2012. +# Tomer Cohen <tomerc+transifex.net@gmail.com>, 2012 +# Yaron Shahrabani <sh.yaron@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/owncloud/language/he/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "נא לספק קוד יישום וסוד תקניים של Dropbox." msgid "Error configuring Google Drive storage" msgstr "אירעה שגיאה בעת הגדרת אחסון ב־Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "אחסון חיצוני" diff --git a/l10n/hi/files.po b/l10n/hi/files.po index 058c4dc6c9c..0e6c1514533 100644 --- a/l10n/hi/files.po +++ b/l10n/hi/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/hi/files_external.po b/l10n/hi/files_external.po index 0bae5719b49..1dcca569c5c 100644 --- a/l10n/hi/files_external.po +++ b/l10n/hi/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hindi (http://www.transifex.com/projects/p/owncloud/language/hi/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/hr/core.po b/l10n/hr/core.po index 6aa351f1a2c..1061fc32761 100644 --- a/l10n/hr/core.po +++ b/l10n/hr/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Davor Kustec <dkustec@gmail.com>, 2011, 2012. -# Domagoj Delimar <transifex.net@domdelimar.com>, 2012. -# <franz@franz-net.info>, 2012. -# Thomas Silađi <thomas.siladi@net.hr>, 2011, 2012. +# Davor Kustec <dkustec@gmail.com>, 2011, 2012 +# Domagoj Delimar <transifex.net@domdelimar.com>, 2012 +# fposavec <franz@franz-net.info>, 2012 +# Thomas Silađi <thomas.siladi@net.hr>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -297,7 +297,7 @@ msgstr "Djeli preko link-a" msgid "Password protect" msgstr "Zaštiti lozinkom" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Lozinka" @@ -413,7 +413,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Korisničko ime" @@ -523,37 +523,37 @@ msgstr "Dodatno" msgid "Data folder" msgstr "Mapa baze podataka" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfiguriraj bazu podataka" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "će se koristiti" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Korisnik baze podataka" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Lozinka baze podataka" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Ime baze podataka" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Database tablespace" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Poslužitelj baze podataka" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Završi postavljanje" @@ -565,33 +565,33 @@ msgstr "web usluge pod vašom kontrolom" msgid "Log out" msgstr "Odjava" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Izgubili ste lozinku?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "zapamtiti" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Prijava" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/hr/files.po b/l10n/hr/files.po index d1184dcf607..c7ac4be6376 100644 --- a/l10n/hr/files.po +++ b/l10n/hr/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Davor Kustec <dkustec@gmail.com>, 2011, 2012. -# <franz@franz-net.info>, 2012. -# Thomas Silađi <thomas.siladi@net.hr>, 2012. +# Davor Kustec <dkustec@gmail.com>, 2011, 2012 +# fposavec <franz@franz-net.info>, 2012 +# Thomas Silađi <thomas.siladi@net.hr>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "" msgid "Files" msgstr "Datoteke" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Podijeli" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Briši" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Promjeni ime" diff --git a/l10n/hr/files_external.po b/l10n/hr/files_external.po index af0395beada..6cd18b32ca2 100644 --- a/l10n/hr/files_external.po +++ b/l10n/hr/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Croatian (http://www.transifex.com/projects/p/owncloud/language/hr/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/hu_HU/core.po b/l10n/hu_HU/core.po index be7a4699313..f8d6e14a06f 100644 --- a/l10n/hu_HU/core.po +++ b/l10n/hu_HU/core.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Adam Toth <adazlord@gmail.com>, 2012. -# Laszlo Tornoci <torlasz@gmail.com>, 2013. -# <mail@tamas-nagy.net>, 2011. -# Peter Borsa <peter.borsa@gmail.com>, 2012. -# Tamas Nagy <mail@tamas-nagy.net>, 2013. +# Adam Toth <adazlord@gmail.com>, 2012 +# Laszlo Tornoci <torlasz@gmail.com>, 2013 +# Tamas Nagy <mail@tamas-nagy.net>, 2011 +# Peter Borsa <peter.borsa@gmail.com>, 2012 +# Tamas Nagy <mail@tamas-nagy.net>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -298,7 +298,7 @@ msgstr "Link megadásával osztom meg" msgid "Password protect" msgstr "Jelszóval is védem" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Jelszó" @@ -414,7 +414,7 @@ msgid "Request failed!" msgstr "Nem sikerült a kérést teljesíteni!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Felhasználónév" @@ -524,37 +524,37 @@ msgstr "Haladó" msgid "Data folder" msgstr "Adatkönyvtár" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Adatbázis konfigurálása" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "adatbázist fogunk használni" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Adatbázis felhasználónév" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Adatbázis jelszó" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Az adatbázis neve" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Az adatbázis táblázattér (tablespace)" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Adatbázis szerver" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "A beállítások befejezése" @@ -566,33 +566,33 @@ msgstr "webszolgáltatások saját kézben" msgid "Log out" msgstr "Kilépés" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Az automatikus bejelentkezés sikertelen!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Ha mostanában nem módosította a jelszavát, akkor lehetséges, hogy idegenek jutottak be a rendszerbe az Ön nevében!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "A biztonsága érdekében változtassa meg a jelszavát!" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Elfelejtette a jelszavát?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "emlékezzen" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Bejelentkezés" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternatív bejelentkezés" diff --git a/l10n/hu_HU/files.po b/l10n/hu_HU/files.po index c9c6e0609ee..2a0e531f91f 100644 --- a/l10n/hu_HU/files.po +++ b/l10n/hu_HU/files.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Adam Toth <adazlord@gmail.com>, 2012. -# Akos <nagy.akos@libreoffice.ro>, 2013. -# <gyonkibendeguz@gmail.com>, 2013. -# <gyonkibendeguz@gmail.com>, 2013. -# Laszlo Tornoci <torlasz@gmail.com>, 2013. -# <mail@tamas-nagy.net>, 2011. -# Peter Borsa <peter.borsa@gmail.com>, 2011. +# Adam Toth <adazlord@gmail.com>, 2012 +# akoscomp <nagy.akos@libreoffice.ro>, 2013 +# gyeben <gyonkibendeguz@gmail.com>, 2013 +# gyeben <gyonkibendeguz@gmail.com>, 2013 +# Laszlo Tornoci <torlasz@gmail.com>, 2013 +# Tamas Nagy <mail@tamas-nagy.net>, 2011 +# Peter Borsa <peter.borsa@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -85,15 +85,19 @@ msgstr "Érvénytelen mappa." msgid "Files" msgstr "Fájlok" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Megosztás" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Végleges törlés" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Törlés" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Átnevezés" diff --git a/l10n/hu_HU/files_external.po b/l10n/hu_HU/files_external.po index 0f4348a55cc..6b80302758a 100644 --- a/l10n/hu_HU/files_external.po +++ b/l10n/hu_HU/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Laszlo Tornoci <torlasz@gmail.com>, 2013. +# Laszlo Tornoci <torlasz@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Hungarian (Hungary) (http://www.transifex.com/projects/p/owncloud/language/hu_HU/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "Adjon meg egy érvényes Dropbox app key-t és secretet!" msgid "Error configuring Google Drive storage" msgstr "A Google Drive tárolót nem sikerült beállítani" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Figyelem:</b> az \"smbclient\" nincs telepítve a kiszolgálón. Emiatt nem lehet CIFS/SMB megosztásokat fölcsatolni. Kérje meg a rendszergazdát, hogy telepítse a szükséges programot." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Figyelem:</b> a PHP FTP támogatása vagy nincs telepítve, vagy nincs engedélyezve a kiszolgálón. Emiatt nem lehetséges FTP-tárolókat fölcsatolni. Kérje meg a rendszergazdát, hogy telepítse a szükséges programot." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Külső tárolási szolgáltatások becsatolása" diff --git a/l10n/hy/files.po b/l10n/hy/files.po index 2bb63c0f9e1..470a8d7a223 100644 --- a/l10n/hy/files.po +++ b/l10n/hy/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Ջնջել" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/hy/files_external.po b/l10n/hy/files_external.po index 2b6464945dc..798696135e6 100644 --- a/l10n/hy/files_external.po +++ b/l10n/hy/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/ia/core.po b/l10n/ia/core.po index 234d6e2961b..e10d50215c3 100644 --- a/l10n/ia/core.po +++ b/l10n/ia/core.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Emilio Sepúlveda <djfunkinmixer@gmail.com>, 2011. +# Emilio Sepúlveda <djfunkinmixer@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -294,7 +294,7 @@ msgstr "" msgid "Password protect" msgstr "" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Contrasigno" @@ -410,7 +410,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nomine de usator" @@ -520,37 +520,37 @@ msgstr "Avantiate" msgid "Data folder" msgstr "Dossier de datos" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configurar le base de datos" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "essera usate" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Usator de base de datos" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Contrasigno de base de datos" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nomine de base de datos" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Hospite de base de datos" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "" @@ -562,33 +562,33 @@ msgstr "servicios web sub tu controlo" msgid "Log out" msgstr "Clauder le session" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Tu perdeva le contrasigno?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "memora" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Aperir session" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ia/files.po b/l10n/ia/files.po index db3b51415e7..649ffec927b 100644 --- a/l10n/ia/files.po +++ b/l10n/ia/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Emilio Sepúlveda <djfunkinmixer@gmail.com>, 2011. -# Emilio Sepúlveda <emisepulvedam@gmail.com>, 2012. +# Emilio Sepúlveda <emisepulvedam@gmail.com>, 2011 +# Emilio Sepúlveda <emisepulvedam@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "" msgid "Files" msgstr "Files" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Compartir" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Deler" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/ia/files_external.po b/l10n/ia/files_external.po index 51c38dce126..bd5a62c0499 100644 --- a/l10n/ia/files_external.po +++ b/l10n/ia/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Interlingua (http://www.transifex.com/projects/p/owncloud/language/ia/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/id/core.po b/l10n/id/core.po index 0a94ad4da84..4ef5eb6b2cd 100644 --- a/l10n/id/core.po +++ b/l10n/id/core.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <evanlimanto@gmail.com>, 2013. -# <mr.pige_ina@yahoo.co.id>, 2012. -# Muhammad Fauzan <yosanpro@gmail.com>, 2012. -# Muhammad Panji <sumodirjo@gmail.com>, 2012. -# Muhammad Radifar <m_radifar05@yahoo.com>, 2011. -# <romihardiyanto@gmail.com>, 2013. -# Widya Walesa <walecha99@gmail.com>, 2013. +# evanlimanto <evanlimanto@gmail.com>, 2013 +# elmakong <mr.pige_ina@yahoo.co.id>, 2012 +# Muhammad Fauzan <yosanpro@gmail.com>, 2012 +# Muhammad Panji <sumodirjo@gmail.com>, 2012 +# Muhammad Radifar <m_radifar05@yahoo.com>, 2011 +# rodin <romihardiyanto@gmail.com>, 2013 +# w41l <walecha99@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ msgstr "Bagikan lewat tautan" msgid "Password protect" msgstr "Lindungi dengan sandi" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Sandi" @@ -416,7 +416,7 @@ msgid "Request failed!" msgstr "Permintaan gagal!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nama Pengguna" @@ -526,37 +526,37 @@ msgstr "Tingkat Lanjut" msgid "Data folder" msgstr "Folder data" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfigurasikan basis data" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "akan digunakan" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Pengguna basis data" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Sandi basis data" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nama basis data" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tablespace basis data" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Host basis data" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Selesaikan instalasi" @@ -568,33 +568,33 @@ msgstr "layanan web dalam kontrol Anda" msgid "Log out" msgstr "Keluar" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Masuk otomatis ditolak!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Jika tidak pernah mengubah sandi Anda baru-baru ini, akun Anda mungkin dalam bahaya!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Mohon ubah sandi Anda untuk mengamankan kembali akun Anda." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Lupa sandi?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "selalu masuk" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Masuk" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Cara Alternatif untuk Masuk" diff --git a/l10n/id/files.po b/l10n/id/files.po index cd5200faba8..94da4a3fcfc 100644 --- a/l10n/id/files.po +++ b/l10n/id/files.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Muhammad Fauzan <yosanpro@gmail.com>, 2012. -# Muhammad Panji <sumodirjo@gmail.com>, 2012. -# Muhammad Radifar <m_radifar05@yahoo.com>, 2011. -# <romihardiyanto@gmail.com>, 2013. -# Widya Walesa <walecha99@gmail.com>, 2013. +# Muhammad Fauzan <yosanpro@gmail.com>, 2012 +# Muhammad Panji <sumodirjo@gmail.com>, 2012 +# Muhammad Radifar <m_radifar05@yahoo.com>, 2011 +# rodin <romihardiyanto@gmail.com>, 2013 +# w41l <walecha99@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -83,15 +83,19 @@ msgstr "Direktori tidak valid." msgid "Files" msgstr "Berkas" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Bagikan" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Hapus secara permanen" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Hapus" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Ubah nama" diff --git a/l10n/id/files_external.po b/l10n/id/files_external.po index 64d7c1ec65e..43f41067af9 100644 --- a/l10n/id/files_external.po +++ b/l10n/id/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <mr.pige_ina@yahoo.co.id>, 2012. -# <romihardiyanto@gmail.com>, 2013. -# Widya Walesa <walecha99@gmail.com>, 2013. +# elmakong <mr.pige_ina@yahoo.co.id>, 2012 +# rodin <romihardiyanto@gmail.com>, 2013 +# w41l <walecha99@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/owncloud/language/id/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Masukkan kunci dan sandi aplikasi Dropbox yang benar." msgid "Error configuring Google Drive storage" msgstr "Kesalahan dalam mengkonfigurasi penyimpanan Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Peringatan:</b> \"smbclient\" tidak terpasang. Mount direktori CIFS/SMB tidak dapat dilakukan. Silakan minta administrator sistem untuk memasangnya." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Peringatan:</b> Dukungan FTP di PHP tidak aktif atau tidak terpasang. Mount direktori FTP tidak dapat dilakukan. Silakan minta administrator sistem untuk memasangnya." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Penyimpanan Eksternal" diff --git a/l10n/is/core.po b/l10n/is/core.po index ba97904bd6c..7eb1fde04b0 100644 --- a/l10n/is/core.po +++ b/l10n/is/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <kaztraz@gmail.com>, 2012. -# <sveinng@gmail.com>, 2012-2013. +# kaztraz <kaztraz@gmail.com>, 2012 +# sveinn <sveinng@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "Deila með veftengli" msgid "Password protect" msgstr "Verja með lykilorði" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Lykilorð" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "Beiðni mistókst!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Notendanafn" @@ -521,37 +521,37 @@ msgstr "Ítarlegt" msgid "Data folder" msgstr "Gagnamappa" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Stilla gagnagrunn" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "verður notað" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Gagnagrunns notandi" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Gagnagrunns lykilorð" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nafn gagnagrunns" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Töflusvæði gagnagrunns" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Netþjónn gagnagrunns" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Virkja uppsetningu" @@ -563,33 +563,33 @@ msgstr "vefþjónusta undir þinni stjórn" msgid "Log out" msgstr "Útskrá" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Sjálfvirkri innskráningu hafnað!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Ef þú breyttir ekki lykilorðinu þínu fyrir skömmu, er mögulegt að einhver annar hafi komist inn á aðganginn þinn." -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Vinsamlegast breyttu lykilorðinu þínu til að tryggja öryggi þitt." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Týndir þú lykilorðinu?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "muna eftir mér" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "<strong>Skrá inn</strong>" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/is/files.po b/l10n/is/files.po index f2748bea441..a3931dabaa7 100644 --- a/l10n/is/files.po +++ b/l10n/is/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <sveinng@gmail.com>, 2012-2013. +# sveinn <sveinng@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "Ógild mappa." msgid "Files" msgstr "Skrár" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Deila" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Eyða" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Endurskýra" diff --git a/l10n/is/files_external.po b/l10n/is/files_external.po index f4a26d339d6..72593348fe3 100644 --- a/l10n/is/files_external.po +++ b/l10n/is/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <sveinng@gmail.com>, 2012. +# sveinn <sveinng@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/owncloud/language/is/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "Gefðu upp virkan Dropbox lykil og leynikóða" msgid "Error configuring Google Drive storage" msgstr "Villa kom upp við að setja upp Google Drive gagnasvæði" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Aðvörun:</b> \"smbclient\" er ekki uppsettur. Uppsetning á CIFS/SMB gagnasvæðum er ekki möguleg. Hafðu samband við kerfisstjóra til að fá hann uppsettan." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Aðvörun:</b> FTP stuðningur í PHP er ekki virkur. Uppsetning á FTP gagnasvæðum er ekki möguleg. Hafðu samband við kerfisstjóra til að fá hann uppsettan." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Ytri gagnageymsla" diff --git a/l10n/it/core.po b/l10n/it/core.po index 6eb124460f5..5c46843e485 100644 --- a/l10n/it/core.po +++ b/l10n/it/core.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cosenal@gmail.com>, 2011. -# Francesco Apruzzese <cescoap@gmail.com>, 2011, 2012. -# <marco@carnazzo.it>, 2011, 2012. -# <pgcloud@imballaggi.net>, 2013. -# <rb.colombo@gmail.com>, 2011. -# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013. +# zimba12 <cosenal@gmail.com>, 2011 +# Francesco Apruzzese <cescoap@gmail.com>, 2011, 2012 +# ufic <marco@carnazzo.it>, 2011, 2012 +# pgcloud <pgcloud@imballaggi.net>, 2013 +# RColombo <rb.colombo@gmail.com>, 2011 +# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -299,7 +299,7 @@ msgstr "Condividi con collegamento" msgid "Password protect" msgstr "Proteggi con password" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Password" @@ -415,7 +415,7 @@ msgid "Request failed!" msgstr "Richiesta non riuscita!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nome utente" @@ -525,37 +525,37 @@ msgstr "Avanzate" msgid "Data folder" msgstr "Cartella dati" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configura il database" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "sarà utilizzato" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Utente del database" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Password del database" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nome del database" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Spazio delle tabelle del database" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Host del database" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Termina la configurazione" @@ -567,33 +567,33 @@ msgstr "servizi web nelle tue mani" msgid "Log out" msgstr "Esci" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Accesso automatico rifiutato." -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Se non hai cambiato la password recentemente, il tuo account potrebbe essere compromesso." -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Cambia la password per rendere nuovamente sicuro il tuo account." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Hai perso la password?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "ricorda" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Accedi" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Accessi alternativi" diff --git a/l10n/it/files.po b/l10n/it/files.po index dc9bdc115b9..286c302d3cf 100644 --- a/l10n/it/files.po +++ b/l10n/it/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cosenal@gmail.com>, 2011. -# Francesco Apruzzese <cescoap@gmail.com>, 2011. -# <marco@carnazzo.it>, 2012. -# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013. +# zimba12 <cosenal@gmail.com>, 2011 +# Francesco Apruzzese <cescoap@gmail.com>, 2011 +# ufic <marco@carnazzo.it>, 2012 +# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "Cartella non valida." msgid "Files" msgstr "File" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Condividi" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Elimina definitivamente" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Elimina" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Rinomina" diff --git a/l10n/it/files_external.po b/l10n/it/files_external.po index fb50f4d4d86..617b253e7a2 100644 --- a/l10n/it/files_external.po +++ b/l10n/it/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Innocenzo Ventre <el.diabl09@gmail.com>, 2012. -# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013. +# Innocenzo Ventre <el.diabl09@gmail.com>, 2012 +# Vincenzo Reale <vinx.reale@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 00:10+0000\n" +"Last-Translator: Vincenzo Reale <vinx.reale@gmail.com>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/owncloud/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,19 +39,26 @@ msgstr "Fornisci chiave di applicazione e segreto di Dropbox validi." msgid "Error configuring Google Drive storage" msgstr "Errore durante la configurazione dell'archivio Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Avviso:</b> \"smbclient\" non è installato. Impossibile montare condivisioni CIFS/SMB. Chiedi all'amministratore di sistema di installarlo." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Avviso:</b> il supporto FTP di PHP non è abilitato o non è installato. Impossibile montare condivisioni FTP. Chiedi all'amministratore di sistema di installarlo." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>Avviso:</b> il supporto Curl di PHP non è abilitato o non è installato. Impossibile montare condivisioni ownCloud / WebDAV o GoogleDrive. Chiedi all'amministratore di sistema di installarlo." + #: templates/settings.php:3 msgid "External Storage" msgstr "Archiviazione esterna" diff --git a/l10n/ja_JP/core.po b/l10n/ja_JP/core.po index fd5f9d065cb..d09b77479f2 100644 --- a/l10n/ja_JP/core.po +++ b/l10n/ja_JP/core.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012. -# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013. -# <tetuyano+transi@gmail.com>, 2012. -# YANO Tetsu <tetuyano+transi@gmail.com>, 2013. +# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012 +# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013 +# tt yn <tetuyano+transi@gmail.com>, 2012 +# tt yn <tetuyano+transi@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -297,7 +297,7 @@ msgstr "URLリンクで共有" msgid "Password protect" msgstr "パスワード保護" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "パスワード" @@ -413,7 +413,7 @@ msgid "Request failed!" msgstr "リクエスト失敗!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "ユーザ名" @@ -523,37 +523,37 @@ msgstr "詳細設定" msgid "Data folder" msgstr "データフォルダ" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "データベースを設定してください" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "が使用されます" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "データベースのユーザ名" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "データベースのパスワード" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "データベース名" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "データベースの表領域" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "データベースのホスト名" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "セットアップを完了します" @@ -565,33 +565,33 @@ msgstr "管理下にあるウェブサービス" msgid "Log out" msgstr "ログアウト" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自動ログインは拒否されました!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "最近パスワードを変更していない場合、あなたのアカウントは危険にさらされているかもしれません。" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "アカウント保護の為、パスワードを再度の変更をお願いいたします。" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "パスワードを忘れましたか?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "パスワードを記憶する" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "ログイン" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "代替ログイン" diff --git a/l10n/ja_JP/files.po b/l10n/ja_JP/files.po index 8348f354bdf..1cb98ebcdb3 100644 --- a/l10n/ja_JP/files.po +++ b/l10n/ja_JP/files.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012. -# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013. -# <tetuyano+transi@gmail.com>, 2012. -# <tetuyano+transi@gmail.com>, 2012. -# YANO Tetsu <tetuyano+transi@gmail.com>, 2013. +# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012 +# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013 +# tt yn <tetuyano+transi@gmail.com>, 2012 +# tt yn <tetuyano+transi@gmail.com>, 2012 +# tt yn <tetuyano+transi@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" @@ -83,15 +83,19 @@ msgstr "無効なディレクトリです。" msgid "Files" msgstr "ファイル" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "共有" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "完全に削除する" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "削除" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "名前の変更" diff --git a/l10n/ja_JP/files_external.po b/l10n/ja_JP/files_external.po index ad9c4adb747..19b118939c3 100644 --- a/l10n/ja_JP/files_external.po +++ b/l10n/ja_JP/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Daisuke Deguchi <ddeguchi@is.nagoya-u.ac.jp>, 2012. -# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012. -# YANO Tetsu <tetuyano+transi@gmail.com>, 2013. +# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012 +# Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2012-2013 +# tt yn <tetuyano+transi@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 04:20+0000\n" +"Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,19 +40,26 @@ msgstr "有効なDropboxアプリのキーとパスワードを入力して下 msgid "Error configuring Google Drive storage" msgstr "Googleドライブストレージの設定エラー" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>警告:</b> \"smbclient\" はインストールされていません。CIFS/SMB 共有のマウントはできません。システム管理者にインストールをお願いして下さい。" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>警告:</b> PHPのFTPサポートは無効もしくはインストールされていません。FTP共有のマウントはできません。システム管理者にインストールをお願いして下さい。" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>警告:</b> PHP の Curl サポートは無効もしくはインストールされていません。ownCloud / WebDAV もしくは GoogleDrive のマウントはできません。システム管理者にインストールをお願いして下さい。" + #: templates/settings.php:3 msgid "External Storage" msgstr "外部ストレージ" diff --git a/l10n/ka/files.po b/l10n/ka/files.po index 6dcd0b94c0b..23ea7ef0735 100644 --- a/l10n/ka/files.po +++ b/l10n/ka/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "ფაილები" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/ka/files_external.po b/l10n/ka/files_external.po index 1d2bb5cb2b0..105b3833e52 100644 --- a/l10n/ka/files_external.po +++ b/l10n/ka/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (http://www.transifex.com/projects/p/owncloud/language/ka/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/ka_GE/core.po b/l10n/ka_GE/core.po index 17e56b13b31..2985848c339 100644 --- a/l10n/ka_GE/core.po +++ b/l10n/ka_GE/core.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-22 01:58+0200\n" -"PO-Revision-Date: 2013-04-21 18:40+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "გაუზიარე ლინკით" msgid "Password protect" msgstr "პაროლით დაცვა" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "პაროლი" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "მოთხოვნა შეწყდა!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "მომხმარებელი" @@ -563,33 +563,33 @@ msgstr "თქვენი კონტროლის ქვეშ მყოფ msgid "Log out" msgstr "გამოსვლა" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "ავტომატური შესვლა უარყოფილია!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "თუ თქვენ არ შეცვლით პაროლს, თქვენი ანგარიში შეიძლება იყოს დაშვებადი სხვებისთვის" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "გთხოვთ შეცვალოთ თქვენი პაროლი, თქვენი ანგარიშის დასაცავად." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "დაგავიწყდათ პაროლი?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "დამახსოვრება" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "შესვლა" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "ალტერნატიული Login–ი" diff --git a/l10n/ka_GE/files.po b/l10n/ka_GE/files.po index 8750ca1cf19..9fcdd9fec35 100644 --- a/l10n/ka_GE/files.po +++ b/l10n/ka_GE/files.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-22 01:57+0200\n" -"PO-Revision-Date: 2013-04-21 18:40+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "დაუშვებელი დირექტორია." msgid "Files" msgstr "ფაილები" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "გაზიარება" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "სრულად წაშლა" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "წაშლა" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "გადარქმევა" diff --git a/l10n/ka_GE/files_external.po b/l10n/ka_GE/files_external.po index 29e278e6e52..1d056300772 100644 --- a/l10n/ka_GE/files_external.po +++ b/l10n/ka_GE/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Romeo Pirtskhalava <romeo@energo-pro.ge>, 2013. +# drlinux64 <romeo@energo-pro.ge>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 09:00+0000\n" +"Last-Translator: drlinux64 <romeo@energo-pro.ge>\n" "Language-Team: Georgian (Georgia) (http://www.transifex.com/projects/p/owncloud/language/ka_GE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -38,19 +38,26 @@ msgstr "გთხოვთ მიუთითოთ Dropbox აპლიკა msgid "Error configuring Google Drive storage" msgstr "შეცდომა Google Drive საცავის კონფიგურირების დროს" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>გაფრთხილება:</b> \"smbclient\" არ არის ინსტალირებული. CIFS/SMB ზიარების მონტირება შეუძლებელია. გთხოვთ თხოვოთ თქვენს სისტემურ ადმინისტრატორებს დააინსტალიროს ის." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>გაფრთხილება:</b> FTP მხარდაჭერა არ არის აქტიური ან დაინსტალირებული. FTP ზიარის მონტირება შეუძლებელია. გთხოვთ თხოვოთ თქვენს სისტემურ ადმინისტრატორებს დააინსტალიროს ის." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>გაფრთხილება:</b>PHP–ის Curl მხარდაჭერა არ არის ჩართული ან ინსტალირებული. ownCloud / WebDAV ან GoogleDrive–ის მონტირება შეუძლებელია. თხოვეთ თქვენს ადმინისტრატორს დააინსტალიროს ის." + #: templates/settings.php:3 msgid "External Storage" msgstr "ექსტერნალ საცავი" diff --git a/l10n/kn/files.po b/l10n/kn/files.po index 1345b2d0fea..47b4157d6f3 100644 --- a/l10n/kn/files.po +++ b/l10n/kn/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/kn/files_external.po b/l10n/kn/files_external.po index ed14ed557d6..6012a6d392c 100644 --- a/l10n/kn/files_external.po +++ b/l10n/kn/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kannada (http://www.transifex.com/projects/p/owncloud/language/kn/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/ko/core.po b/l10n/ko/core.po index a4c7b6bbb9d..4c531cc2d33 100644 --- a/l10n/ko/core.po +++ b/l10n/ko/core.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aoiob4305@gmail.com>, 2013. -# 남자사람 <cessnagi@gmail.com>, 2012. -# <limonade83@gmail.com>, 2012. -# Park Shinjo <kde@peremen.name>, 2013. -# Shinjo Park <kde@peremen.name>, 2012. +# aoiob4305 <aoiob4305@gmail.com>, 2013 +# 남자사람 <cessnagi@gmail.com>, 2012 +# yunhye <limonade83@gmail.com>, 2012 +# Shinjo Park <kde@peremen.name>, 2013 +# Shinjo Park <kde@peremen.name>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -298,7 +298,7 @@ msgstr "URL 링크로 공유" msgid "Password protect" msgstr "암호 보호" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "암호" @@ -414,7 +414,7 @@ msgid "Request failed!" msgstr "요청이 실패했습니다!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "사용자 이름" @@ -524,37 +524,37 @@ msgstr "고급" msgid "Data folder" msgstr "데이터 폴더" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "데이터베이스 설정" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "사용될 예정" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "데이터베이스 사용자" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "데이터베이스 암호" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "데이터베이스 이름" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "데이터베이스 테이블 공간" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "데이터베이스 호스트" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "설치 완료" @@ -566,33 +566,33 @@ msgstr "내가 관리하는 웹 서비스" msgid "Log out" msgstr "로그아웃" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "자동 로그인이 거부되었습니다!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "최근에 암호를 변경하지 않았다면 계정이 탈취되었을 수도 있습니다!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "계정의 안전을 위하여 암호를 변경하십시오." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "암호를 잊으셨습니까?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "기억하기" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "로그인" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ko/files.po b/l10n/ko/files.po index 08e22f63b54..8893a7a6c23 100644 --- a/l10n/ko/files.po +++ b/l10n/ko/files.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aoiob4305@gmail.com>, 2013. -# 남자사람 <cessnagi@gmail.com>, 2012. -# Harim Park <fofwisdom@gmail.com>, 2013. -# <limonade83@gmail.com>, 2012. -# Park Shinjo <kde@peremen.name>, 2013. -# Shinjo Park <kde@peremen.name>, 2012. +# aoiob4305 <aoiob4305@gmail.com>, 2013 +# 남자사람 <cessnagi@gmail.com>, 2012 +# Harim Park <fofwisdom@gmail.com>, 2013 +# yunhye <limonade83@gmail.com>, 2012 +# Shinjo Park <kde@peremen.name>, 2013 +# Shinjo Park <kde@peremen.name>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -84,15 +84,19 @@ msgstr "올바르지 않은 디렉터리입니다." msgid "Files" msgstr "파일" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "공유" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "삭제" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "이름 바꾸기" diff --git a/l10n/ko/files_external.po b/l10n/ko/files_external.po index b2dbdea9bd8..c8d11aa32e1 100644 --- a/l10n/ko/files_external.po +++ b/l10n/ko/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aoiob4305@gmail.com>, 2013. -# 남자사람 <cessnagi@gmail.com>, 2012. -# Park Shinjo <peremen@gmail.com>, 2013. -# Shinjo Park <kde@peremen.name>, 2012. +# aoiob4305 <aoiob4305@gmail.com>, 2013 +# 남자사람 <cessnagi@gmail.com>, 2012 +# Park Shinjo <peremen@gmail.com>, 2013 +# Shinjo Park <kde@peremen.name>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n" "MIME-Version: 1.0\n" @@ -41,19 +41,26 @@ msgstr "올바른 Dropbox 앱 키와 암호를 입력하십시오." msgid "Error configuring Google Drive storage" msgstr "Google 드라이브 저장소 설정 오류" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>경고:</b> \"smbclient\"가 설치되지 않았습니다. CIFS/SMB 공유 자원에 연결할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>경고:</b> PHP FTP 지원이 비활성화되어 있거나 설치되지 않았습니다. FTP 공유를 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "외부 저장소" diff --git a/l10n/ku_IQ/files.po b/l10n/ku_IQ/files.po index 1ea4fe01e85..2d8063ea297 100644 --- a/l10n/ku_IQ/files.po +++ b/l10n/ku_IQ/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/ku_IQ/files_external.po b/l10n/ku_IQ/files_external.po index 0ebebe40748..82b7d02e7af 100644 --- a/l10n/ku_IQ/files_external.po +++ b/l10n/ku_IQ/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/owncloud/language/ku_IQ/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/lb/core.po b/l10n/lb/core.po index f7fd0855757..64ab9ca7e94 100644 --- a/l10n/lb/core.po +++ b/l10n/lb/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <sim0n@trypill.org>, 2013. -# <sim0n@trypill.org>, 2011-2012. +# sim0n <sim0n@trypill.org>, 2013 +# sim0n <sim0n@trypill.org>, 2011-2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "" msgid "Password protect" msgstr "" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Passwuert" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Benotzernumm" @@ -521,37 +521,37 @@ msgstr "Avancéiert" msgid "Data folder" msgstr "Daten Dossier" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Datebank konfiguréieren" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "wärt benotzt ginn" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Datebank Benotzer" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Datebank Passwuert" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Datebank Numm" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Datebank Tabelle-Gréisst" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Datebank Server" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Installatioun ofschléissen" @@ -563,33 +563,33 @@ msgstr "Web Servicer ënnert denger Kontroll" msgid "Log out" msgstr "Ausloggen" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Passwuert vergiess?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "verhalen" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Log dech an" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/lb/files.po b/l10n/lb/files.po index 8aa5780abdf..f6f98a7c12c 100644 --- a/l10n/lb/files.po +++ b/l10n/lb/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <sim0n@trypill.org>, 2011-2012. +# sim0n <sim0n@trypill.org>, 2011-2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "" msgid "Files" msgstr "Dateien" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Deelen" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Läschen" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/lb/files_external.po b/l10n/lb/files_external.po index e0bf824f956..2cd66580241 100644 --- a/l10n/lb/files_external.po +++ b/l10n/lb/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Luxembourgish (http://www.transifex.com/projects/p/owncloud/language/lb/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/lt_LT/core.po b/l10n/lt_LT/core.po index ad04a7e8c8c..23d9115c7f6 100644 --- a/l10n/lt_LT/core.po +++ b/l10n/lt_LT/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <andrejuszl@gmail.com>, 2012. -# Dr. ROX <to.dr.rox@gmail.com>, 2011, 2012. +# andrejuseu <andrejuszl@gmail.com>, 2012 +# Dr. ROX <to.dr.rox@gmail.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "Dalintis nuoroda" msgid "Password protect" msgstr "Apsaugotas slaptažodžiu" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Slaptažodis" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Prisijungimo vardas" @@ -521,37 +521,37 @@ msgstr "Išplėstiniai" msgid "Data folder" msgstr "Duomenų katalogas" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Nustatyti duomenų bazę" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "bus naudojama" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Duomenų bazės vartotojas" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Duomenų bazės slaptažodis" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Duomenų bazės pavadinimas" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Duomenų bazės loginis saugojimas" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Duomenų bazės serveris" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Baigti diegimą" @@ -563,33 +563,33 @@ msgstr "jūsų valdomos web paslaugos" msgid "Log out" msgstr "Atsijungti" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatinis prisijungimas atmestas!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Jei paskutinių metu nekeitėte savo slaptažodžio, Jūsų paskyra gali būti pavojuje!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Prašome pasikeisti slaptažodį dar kartą, dėl paskyros saugumo." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Pamiršote slaptažodį?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "prisiminti" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Prisijungti" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/lt_LT/files.po b/l10n/lt_LT/files.po index 7bc5f5a3e2e..3c9729eafce 100644 --- a/l10n/lt_LT/files.po +++ b/l10n/lt_LT/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <andrejuszl@gmail.com>, 2012. -# Denisas Kulumbegašvili <>, 2012. -# Dr. ROX <to.dr.rox@gmail.com>, 2011, 2012. +# andrejuseu <andrejuszl@gmail.com>, 2012 +# Denisas Kulumbegašvili <>, 2012 +# Dr. ROX <to.dr.rox@gmail.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "" msgid "Files" msgstr "Failai" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Dalintis" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Ištrinti" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Pervadinti" diff --git a/l10n/lt_LT/files_external.po b/l10n/lt_LT/files_external.po index de18742d785..912e05548da 100644 --- a/l10n/lt_LT/files_external.po +++ b/l10n/lt_LT/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <andrejuszl@gmail.com>, 2012. -# Dr. ROX <to.dr.rox@gmail.com>, 2012. -# Mindaugas <min2lizz@gmail.com>, 2013. +# andrejuseu <andrejuszl@gmail.com>, 2012 +# Dr. ROX <to.dr.rox@gmail.com>, 2012 +# Min2liz <min2lizz@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/owncloud/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Prašome įvesti teisingus Dropbox \"app key\" ir \"secret\"." msgid "Error configuring Google Drive storage" msgstr "Klaida nustatinėjant Google Drive talpyklą" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Įspėjimas:</b> \"smbclient\" nėra įdiegtas. CIFS/SMB dalinimasis nėra galimas. Prašome susisiekti su sistemos administratoriumi kad būtų įdiegtas \"smbclient\"" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Įspėjimas:</b> FTP palaikymas PHP sistemoje nėra įjungtas arba nėra įdiegtas. FTP dalinimosi įjungimas nėra galimas. Prašome susisiekti su sistemos administratoriumi kad būtų įdiegtas FTP palaikymas. " +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Išorinės saugyklos" diff --git a/l10n/lv/core.po b/l10n/lv/core.po index 921311120e4..7c6dcac6539 100644 --- a/l10n/lv/core.po +++ b/l10n/lv/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aldis@udris.lv>, 2012. -# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013. +# CPDZ <aldis@udris.lv>, 2012 +# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "Dalīties ar saiti" msgid "Password protect" msgstr "Aizsargāt ar paroli" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Parole" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "Pieprasījums neizdevās!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Lietotājvārds" @@ -521,37 +521,37 @@ msgstr "Paplašināti" msgid "Data folder" msgstr "Datu mape" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfigurēt datubāzi" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "tiks izmantots" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Datubāzes lietotājs" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Datubāzes parole" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Datubāzes nosaukums" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Datubāzes tabulas telpa" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Datubāzes serveris" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Pabeigt iestatīšanu" @@ -563,33 +563,33 @@ msgstr "tīmekļa servisi tavā varā" msgid "Log out" msgstr "Izrakstīties" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automātiskā ierakstīšanās ir noraidīta!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Ja neesat pēdējā laikā mainījis paroli, iespējams, ka jūsu konts ir kompromitēts." -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Lūdzu, nomainiet savu paroli, lai atkal nodrošinātu savu kontu." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Aizmirsāt paroli?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "atcerēties" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Ierakstīties" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternatīvās pieteikšanās" diff --git a/l10n/lv/files.po b/l10n/lv/files.po index de2375feaab..d75ed8885fd 100644 --- a/l10n/lv/files.po +++ b/l10n/lv/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aldis@udris.lv>, 2012. -# Imants Liepiņš <imzzinator@gmail.com>, 2012. -# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013. +# CPDZ <aldis@udris.lv>, 2012 +# Imants Liepiņš <imzzinator@gmail.com>, 2012 +# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "Nederīga direktorija." msgid "Files" msgstr "Datnes" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Dalīties" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Dzēst pavisam" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Dzēst" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Pārsaukt" diff --git a/l10n/lv/files_external.po b/l10n/lv/files_external.po index 0c6f6526303..0155aee4272 100644 --- a/l10n/lv/files_external.po +++ b/l10n/lv/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013. +# Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Latvian (http://www.transifex.com/projects/p/owncloud/language/lv/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu." msgid "Error configuring Google Drive storage" msgstr "Kļūda, konfigurējot Google Drive krātuvi" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Brīdinājums:</b> nav uzinstalēts “smbclient”. Nevar montēt CIFS/SMB koplietojumus. Lūdzu, vaicājiet savam sistēmas administratoram, lai to uzinstalē." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Brīdinājums: </b> uz PHP nav aktivēts vai instalēts FTP atbalsts. Nevar montēt FTP koplietojumus. Lūdzu, vaicājiet savam sistēmas administratoram, lai to uzinstalē." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Ārējā krātuve" diff --git a/l10n/mk/core.po b/l10n/mk/core.po index 81face26f61..340277d9400 100644 --- a/l10n/mk/core.po +++ b/l10n/mk/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Georgi Stanojevski <glisha@gmail.com>, 2012. -# Miroslav Jovanovic <j.miroslav@gmail.com>, 2012. -# Miroslav Jovanovic <jmiroslav@softhome.net>, 2012. +# Georgi Stanojevski <glisha@gmail.com>, 2012 +# Miroslav Jovanovic <j.miroslav@gmail.com>, 2012 +# Miroslav Jovanovic <jmiroslav@softhome.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "Сподели со врска" msgid "Password protect" msgstr "Заштити со лозинка" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Лозинка" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "Барањето не успеа!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Корисничко име" @@ -522,37 +522,37 @@ msgstr "Напредно" msgid "Data folder" msgstr "Фолдер со податоци" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Конфигурирај ја базата" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "ќе биде користено" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Корисник на база" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Лозинка на база" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Име на база" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Табела во базата на податоци" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Сервер со база" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Заврши го подесувањето" @@ -564,33 +564,33 @@ msgstr "веб сервиси под Ваша контрола" msgid "Log out" msgstr "Одјава" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Одбиена автоматска најава!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Ако не сте ја промениле лозинката во скоро време, вашата сметка може да е компромитирана" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Ве молам сменете ја лозинката да ја обезбедите вашата сметка повторно." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Ја заборавивте лозинката?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "запамти" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Најава" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/mk/files.po b/l10n/mk/files.po index f6c46aea44b..77b1fcbac35 100644 --- a/l10n/mk/files.po +++ b/l10n/mk/files.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Georgi Stanojevski <glisha@gmail.com>, 2012. -# Miroslav Jovanovic <j.miroslav@gmail.com>, 2012. -# Miroslav Jovanovic <jmiroslav@softhome.net>, 2012. +# Georgi Stanojevski <glisha@gmail.com>, 2012 +# Miroslav Jovanovic <j.miroslav@gmail.com>, 2012 +# Miroslav Jovanovic <jmiroslav@softhome.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -81,15 +81,19 @@ msgstr "" msgid "Files" msgstr "Датотеки" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Сподели" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Избриши" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Преименувај" diff --git a/l10n/mk/files_external.po b/l10n/mk/files_external.po index fe3c3493235..4b902d2cca8 100644 --- a/l10n/mk/files_external.po +++ b/l10n/mk/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Georgi Stanojevski <glisha@gmail.com>, 2012. +# Georgi Stanojevski <glisha@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Macedonian (http://www.transifex.com/projects/p/owncloud/language/mk/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "Ве молам доставите валиден Dropbox клуч и т msgid "Error configuring Google Drive storage" msgstr "Грешка при конфигурација на Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Внимание:</b> \"smbclient\" не е инсталиран. Не е можно монтирање на CIFS/SMB дискови. Замолете го Вашиот систем администратор да го инсталира." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Внимание:</b> Не е овозможена или инсталирани FTP подршка во PHP. Не е можно монтирање на FTP дискови. Замолете го Вашиот систем администратор да го инсталира." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Надворешно складиште" diff --git a/l10n/ms_MY/core.po b/l10n/ms_MY/core.po index f15ffdc57f2..0676fa3986a 100644 --- a/l10n/ms_MY/core.po +++ b/l10n/ms_MY/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>, 2012. -# <hadri.hilmi@gmail.com>, 2011, 2012. -# Hadri Hilmi <hadri.hilmi@gmail.com>, 2012. +# Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>, 2012 +# Hadri Hilmi <hadri.hilmi@gmail.com>, 2011, 2012 +# Hadri Hilmi <hadri.hilmi@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "" msgid "Password protect" msgstr "" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Kata laluan" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nama pengguna" @@ -522,37 +522,37 @@ msgstr "Maju" msgid "Data folder" msgstr "Fail data" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfigurasi pangkalan data" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "akan digunakan" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Nama pengguna pangkalan data" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Kata laluan pangkalan data" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nama pangkalan data" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Hos pangkalan data" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Setup selesai" @@ -564,33 +564,33 @@ msgstr "Perkhidmatan web di bawah kawalan anda" msgid "Log out" msgstr "Log keluar" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Hilang kata laluan?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "ingat" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Log masuk" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ms_MY/files.po b/l10n/ms_MY/files.po index e6c9a00ff36..b5e8982f893 100644 --- a/l10n/ms_MY/files.po +++ b/l10n/ms_MY/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>, 2012. -# <hadri.hilmi@gmail.com>, 2011, 2012. -# Hadri Hilmi <hadri.hilmi@gmail.com>, 2012. -# Zulhilmi Rosnin <zulhilmi.rosnin@gmail.com>, 2012. +# Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>, 2012 +# Hadri Hilmi <hadri.hilmi@gmail.com>, 2011, 2012 +# Hadri Hilmi <hadri.hilmi@gmail.com>, 2012 +# Zulhilmi Rosnin <zulhilmi.rosnin@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "" msgid "Files" msgstr "fail" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Kongsi" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Padam" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/ms_MY/files_external.po b/l10n/ms_MY/files_external.po index 8ecc367a1e5..c9f937e2ace 100644 --- a/l10n/ms_MY/files_external.po +++ b/l10n/ms_MY/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/owncloud/language/ms_MY/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/my_MM/files.po b/l10n/my_MM/files.po index 1c3bdb90876..96285df2a37 100644 --- a/l10n/my_MM/files.po +++ b/l10n/my_MM/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "ဖိုင်များ" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/my_MM/files_external.po b/l10n/my_MM/files_external.po index 3eb55f030a6..8fa33bf7893 100644 --- a/l10n/my_MM/files_external.po +++ b/l10n/my_MM/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/owncloud/language/my_MM/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/nb_NO/core.po b/l10n/nb_NO/core.po index 3a4eaba426a..a401ca1cc76 100644 --- a/l10n/nb_NO/core.po +++ b/l10n/nb_NO/core.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <ajarmund@gmail.com>, 2011, 2012. -# Christer Eriksson <post@hc3web.com>, 2012. -# Daniel <i18n@daniel.priv.no>, 2012. -# <espenbye@me.com>, 2012. -# <hdalgrav@gmail.com>, 2012. -# <itssmail@yahoo.no>, 2012. -# <runesudden@gmail.com>, 2012. +# anjar <ajarmund@gmail.com>, 2011, 2012 +# Christer Eriksson <post@hc3web.com>, 2012 +# Daniel <i18n@daniel.priv.no>, 2012 +# espenbye <espenbye@me.com>, 2012 +# hdalgrav <hdalgrav@gmail.com>, 2012 +# owncloud <itssmail@yahoo.no>, 2012 +# runesudden <runesudden@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ msgstr "Del med link" msgid "Password protect" msgstr "Passordbeskyttet" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Passord" @@ -416,7 +416,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Brukernavn" @@ -526,37 +526,37 @@ msgstr "Avansert" msgid "Data folder" msgstr "Datamappe" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfigurer databasen" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "vil bli brukt" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Databasebruker" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Databasepassord" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Databasenavn" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Database tabellområde" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Databasevert" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Fullfør oppsetting" @@ -568,33 +568,33 @@ msgstr "nettjenester under din kontroll" msgid "Log out" msgstr "Logg ut" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk pålogging avvist!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Hvis du ikke har endret passordet ditt nylig kan kontoen din være kompromitert" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Vennligst skift passord for å gjøre kontoen din sikker igjen." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Mistet passordet ditt?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "husk" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Logg inn" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/nb_NO/files.po b/l10n/nb_NO/files.po index 270f2a77d93..dfb6c72c3c3 100644 --- a/l10n/nb_NO/files.po +++ b/l10n/nb_NO/files.po @@ -3,21 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <ajarmund@gmail.com>, 2011, 2012. -# Arvid Nornes <arvid.nornes@gmail.com>, 2012. -# Christer Eriksson <post@hc3web.com>, 2012. -# Daniel <i18n@daniel.priv.no>, 2012. -# <espenbye@me.com>, 2012. -# <hdalgrav@gmail.com>, 2012. -# <olamaekle@gmail.com>, 2012. -# <runesudden@gmail.com>, 2012. -# <sindre@haverstad.com>, 2012. +# anjar <ajarmund@gmail.com>, 2011, 2012 +# Arvid Nornes <arvid.nornes@gmail.com>, 2012 +# Christer Eriksson <post@hc3web.com>, 2012 +# Daniel <i18n@daniel.priv.no>, 2012 +# espenbye <espenbye@me.com>, 2012 +# hdalgrav <hdalgrav@gmail.com>, 2012 +# olamaekle <olamaekle@gmail.com>, 2012 +# runesudden <runesudden@gmail.com>, 2012 +# sindrejh <sindre@haverstad.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -87,15 +87,19 @@ msgstr "" msgid "Files" msgstr "Filer" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Del" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Slett permanent" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Slett" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Omdøp" diff --git a/l10n/nb_NO/files_external.po b/l10n/nb_NO/files_external.po index 24d044818d0..f0410099e06 100644 --- a/l10n/nb_NO/files_external.po +++ b/l10n/nb_NO/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <ajarmund@gmail.com>, 2012. -# <oyvind.hojem@gmail.com>, 2013. +# anjar <ajarmund@gmail.com>, 2012 +# troll <oyvind.hojem@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/owncloud/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Ekstern lagring" diff --git a/l10n/ne/files.po b/l10n/ne/files.po index 186deace5c6..f3a5af84758 100644 --- a/l10n/ne/files.po +++ b/l10n/ne/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/ne/files_external.po b/l10n/ne/files_external.po index bacdd213350..8563ff898e7 100644 --- a/l10n/ne/files_external.po +++ b/l10n/ne/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Nepali (http://www.transifex.com/projects/p/owncloud/language/ne/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/nl/core.po b/l10n/nl/core.po index 391f1ef71eb..0532294600f 100644 --- a/l10n/nl/core.po +++ b/l10n/nl/core.po @@ -3,26 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André Koot <meneer@tken.net>, 2012-2013. -# <bart.formosus@gmail.com>, 2011. -# <didi.debian@cknow.org>, 2012. -# Erik Bent <hj.bent.60@gmail.com>, 2012. -# <icewind1991@gmail.com>, 2011. -# <jos@gelauff.net>, 2012. -# <koen@vervloesem.eu>, 2011. -# <lenny@weijl.org>, 2012. -# Martin Wildeman <mhwildeman@gmail.com>, 2012. -# <pietje8501@gmail.com>, 2012. -# Richard Bos <radoeka@gmail.com>, 2012. -# <transifex@thisnet.nl>, 2012. -# <translator@it-dept.eu>, 2012. -# <webbsite-mark@hotmail.com>, 2012. +# André Koot <meneer@tken.net>, 2012-2013 +# isama <bart.formosus@gmail.com>, 2011 +# diederikdehaas <didi.debian@cknow.org>, 2012 +# Erik Bent <hj.bent.60@gmail.com>, 2012 +# Robin Appelman <icewind1991@gmail.com>, 2011 +# jgelauff <jos@gelauff.net>, 2012 +# koenvervloesem <koen@vervloesem.eu>, 2011 +# Len <lenny@weijl.org>, 2012 +# Martin Wildeman <mhwildeman@gmail.com>, 2012 +# Pietje8501 <pietje8501@gmail.com>, 2012 +# Richard Bos <radoeka@gmail.com>, 2012 +# bartv <transifex@thisnet.nl>, 2012 +# translatemonkey <translator@it-dept.eu>, 2012 +# webbmark <webbsite-mark@hotmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -307,7 +307,7 @@ msgstr "Deel met link" msgid "Password protect" msgstr "Wachtwoord beveiliging" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Wachtwoord" @@ -423,7 +423,7 @@ msgid "Request failed!" msgstr "Verzoek mislukt!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Gebruikersnaam" @@ -533,37 +533,37 @@ msgstr "Geavanceerd" msgid "Data folder" msgstr "Gegevensmap" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configureer de database" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "zal gebruikt worden" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Gebruiker database" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Wachtwoord database" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Naam database" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Database tablespace" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Database server" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Installatie afronden" @@ -575,33 +575,33 @@ msgstr "Webdiensten in eigen beheer" msgid "Log out" msgstr "Afmelden" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatische aanmelding geweigerd!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Als u uw wachtwoord niet onlangs heeft aangepast, kan uw account overgenomen zijn!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Wijzig uw wachtwoord zodat uw account weer beveiligd is." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Uw wachtwoord vergeten?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "onthoud gegevens" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Meld je aan" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternatieve inlogs" diff --git a/l10n/nl/files.po b/l10n/nl/files.po index a3c69c4f2d4..f6b1ebe4837 100644 --- a/l10n/nl/files.po +++ b/l10n/nl/files.po @@ -3,24 +3,24 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André Koot <meneer@tken.net>, 2012-2013. -# <bart.formosus@gmail.com>, 2011. -# <bartv@thisnet.nl>, 2011. -# <didi.debian@cknow.org>, 2012. -# Erik Bent <hj.bent.60@gmail.com>, 2012. -# <icewind1991@gmail.com>, 2011. -# <jos@gelauff.net>, 2012. -# <koen@vervloesem.eu>, 2011. -# <lenny@weijl.org>, 2012. -# <pietje8501@gmail.com>, 2012. -# Richard Bos <radoeka@gmail.com>, 2012. -# Wilfred Dijksman <info@wdijksman.nl>, 2013. +# André Koot <meneer@tken.net>, 2012-2013 +# isama <bart.formosus@gmail.com>, 2011 +# bartv <transifex@thisnet.nl>, 2011 +# diederikdehaas <didi.debian@cknow.org>, 2012 +# Erik Bent <hj.bent.60@gmail.com>, 2012 +# Robin Appelman <icewind1991@gmail.com>, 2011 +# jgelauff <jos@gelauff.net>, 2012 +# koenvervloesem <koen@vervloesem.eu>, 2011 +# Len <lenny@weijl.org>, 2012 +# Pietje8501 <pietje8501@gmail.com>, 2012 +# Richard Bos <radoeka@gmail.com>, 2012 +# Wilfred Dijksman <translate@wdijksman.nl>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -90,15 +90,19 @@ msgstr "Ongeldige directory." msgid "Files" msgstr "Bestanden" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Delen" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Verwijder definitief" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Verwijder" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Hernoem" diff --git a/l10n/nl/files_external.po b/l10n/nl/files_external.po index f1fefe88e17..8497881e281 100644 --- a/l10n/nl/files_external.po +++ b/l10n/nl/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André Koot <meneer@tken.net>, 2012-2013. -# Richard Bos <radoeka@gmail.com>, 2012. +# André Koot <meneer@tken.net>, 2012-2013 +# Richard Bos <radoeka@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Dutch (http://www.transifex.com/projects/p/owncloud/language/nl/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "Geef een geldige Dropbox key en secret." msgid "Error configuring Google Drive storage" msgstr "Fout tijdens het configureren van Google Drive opslag" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Waarschuwing:</b> \"smbclient\" is niet geïnstalleerd. Mounten van CIFS/SMB shares is niet mogelijk. Vraag uw beheerder om smbclient te installeren." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Waarschuwing:</b> FTP ondersteuning in PHP is niet geactiveerd of geïnstalleerd. Mounten van FTP shares is niet mogelijk. Vraag uw beheerder FTP ondersteuning te installeren." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Externe opslag" diff --git a/l10n/nn_NO/files.po b/l10n/nn_NO/files.po index ff7697f86e9..33381bd293a 100644 --- a/l10n/nn_NO/files.po +++ b/l10n/nn_NO/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <erviker@gmail.com>, 2012. -# <p.ixiemotion@gmail.com>, 2011. +# erviker <erviker@gmail.com>, 2012 +# unhammer <unhammer+dill@mm.st>, 2011 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "" msgid "Files" msgstr "Filer" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Slett" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/nn_NO/files_external.po b/l10n/nn_NO/files_external.po index 88b567ae902..bba5e236c28 100644 --- a/l10n/nn_NO/files_external.po +++ b/l10n/nn_NO/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Norwegian Nynorsk (Norway) (http://www.transifex.com/projects/p/owncloud/language/nn_NO/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/oc/core.po b/l10n/oc/core.po index 9414d1bcf44..dc0d3fe3766 100644 --- a/l10n/oc/core.po +++ b/l10n/oc/core.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <d.chateau@laposte.net>, 2012. +# tartafione <d.chateau@laposte.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -294,7 +294,7 @@ msgstr "Parteja amb lo ligam" msgid "Password protect" msgstr "Parat per senhal" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Senhal" @@ -410,7 +410,7 @@ msgid "Request failed!" msgstr "" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nom d'usancièr" @@ -520,37 +520,37 @@ msgstr "Avançat" msgid "Data folder" msgstr "Dorsièr de donadas" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configura la basa de donadas" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "serà utilizat" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Usancièr de la basa de donadas" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Senhal de la basa de donadas" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nom de la basa de donadas" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Espandi de taula de basa de donadas" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Òste de basa de donadas" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Configuracion acabada" @@ -562,33 +562,33 @@ msgstr "Services web jos ton contraròtle" msgid "Log out" msgstr "Sortida" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "L'as perdut lo senhal ?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "bremba-te" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Dintrada" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/oc/files.po b/l10n/oc/files.po index 1a86e26f564..28233e45060 100644 --- a/l10n/oc/files.po +++ b/l10n/oc/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <d.chateau@laposte.net>, 2012. +# tartafione <d.chateau@laposte.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "" msgid "Files" msgstr "Fichièrs" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Parteja" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Escafa" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Torna nomenar" diff --git a/l10n/oc/files_external.po b/l10n/oc/files_external.po index ea558c0a4fc..ca73b15b037 100644 --- a/l10n/oc/files_external.po +++ b/l10n/oc/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/projects/p/owncloud/language/oc/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/pl/core.po b/l10n/pl/core.po index 91dcac0d464..3490807165e 100644 --- a/l10n/pl/core.po +++ b/l10n/pl/core.po @@ -3,25 +3,25 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Cyryl Sochacki <>, 2012. -# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012-2013. -# Kamil Domański <kdomanski@kdemail.net>, 2011. -# <koalamis0@gmail.com>, 2012. -# Maciej Tarmas <maciej@tarmas.com>, 2013. -# Marcin Małecki <gerber@tkdami.net>, 2011, 2012. -# Marcin Małecki <mosslar@gmail.com>, 2011. -# Marco Oliver Grunwald <marco@mgrvnwald.com>, 2013. -# Michał Plichta <mplichta@gmail.com>, 2013. -# <mosslar@gmail.com>, 2011. -# <mplichta@gmail.com>, 2012. -# Piotr Sokół <psokol@jabster.pl>, 2012. -# <rightxhere1@gmail.com>, 2012. +# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012 +# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012-2013 +# Kamil Domański <kdomanski@kdemail.net>, 2011 +# szymon.filip <koalamis0@gmail.com>, 2012 +# Maciej Tarmas <maciej@tarmas.pl>, 2013 +# Marcin Małecki <gerber@tkdami.net>, 2011, 2012 +# Marcin Małecki <mosslar@gmail.com>, 2011 +# mgrvnwald <marco@mgrvnwald.com>, 2013 +# emc <mplichta@gmail.com>, 2013 +# <mosslar@gmail.com>, 2011 +# emc <mplichta@gmail.com>, 2012 +# Piotr Sokół <psokol@jabster.pl>, 2012 +# emilia.krawczyk <rightxhere1@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -306,7 +306,7 @@ msgstr "Współdziel wraz z odnośnikiem" msgid "Password protect" msgstr "Zabezpiecz hasłem" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Hasło" @@ -422,7 +422,7 @@ msgid "Request failed!" msgstr "Żądanie nieudane!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nazwa użytkownika" @@ -532,37 +532,37 @@ msgstr "Zaawansowane" msgid "Data folder" msgstr "Katalog danych" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Skonfiguruj bazę danych" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "zostanie użyte" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Użytkownik bazy danych" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Hasło do bazy danych" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nazwa bazy danych" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Obszar tabel bazy danych" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Komputer bazy danych" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Zakończ konfigurowanie" @@ -574,33 +574,33 @@ msgstr "usługi internetowe pod kontrolą" msgid "Log out" msgstr "Wyloguj" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatyczne logowanie odrzucone!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Jeśli hasło było dawno niezmieniane, twoje konto może być zagrożone!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Zmień swoje hasło, aby ponownie zabezpieczyć swoje konto." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Nie pamiętasz hasła?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "pamiętaj" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Zaloguj" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternatywne loginy" diff --git a/l10n/pl/files.po b/l10n/pl/files.po index 3361b9741f6..0ab02d0d008 100644 --- a/l10n/pl/files.po +++ b/l10n/pl/files.po @@ -3,22 +3,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <bbartlomiej@gmail.com>, 2013. -# Cyryl Sochacki <>, 2012. -# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012-2013. -# Maciej Tarmas <maciej@tarmas.com>, 2013. -# Marcin Małecki <gerber@tkdami.net>, 2011-2012. -# Mariusz <fisiu@opensuse.org>, 2013. -# <mosslar@gmail.com>, 2011. -# <mplichta@gmail.com>, 2012. -# Piotr Sokół <psokol@jabster.pl>, 2012. -# <tomekde@gmail.com>, 2012. +# bbartlomiej <bbartlomiej@gmail.com>, 2013 +# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012 +# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012-2013 +# Maciej Tarmas <maciej@tarmas.pl>, 2013 +# Marcin Małecki <gerber@tkdami.net>, 2011-2012 +# Mariusz Fik <fisiu@opensuse.org>, 2013 +# <mosslar@gmail.com>, 2011 +# emc <mplichta@gmail.com>, 2012 +# Piotr Sokół <psokol@jabster.pl>, 2012 +# Thomasso <tomekde@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -88,15 +88,19 @@ msgstr "Zła ścieżka." msgid "Files" msgstr "Pliki" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Udostępnij" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Trwale usuń" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Usuń" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Zmień nazwę" diff --git a/l10n/pl/files_external.po b/l10n/pl/files_external.po index 7b747f0ed54..10d50d53320 100644 --- a/l10n/pl/files_external.po +++ b/l10n/pl/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Cyryl Sochacki <>, 2012. -# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012. -# Maciej Tarmas <maciej@tarmas.com>, 2013. -# Marcin Małecki <gerber@tkdami.net>, 2012. +# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012 +# Cyryl Sochacki <cyrylsochacki@gmail.com>, 2012 +# Maciej Tarmas <maciej@tarmas.pl>, 2013 +# Marcin Małecki <gerber@tkdami.net>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (http://www.transifex.com/projects/p/owncloud/language/pl/)\n" "MIME-Version: 1.0\n" @@ -41,19 +41,26 @@ msgstr "Proszę podać prawidłowy klucz aplikacji Dropbox i klucz sekretny." msgid "Error configuring Google Drive storage" msgstr "Wystąpił błąd podczas konfigurowania zasobu Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Ostrzeżenie:</b> \"smbclient\" nie jest zainstalowany. Zamontowanie katalogów CIFS/SMB nie jest możliwe. Skontaktuj sie z administratorem w celu zainstalowania." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Ostrzeżenie:</b> Wsparcie dla FTP w PHP nie jest zainstalowane lub włączone. Skontaktuj sie z administratorem w celu zainstalowania lub włączenia go." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Zewnętrzna zasoby dyskowe" diff --git a/l10n/pl_PL/files.po b/l10n/pl_PL/files.po index 6c5cbd655cb..e90edadb46d 100644 --- a/l10n/pl_PL/files.po +++ b/l10n/pl_PL/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/pl_PL/files_external.po b/l10n/pl_PL/files_external.po index 63786d6b427..aec6c07a33f 100644 --- a/l10n/pl_PL/files_external.po +++ b/l10n/pl_PL/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Polish (Poland) (http://www.transifex.com/projects/p/owncloud/language/pl_PL/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/pt_BR/core.po b/l10n/pt_BR/core.po index 69739f01cb5..c739d9d083e 100644 --- a/l10n/pt_BR/core.po +++ b/l10n/pt_BR/core.po @@ -3,24 +3,24 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dudanogueira@gmail.com>, 2012. -# <duda.nogueira@metasys.com.br>, 2011. -# <fred.maranhao@gmail.com>, 2012. -# <glauber.guimaraes@poli.ufrj.br>, 2012. -# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012. -# <henrique@meira.net>, 2012. -# <philippi.sedir@gmail.com>, 2012. -# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013. -# Sedir G. Morais <philippi.sedir@gmail.com>, 2013. -# Thiago Vicente <thiagovice@gmail.com>, 2012. -# Unforgiving Fallout <>, 2012. -# Van Der Fran <transifex@vanderland.com>, 2011, 2012. +# dudanogueira <dudanogueira@gmail.com>, 2012 +# dudanogueira <dudanogueira@gmail.com>, 2011 +# FredMaranhao <fred.maranhao@gmail.com>, 2012 +# Schopfer <glauber.guimaraes@poli.ufrj.br>, 2012 +# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012 +# henriquemeira <henrique@meira.net>, 2012 +# sedir <philippi.sedir@gmail.com>, 2012 +# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013 +# sedir <philippi.sedir@gmail.com>, 2013 +# Thiago Vicente <thiagovice@gmail.com>, 2012 +# Unforgiving Fallout <>, 2012 +# Van Der Fran <transifex@vanderland.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -305,7 +305,7 @@ msgstr "Compartilhar com link" msgid "Password protect" msgstr "Proteger com senha" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Senha" @@ -421,7 +421,7 @@ msgid "Request failed!" msgstr "A requisição falhou!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Nome de Usuário" @@ -531,37 +531,37 @@ msgstr "Avançado" msgid "Data folder" msgstr "Pasta de dados" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configurar o banco de dados" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "será usado" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Usuário do banco de dados" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Senha do banco de dados" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nome do banco de dados" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Espaço de tabela do banco de dados" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Host do banco de dados" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Concluir configuração" @@ -573,33 +573,33 @@ msgstr "serviços web sob seu controle" msgid "Log out" msgstr "Sair" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Entrada Automática no Sistema Rejeitada!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Se você não mudou a sua senha recentemente, a sua conta pode estar comprometida!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Por favor troque sua senha para tornar sua conta segura novamente." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Esqueceu sua senha?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "lembrar" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Fazer login" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Logins alternativos" diff --git a/l10n/pt_BR/files.po b/l10n/pt_BR/files.po index 1347204dd4b..0ec426f8bf9 100644 --- a/l10n/pt_BR/files.po +++ b/l10n/pt_BR/files.po @@ -3,24 +3,24 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dudanogueira@gmail.com>, 2013. -# <dudanogueira@gmail.com>, 2012. -# <fred.maranhao@gmail.com>, 2012. -# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012. -# <philippi.sedir@gmail.com>, 2012. -# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013. -# Sedir G. Morais <philippi.sedir@gmail.com>, 2013. -# <targinosilveira@gmail.com>, 2012. -# Thiago Vicente <thiagovice@gmail.com>, 2012. -# Tulio Simoes Martins Padilha <tuliouel@gmail.com>, 2013. -# Unforgiving Fallout <>, 2012. -# Van Der Fran <transifex@vanderland.com>, 2011, 2012. +# dudanogueira <dudanogueira@gmail.com>, 2013 +# dudanogueira <dudanogueira@gmail.com>, 2012 +# FredMaranhao <fred.maranhao@gmail.com>, 2012 +# Guilherme Maluf Balzana <guimalufb@gmail.com>, 2012 +# sedir <philippi.sedir@gmail.com>, 2012 +# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013 +# sedir <philippi.sedir@gmail.com>, 2013 +# targinosilveira <targinosilveira@gmail.com>, 2012 +# Thiago Vicente <thiagovice@gmail.com>, 2012 +# tuliouel <tuliouel@gmail.com>, 2013 +# Unforgiving Fallout <>, 2012 +# Van Der Fran <transifex@vanderland.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -90,15 +90,19 @@ msgstr "Diretório inválido." msgid "Files" msgstr "Arquivos" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Compartilhar" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Excluir permanentemente" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Excluir" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Renomear" diff --git a/l10n/pt_BR/files_external.po b/l10n/pt_BR/files_external.po index 9b0ff93c3cc..146f81b59f3 100644 --- a/l10n/pt_BR/files_external.po +++ b/l10n/pt_BR/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dudanogueira@gmail.com>, 2013. -# <philippi.sedir@gmail.com>, 2012. -# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013. +# dudanogueira <dudanogueira@gmail.com>, 2013 +# sedir <philippi.sedir@gmail.com>, 2012 +# Rodrigo Tavares <rodrigo.st23@hotmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Por favor forneça um app key e secret válido do Dropbox" msgid "Error configuring Google Drive storage" msgstr "Erro ao configurar armazenamento do Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Aviso:</b> \"smbclient\" não está instalado. Impossível montar compartilhamentos de CIFS/SMB. Por favor, peça ao seu administrador do sistema para instalá-lo." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Aviso:</b> O suporte para FTP do PHP não está ativado ou instalado. Impossível montar compartilhamentos FTP. Por favor, peça ao seu administrador do sistema para instalá-lo." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Armazenamento Externo" diff --git a/l10n/pt_PT/core.po b/l10n/pt_PT/core.po index cde8bb61899..64f137d2094 100644 --- a/l10n/pt_PT/core.po +++ b/l10n/pt_PT/core.po @@ -3,20 +3,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <daniel@mouxy.net>, 2012-2013. -# Daniel Pinto <daniel@mouxy.net>, 2013. -# <duartegrilo@gmail.com>, 2013. -# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012. -# <helder.meneses@gmail.com>, 2011, 2012. -# Helder Meneses <helder.meneses@gmail.com>, 2012-2013. -# Nelson Rosado <nelsontrosado@gmail.com>, 2012. -# <rjgpp.1994@gmail.com>, 2012. +# Mouxy <daniel@mouxy.net>, 2012-2013 +# Mouxy <daniel@mouxy.net>, 2013 +# Duarte Velez Grilo <duartegrilo@gmail.com>, 2013 +# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012 +# Helder Meneses <helder.meneses@gmail.com>, 2011, 2012 +# Helder Meneses <helder.meneses@gmail.com>, 2012-2013 +# Nelson Rosado <nelsontrosado@gmail.com>, 2012 +# rjgpp1994 <rjgpp.1994@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -301,7 +301,7 @@ msgstr "Partilhar com link" msgid "Password protect" msgstr "Proteger com palavra-passe" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Palavra chave" @@ -417,7 +417,7 @@ msgid "Request failed!" msgstr "O pedido falhou!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Utilizador" @@ -527,37 +527,37 @@ msgstr "Avançado" msgid "Data folder" msgstr "Pasta de dados" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configure a base de dados" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "vai ser usada" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Utilizador da base de dados" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Password da base de dados" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Nome da base de dados" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tablespace da base de dados" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Anfitrião da base de dados" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Acabar instalação" @@ -569,33 +569,33 @@ msgstr "serviços web sob o seu controlo" msgid "Log out" msgstr "Sair" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Login automático rejeitado!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Se não mudou a sua palavra-passe recentemente, a sua conta pode ter sido comprometida!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Por favor mude a sua palavra-passe para assegurar a sua conta de novo." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Esqueceu-se da sua password?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "lembrar" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Entrar" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Contas de acesso alternativas" diff --git a/l10n/pt_PT/files.po b/l10n/pt_PT/files.po index 6794c27ed34..0dea755d2d2 100644 --- a/l10n/pt_PT/files.po +++ b/l10n/pt_PT/files.po @@ -3,20 +3,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <daniel@mouxy.net>, 2012-2013. -# Daniel Pinto <daniel@mouxy.net>, 2013. -# <duartegrilo@gmail.com>, 2013. -# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012. -# <geral@ricardolameiro.pt>, 2012. -# Helder Meneses <helder.meneses@gmail.com>, 2012-2013. -# Miguel Sousa <migueljorgesousa@sapo.pt>, 2013. -# <rjgpp.1994@gmail.com>, 2012. +# Mouxy <daniel@mouxy.net>, 2012-2013 +# Mouxy <daniel@mouxy.net>, 2013 +# Duarte Velez Grilo <duartegrilo@gmail.com>, 2013 +# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012 +# rlameiro <geral@ricardolameiro.pt>, 2012 +# Helder Meneses <helder.meneses@gmail.com>, 2012-2013 +# Miguel Sousa <migueljorgesousa@sapo.pt>, 2013 +# rjgpp1994 <rjgpp.1994@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -86,15 +86,19 @@ msgstr "Directório Inválido" msgid "Files" msgstr "Ficheiros" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Partilhar" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Eliminar permanentemente" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Apagar" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Renomear" diff --git a/l10n/pt_PT/files_external.po b/l10n/pt_PT/files_external.po index 583bb3bfaf3..7faa3021349 100644 --- a/l10n/pt_PT/files_external.po +++ b/l10n/pt_PT/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <daniel@mouxy.net>, 2012. -# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012. -# Helder Meneses <helder.meneses@gmail.com>, 2013. +# Mouxy <daniel@mouxy.net>, 2012 +# Duarte Velez Grilo <duartegrilo@gmail.com>, 2012 +# Helder Meneses <helder.meneses@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/projects/p/owncloud/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Por favor forneça uma \"app key\" e \"secret\" do Dropbox válidas." msgid "Error configuring Google Drive storage" msgstr "Erro ao configurar o armazenamento do Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Atenção:</b> O cliente \"smbclient\" não está instalado. Não é possível montar as partilhas CIFS/SMB . Peça ao seu administrador para instalar." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Aviso:</b> O suporte FTP no PHP não está activate ou instalado. Não é possível montar as partilhas FTP. Peça ao seu administrador para instalar." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Armazenamento Externo" diff --git a/l10n/ro/core.po b/l10n/ro/core.po index 35676e96cfe..769f19975a6 100644 --- a/l10n/ro/core.po +++ b/l10n/ro/core.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Claudiu <claudiu@tanaselia.ro>, 2011, 2012. -# Dimon Pockemon <>, 2012. -# Dumitru Ursu <>, 2013. -# Eugen Mihalache <eugemjj@gmail.com>, 2012. -# <g.ciprian@osn.ro>, 2012. -# <laur.cristescu@gmail.com>, 2012. +# Claudiu <claudiu@tanaselia.ro>, 2011, 2012 +# Dimon Pockemon <>, 2012 +# Dimon Pockemon <>, 2013 +# Eugen Mihalache <eugemjj@gmail.com>, 2012 +# g.ciprian <g.ciprian@osn.ro>, 2012 +# laurentiucristescu <laur.cristescu@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -299,7 +299,7 @@ msgstr "Partajare cu legătură" msgid "Password protect" msgstr "Protejare cu parolă" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Parola" @@ -415,7 +415,7 @@ msgid "Request failed!" msgstr "Solicitarea nu a reusit" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Utilizator" @@ -525,37 +525,37 @@ msgstr "Avansat" msgid "Data folder" msgstr "Director date" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Configurează baza de date" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "vor fi folosite" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Utilizatorul bazei de date" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Parola bazei de date" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Numele bazei de date" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tabela de spațiu a bazei de date" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Bază date" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Finalizează instalarea" @@ -567,33 +567,33 @@ msgstr "servicii web controlate de tine" msgid "Log out" msgstr "Ieșire" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Logare automata respinsa" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Daca nu schimbi parola cand de curand , contul tau poate fi conpromis" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Te rog schimba parola pentru ca, contul tau sa fie securizat din nou." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Ai uitat parola?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "amintește" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Autentificare" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ro/files.po b/l10n/ro/files.po index e15f6abff90..583c25dfe38 100644 --- a/l10n/ro/files.po +++ b/l10n/ro/files.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Claudiu <claudiu@tanaselia.ro>, 2011-2013. -# Dimon Pockemon <>, 2012. -# Dumitru Ursu <>, 2013. -# Eugen Mihalache <eugemjj@gmail.com>, 2012. -# <g.ciprian@osn.ro>, 2012-2013. -# <laur.cristescu@gmail.com>, 2012. +# Claudiu <claudiu@tanaselia.ro>, 2011-2013 +# Dimon Pockemon <>, 2012 +# Dimon Pockemon <>, 2013 +# Eugen Mihalache <eugemjj@gmail.com>, 2012 +# g.ciprian <g.ciprian@osn.ro>, 2012-2013 +# laurentiucristescu <laur.cristescu@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -84,15 +84,19 @@ msgstr "Director invalid." msgid "Files" msgstr "Fișiere" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Partajează" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Șterge" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Redenumire" diff --git a/l10n/ro/files_external.po b/l10n/ro/files_external.po index 104dee15326..352b71c0b77 100644 --- a/l10n/ro/files_external.po +++ b/l10n/ro/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Dumitru Ursu <>, 2013. -# <g.ciprian@osn.ro>, 2012. +# Dimon Pockemon <>, 2013 +# g.ciprian <g.ciprian@osn.ro>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "Prezintă te rog o cheie de Dropbox validă și parola" msgid "Error configuring Google Drive storage" msgstr "Eroare la configurarea mediului de stocare Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Atenție:</b> \"smbclient\" nu este instalat. Montarea mediilor CIFS/SMB partajate nu este posibilă. Solicită administratorului sistemului tău să îl instaleaze." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Atenție:</b> suportul pentru FTP în PHP nu este activat sau instalat. Montarea mediilor FPT partajate nu este posibilă. Solicită administratorului sistemului tău să îl instaleze." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Stocare externă" diff --git a/l10n/ru/core.po b/l10n/ru/core.po index 6f4f8a3c681..4aaffc396ff 100644 --- a/l10n/ru/core.po +++ b/l10n/ru/core.po @@ -3,24 +3,24 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Denis <reg.transifex.net@demitel.ru>, 2012. -# <jekader@gmail.com>, 2011, 2012. -# <k0ldbl00d@gmail.com>, 2012. -# Mihail Vasiliev <mickvav@gmail.com>, 2012. -# <semen@sam002.net>, 2012. -# Sergey <sergey@markevich.ru>, 2013. -# <sharov3@gmail.com>, 2013. -# <skoptev@ukr.net>, 2012. -# <tony.mccourin@gmail.com>, 2011. -# Victor Bravo <>, 2012. -# <victor.dubiniuk@gmail.com>, 2012. -# Дмитрий <langaru@gmail.com>, 2013. +# Denis <reg.transifex.net@demitel.ru>, 2012 +# jekader <jekader@gmail.com>, 2011, 2012 +# k0ldbl00d <k0ldbl00d@gmail.com>, 2012 +# Mihail Vasiliev <mickvav@gmail.com>, 2012 +# sam002 <semen@sam002.net>, 2012 +# m4rkell <sergey@markevich.ru>, 2013 +# adol <sharov3@gmail.com>, 2013 +# skoptev <skoptev@ukr.net>, 2012 +# tonymc <tony.mccourin@gmail.com>, 2011 +# Victor Bravo <>, 2012 +# VicDeo <victor.dubiniuk@gmail.com>, 2012 +# Langaru <langaru@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -305,7 +305,7 @@ msgstr "Поделиться с ссылкой" msgid "Password protect" msgstr "Защитить паролем" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Пароль" @@ -421,7 +421,7 @@ msgid "Request failed!" msgstr "Запрос не удался!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Имя пользователя" @@ -531,37 +531,37 @@ msgstr "Дополнительно" msgid "Data folder" msgstr "Директория с данными" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Настройка базы данных" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "будет использовано" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Имя пользователя для базы данных" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Пароль для базы данных" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Название базы данных" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Табличое пространство базы данных" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Хост базы данных" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Завершить установку" @@ -573,33 +573,33 @@ msgstr "Сетевые службы под твоим контролем" msgid "Log out" msgstr "Выйти" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Автоматический вход в систему отключен!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Если Вы недавно не меняли свой пароль, то Ваша учетная запись может быть скомпрометирована!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Пожалуйста, смените пароль, чтобы обезопасить свою учетную запись." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Забыли пароль?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "запомнить" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Войти" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Альтернативные имена пользователя" diff --git a/l10n/ru/files.po b/l10n/ru/files.po index d532da2e90a..810ede2fd73 100644 --- a/l10n/ru/files.po +++ b/l10n/ru/files.po @@ -3,26 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Denis <reg.transifex.net@demitel.ru>, 2012. -# <jekader@gmail.com>, 2012. -# <lankme@gmail.com>, 2012. -# <mpolr21@gmail.com>, 2012. -# Nick Remeslennikov <homolibere@gmail.com>, 2012. -# <semen@sam002.net>, 2012. -# Sergey <sergey@markevich.ru>, 2013. -# <sharov3@gmail.com>, 2013. -# <skoptev@ukr.net>, 2012. -# <tony.mccourin@gmail.com>, 2011. -# Victor Ashirov <victor.ashirov@gmail.com>, 2013. -# Victor Bravo <>, 2012. -# <victor.dubiniuk@gmail.com>, 2012. -# Дмитрий <langaru@gmail.com>, 2013. +# Denis <reg.transifex.net@demitel.ru>, 2012 +# jekader <jekader@gmail.com>, 2012 +# Yaroslav Petrov <lankme@gmail.com>, 2012 +# mPolr <mpolr21@gmail.com>, 2012 +# Nick Remeslennikov <homolibere@gmail.com>, 2012 +# sam002 <semen@sam002.net>, 2012 +# m4rkell <sergey@markevich.ru>, 2013 +# adol <sharov3@gmail.com>, 2013 +# skoptev <skoptev@ukr.net>, 2012 +# tonymc <tony.mccourin@gmail.com>, 2011 +# unixoid <victor.ashirov@gmail.com>, 2013 +# Victor Bravo <>, 2012 +# VicDeo <victor.dubiniuk@gmail.com>, 2012 +# Langaru <langaru@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -92,15 +92,19 @@ msgstr "Неправильный каталог." msgid "Files" msgstr "Файлы" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Открыть доступ" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Удалено навсегда" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Удалить" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Переименовать" diff --git a/l10n/ru/files_external.po b/l10n/ru/files_external.po index 5054c5c61d2..c066f57cdf7 100644 --- a/l10n/ru/files_external.po +++ b/l10n/ru/files_external.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Denis <reg.transifex.net@demitel.ru>, 2012. -# <semen@sam002.net>, 2012. -# <skoptev@ukr.net>, 2012. -# Дмитрий <langaru@gmail.com>, 2013. +# Denis <reg.transifex.net@demitel.ru>, 2012 +# sam002 <semen@sam002.net>, 2012 +# skoptev <skoptev@ukr.net>, 2012 +# Langaru <langaru@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/)\n" "MIME-Version: 1.0\n" @@ -41,19 +41,26 @@ msgstr "Пожалуйста, предоставьте действующий к msgid "Error configuring Google Drive storage" msgstr "Ошибка при настройке хранилища Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Внимание:</b> \"smbclient\" не установлен. Подключение по CIFS/SMB невозможно. Пожалуйста, обратитесь к системному администратору, чтобы установить его." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Внимание:</b> Поддержка FTP не включена в PHP. Подключение по FTP невозможно. Пожалуйста, обратитесь к системному администратору, чтобы включить." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Внешний носитель" diff --git a/l10n/ru_RU/core.po b/l10n/ru_RU/core.po index b6aa78f2ae7..43ba83ca1b1 100644 --- a/l10n/ru_RU/core.po +++ b/l10n/ru_RU/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cdewqazxsqwe@gmail.com>, 2013. -# <cdewqazxsqwe@gmail.com>, 2012. -# Дмитрий <langaru@gmail.com>, 2013. +# AnnaSch <cdewqazxsqwe@gmail.com>, 2013 +# AnnaSch <cdewqazxsqwe@gmail.com>, 2012 +# Langaru <langaru@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "Опубликовать с ссылкой" msgid "Password protect" msgstr "Защитить паролем" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Пароль" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "Не удалось выполнить запрос!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Имя пользователя" @@ -522,37 +522,37 @@ msgstr "Расширенный" msgid "Data folder" msgstr "Папка данных" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Настроить базу данных" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "будет использоваться" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Пользователь базы данных" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Пароль базы данных" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Имя базы данных" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Табличная область базы данных" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Сервер базы данных" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Завершение настройки" @@ -564,33 +564,33 @@ msgstr "веб-сервисы под Вашим контролем" msgid "Log out" msgstr "Выйти" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Автоматический вход в систему отклонен!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Если Вы недавно не меняли пароль, Ваш аккаунт может быть подвергнут опасности!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Пожалуйста, измените пароль, чтобы защитить ваш аккаунт еще раз." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Забыли пароль?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "запомнить" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Войти" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Альтернативные Имена" diff --git a/l10n/ru_RU/files.po b/l10n/ru_RU/files.po index 4e3eddace56..75073601bc3 100644 --- a/l10n/ru_RU/files.po +++ b/l10n/ru_RU/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cdewqazxsqwe@gmail.com>, 2013. -# <cdewqazxsqwe@gmail.com>, 2012. -# <skoptev@ukr.net>, 2012. -# Дмитрий <langaru@gmail.com>, 2013. +# AnnaSch <cdewqazxsqwe@gmail.com>, 2013 +# AnnaSch <cdewqazxsqwe@gmail.com>, 2012 +# skoptev <skoptev@ukr.net>, 2012 +# Langaru <langaru@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "Неверный каталог." msgid "Files" msgstr "Файлы" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Сделать общим" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Удалить навсегда" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Удалить" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Переименовать" diff --git a/l10n/ru_RU/files_external.po b/l10n/ru_RU/files_external.po index 43604ee0162..1410e66849f 100644 --- a/l10n/ru_RU/files_external.po +++ b/l10n/ru_RU/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <cdewqazxsqwe@gmail.com>, 2012. +# AnnaSch <cdewqazxsqwe@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "Пожалуйста представьте допустимый клю msgid "Error configuring Google Drive storage" msgstr "Ошибка настройки хранилища Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Предупреждение:</b> \"smbclient\" не установлен. Подключение общих папок CIFS/SMB невозможно. Пожалуйста, обратитесь к системному администратору, чтобы установить его." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Предупреждение:</b> Поддержка FTP в PHP не включена или не установлена. Подключение по FTP невозможно. Пожалуйста, обратитесь к системному администратору, чтобы установить ее." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Внешние системы хранения данных" diff --git a/l10n/si_LK/core.po b/l10n/si_LK/core.po index bd225017a61..ec8ebef4831 100644 --- a/l10n/si_LK/core.po +++ b/l10n/si_LK/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Anushke Guneratne <anushke@gmail.com>, 2012. -# Chamara Disanayake <chamara@nic.lk>, 2012. -# <thanojar@gmail.com>, 2012. +# Anushke Guneratne <anushke@gmail.com>, 2012 +# Chamara Disanayake <chamara@nic.lk>, 2012 +# Thanoja <thanojar@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "යොමුවක් මඟින් බෙදාගන්න" msgid "Password protect" msgstr "මුර පදයකින් ආරක්ශාකරන්න" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "මුර පදය " @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "ඉල්ලීම අසාර්ථකයි!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "පරිශීලක නම" @@ -522,37 +522,37 @@ msgstr "දියුණු/උසස්" msgid "Data folder" msgstr "දත්ත ෆෝල්ඩරය" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "දත්ත සමුදාය හැඩගැසීම" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "භාවිතා වනු ඇත" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "දත්තගබඩා භාවිතාකරු" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "දත්තගබඩාවේ මුරපදය" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "දත්තගබඩාවේ නම" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "දත්තගබඩා සේවාදායකයා" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "ස්ථාපනය කිරීම අවසන් කරන්න" @@ -564,33 +564,33 @@ msgstr "ඔබට පාලනය කළ හැකි වෙබ් සේවා msgid "Log out" msgstr "නික්මීම" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "මුරපදය අමතකද?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "මතක තබාගන්න" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "ප්රවේශවන්න" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/si_LK/files.po b/l10n/si_LK/files.po index 3b5c8990fbb..d07812b9bd6 100644 --- a/l10n/si_LK/files.po +++ b/l10n/si_LK/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Anushke Guneratne <anushke@gmail.com>, 2012. -# Chamara Disanayake <chamara@nic.lk>, 2012. +# Anushke Guneratne <anushke@gmail.com>, 2012 +# Chamara Disanayake <chamara@nic.lk>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "" msgid "Files" msgstr "ගොනු" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "බෙදා හදා ගන්න" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "මකන්න" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "නැවත නම් කරන්න" diff --git a/l10n/si_LK/files_external.po b/l10n/si_LK/files_external.po index 13c3bd6a621..09a9eee1688 100644 --- a/l10n/si_LK/files_external.po +++ b/l10n/si_LK/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Anushke Guneratne <anushke@gmail.com>, 2012. +# Anushke Guneratne <anushke@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Sinhala (Sri Lanka) (http://www.transifex.com/projects/p/owncloud/language/si_LK/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "කරුණාකර වලංගු Dropbox යෙදුම් යත msgid "Error configuring Google Drive storage" msgstr "Google Drive ගබඩාව වින්යාස කිරීමේ දෝශයක් ඇත" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "භාහිර ගබඩාව" diff --git a/l10n/sk/files.po b/l10n/sk/files.po index 858044fcb80..89495fb23ad 100644 --- a/l10n/sk/files.po +++ b/l10n/sk/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/sk/files_external.po b/l10n/sk/files_external.po index f99201a5587..1b1accf306c 100644 --- a/l10n/sk/files_external.po +++ b/l10n/sk/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/owncloud/language/sk/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/sk_SK/core.po b/l10n/sk_SK/core.po index 6ec59a28f0b..f9e1c5b98ce 100644 --- a/l10n/sk_SK/core.po +++ b/l10n/sk_SK/core.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# georg <georg007@gmail.com>, 2013. -# <intense.feel@gmail.com>, 2011, 2012. -# Marián Hvolka <marian.hvolka@stuba.sk>, 2013. -# <martin.babik@gmail.com>, 2012. -# <mehturt@gmail.com>, 2013. -# Roman Priesol <roman@priesol.net>, 2012. -# <zatroch.martin@gmail.com>, 2012. +# georg007 <georg007@gmail.com>, 2013 +# intense <intense.feel@gmail.com>, 2011, 2012 +# mhh <marian.hvolka@stuba.sk>, 2013 +# martinb <martin.babik@gmail.com>, 2012 +# mehturt <mehturt@gmail.com>, 2013 +# Roman Priesol <roman@priesol.net>, 2012 +# martin <zatroch.martin@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ msgstr "Zdieľať cez odkaz" msgid "Password protect" msgstr "Chrániť heslom" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Heslo" @@ -416,7 +416,7 @@ msgid "Request failed!" msgstr "Požiadavka zlyhala!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Prihlasovacie meno" @@ -526,37 +526,37 @@ msgstr "Rozšírené" msgid "Data folder" msgstr "Priečinok dát" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Nastaviť databázu" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "bude použité" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Hostiteľ databázy" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Heslo databázy" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Meno databázy" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tabuľkový priestor databázy" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Server databázy" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Dokončiť inštaláciu" @@ -568,33 +568,33 @@ msgstr "webové služby pod vašou kontrolou" msgid "Log out" msgstr "Odhlásiť" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatické prihlásenie bolo zamietnuté!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "V nedávnej dobe ste nezmenili svoje heslo, Váš účet môže byť kompromitovaný." -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Prosím, zmeňte svoje heslo pre opätovné zabezpečenie Vášho účtu" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Zabudli ste heslo?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "zapamätať" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Prihlásiť sa" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternatívne prihlasovanie" diff --git a/l10n/sk_SK/files.po b/l10n/sk_SK/files.po index e5dac9f9653..d01b6d67a4d 100644 --- a/l10n/sk_SK/files.po +++ b/l10n/sk_SK/files.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# georg <georg007@gmail.com>, 2013. -# <intense.feel@gmail.com>, 2012. -# Marián Hvolka <marian.hvolka@stuba.sk>, 2013. -# <martin.babik@gmail.com>, 2012. -# Martin Zatroch <zatroch.martin@gmail.com>, 2013. -# Roman Priesol <roman@priesol.net>, 2012. -# <zatroch.martin@gmail.com>, 2012. +# georg007 <georg007@gmail.com>, 2013 +# intense <intense.feel@gmail.com>, 2012 +# mhh <marian.hvolka@stuba.sk>, 2013 +# martinb <martin.babik@gmail.com>, 2012 +# martin <zatroch.martin@gmail.com>, 2013 +# Roman Priesol <roman@priesol.net>, 2012 +# martin <zatroch.martin@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -85,15 +85,19 @@ msgstr "Neplatný priečinok" msgid "Files" msgstr "Súbory" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Zdieľať" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Zmazať trvalo" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Odstrániť" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Premenovať" diff --git a/l10n/sk_SK/files_external.po b/l10n/sk_SK/files_external.po index 3603bda557e..5bbf018c251 100644 --- a/l10n/sk_SK/files_external.po +++ b/l10n/sk_SK/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <intense.feel@gmail.com>, 2012. -# Marián Hvolka <marian.hvolka@stuba.sk>, 2013. -# <martin.babik@gmail.com>, 2012. +# intense <intense.feel@gmail.com>, 2012 +# mhh <marian.hvolka@stuba.sk>, 2013 +# martinb <martin.babik@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/projects/p/owncloud/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Zadajte platný kľúč aplikácie a heslo Dropbox" msgid "Error configuring Google Drive storage" msgstr "Chyba pri konfigurácii úložiska Google drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Upozornenie:</b> \"smbclient\" nie je nainštalovaný. Nie je možné pripojenie oddielov CIFS/SMB. Požiadajte administrátora systému, nech ho nainštaluje." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Upozornenie:</b> Podpora FTP v PHP nie je povolená alebo nainštalovaná. Nie je možné pripojenie oddielov FTP. Požiadajte administrátora systému, nech ho nainštaluje." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Externé úložisko" diff --git a/l10n/sl/core.po b/l10n/sl/core.po index 3d0bd6ff5d7..9eafb170c6c 100644 --- a/l10n/sl/core.po +++ b/l10n/sl/core.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-20 01:59+0200\n" -"PO-Revision-Date: 2013-04-19 19:00+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -299,7 +299,7 @@ msgstr "Omogoči souporabo preko povezave" msgid "Password protect" msgstr "Zaščiti z geslom" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Geslo" @@ -415,7 +415,7 @@ msgid "Request failed!" msgstr "Zahteva je spodletela!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Uporabniško Ime" @@ -567,33 +567,33 @@ msgstr "spletne storitve pod vašim nadzorom" msgid "Log out" msgstr "Odjava" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Samodejno prijavljanje je zavrnjeno!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "V primeru, da gesla za dostop že nekaj časa niste spremenili, je račun lahko ogrožen!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Spremenite geslo za izboljšanje zaščite računa." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Ali ste pozabili geslo?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "zapomni si" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Prijava" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Druge prijavne možnosti" diff --git a/l10n/sl/files.po b/l10n/sl/files.po index 1c0597e776e..bf8ab3566aa 100644 --- a/l10n/sl/files.po +++ b/l10n/sl/files.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-20 01:58+0200\n" -"PO-Revision-Date: 2013-04-19 20:20+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -83,15 +83,19 @@ msgstr "Neveljavna mapa." msgid "Files" msgstr "Datoteke" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Souporaba" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Izbriši trajno" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Izbriši" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Preimenuj" diff --git a/l10n/sl/files_external.po b/l10n/sl/files_external.po index d7930595bc2..0d3f615d447 100644 --- a/l10n/sl/files_external.po +++ b/l10n/sl/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <>, 2012. -# Matej Urbančič <>, 2013. -# Peter Peroša <peter.perosa@gmail.com>, 2012. +# mateju <>, 2012 +# mateju <>, 2013 +# Peter Peroša <peter.perosa@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Vpisati je treba veljaven ključ programa in kodo za Dropbox" msgid "Error configuring Google Drive storage" msgstr "Napaka nastavljanja shrambe Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Opozorilo:</b> paket \"smbclient\" ni nameščen. Priklapljanje pogonov CIFS/SMB ne bo mogoče." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Opozorilo:</b> podpora FTP v PHP ni omogočena ali pa ni nameščena. Priklapljanje pogonov FTP zato ni mogoče." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Zunanja podatkovna shramba" diff --git a/l10n/sq/core.po b/l10n/sq/core.po index 1179d65ec7c..cd699131731 100644 --- a/l10n/sq/core.po +++ b/l10n/sq/core.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <rapid_odeen@zoho.com>, 2013. +# Odeen <rapid_odeen@zoho.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -294,7 +294,7 @@ msgstr "Nda me lidhje" msgid "Password protect" msgstr "Mbro me kod" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Kodi" @@ -410,7 +410,7 @@ msgid "Request failed!" msgstr "Kërkesa dështoi!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Përdoruesi" @@ -520,37 +520,37 @@ msgstr "Të përparuara" msgid "Data folder" msgstr "Emri i dosjes" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfiguro database-in" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "do të përdoret" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Përdoruesi i database-it" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Kodi i database-it" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Emri i database-it" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Tablespace-i i database-it" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Pozicioni (host) i database-it" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Mbaro setup-in" @@ -562,33 +562,33 @@ msgstr "shërbime web nën kontrollin tënd" msgid "Log out" msgstr "Dalje" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Hyrja automatike u refuzua!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Nqse nuk keni ndryshuar kodin kohët e fundit, llogaria juaj mund të jetë komprometuar." -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Ju lutemi, ndryshoni kodin për ta siguruar përsëri llogarinë tuaj." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Ke humbur kodin?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "kujto" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Hyrje" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Hyrje alternative" diff --git a/l10n/sq/files.po b/l10n/sq/files.po index 3915e153101..f704e3b4aa7 100644 --- a/l10n/sq/files.po +++ b/l10n/sq/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <rapid_odeen@zoho.com>, 2013. +# Odeen <rapid_odeen@zoho.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "Dosje e pavlefshme." msgid "Files" msgstr "Skedarët" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Nda" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Elimino përfundimisht" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Elimino" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Riemërto" diff --git a/l10n/sq/files_external.po b/l10n/sq/files_external.po index bb92141f3eb..432e33124c5 100644 --- a/l10n/sq/files_external.po +++ b/l10n/sq/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Albanian (http://www.transifex.com/projects/p/owncloud/language/sq/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/sr/core.po b/l10n/sr/core.po index e9760003433..334a75c0bea 100644 --- a/l10n/sr/core.po +++ b/l10n/sr/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ivan Petrović <ivan@ipplusstudio.com>, 2012-2013. -# <marko@evizo.com>, 2012. -# Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012. +# Ivan Petrović <ivan@ipplusstudio.com>, 2012-2013 +# Kostic <marko@evizo.com>, 2012 +# Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "Подели линк" msgid "Password protect" msgstr "Заштићено лозинком" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Лозинка" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "Захтев одбијен!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Корисничко име" @@ -522,37 +522,37 @@ msgstr "Напредно" msgid "Data folder" msgstr "Фацикла података" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Подешавање базе" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "ће бити коришћен" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Корисник базе" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Лозинка базе" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Име базе" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Радни простор базе података" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Домаћин базе" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Заврши подешавање" @@ -564,33 +564,33 @@ msgstr "веб сервиси под контролом" msgid "Log out" msgstr "Одјава" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Аутоматска пријава је одбијена!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Ако ускоро не промените лозинку ваш налог може бити компромитован!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Промените лозинку да бисте обезбедили налог." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Изгубили сте лозинку?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "упамти" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Пријава" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/sr/files.po b/l10n/sr/files.po index 18eacafc8b0..c77914efeb3 100644 --- a/l10n/sr/files.po +++ b/l10n/sr/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ivan Petrović <ivan@ipplusstudio.com>, 2012. -# Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012. -# <theranchcowboy@gmail.com>, 2013. -# <theranchcowboy@gmail.com>, 2012. +# Ivan Petrović <ivan@ipplusstudio.com>, 2012 +# Slobodan Terzić <githzerai06@gmail.com>, 2011, 2012 +# Rancher <theranchcowboy@gmail.com>, 2013 +# Rancher <theranchcowboy@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "неисправна фасцикла." msgid "Files" msgstr "Датотеке" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Дели" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Обриши за стално" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Обриши" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Преименуј" diff --git a/l10n/sr/files_external.po b/l10n/sr/files_external.po index 476522e9fbd..5a02fc725fb 100644 --- a/l10n/sr/files_external.po +++ b/l10n/sr/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/owncloud/language/sr/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/sr@latin/files.po b/l10n/sr@latin/files.po index 20a4cf13bce..9d672c481c2 100644 --- a/l10n/sr@latin/files.po +++ b/l10n/sr@latin/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Slobodan Terzić <githzerai06@gmail.com>, 2011. +# Slobodan Terzić <githzerai06@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "" msgid "Files" msgstr "Fajlovi" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Obriši" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/sr@latin/files_external.po b/l10n/sr@latin/files_external.po index fbfb36951c0..5a21c306fec 100644 --- a/l10n/sr@latin/files_external.po +++ b/l10n/sr@latin/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/owncloud/language/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/sv/core.po b/l10n/sv/core.po index a176c33235e..8db740580a0 100644 --- a/l10n/sv/core.po +++ b/l10n/sv/core.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André <lokal_profil@hotmail.com>, 2013. -# Christer Eriksson <post@hc3web.com>, 2012. -# Daniel Sandman <revoltism@gmail.com>, 2012. -# <hakan.thn@gmail.com>, 2011. -# Magnus Höglund <magnus@linux.com>, 2012-2013. -# <magnus@linux.com>, 2012. -# <revoltism@gmail.com>, 2011, 2012. +# Lokal_Profil <lokal_profil@hotmail.com>, 2013 +# Christer Eriksson <post@hc3web.com>, 2012 +# Daniel Sandman <revoltism@gmail.com>, 2012 +# HakanS <hakan.thn@gmail.com>, 2011 +# Magnus Höglund <magnus@linux.com>, 2012-2013 +# Magnus Höglund <magnus@linux.com>, 2012 +# Daniel Sandman <revoltism@gmail.com>, 2011, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ msgstr "Delad med länk" msgid "Password protect" msgstr "Lösenordsskydda" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Lösenord" @@ -416,7 +416,7 @@ msgid "Request failed!" msgstr "Begäran misslyckades!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Användarnamn" @@ -526,37 +526,37 @@ msgstr "Avancerat" msgid "Data folder" msgstr "Datamapp" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Konfigurera databasen" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "kommer att användas" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Databasanvändare" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Lösenord till databasen" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Databasnamn" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Databas tabellutrymme" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Databasserver" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Avsluta installation" @@ -568,33 +568,33 @@ msgstr "webbtjänster under din kontroll" msgid "Log out" msgstr "Logga ut" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Automatisk inloggning inte tillåten!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Om du inte har ändrat ditt lösenord nyligen så kan ditt konto vara manipulerat!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Ändra genast lösenord för att säkra ditt konto." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Glömt ditt lösenord?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "kom ihåg" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Logga in" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Alternativa inloggningar" diff --git a/l10n/sv/files.po b/l10n/sv/files.po index f18dad22146..576202cd316 100644 --- a/l10n/sv/files.po +++ b/l10n/sv/files.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André <lokal_profil@hotmail.com>, 2013. -# Christer Eriksson <post@hc3web.com>, 2012. -# Daniel Sandman <revoltism@gmail.com>, 2012. -# Magnus Höglund <magnus@linux.com>, 2012-2013. -# <magnus@linux.com>, 2012. -# <revoltism@gmail.com>, 2011, 2012. -# <tscooter@hotmail.com>, 2012. +# Lokal_Profil <lokal_profil@hotmail.com>, 2013 +# Christer Eriksson <post@hc3web.com>, 2012 +# Daniel Sandman <revoltism@gmail.com>, 2012 +# Magnus Höglund <magnus@linux.com>, 2012-2013 +# Magnus Höglund <magnus@linux.com>, 2012 +# Daniel Sandman <revoltism@gmail.com>, 2011, 2012 +# tscooter <tscooter@hotmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -85,15 +85,19 @@ msgstr "Felaktig mapp." msgid "Files" msgstr "Filer" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Dela" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Radera permanent" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Radera" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Byt namn" diff --git a/l10n/sv/files_external.po b/l10n/sv/files_external.po index e58feaa6ceb..193cc6f2654 100644 --- a/l10n/sv/files_external.po +++ b/l10n/sv/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# André <lokal_profil@hotmail.com>, 2013. -# Magnus Höglund <magnus@linux.com>, 2012. +# Lokal_Profil <lokal_profil@hotmail.com>, 2013 +# Magnus Höglund <magnus@linux.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swedish (http://www.transifex.com/projects/p/owncloud/language/sv/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "Ange en giltig Dropbox nyckel och hemlighet." msgid "Error configuring Google Drive storage" msgstr "Fel vid konfigurering av Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Varning:</b> \"smb-klienten\" är inte installerad. Montering av CIFS/SMB delningar är inte möjligt. Kontakta din systemadministratör för att få den installerad." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Varning:</b> Stöd för FTP i PHP är inte aktiverat eller installerat. Montering av FTP-delningar är inte möjligt. Kontakta din systemadministratör för att få det installerat." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Extern lagring" diff --git a/l10n/sw_KE/files.po b/l10n/sw_KE/files.po index 5dd812bc1b0..b82d85ea2a2 100644 --- a/l10n/sw_KE/files.po +++ b/l10n/sw_KE/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/sw_KE/files_external.po b/l10n/sw_KE/files_external.po index f61afed3306..11057207599 100644 --- a/l10n/sw_KE/files_external.po +++ b/l10n/sw_KE/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Swahili (Kenya) (http://www.transifex.com/projects/p/owncloud/language/sw_KE/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/ta_LK/core.po b/l10n/ta_LK/core.po index 50d6af9b6bb..17ed3cfa665 100644 --- a/l10n/ta_LK/core.po +++ b/l10n/ta_LK/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <sgrupan@gmail.com>, 2013. -# <suganthi@nic.lk>, 2012. +# Rupan <sgrupan@gmail.com>, 2013 +# suganthi <suganthi@nic.lk>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "இணைப்புடன் பகிர்தல்" msgid "Password protect" msgstr "கடவுச்சொல்லை பாதுகாத்தல்" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "கடவுச்சொல்" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "வேண்டுகோள் தோல்வியுற்றது!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "பயனாளர் பெயர்" @@ -521,37 +521,37 @@ msgstr "மேம்பட்ட" msgid "Data folder" msgstr "தரவு கோப்புறை" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "தரவுத்தளத்தை தகவமைக்க" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "பயன்படுத்தப்படும்" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "தரவுத்தள பயனாளர்" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "தரவுத்தள கடவுச்சொல்" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "தரவுத்தள பெயர்" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "தரவுத்தள அட்டவணை" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "தரவுத்தள ஓம்புனர்" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "அமைப்பை முடிக்க" @@ -563,33 +563,33 @@ msgstr "உங்கள் கட்டுப்பாட்டின் கீ msgid "Log out" msgstr "விடுபதிகை செய்க" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "தன்னிச்சையான புகுபதிகை நிராகரிப்பட்டது!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "உங்களுடைய கடவுச்சொல்லை அண்மையில் மாற்றவில்லையின், உங்களுடைய கணக்கு சமரசமாகிவிடும்!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "உங்களுடைய கணக்கை மீண்டும் பாதுகாக்க தயவுசெய்து உங்களுடைய கடவுச்சொல்லை மாற்றவும்." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "உங்கள் கடவுச்சொல்லை தொலைத்துவிட்டீர்களா?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "ஞாபகப்படுத்துக" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "புகுபதிகை" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/ta_LK/files.po b/l10n/ta_LK/files.po index f26efe92171..0cc76612d72 100644 --- a/l10n/ta_LK/files.po +++ b/l10n/ta_LK/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <suganthi@nic.lk>, 2012. +# suganthi <suganthi@nic.lk>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "" msgid "Files" msgstr "கோப்புகள்" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "பகிர்வு" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "அழிக்க" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "பெயர்மாற்றம்" diff --git a/l10n/ta_LK/files_external.po b/l10n/ta_LK/files_external.po index 678e681c2da..993268f4507 100644 --- a/l10n/ta_LK/files_external.po +++ b/l10n/ta_LK/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <suganthi@nic.lk>, 2012. +# suganthi <suganthi@nic.lk>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Tamil (Sri-Lanka) (http://www.transifex.com/projects/p/owncloud/language/ta_LK/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "தயவுசெய்து ஒரு செல்லுபடிய msgid "Error configuring Google Drive storage" msgstr "Google இயக்க சேமிப்பகத்தை தகமைப்பதில் வழு" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "வெளி சேமிப்பு" diff --git a/l10n/te/files.po b/l10n/te/files.po index 47cac8cd8ae..3b3bfad5c40 100644 --- a/l10n/te/files.po +++ b/l10n/te/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# వీవెన్ <veeven@gmail.com>, 2013. +# వీవెన్ <veeven@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "శాశ్వతంగా తొలగించు" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "తొలగించు" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/te/files_external.po b/l10n/te/files_external.po index 0ad4883fc5a..9315027cc51 100644 --- a/l10n/te/files_external.po +++ b/l10n/te/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Telugu (http://www.transifex.com/projects/p/owncloud/language/te/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 35b43eb24d1..4d9a9aa8ad6 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 89a7db16078..7f342cfd4f1 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index 474450fd7d3..a47e3767de6 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 55b915b8c19..42e2d968d4c 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting " "of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index 6da4a5a9c1b..464f64d6bed 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 6f7cd8036e6..cf43e3fdbfe 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 40c2e572fbb..fd51c21839e 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index cf80a35b290..118cb590126 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -172,13 +172,13 @@ msgstr "" msgid "MS SQL username and/or password not valid: %s" msgstr "" -#: setup.php:854 +#: setup.php:858 msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." msgstr "" -#: setup.php:855 +#: setup.php:859 #, php-format msgid "Please double check the <a href='%s'>installation guides</a>." msgstr "" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 1b32c3ac1bd..d305a518ff7 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index bdb389c0b30..8cd1f46d5f0 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 98ae8159bdf..fe050b17af0 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 5.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/l10n/th_TH/core.po b/l10n/th_TH/core.po index a5d768f9caf..dcba6badd31 100644 --- a/l10n/th_TH/core.po +++ b/l10n/th_TH/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013. -# AriesAnywhere Anywhere <ariesanywherer@gmail.com>, 2012. +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013 +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "แชร์ด้วยลิงก์" msgid "Password protect" msgstr "ใส่รหัสผ่านไว้" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "รหัสผ่าน" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "คำร้องขอล้มเหลว!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "ชื่อผู้ใช้งาน" @@ -521,37 +521,37 @@ msgstr "ขั้นสูง" msgid "Data folder" msgstr "โฟลเดอร์เก็บข้อมูล" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "กำหนดค่าฐานข้อมูล" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "จะถูกใช้" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "ชื่อผู้ใช้งานฐานข้อมูล" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "รหัสผ่านฐานข้อมูล" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "ชื่อฐานข้อมูล" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "พื้นที่ตารางในฐานข้อมูล" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Database host" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "ติดตั้งเรียบร้อยแล้ว" @@ -563,33 +563,33 @@ msgstr "web services under your control" msgid "Log out" msgstr "ออกจากระบบ" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "การเข้าสู่ระบบอัตโนมัติถูกปฏิเสธแล้ว" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "หากคุณยังไม่ได้เปลี่ยนรหัสผ่านของคุณเมื่อเร็วๆนี้, บัญชีของคุณอาจถูกบุกรุกโดยผู้อื่น" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "กรุณาเปลี่ยนรหัสผ่านของคุณอีกครั้ง เพื่อป้องกันบัญชีของคุณให้ปลอดภัย" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "ลืมรหัสผ่าน?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "จำรหัสผ่าน" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "เข้าสู่ระบบ" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/th_TH/files.po b/l10n/th_TH/files.po index 76c99829ca3..62c22585f95 100644 --- a/l10n/th_TH/files.po +++ b/l10n/th_TH/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013. -# AriesAnywhere Anywhere <ariesanywherer@gmail.com>, 2012. +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013 +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "ไดเร็กทอรี่ไม่ถูกต้อง" msgid "Files" msgstr "ไฟล์" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "แชร์" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "ลบ" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "เปลี่ยนชื่อ" diff --git a/l10n/th_TH/files_external.po b/l10n/th_TH/files_external.po index 8ad035271a3..97804e79f68 100644 --- a/l10n/th_TH/files_external.po +++ b/l10n/th_TH/files_external.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013. +# AriesAnywhere Anywhere <ariesanywhere@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Thai (Thailand) (http://www.transifex.com/projects/p/owncloud/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -38,19 +38,26 @@ msgstr "กรุณากรอกรหัส app key ของ Dropbox แล msgid "Error configuring Google Drive storage" msgstr "เกิดข้อผิดพลาดในการกำหนดค่าการจัดเก็บข้อมูลในพื้นที่ของ Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>คำเตือน:</b> \"smbclient\" ยังไม่ได้ถูกติดตั้ง. การชี้ CIFS/SMB เพื่อแชร์ข้อมูลไม่สามารถกระทำได้ กรุณาสอบถามข้อมูลเพิ่มเติมจากผู้ดูแลระบบเพื่อติดตั้ง." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>คำเตือน:</b> การสนับสนุนการใช้งาน FTP ในภาษา PHP ยังไม่ได้ถูกเปิดใช้งานหรือถูกติดตั้ง. การชี้ FTP เพื่อแชร์ข้อมูลไม่สามารถดำเนินการได้ กรุณาสอบถามข้อมูลเพิ่มเติมจากผู้ดูแลระบบเพื่อติดตั้ง" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "พื้นทีจัดเก็บข้อมูลจากภายนอก" diff --git a/l10n/tr/core.po b/l10n/tr/core.po index 943cc42487d..fb9404245fe 100644 --- a/l10n/tr/core.po +++ b/l10n/tr/core.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" -"PO-Revision-Date: 2013-04-22 07:40+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: ifthenelse <ifthenelse@gmx.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" diff --git a/l10n/tr/files.po b/l10n/tr/files.po index c9fcbdb5636..0618c008e24 100644 --- a/l10n/tr/files.po +++ b/l10n/tr/files.po @@ -3,19 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Aranel Surion <aranel@aranelsurion.org>, 2011, 2012. -# Caner Başaran <basaran.caner@gmail.com>, 2012. -# Emre <emresaracoglu@live.com>, 2012. -# <info@beyboo.de>, 2012. -# ismail yenigul <ismail.yenigul@surgate.com>, 2013. -# Necdet Yücel <necdetyucel@gmail.com>, 2012. -# TayançKILIÇLI <tayancatakan@gmail.com>, 2013. +# Aranel Surion <aranel@aranelsurion.org>, 2011, 2012 +# Caner Başaran <basaran.caner@gmail.com>, 2012 +# Emre Saraçoğlu <emresaracoglu@live.com>, 2012 +# alpere <info@beyboo.de>, 2012 +# ismail yenigül <ismail.yenigul@surgate.com>, 2013 +# Necdet Yücel <necdetyucel@gmail.com>, 2012 +# atakan96 <tayancatakan@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" @@ -85,15 +85,19 @@ msgstr "Geçersiz dizin." msgid "Files" msgstr "Dosyalar" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Paylaş" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Kalıcı olarak sil" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Sil" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "İsim değiştir." diff --git a/l10n/tr/files_external.po b/l10n/tr/files_external.po index a52ac427e9e..131b0827115 100644 --- a/l10n/tr/files_external.po +++ b/l10n/tr/files_external.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" -"PO-Revision-Date: 2013-04-22 15:10+0000\n" -"Last-Translator: KAT.RAT12 <spanish.katerina@gmail.com>\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -41,19 +41,26 @@ msgstr "Lütfen Dropbox app key ve secret temin ediniz" msgid "Error configuring Google Drive storage" msgstr "Google Drive depo yapılandırma hatası" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Uyari.</b>''smbclient''yüklü değil. Mont etme CIFS/SMB hissenin mümkün değildir. Lutfen kullanici sistemin sormak onu yuklemek ici, " -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<Uyari.</b>. Sistem FTP PHPden aktif degil veya yuklemedi. Monte etme hissenin FTP mumkun degildir. Lutfen kullaniici sistemin sormak onu yuklemek icin." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Harici Depolama" diff --git a/l10n/tr/user_ldap.po b/l10n/tr/user_ldap.po index fa5df1f4636..f87c51711e4 100644 --- a/l10n/tr/user_ldap.po +++ b/l10n/tr/user_ldap.po @@ -5,13 +5,14 @@ # Translators: # Necdet Yücel <necdetyucel@gmail.com>, 2012 # atakan96 <tayancatakan@gmail.com>, 2013 +# KAT.RAT12 <spanish.katerina@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-23 01:58+0200\n" -"PO-Revision-Date: 2013-04-22 07:40+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 18:20+0000\n" +"Last-Translator: KAT.RAT12 <spanish.katerina@gmail.com>\n" "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -99,7 +100,7 @@ msgstr "Sunucu" #: templates/settings.php:38 msgid "" "You can omit the protocol, except you require SSL. Then start with ldaps://" -msgstr "" +msgstr "Protokol atlamak edesin, sadece SSL istiyorsaniz. O zaman, idapsile baslamak. " #: templates/settings.php:39 msgid "Base DN" @@ -111,7 +112,7 @@ msgstr "" #: templates/settings.php:41 msgid "You can specify Base DN for users and groups in the Advanced tab" -msgstr "" +msgstr "Base DN kullanicileri ve kaynaklari icin tablosu Advanced tayin etmek ederiz. " #: templates/settings.php:43 msgid "User DN" @@ -122,7 +123,7 @@ msgid "" "The DN of the client user with which the bind shall be done, e.g. " "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password " "empty." -msgstr "" +msgstr "DN musterinin, kimle baglamaya yapacagiz,meselâ uid=agent.dc mesela, dc=com Gecinme adisiz ici, DN ve Parola bos birakmak. " #: templates/settings.php:46 msgid "Password" @@ -141,7 +142,7 @@ msgstr "Kullanıcı Oturum Filtresi" msgid "" "Defines the filter to apply, when login is attempted. %%uid replaces the " "username in the login action." -msgstr "" +msgstr "Filter uyunlamak icin tayin ediyor, ne zaman girişmek isteminiz. % % uid adi kullanici girismeye karsi koymacak. " #: templates/settings.php:54 #, php-format @@ -154,7 +155,7 @@ msgstr "Kullanıcı Liste Filtresi" #: templates/settings.php:58 msgid "Defines the filter to apply, when retrieving users." -msgstr "" +msgstr "Filter uyunmak icin tayin ediyor, ne zaman adi kullanici geri aliyor. " #: templates/settings.php:59 msgid "without any placeholder, e.g. \"objectClass=person\"." @@ -166,11 +167,11 @@ msgstr "Grup Süzgeci" #: templates/settings.php:63 msgid "Defines the filter to apply, when retrieving groups." -msgstr "" +msgstr "Filter uyunmak icin tayin ediyor, ne zaman grubalari tekrar aliyor. " #: templates/settings.php:64 msgid "without any placeholder, e.g. \"objectClass=posixGroup\"." -msgstr "" +msgstr "siz bir yer tutucu, mes. 'objectClass=posixGroup ('posixGrubu''. " #: templates/settings.php:68 msgid "Connection Settings" @@ -230,7 +231,7 @@ msgstr "SSL sertifika doğrulamasını kapat." msgid "" "If connection only works with this option, import the LDAP server's SSL " "certificate in your ownCloud server." -msgstr "" +msgstr "Bagladiginda, bunla secene sadece calisiyor, sunucu LDAP SSL sunucun ithal etemek, dneyme sizine sunucu ownClouden. " #: templates/settings.php:77 msgid "Not recommended, use for testing only." @@ -250,7 +251,7 @@ msgstr "" #: templates/settings.php:82 msgid "User Display Name Field" -msgstr "" +msgstr "Ekran Adi Kullanici, (Alan Adi Kullanici Ekrane)" #: templates/settings.php:82 msgid "The LDAP attribute to use to generate the user`s ownCloud name." @@ -274,11 +275,11 @@ msgstr "" #: templates/settings.php:85 msgid "Group Display Name Field" -msgstr "" +msgstr "Grub Ekrane Alani Adi" #: templates/settings.php:85 msgid "The LDAP attribute to use to generate the groups`s ownCloud name." -msgstr "" +msgstr "LDAP kullamayin grub adi ownCloud uremek icin. " #: templates/settings.php:86 msgid "Base Group Tree" diff --git a/l10n/uk/core.po b/l10n/uk/core.po index 7935fe6434d..52ea6b2eba9 100644 --- a/l10n/uk/core.po +++ b/l10n/uk/core.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dzubchikd@gmail.com>, 2012. -# <skoptev@ukr.net>, 2012. -# Soul Kim <warlock.rf@gmail.com>, 2012. -# <victor.dubiniuk@gmail.com>, 2012. -# <volodya327@gmail.com>, 2013. -# пан Володимир <volodya327@gmail.com>, 2013. +# Dmytro Dzubenko <dzubchikd@gmail.com>, 2012 +# skoptev <skoptev@ukr.net>, 2012 +# Soul Kim <warlock.rf@gmail.com>, 2012 +# VicDeo <victor.dubiniuk@gmail.com>, 2012 +# volodya327 <volodya327@gmail.com>, 2013 +# volodya327 <volodya327@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -299,7 +299,7 @@ msgstr "Опублікувати через посилання" msgid "Password protect" msgstr "Захистити паролем" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Пароль" @@ -415,7 +415,7 @@ msgid "Request failed!" msgstr "Невдалий запит!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Ім'я користувача" @@ -525,37 +525,37 @@ msgstr "Додатково" msgid "Data folder" msgstr "Каталог даних" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Налаштування бази даних" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "буде використано" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Користувач бази даних" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Пароль для бази даних" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Назва бази даних" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Таблиця бази даних" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Хост бази даних" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Завершити налаштування" @@ -567,33 +567,33 @@ msgstr "веб-сервіс під вашим контролем" msgid "Log out" msgstr "Вихід" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Автоматичний вхід в систему відхилений!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Якщо Ви не міняли пароль останнім часом, Ваш обліковий запис може бути скомпрометованим!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Будь ласка, змініть свій пароль, щоб знову захистити Ваш обліковий запис." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Забули пароль?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "запам'ятати" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Вхід" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Альтернативні Логіни" diff --git a/l10n/uk/files.po b/l10n/uk/files.po index 3afb162edb0..659dfb1d2a7 100644 --- a/l10n/uk/files.po +++ b/l10n/uk/files.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <dzubchikd@gmail.com>, 2012. -# <skoptev@ukr.net>, 2012. -# Soul Kim <warlock.rf@gmail.com>, 2012. -# пан Володимир <volodya327@gmail.com>, 2013. +# Dmytro Dzubenko <dzubchikd@gmail.com>, 2012 +# skoptev <skoptev@ukr.net>, 2012 +# Soul Kim <warlock.rf@gmail.com>, 2012 +# volodya327 <volodya327@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -82,15 +82,19 @@ msgstr "Невірний каталог." msgid "Files" msgstr "Файли" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Поділитися" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Видалити назавжди" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Видалити" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Перейменувати" diff --git a/l10n/uk/files_external.po b/l10n/uk/files_external.po index 9247439d556..2be7b986f9e 100644 --- a/l10n/uk/files_external.po +++ b/l10n/uk/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <skoptev@ukr.net>, 2012. -# <victor.dubiniuk@gmail.com>, 2012. -# пан Володимир <volodya327@gmail.com>, 2013. +# skoptev <skoptev@ukr.net>, 2012 +# VicDeo <victor.dubiniuk@gmail.com>, 2012 +# volodya327 <volodya327@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/owncloud/language/uk/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Будь ласка, надайте дійсний ключ та пар msgid "Error configuring Google Drive storage" msgstr "Помилка при налаштуванні сховища Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Попередження:</b> Клієнт \"smbclient\" не встановлено. Під'єднанатися до CIFS/SMB тек неможливо. Попрохайте системного адміністратора встановити його." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Попередження:</b> Підтримка FTP в PHP не увімкнута чи не встановлена. Під'єднанатися до FTP тек неможливо. Попрохайте системного адміністратора встановити її." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Зовнішні сховища" diff --git a/l10n/ur_PK/files.po b/l10n/ur_PK/files.po index acb0e8f71a5..2fe3e109a44 100644 --- a/l10n/ur_PK/files.po +++ b/l10n/ur_PK/files.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 15:44+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -78,15 +78,19 @@ msgstr "" msgid "Files" msgstr "" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/ur_PK/files_external.po b/l10n/ur_PK/files_external.po index f6e9d577bd0..691d297995e 100644 --- a/l10n/ur_PK/files_external.po +++ b/l10n/ur_PK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Urdu (Pakistan) (http://www.transifex.com/projects/p/owncloud/language/ur_PK/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/vi/core.po b/l10n/vi/core.po index 1accb85dd19..74db9891748 100644 --- a/l10n/vi/core.po +++ b/l10n/vi/core.po @@ -3,18 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <khanhnd@kenhgiaiphap.vn>, 2012. -# <mattheu.9x@gmail.com>, 2012. -# <mattheu_9x@yahoo.com>, 2012. -# sao sang <saosangmo@yahoo.com>, 2013. -# Son Nguyen <sonnghit@gmail.com>, 2012. -# Sơn Nguyễn <sonnghit@gmail.com>, 2012-2013. +# khanhnd <khanhnd@kenhgiaiphap.vn>, 2012 +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# saosangm <saosangmo@yahoo.com>, 2013 +# Sơn Nguyễn <sonnghit@gmail.com>, 2012 +# Sơn Nguyễn <sonnghit@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -299,7 +299,7 @@ msgstr "Chia sẻ với liên kết" msgid "Password protect" msgstr "Mật khẩu bảo vệ" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "Mật khẩu" @@ -415,7 +415,7 @@ msgid "Request failed!" msgstr "Yêu cầu của bạn không thành công !" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "Tên người dùng" @@ -525,37 +525,37 @@ msgstr "Nâng cao" msgid "Data folder" msgstr "Thư mục dữ liệu" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "Cấu hình cơ sở dữ liệu" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "được sử dụng" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "Người dùng cơ sở dữ liệu" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "Mật khẩu cơ sở dữ liệu" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "Tên cơ sở dữ liệu" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "Cơ sở dữ liệu tablespace" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "Database host" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "Cài đặt hoàn tất" @@ -567,33 +567,33 @@ msgstr "các dịch vụ web dưới sự kiểm soát của bạn" msgid "Log out" msgstr "Đăng xuất" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "Tự động đăng nhập đã bị từ chối !" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "Nếu bạn không thay đổi mật khẩu gần đây của bạn, tài khoản của bạn có thể gặp nguy hiểm!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "Vui lòng thay đổi mật khẩu của bạn để đảm bảo tài khoản của bạn một lần nữa." -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "Bạn quên mật khẩu ?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "ghi nhớ" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "Đăng nhập" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "Đăng nhập khác" diff --git a/l10n/vi/files.po b/l10n/vi/files.po index 79bf00204ab..8fec1845849 100644 --- a/l10n/vi/files.po +++ b/l10n/vi/files.po @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <khanhnd@kenhgiaiphap.vn>, 2012. -# <mattheu.9x@gmail.com>, 2012. -# <mattheu_9x@yahoo.com>, 2012. -# sao sang <saosangmo@yahoo.com>, 2013. -# Sơn Nguyễn <sonnghit@gmail.com>, 2012. +# khanhnd <khanhnd@kenhgiaiphap.vn>, 2012 +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# saosangm <saosangmo@yahoo.com>, 2013 +# Sơn Nguyễn <sonnghit@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -83,15 +83,19 @@ msgstr "Thư mục không hợp lệ" msgid "Files" msgstr "Tập tin" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "Chia sẻ" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "Xóa vĩnh vễn" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "Xóa" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "Sửa tên" diff --git a/l10n/vi/files_external.po b/l10n/vi/files_external.po index 1d8f070f127..3ad70cf8a43 100644 --- a/l10n/vi/files_external.po +++ b/l10n/vi/files_external.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <mattheu_9x@yahoo.com>, 2012. -# sao sang <saosangmo@yahoo.com>, 2013. -# Sơn Nguyễn <sonnghit@gmail.com>, 2012. +# mattheu_9x <mattheu.9x@gmail.com>, 2012 +# saosangm <saosangmo@yahoo.com>, 2013 +# Sơn Nguyễn <sonnghit@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/owncloud/language/vi/)\n" "MIME-Version: 1.0\n" @@ -40,19 +40,26 @@ msgstr "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã b msgid "Error configuring Google Drive storage" msgstr "Lỗi cấu hình lưu trữ Google Drive" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>Cảnh báo:</b> \"smbclient\" chưa được cài đặt. Mount CIFS/SMB shares là không thể thực hiện được. Hãy hỏi người quản trị hệ thống để cài đặt nó." -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>Cảnh báo:</b> FTP trong PHP chưa được cài đặt hoặc chưa được mở. Mount FTP shares là không thể. Xin hãy yêu cầu quản trị hệ thống của bạn cài đặt nó." +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "Lưu trữ ngoài" diff --git a/l10n/zh_CN.GB2312/core.po b/l10n/zh_CN.GB2312/core.po index b40e2288440..73282c1f37e 100644 --- a/l10n/zh_CN.GB2312/core.po +++ b/l10n/zh_CN.GB2312/core.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <bluehattree@126.com>, 2012. -# HO Gin Wang <kopisee@qq.com>, 2013. -# marguerite su <i@marguerite.su>, 2012. +# bluehattree <bluehattree@126.com>, 2012 +# kopisee <kopisee@qq.com>, 2013 +# marguerite su <i@marguerite.su>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" @@ -296,7 +296,7 @@ msgstr "分享链接" msgid "Password protect" msgstr "密码保护" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "密码" @@ -412,7 +412,7 @@ msgid "Request failed!" msgstr "请求失败!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "用户名" @@ -522,37 +522,37 @@ msgstr "进阶" msgid "Data folder" msgstr "数据存放文件夹" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "配置数据库" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "将会使用" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "数据库用户" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "数据库密码" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "数据库用户名" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "数据库表格空间" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "数据库主机" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "完成安装" @@ -564,33 +564,33 @@ msgstr "你控制下的网络服务" msgid "Log out" msgstr "注销" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自动登录被拒绝!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "如果您最近没有修改您的密码,那您的帐号可能被攻击了!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "请修改您的密码以保护账户。" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "忘记密码?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "备忘" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "登陆" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "备选登录" diff --git a/l10n/zh_CN.GB2312/files.po b/l10n/zh_CN.GB2312/files.po index e08b45e55c1..d874322e7dd 100644 --- a/l10n/zh_CN.GB2312/files.po +++ b/l10n/zh_CN.GB2312/files.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <bluehattree@126.com>, 2012. -# marguerite su <i@marguerite.su>, 2012. +# bluehattree <bluehattree@126.com>, 2012 +# marguerite su <i@marguerite.su>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" @@ -80,15 +80,19 @@ msgstr "" msgid "Files" msgstr "文件" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "分享" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "删除" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "重命名" diff --git a/l10n/zh_CN.GB2312/files_external.po b/l10n/zh_CN.GB2312/files_external.po index d3602f8d94d..b0d5fc841d3 100644 --- a/l10n/zh_CN.GB2312/files_external.po +++ b/l10n/zh_CN.GB2312/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# HO Gin Wang <kopisee@qq.com>, 2013. -# marguerite su <i@marguerite.su>, 2012. +# kopisee <kopisee@qq.com>, 2013 +# marguerite su <i@marguerite.su>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (GB2312) (http://www.transifex.com/projects/p/owncloud/language/zh_CN.GB2312/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "请提供一个有效的 Dropbox app key 和 secret。" msgid "Error configuring Google Drive storage" msgstr "配置 Google Drive 存储失败" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>注意:</b>“SMB客户端”未安装。CIFS/SMB分享不可用。请向您的系统管理员请求安装该客户端。" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>注意:</b>PHP的FTP支持尚未启用或未安装。FTP分享不可用。请向您的系统管理员请求安装。" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "外部存储" diff --git a/l10n/zh_CN/core.po b/l10n/zh_CN/core.po index 8b0bba0a795..6e259b6cfed 100644 --- a/l10n/zh_CN/core.po +++ b/l10n/zh_CN/core.po @@ -3,20 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <appweb.cn@gmail.com>, 2012. -# Dianjin Wang <1132321739qq@gmail.com>, 2012. -# Phoenix Nemo <>, 2012. -# <rainofchaos@gmail.com>, 2013. -# <suiy02@gmail.com>, 2012. -# <wengxt@gmail.com>, 2013. -# <wengxt@gmail.com>, 2011, 2012. +# hanfeng <appweb.cn@gmail.com>, 2012 +# Dianjin Wang <1132321739qq@gmail.com>, 2012 +# Phoenix Nemo <>, 2012 +# leonfeng <rainofchaos@gmail.com>, 2013 +# waterone <suiy02@gmail.com>, 2012 +# Xuetian Weng <wengxt@gmail.com>, 2013 +# Xuetian Weng <wengxt@gmail.com>, 2011, 2012 +# zhangmin <zm1990s@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" +"Last-Translator: zhangmin <zm1990s@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -300,7 +301,7 @@ msgstr "共享链接" msgid "Password protect" msgstr "密码保护" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "密码" @@ -416,7 +417,7 @@ msgid "Request failed!" msgstr "请求失败!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "用户名" @@ -483,11 +484,11 @@ msgstr "安全警告" #: templates/installation.php:25 msgid "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" -msgstr "" +msgstr "你的PHP版本容易受到空字节攻击 (CVE-2006-7243)" #: templates/installation.php:26 msgid "Please update your PHP installation to use ownCloud securely." -msgstr "" +msgstr "为保证安全使用 ownCloud 请更新您的PHP。" #: templates/installation.php:32 msgid "" @@ -526,37 +527,37 @@ msgstr "高级" msgid "Data folder" msgstr "数据目录" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "配置数据库" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "将被使用" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "数据库用户" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "数据库密码" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "数据库名" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "数据库表空间" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "数据库主机" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "安装完成" @@ -568,33 +569,33 @@ msgstr "由您掌控的网络服务" msgid "Log out" msgstr "注销" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自动登录被拒绝!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "如果您没有最近修改您的密码,您的帐户可能会受到影响!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "请修改您的密码,以保护您的账户安全。" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "忘记密码?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" -msgstr "" +msgstr "记住" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "登录" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "其他登录方式" diff --git a/l10n/zh_CN/files.po b/l10n/zh_CN/files.po index f16dc8ac1a4..f1c860f7e0c 100644 --- a/l10n/zh_CN/files.po +++ b/l10n/zh_CN/files.po @@ -3,19 +3,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <appweb.cn@gmail.com>, 2012. -# Dianjin Wang <1132321739qq@gmail.com>, 2012. -# marguerite su <i@marguerite.su>, 2013. -# <rainofchaos@gmail.com>, 2012. -# <suiy02@gmail.com>, 2012. -# <wengxt@gmail.com>, 2013. -# <wengxt@gmail.com>, 2011, 2012. +# hanfeng <appweb.cn@gmail.com>, 2012 +# Dianjin Wang <1132321739qq@gmail.com>, 2012 +# marguerite su <i@marguerite.su>, 2013 +# leonfeng <rainofchaos@gmail.com>, 2012 +# waterone <suiy02@gmail.com>, 2012 +# Xuetian Weng <wengxt@gmail.com>, 2013 +# Xuetian Weng <wengxt@gmail.com>, 2011, 2012 +# zhangmin <zm1990s@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -85,15 +86,19 @@ msgstr "无效文件夹。" msgid "Files" msgstr "文件" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "分享" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "永久删除" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "删除" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "重命名" @@ -135,7 +140,7 @@ msgstr "1个文件上传中" #: js/filelist.js:409 js/filelist.js:463 msgid "files uploading" -msgstr "" +msgstr "文件上传中" #: js/files.js:52 msgid "'.' is an invalid file name." diff --git a/l10n/zh_CN/files_external.po b/l10n/zh_CN/files_external.po index 71015f5413d..9ee0d64daf6 100644 --- a/l10n/zh_CN/files_external.po +++ b/l10n/zh_CN/files_external.po @@ -3,16 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <appweb.cn@gmail.com>, 2012. -# Dianjin Wang <1132321739qq@gmail.com>, 2012. -# marguerite su <i@marguerite.su>, 2013. +# hanfeng <appweb.cn@gmail.com>, 2012 +# Dianjin Wang <1132321739qq@gmail.com>, 2012 +# marguerite su <i@marguerite.su>, 2013 +# zhangmin <zm1990s@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" -"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" +"POT-Creation-Date: 2013-04-24 17:44+0200\n" +"PO-Revision-Date: 2013-04-24 04:00+0000\n" +"Last-Translator: zhangmin <zm1990s@gmail.com>\n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,19 +41,26 @@ msgstr "请提供有效的Dropbox应用key和secret" msgid "Error configuring Google Drive storage" msgstr "配置Google Drive存储时出错" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "<b>警告:</b>“smbclient” 尚未安装。CIFS/SMB 分享挂载无法实现。请咨询系统管理员进行安装。" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "<b>警告:</b>PHP中尚未启用或安装FTP。FTP 分享挂载无法实现。请咨询系统管理员进行安装。" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "<b>警告:</b> PHP中未启用或未安装Curl支持。ownCloud / WebDAV 或 GoogleDrive 不能挂载。请请求您的系统管理员安装该它。" + #: templates/settings.php:3 msgid "External Storage" msgstr "外部存储" diff --git a/l10n/zh_HK/core.po b/l10n/zh_HK/core.po index 2d4729abd32..b25f65cbed9 100644 --- a/l10n/zh_HK/core.po +++ b/l10n/zh_HK/core.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <amanda.shuuemura@gmail.com>, 2012. -# Dennis <dtsang29@hotmail.com>, 2013. +# amanda.shuuemura <amanda.shuuemura@gmail.com>, 2012 +# dtsang29 <dtsang29@hotmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -295,7 +295,7 @@ msgstr "以連結分享" msgid "Password protect" msgstr "密碼保護" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "密碼" @@ -411,7 +411,7 @@ msgid "Request failed!" msgstr "請求失敗" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "用戶名稱" @@ -521,37 +521,37 @@ msgstr "進階" msgid "Data folder" msgstr "" -#: templates/installation.php:73 +#: templates/installation.php:74 msgid "Configure the database" msgstr "設定資料庫" -#: templates/installation.php:78 templates/installation.php:90 -#: templates/installation.php:101 templates/installation.php:112 -#: templates/installation.php:124 +#: templates/installation.php:79 templates/installation.php:91 +#: templates/installation.php:102 templates/installation.php:113 +#: templates/installation.php:125 msgid "will be used" msgstr "將被使用" -#: templates/installation.php:136 +#: templates/installation.php:137 msgid "Database user" msgstr "資料庫帳戶" -#: templates/installation.php:143 +#: templates/installation.php:144 msgid "Database password" msgstr "資料庫密碼" -#: templates/installation.php:148 +#: templates/installation.php:149 msgid "Database name" msgstr "資料庫名稱" -#: templates/installation.php:158 +#: templates/installation.php:159 msgid "Database tablespace" msgstr "" -#: templates/installation.php:165 +#: templates/installation.php:166 msgid "Database host" msgstr "" -#: templates/installation.php:171 +#: templates/installation.php:172 msgid "Finish setup" msgstr "" @@ -563,33 +563,33 @@ msgstr "" msgid "Log out" msgstr "登出" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自動登入被拒" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "如果你近期未曾更改密碼, 你的帳號可能被洩露!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "請更改你的密碼以保護你的帳戶" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "忘記密碼" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "記住" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "登入" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "" diff --git a/l10n/zh_HK/files.po b/l10n/zh_HK/files.po index 4bdea350bbf..2a0d9458c60 100644 --- a/l10n/zh_HK/files.po +++ b/l10n/zh_HK/files.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <amanda.shuuemura@gmail.com>, 2013. +# amanda.shuuemura <amanda.shuuemura@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:21+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -79,15 +79,19 @@ msgstr "" msgid "Files" msgstr "文件" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "分享" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "刪除" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "" diff --git a/l10n/zh_HK/files_external.po b/l10n/zh_HK/files_external.po index c58c75be333..e59fea5516c 100644 --- a/l10n/zh_HK/files_external.po +++ b/l10n/zh_HK/files_external.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/owncloud/language/zh_HK/)\n" "MIME-Version: 1.0\n" @@ -37,19 +37,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "" diff --git a/l10n/zh_TW/core.po b/l10n/zh_TW/core.po index 83022879f37..22db10f4eae 100644 --- a/l10n/zh_TW/core.po +++ b/l10n/zh_TW/core.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-20 01:59+0200\n" -"PO-Revision-Date: 2013-04-19 04:10+0000\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" "Last-Translator: admachen <admachen@gmail.com>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -300,7 +300,7 @@ msgstr "使用連結分享" msgid "Password protect" msgstr "密碼保護" -#: js/share.js:169 templates/installation.php:54 templates/login.php:35 +#: js/share.js:169 templates/installation.php:54 templates/login.php:26 msgid "Password" msgstr "密碼" @@ -416,7 +416,7 @@ msgid "Request failed!" msgstr "請求失敗!" #: lostpassword/templates/lostpassword.php:11 templates/installation.php:48 -#: templates/login.php:28 +#: templates/login.php:19 msgid "Username" msgstr "使用者名稱" @@ -568,33 +568,33 @@ msgstr "由您控制的網路服務" msgid "Log out" msgstr "登出" -#: templates/login.php:10 +#: templates/login.php:9 msgid "Automatic logon rejected!" msgstr "自動登入被拒!" -#: templates/login.php:11 +#: templates/login.php:10 msgid "" "If you did not change your password recently, your account may be " "compromised!" msgstr "如果您最近並未更改密碼,您的帳號可能已經遭到入侵!" -#: templates/login.php:13 +#: templates/login.php:12 msgid "Please change your password to secure your account again." msgstr "請更改您的密碼以再次取得您帳戶的控制權。" -#: templates/login.php:19 +#: templates/login.php:34 msgid "Lost your password?" msgstr "忘記密碼?" -#: templates/login.php:41 +#: templates/login.php:39 msgid "remember" msgstr "記住" -#: templates/login.php:43 +#: templates/login.php:41 msgid "Log in" msgstr "登入" -#: templates/login.php:49 +#: templates/login.php:47 msgid "Alternative Logins" msgstr "替代登入方法" diff --git a/l10n/zh_TW/files.po b/l10n/zh_TW/files.po index 3ef4705fcd4..6b85e02d5b2 100644 --- a/l10n/zh_TW/files.po +++ b/l10n/zh_TW/files.po @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-20 01:58+0200\n" -"PO-Revision-Date: 2013-04-19 04:10+0000\n" -"Last-Translator: admachen <admachen@gmail.com>\n" +"POT-Creation-Date: 2013-04-24 18:30+0200\n" +"PO-Revision-Date: 2013-04-24 16:00+0000\n" +"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -87,15 +87,19 @@ msgstr "無效的資料夾。" msgid "Files" msgstr "檔案" -#: js/fileactions.js:125 +#: js/fileactions.js:116 +msgid "Share" +msgstr "分享" + +#: js/fileactions.js:126 msgid "Delete permanently" msgstr "永久刪除" -#: js/fileactions.js:127 templates/index.php:94 templates/index.php:95 +#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95 msgid "Delete" msgstr "刪除" -#: js/fileactions.js:193 +#: js/fileactions.js:194 msgid "Rename" msgstr "重新命名" diff --git a/l10n/zh_TW/files_external.po b/l10n/zh_TW/files_external.po index 2381134dcbf..2b73060b12a 100644 --- a/l10n/zh_TW/files_external.po +++ b/l10n/zh_TW/files_external.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <admin@alphacorp.tk>, 2013. -# <dw4dev@gmail.com>, 2012. +# Hydriz <admin@alphacorp.tk>, 2013 +# dw4dev <dw4dev@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n" -"POT-Creation-Date: 2013-04-17 02:20+0200\n" -"PO-Revision-Date: 2013-04-17 00:22+0000\n" +"POT-Creation-Date: 2013-04-24 01:57+0200\n" +"PO-Revision-Date: 2013-04-23 23:58+0000\n" "Last-Translator: I Robot <owncloud-bot@tmit.eu>\n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/owncloud/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -39,19 +39,26 @@ msgstr "" msgid "Error configuring Google Drive storage" msgstr "" -#: lib/config.php:424 +#: lib/config.php:431 msgid "" "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares " "is not possible. Please ask your system administrator to install it." msgstr "" -#: lib/config.php:427 +#: lib/config.php:434 msgid "" "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting" " of FTP shares is not possible. Please ask your system administrator to " "install it." msgstr "" +#: lib/config.php:437 +msgid "" +"<b>Warning:</b> The Curl support in PHP is not enabled or installed. " +"Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask " +"your system administrator to install it." +msgstr "" + #: templates/settings.php:3 msgid "External Storage" msgstr "外部儲存裝置" diff --git a/lib/base.php b/lib/base.php index 7b0967df9f9..e3b6a58bb2d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -467,11 +467,11 @@ class OC { stream_wrapper_register('close', 'OC\Files\Stream\Close'); stream_wrapper_register('oc', 'OC\Files\Stream\OC'); + self::initTemplateEngine(); self::checkConfig(); self::checkInstalled(); self::checkSSL(); self::initSession(); - self::initTemplateEngine(); $errors = OC_Util::checkServer(); if (count($errors) > 0) { @@ -631,8 +631,13 @@ class OC { // Handle redirect URL for logged in users if (isset($_REQUEST['redirect_url']) && OC_User::isLoggedIn()) { $location = OC_Helper::makeURLAbsolute(urldecode($_REQUEST['redirect_url'])); - header('Location: ' . $location); - return; + + // Deny the redirect if the URL contains a @ + // This prevents unvalidated redirects like ?redirect_url=:user@domain.com + if (strpos($location, '@') === FALSE) { + header('Location: ' . $location); + return; + } } // Handle WebDAV if ($_SERVER['REQUEST_METHOD'] == 'PROPFIND') { diff --git a/lib/files/view.php b/lib/files/view.php index f607bb59aac..0da104c107e 100644 --- a/lib/files/view.php +++ b/lib/files/view.php @@ -245,13 +245,13 @@ class View { if (!is_null($mtime) and !is_numeric($mtime)) { $mtime = strtotime($mtime); } - + $hooks = array('touch'); - + if (!$this->file_exists($path)) { $hooks[] = 'write'; } - + return $this->basicOperation('touch', $path, $hooks, $mtime); } @@ -263,11 +263,12 @@ class View { if (is_resource($data)) { //not having to deal with streams in file_put_contents makes life easier $absolutePath = Filesystem::normalizePath($this->getAbsolutePath($path)); if (\OC_FileProxy::runPreProxies('file_put_contents', $absolutePath, $data) - && Filesystem::isValidPath($path)) { + && Filesystem::isValidPath($path) + ) { $path = $this->getRelativePath($absolutePath); $exists = $this->file_exists($path); $run = true; - if ($this->fakeRoot == Filesystem::getRoot() && ! Cache\Scanner::isIgnoredFile($path) ) { + if ($this->fakeRoot == Filesystem::getRoot() && !Cache\Scanner::isIgnoredFile($path)) { if (!$exists) { \OC_Hook::emit( Filesystem::CLASSNAME, @@ -295,7 +296,7 @@ class View { list ($count, $result) = \OC_Helper::streamCopy($data, $target); fclose($target); fclose($data); - if ($this->fakeRoot == Filesystem::getRoot() && ! Cache\Scanner::isIgnoredFile($path) ) { + if ($this->fakeRoot == Filesystem::getRoot() && !Cache\Scanner::isIgnoredFile($path)) { if (!$exists) { \OC_Hook::emit( Filesystem::CLASSNAME, @@ -335,8 +336,11 @@ class View { $postFix2 = (substr($path2, -1, 1) === '/') ? '/' : ''; $absolutePath1 = Filesystem::normalizePath($this->getAbsolutePath($path1)); $absolutePath2 = Filesystem::normalizePath($this->getAbsolutePath($path2)); - if (\OC_FileProxy::runPreProxies('rename', $absolutePath1, $absolutePath2) - and Filesystem::isValidPath($path2)) { + if ( + \OC_FileProxy::runPreProxies('rename', $absolutePath1, $absolutePath2) + and Filesystem::isValidPath($path2) + and Filesystem::isValidPath($path1) + ) { $path1 = $this->getRelativePath($absolutePath1); $path2 = $this->getRelativePath($absolutePath2); @@ -396,7 +400,11 @@ class View { $postFix2 = (substr($path2, -1, 1) === '/') ? '/' : ''; $absolutePath1 = Filesystem::normalizePath($this->getAbsolutePath($path1)); $absolutePath2 = Filesystem::normalizePath($this->getAbsolutePath($path2)); - if (\OC_FileProxy::runPreProxies('copy', $absolutePath1, $absolutePath2) and Filesystem::isValidPath($path2)) { + if ( + \OC_FileProxy::runPreProxies('copy', $absolutePath1, $absolutePath2) + and Filesystem::isValidPath($path2) + and Filesystem::isValidPath($path1) + ) { $path1 = $this->getRelativePath($absolutePath1); $path2 = $this->getRelativePath($absolutePath2); @@ -627,7 +635,7 @@ class View { private function runHooks($hooks, $path, $post = false) { $prefix = ($post) ? 'post_' : ''; $run = true; - if (Filesystem::$loaded and $this->fakeRoot == Filesystem::getRoot() && ! Cache\Scanner::isIgnoredFile($path) ) { + if (Filesystem::$loaded and $this->fakeRoot == Filesystem::getRoot() && !Cache\Scanner::isIgnoredFile($path)) { foreach ($hooks as $hook) { if ($hook != 'read') { \OC_Hook::emit( @@ -931,11 +939,11 @@ class View { } /** - * Get the owner for a file or folder - * - * @param string $path - * @return string - */ + * Get the owner for a file or folder + * + * @param string $path + * @return string + */ public function getOwner($path) { return $this->basicOperation('getOwner', $path); } diff --git a/lib/helper.php b/lib/helper.php index 73484ad913f..2ba70294f4b 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -159,7 +159,7 @@ class OC_Helper { */ public static function imagePath( $app, $image ) { // Read the selected theme from the config file - $theme=OC_Config::getValue( "theme" ); + $theme = OC_Util::getTheme(); // Check if the app is in the app folder if( file_exists( OC::$SERVERROOT."/themes/$theme/apps/$app/img/$image" )) { diff --git a/lib/mimetypes.list.php b/lib/mimetypes.list.php index 86ce9c6c237..9135a7e3af2 100644 --- a/lib/mimetypes.list.php +++ b/lib/mimetypes.list.php @@ -98,5 +98,9 @@ return array( 'epub' => 'application/epub+zip', 'mobi' => 'application/x-mobipocket-ebook', 'exe' => 'application', - 'msi' => 'application' + 'msi' => 'application', + 'md' => 'text/markdown', + 'markdown' => 'text/markdown', + 'mdown' => 'text/markdown', + 'mdwn' => 'text/markdown' ); diff --git a/lib/setup.php b/lib/setup.php index c330729298e..d1197b3ebf3 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -828,6 +828,10 @@ class OC_Setup { $content.= "AddType image/svg+xml svg svgz\n"; $content.= "AddEncoding gzip svgz\n"; $content.= "</IfModule>\n"; + $content.= "<IfModule dir_module>\n"; + $content.= "DirectoryIndex index.php index.html\n"; + $content.= "</IfModule>\n"; + $content.= "AddDefaultCharset utf-8\n"; $content.= "Options -Indexes\n"; @file_put_contents(OC::$SERVERROOT.'/.htaccess', $content); //supress errors in case we don't have permissions for it diff --git a/lib/template.php b/lib/template.php index 434c1e9e990..2f535335648 100644 --- a/lib/template.php +++ b/lib/template.php @@ -186,10 +186,15 @@ class OC_Template{ $this->l10n = OC_L10N::get($parts[0]); // Some headers to enhance security - header('X-Frame-Options: Sameorigin'); // Disallow iFraming from other domains header('X-XSS-Protection: 1; mode=block'); // Enforce browser based XSS filters header('X-Content-Type-Options: nosniff'); // Disable sniffing the content type for IE + // iFrame Restriction Policy + $xFramePolicy = OC_Config::getValue('xframe_restriction', true); + if($xFramePolicy) { + header('X-Frame-Options: Sameorigin'); // Disallow iFraming from other domains + } + // Content Security Policy // If you change the standard policy, please also change it in config.sample.php $policy = OC_Config::getValue('custom_csp_policy', @@ -198,7 +203,8 @@ class OC_Template{ .'style-src \'self\' \'unsafe-inline\'; ' .'frame-src *; ' .'img-src *; ' - .'font-src \'self\' data:'); + .'font-src \'self\' data:; ' + .'media-src *'); header('Content-Security-Policy:'.$policy); // Standard $this->findTemplate($name); @@ -272,7 +278,7 @@ class OC_Template{ protected function findTemplate($name) { // Read the selected theme from the config file - $theme=OC_Config::getValue( "theme" ); + $theme = OC_Util::getTheme(); // Read the detected formfactor and use the right file name. $fext = self::getFormFactorExtension(); diff --git a/lib/templatelayout.php b/lib/templatelayout.php index 69bebac0503..3c496f56e41 100644 --- a/lib/templatelayout.php +++ b/lib/templatelayout.php @@ -103,7 +103,7 @@ class OC_TemplateLayout extends OC_Template { static public function findStylesheetFiles($styles) { // Read the selected theme from the config file - $theme=OC_Config::getValue( 'theme' ); + $theme = OC_Util::getTheme(); // Read the detected formfactor and use the right file name. $fext = self::getFormFactorExtension(); @@ -162,7 +162,7 @@ class OC_TemplateLayout extends OC_Template { static public function findJavascriptFiles($scripts) { // Read the selected theme from the config file - $theme=OC_Config::getValue( 'theme' ); + $theme = OC_Util::getTheme(); // Read the detected formfactor and use the right file name. $fext = self::getFormFactorExtension(); diff --git a/lib/util.php b/lib/util.php index 38453c1ce92..810593358a5 100755 --- a/lib/util.php +++ b/lib/util.php @@ -795,4 +795,25 @@ class OC_Util { return (substr(PHP_OS, 0, 3) === "WIN"); } + + /** + * Handles the case that there may not be a theme, then check if a "default" + * theme exists and take that one + * @return string the theme + */ + public static function getTheme() { + $theme = OC_Config::getValue("theme"); + + if(is_null($theme)) { + + if(is_dir(OC::$SERVERROOT . '/themes/default')) { + $theme = 'default'; + } + + } + + return $theme; + } + + } diff --git a/settings/l10n/bg_BG.php b/settings/l10n/bg_BG.php index b096fb902f6..da2be46129b 100644 --- a/settings/l10n/bg_BG.php +++ b/settings/l10n/bg_BG.php @@ -2,10 +2,13 @@ "Authentication error" => "Възникна проблем с идентификацията", "Group already exists" => "Групата вече съществува", "Unable to add group" => "Невъзможно добавяне на група", +"Email saved" => "Email адреса е записан", +"Invalid email" => "Невалиден Email адрес", "Unable to delete group" => "Невъзможно изтриване на група", "Unable to delete user" => "Невъзможно изтриване на потребител", "Language changed" => "Езикът е променен", "Invalid request" => "Невалидна заявка", +"Update to {appversion}" => "Обновяване до {appversion}", "Disable" => "Изключено", "Enable" => "Включено", "Please wait...." => "Моля почакайте....", @@ -17,8 +20,11 @@ "undo" => "възтановяване", "Groups" => "Групи", "Delete" => "Изтриване", +"add group" => "нова група", "__language_name__" => "__language_name__", "Please double check the <a href='%s'>installation guides</a>." => "Моля направете повторна справка с <a href='%s'>ръководството за инсталиране</a>.", +"Cron" => "Крон", +"Sharing" => "Споделяне", "More" => "Още", "Less" => "По-малко", "Version" => "Версия", diff --git a/settings/l10n/cy_GB.php b/settings/l10n/cy_GB.php index eea702bde98..09b5de4e667 100644 --- a/settings/l10n/cy_GB.php +++ b/settings/l10n/cy_GB.php @@ -2,6 +2,7 @@ "Authentication error" => "Gwall dilysu", "Invalid request" => "Cais annilys", "Error" => "Gwall", +"Saving..." => "Yn cadw...", "undo" => "dadwneud", "Delete" => "Dileu", "Security Warning" => "Rhybudd Diogelwch", |