mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
merge master into filesystem
This commit is contained in:
commit
b7eb3f3dff
189 changed files with 3103 additions and 2101 deletions
1
AUTHORS
1
AUTHORS
|
|
@ -17,6 +17,7 @@ ownCloud is written by:
|
|||
Sam Tuke
|
||||
Simon Birnbach
|
||||
Lukas Reschke
|
||||
Christian Reiner
|
||||
…
|
||||
|
||||
With help from many libraries and frameworks including:
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -157,7 +157,7 @@ $(document).ready(function(){
|
|||
var downloadScope = 'file';
|
||||
}
|
||||
FileActions.register(downloadScope,'Download', OC.PERMISSION_READ, function(){return OC.imagePath('core','actions/download');},function(filename){
|
||||
window.location=OC.filePath('files', 'ajax', 'download.php') + encodeURIComponent('?files='+encodeURIComponent(filename)+'&dir='+encodeURIComponent($('#dir').val()));
|
||||
window.location=OC.filePath('files', 'ajax', 'download.php') + '&files='+encodeURIComponent(filename)+'&dir='+encodeURIComponent($('#dir').val());
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nelze odeslat Váš soubor, protože je to adresář nebo má velikost 0 bajtů",
|
||||
"Upload Error" => "Chyba odesílání",
|
||||
"Pending" => "Čekající",
|
||||
"1 file uploading" => "odesílá se 1 soubor",
|
||||
"files uploading" => "souborů se odesílá",
|
||||
"Upload cancelled." => "Odesílání zrušeno.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušení nahrávání.",
|
||||
"Invalid name, '/' is not allowed." => "Neplatný název, znak '/' není povolen",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "složky",
|
||||
"file" => "soubor",
|
||||
"files" => "soubory",
|
||||
"seconds ago" => "před pár sekundami",
|
||||
"minute ago" => "před minutou",
|
||||
"minutes ago" => "před pár minutami",
|
||||
"today" => "dnes",
|
||||
"yesterday" => "včera",
|
||||
"days ago" => "před pár dny",
|
||||
"last month" => "minulý měsíc",
|
||||
"months ago" => "před pár měsíci",
|
||||
"last year" => "minulý rok",
|
||||
"years ago" => "před pár lety",
|
||||
"File handling" => "Zacházení se soubory",
|
||||
"Maximum upload size" => "Maximální velikost pro odesílání",
|
||||
"max. possible: " => "největší možná: ",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"Missing a temporary folder" => "Temporärer Ordner fehlt.",
|
||||
"Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte",
|
||||
"Files" => "Dateien",
|
||||
"Unshare" => "Nicht mehr teilen",
|
||||
"Unshare" => "Nicht mehr freigeben",
|
||||
"Delete" => "Löschen",
|
||||
"Rename" => "Umbenennen",
|
||||
"already exists" => "ist bereits vorhanden",
|
||||
|
|
@ -17,13 +17,15 @@
|
|||
"replaced" => "ersetzt",
|
||||
"undo" => "rückgängig machen",
|
||||
"with" => "mit",
|
||||
"unshared" => "Nicht mehr teilen",
|
||||
"unshared" => "Nicht mehr freigegeben",
|
||||
"deleted" => "gelöscht",
|
||||
"generating ZIP-file, it may take some time." => "Erstelle ZIP-Datei. Dies kann eine Weile dauern.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis ist oder 0 Bytes hat.",
|
||||
"Upload Error" => "Fehler beim Hochladen",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist.",
|
||||
"Upload Error" => "Fehler beim Upload",
|
||||
"Pending" => "Ausstehend",
|
||||
"Upload cancelled." => "Hochladen abgebrochen.",
|
||||
"1 file uploading" => "Eine Datei wird hoch geladen",
|
||||
"files uploading" => "Dateien werden hoch geladen",
|
||||
"Upload cancelled." => "Upload abgebrochen.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.",
|
||||
"Invalid name, '/' is not allowed." => "Ungültiger Name: \"/\" ist nicht erlaubt.",
|
||||
"files scanned" => "Dateien gescannt",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "Ordner",
|
||||
"file" => "Datei",
|
||||
"files" => "Dateien",
|
||||
"seconds ago" => "Sekunden her",
|
||||
"minute ago" => "Minute her",
|
||||
"minutes ago" => "Minuten her",
|
||||
"today" => "Heute",
|
||||
"yesterday" => "Gestern",
|
||||
"days ago" => "Tage her",
|
||||
"last month" => "Letzten Monat",
|
||||
"months ago" => "Monate her",
|
||||
"last year" => "Letztes Jahr",
|
||||
"years ago" => "Jahre her",
|
||||
"File handling" => "Dateibehandlung",
|
||||
"Maximum upload size" => "Maximale Upload-Größe",
|
||||
"max. possible: " => "maximal möglich:",
|
||||
|
|
@ -46,7 +58,7 @@
|
|||
"New" => "Neu",
|
||||
"Text file" => "Textdatei",
|
||||
"Folder" => "Ordner",
|
||||
"From url" => "URL",
|
||||
"From url" => "Von einer URL",
|
||||
"Upload" => "Hochladen",
|
||||
"Cancel upload" => "Upload abbrechen",
|
||||
"Nothing in here. Upload something!" => "Alles leer. Lade etwas hoch!",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"Files" => "Αρχεία",
|
||||
"Unshare" => "Διακοπή κοινής χρήσης",
|
||||
"Delete" => "Διαγραφή",
|
||||
"Rename" => "Μετονομασία",
|
||||
"already exists" => "υπάρχει ήδη",
|
||||
"replace" => "αντικατέστησε",
|
||||
"suggest name" => "συνιστώμενο όνομα",
|
||||
|
|
@ -22,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Αδυναμία στην μεταφόρτωση του αρχείου σας αφού είναι φάκελος ή έχει 0 bytes",
|
||||
"Upload Error" => "Σφάλμα Μεταφόρτωσης",
|
||||
"Pending" => "Εκκρεμεί",
|
||||
"1 file uploading" => "1 αρχείο ανεβαίνει",
|
||||
"files uploading" => "αρχεία ανεβαίνουν",
|
||||
"Upload cancelled." => "Η μεταφόρτωση ακυρώθηκε.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Η μεταφόρτωση του αρχείου βρίσκεται σε εξέλιξη. Έξοδος από την σελίδα τώρα θα ακυρώσει την μεταφόρτωση.",
|
||||
"Invalid name, '/' is not allowed." => "Μη έγκυρο όνομα, το '/' δεν επιτρέπεται.",
|
||||
|
|
@ -34,6 +37,16 @@
|
|||
"folders" => "φάκελοι",
|
||||
"file" => "αρχείο",
|
||||
"files" => "αρχεία",
|
||||
"seconds ago" => "δευτερόλεπτα πριν",
|
||||
"minute ago" => "λεπτό πριν",
|
||||
"minutes ago" => "λεπτά πριν",
|
||||
"today" => "σήμερα",
|
||||
"yesterday" => "χτες",
|
||||
"days ago" => "μέρες πριν",
|
||||
"last month" => "τελευταίο μήνα",
|
||||
"months ago" => "μήνες πριν",
|
||||
"last year" => "τελευταίο χρόνο",
|
||||
"years ago" => "χρόνια πριν",
|
||||
"File handling" => "Διαχείριση αρχείων",
|
||||
"Maximum upload size" => "Μέγιστο μέγεθος μεταφόρτωσης",
|
||||
"max. possible: " => "μέγιστο δυνατό:",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "No ha sido posible subir tu archivo porque es un directorio o tiene 0 bytes",
|
||||
"Upload Error" => "Error al subir el archivo",
|
||||
"Pending" => "Pendiente",
|
||||
"1 file uploading" => "subiendo 1 archivo",
|
||||
"files uploading" => "archivos subiendo",
|
||||
"Upload cancelled." => "Subida cancelada.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Salir de la página ahora cancelará la subida.",
|
||||
"Invalid name, '/' is not allowed." => "Nombre no válido, '/' no está permitido.",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "carpetas",
|
||||
"file" => "archivo",
|
||||
"files" => "archivos",
|
||||
"seconds ago" => "hace segundos",
|
||||
"minute ago" => "minuto",
|
||||
"minutes ago" => "hace minutos",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"days ago" => "días",
|
||||
"last month" => "mes pasado",
|
||||
"months ago" => "hace meses",
|
||||
"last year" => "año pasado",
|
||||
"years ago" => "hace años",
|
||||
"File handling" => "Tratamiento de archivos",
|
||||
"Maximum upload size" => "Tamaño máximo de subida",
|
||||
"max. possible: " => "máx. posible:",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "No fue posible subir tu archivo porque es un directorio o su tamaño es 0 bytes",
|
||||
"Upload Error" => "Error al subir el archivo",
|
||||
"Pending" => "Pendiente",
|
||||
"1 file uploading" => "Subiendo 1 archivo",
|
||||
"files uploading" => "Subiendo archivos",
|
||||
"Upload cancelled." => "La subida fue cancelada",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "La subida del archivo está en proceso. Si salís de la página ahora, la subida se cancelará.",
|
||||
"Invalid name, '/' is not allowed." => "Nombre no válido, '/' no está permitido.",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "carpetas",
|
||||
"file" => "archivo",
|
||||
"files" => "archivos",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"minute ago" => "hace un minuto",
|
||||
"minutes ago" => "minutos atrás",
|
||||
"today" => "hoy",
|
||||
"yesterday" => "ayer",
|
||||
"days ago" => "días atrás",
|
||||
"last month" => "el mes pasado",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "el año pasado",
|
||||
"years ago" => "años atrás",
|
||||
"File handling" => "Tratamiento de archivos",
|
||||
"Maximum upload size" => "Tamaño máximo de subida",
|
||||
"max. possible: " => "máx. posible:",
|
||||
|
|
|
|||
|
|
@ -31,6 +31,16 @@
|
|||
"folders" => "kansiota",
|
||||
"file" => "tiedosto",
|
||||
"files" => "tiedostoa",
|
||||
"seconds ago" => "sekuntia sitten",
|
||||
"minute ago" => "minuutti sitten",
|
||||
"minutes ago" => "minuuttia sitten",
|
||||
"today" => "tänään",
|
||||
"yesterday" => "eilen",
|
||||
"days ago" => "päivää sitten",
|
||||
"last month" => "viime kuussa",
|
||||
"months ago" => "kuukautta sitten",
|
||||
"last year" => "viime vuonna",
|
||||
"years ago" => "vuotta sitten",
|
||||
"File handling" => "Tiedostonhallinta",
|
||||
"Maximum upload size" => "Lähetettävän tiedoston suurin sallittu koko",
|
||||
"max. possible: " => "suurin mahdollinen:",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible de charger vos fichiers car il s'agit d'un dossier ou le fichier fait 0 octet.",
|
||||
"Upload Error" => "Erreur de chargement",
|
||||
"Pending" => "En cours",
|
||||
"1 file uploading" => "1 fichier en cours de téléchargement",
|
||||
"files uploading" => "fichiers en cours de téléchargement",
|
||||
"Upload cancelled." => "Chargement annulé.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "L'envoi du fichier est en cours. Quitter cette page maintenant annulera l'envoi du fichier.",
|
||||
"Invalid name, '/' is not allowed." => "Nom invalide, '/' n'est pas autorisé.",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "dossiers",
|
||||
"file" => "fichier",
|
||||
"files" => "fichiers",
|
||||
"seconds ago" => "secondes passées",
|
||||
"minute ago" => "minute passée",
|
||||
"minutes ago" => "minutes passées",
|
||||
"today" => "aujourd'hui",
|
||||
"yesterday" => "hier",
|
||||
"days ago" => "jours passés",
|
||||
"last month" => "mois dernier",
|
||||
"months ago" => "mois passés",
|
||||
"last year" => "année dernière",
|
||||
"years ago" => "années passées",
|
||||
"File handling" => "Gestion des fichiers",
|
||||
"Maximum upload size" => "Taille max. d'envoi",
|
||||
"max. possible: " => "Max. possible :",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossibile inviare il file poiché è una cartella o ha dimensione 0 byte",
|
||||
"Upload Error" => "Errore di invio",
|
||||
"Pending" => "In corso",
|
||||
"1 file uploading" => "1 file in fase di caricamento",
|
||||
"files uploading" => "file in fase di caricamento",
|
||||
"Upload cancelled." => "Invio annullato",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Caricamento del file in corso. La chiusura della pagina annullerà il caricamento.",
|
||||
"Invalid name, '/' is not allowed." => "Nome non valido",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "cartelle",
|
||||
"file" => "file",
|
||||
"files" => "file",
|
||||
"seconds ago" => "secondi fa",
|
||||
"minute ago" => "minuto fa",
|
||||
"minutes ago" => "minuti fa",
|
||||
"today" => "oggi",
|
||||
"yesterday" => "ieri",
|
||||
"days ago" => "giorni fa",
|
||||
"last month" => "mese scorso",
|
||||
"months ago" => "mesi fa",
|
||||
"last year" => "anno scorso",
|
||||
"years ago" => "anni fa",
|
||||
"File handling" => "Gestione file",
|
||||
"Maximum upload size" => "Dimensione massima upload",
|
||||
"max. possible: " => "numero mass.: ",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "アップロード使用としているファイルがディレクトリ、もしくはサイズが0バイトのため、アップロードできません。",
|
||||
"Upload Error" => "アップロードエラー",
|
||||
"Pending" => "保留",
|
||||
"1 file uploading" => "ファイルを1つアップロード中",
|
||||
"files uploading" => "ファイルをアップロード中",
|
||||
"Upload cancelled." => "アップロードはキャンセルされました。",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "ファイル転送を実行中です。今このページから移動するとアップロードが中止されます。",
|
||||
"Invalid name, '/' is not allowed." => "無効な名前、'/' は使用できません。",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "フォルダ",
|
||||
"file" => "ファイル",
|
||||
"files" => "ファイル",
|
||||
"seconds ago" => "秒前",
|
||||
"minute ago" => "分前",
|
||||
"minutes ago" => "分前",
|
||||
"today" => "今日",
|
||||
"yesterday" => "昨日",
|
||||
"days ago" => "日前",
|
||||
"last month" => "一月前",
|
||||
"months ago" => "月前",
|
||||
"last year" => "一年前",
|
||||
"years ago" => "年前",
|
||||
"File handling" => "ファイル操作",
|
||||
"Maximum upload size" => "最大アップロードサイズ",
|
||||
"max. possible: " => "最大容量: ",
|
||||
|
|
|
|||
71
apps/files/l10n/oc.php
Normal file
71
apps/files/l10n/oc.php
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"There is no error, the file uploaded with success" => "Amontcargament capitat, pas d'errors",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Lo fichièr amontcargat es tròp bèl per la directiva «upload_max_filesize » del php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Lo fichièr amontcargat es mai gròs que la directiva «MAX_FILE_SIZE» especifiada dins lo formulari HTML",
|
||||
"The uploaded file was only partially uploaded" => "Lo fichièr foguèt pas completament amontcargat",
|
||||
"No file was uploaded" => "Cap de fichièrs son estats amontcargats",
|
||||
"Missing a temporary folder" => "Un dorsièr temporari manca",
|
||||
"Failed to write to disk" => "L'escriptura sul disc a fracassat",
|
||||
"Files" => "Fichièrs",
|
||||
"Unshare" => "Non parteja",
|
||||
"Delete" => "Escafa",
|
||||
"Rename" => "Torna nomenar",
|
||||
"already exists" => "existís jà",
|
||||
"replace" => "remplaça",
|
||||
"suggest name" => "nom prepausat",
|
||||
"cancel" => "anulla",
|
||||
"replaced" => "remplaçat",
|
||||
"undo" => "defar",
|
||||
"with" => "amb",
|
||||
"unshared" => "Non partejat",
|
||||
"deleted" => "escafat",
|
||||
"generating ZIP-file, it may take some time." => "Fichièr ZIP a se far, aquò pòt trigar un briu.",
|
||||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossible d'amontcargar lo teu fichièr qu'es un repertòri o que ten pas que 0 octet.",
|
||||
"Upload Error" => "Error d'amontcargar",
|
||||
"Pending" => "Al esperar",
|
||||
"1 file uploading" => "1 fichièr al amontcargar",
|
||||
"files uploading" => "fichièrs al amontcargar",
|
||||
"Upload cancelled." => "Amontcargar anullat.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Un amontcargar es a se far. Daissar aquesta pagina ara tamparà lo cargament. ",
|
||||
"Invalid name, '/' is not allowed." => "Nom invalid, '/' es pas permis.",
|
||||
"files scanned" => "Fichièr explorat",
|
||||
"error while scanning" => "error pendant l'exploracion",
|
||||
"Name" => "Nom",
|
||||
"Size" => "Talha",
|
||||
"Modified" => "Modificat",
|
||||
"folder" => "Dorsièr",
|
||||
"folders" => "Dorsièrs",
|
||||
"file" => "fichièr",
|
||||
"files" => "fichièrs",
|
||||
"seconds ago" => "secondas",
|
||||
"minute ago" => "minuta",
|
||||
"minutes ago" => "minutas",
|
||||
"today" => "uèi",
|
||||
"yesterday" => "ièr",
|
||||
"days ago" => "jorns",
|
||||
"last month" => "mes passat",
|
||||
"months ago" => "meses",
|
||||
"last year" => "an passat",
|
||||
"years ago" => "ans",
|
||||
"File handling" => "Manejament de fichièr",
|
||||
"Maximum upload size" => "Talha maximum d'amontcargament",
|
||||
"max. possible: " => "max. possible: ",
|
||||
"Needed for multi-file and folder downloads." => "Requesit per avalcargar gropat de fichièrs e dorsièr",
|
||||
"Enable ZIP-download" => "Activa l'avalcargament de ZIP",
|
||||
"0 is unlimited" => "0 es pas limitat",
|
||||
"Maximum input size for ZIP files" => "Talha maximum de dintrada per fichièrs ZIP",
|
||||
"Save" => "Enregistra",
|
||||
"New" => "Nòu",
|
||||
"Text file" => "Fichièr de tèxte",
|
||||
"Folder" => "Dorsièr",
|
||||
"From url" => "Dempuèi l'URL",
|
||||
"Upload" => "Amontcarga",
|
||||
"Cancel upload" => " Anulla l'amontcargar",
|
||||
"Nothing in here. Upload something!" => "Pas res dedins. Amontcarga qualquaren",
|
||||
"Share" => "Parteja",
|
||||
"Download" => "Avalcarga",
|
||||
"Upload too large" => "Amontcargament tròp gròs",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los fichièrs que sias a amontcargar son tròp pesucs per la talha maxi pel servidor.",
|
||||
"Files are being scanned, please wait." => "Los fiichièrs son a èsser explorats, ",
|
||||
"Current scanning" => "Exploracion en cors"
|
||||
);
|
||||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Impossível enviar seus arquivo como diretório ou ele tem 0 bytes.",
|
||||
"Upload Error" => "Erro de envio",
|
||||
"Pending" => "Pendente",
|
||||
"1 file uploading" => "enviando 1 arquivo",
|
||||
"files uploading" => "enviando arquivos",
|
||||
"Upload cancelled." => "Envio cancelado.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Upload em andamento. Sair da página agora resultará no cancelamento do envio.",
|
||||
"Invalid name, '/' is not allowed." => "Nome inválido, '/' não é permitido.",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "pastas",
|
||||
"file" => "arquivo",
|
||||
"files" => "arquivos",
|
||||
"seconds ago" => "segundos atrás",
|
||||
"minute ago" => "minuto atrás",
|
||||
"minutes ago" => "minutos atrás",
|
||||
"today" => "hoje",
|
||||
"yesterday" => "ontem",
|
||||
"days ago" => "dias atrás",
|
||||
"last month" => "último mês",
|
||||
"months ago" => "meses atrás",
|
||||
"last year" => "último ano",
|
||||
"years ago" => "anos atrás",
|
||||
"File handling" => "Tratamento de Arquivo",
|
||||
"Maximum upload size" => "Tamanho máximo para carregar",
|
||||
"max. possible: " => "max. possível:",
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"Files" => "Fișiere",
|
||||
"Unshare" => "Anulează partajarea",
|
||||
"Delete" => "Șterge",
|
||||
"Rename" => "Redenumire",
|
||||
"already exists" => "deja există",
|
||||
"replace" => "înlocuire",
|
||||
"suggest name" => "sugerează nume",
|
||||
|
|
@ -22,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Nu s-a putut încărca fișierul tău deoarece pare să fie un director sau are 0 bytes.",
|
||||
"Upload Error" => "Eroare la încărcare",
|
||||
"Pending" => "În așteptare",
|
||||
"1 file uploading" => "un fișier se încarcă",
|
||||
"files uploading" => "fișiere se încarcă",
|
||||
"Upload cancelled." => "Încărcare anulată.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Fișierul este în curs de încărcare. Părăsirea paginii va întrerupe încărcarea.",
|
||||
"Invalid name, '/' is not allowed." => "Nume invalid, '/' nu este permis.",
|
||||
|
|
@ -34,6 +37,16 @@
|
|||
"folders" => "directoare",
|
||||
"file" => "fișier",
|
||||
"files" => "fișiere",
|
||||
"seconds ago" => "secunde în urmă",
|
||||
"minute ago" => "minut în urmă",
|
||||
"minutes ago" => "minute în urmă",
|
||||
"today" => "astăzi",
|
||||
"yesterday" => "ieri",
|
||||
"days ago" => "zile în urmă",
|
||||
"last month" => "ultima lună",
|
||||
"months ago" => "luni în urmă",
|
||||
"last year" => "ultimul an",
|
||||
"years ago" => "ani în urmă",
|
||||
"File handling" => "Manipulare fișiere",
|
||||
"Maximum upload size" => "Dimensiune maximă admisă la încărcare",
|
||||
"max. possible: " => "max. posibil:",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "Kunde inte ladda upp dina filer eftersom det antingen är en mapp eller har 0 bytes.",
|
||||
"Upload Error" => "Uppladdningsfel",
|
||||
"Pending" => "Väntar",
|
||||
"1 file uploading" => "1 filuppladdning",
|
||||
"files uploading" => "filer laddas upp",
|
||||
"Upload cancelled." => "Uppladdning avbruten.",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "Filuppladdning pågår. Lämnar du sidan så avbryts uppladdningen.",
|
||||
"Invalid name, '/' is not allowed." => "Ogiltigt namn, '/' är inte tillåten.",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "mappar",
|
||||
"file" => "fil",
|
||||
"files" => "filer",
|
||||
"seconds ago" => "sekunder sedan",
|
||||
"minute ago" => "minut sedan",
|
||||
"minutes ago" => "minuter sedan",
|
||||
"today" => "i dag",
|
||||
"yesterday" => "i går",
|
||||
"days ago" => "dagar sedan",
|
||||
"last month" => "förra månaden",
|
||||
"months ago" => "månader sedan",
|
||||
"last year" => "förra året",
|
||||
"years ago" => "år sedan",
|
||||
"File handling" => "Filhantering",
|
||||
"Maximum upload size" => "Maximal storlek att ladda upp",
|
||||
"max. possible: " => "max. möjligt:",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "ไม่สามารถอัพโหลดไฟล์ของคุณได้ เนื่องจากไฟล์ดังกล่าวเป็นไดเร็กทอรี่หรือมีขนาด 0 ไบต์",
|
||||
"Upload Error" => "เกิดข้อผิดพลาดในการอัพโหลด",
|
||||
"Pending" => "อยู่ระหว่างดำเนินการ",
|
||||
"1 file uploading" => "กำลังอัพโหลดไฟล์ 1 ไฟล์",
|
||||
"files uploading" => "การอัพโหลดไฟล์",
|
||||
"Upload cancelled." => "การอัพโหลดถูกยกเลิก",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
|
||||
"Invalid name, '/' is not allowed." => "ชื่อที่ใช้ไม่ถูกต้อง '/' ไม่อนุญาตให้ใช้งาน",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "โฟลเดอร์",
|
||||
"file" => "ไฟล์",
|
||||
"files" => "ไฟล์",
|
||||
"seconds ago" => "วินาที ก่อนหน้านี้",
|
||||
"minute ago" => "นาที ที่ผ่านมา",
|
||||
"minutes ago" => "นาที ที่ผ่านมา",
|
||||
"today" => "วันนี้",
|
||||
"yesterday" => "เมื่อวานนี้",
|
||||
"days ago" => "วัน ที่ผ่านมา",
|
||||
"last month" => "เดือนที่แล้ว",
|
||||
"months ago" => "เดือน ที่ผ่านมา",
|
||||
"last year" => "ปีที่แล้ว",
|
||||
"years ago" => "ปี ที่ผ่านมา",
|
||||
"File handling" => "การจัดกาไฟล์",
|
||||
"Maximum upload size" => "ขนาดไฟล์สูงสุดที่อัพโหลดได้",
|
||||
"max. possible: " => "จำนวนสูงสุดที่สามารถทำได้: ",
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
"Unable to upload your file as it is a directory or has 0 bytes" => "无法上传文件,因为它是一个目录或者大小为 0 字节",
|
||||
"Upload Error" => "上传错误",
|
||||
"Pending" => "操作等待中",
|
||||
"1 file uploading" => "1个文件上传中",
|
||||
"files uploading" => "文件上传中",
|
||||
"Upload cancelled." => "上传已取消",
|
||||
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
|
||||
"Invalid name, '/' is not allowed." => "非法的名称,不允许使用‘/’。",
|
||||
|
|
@ -35,6 +37,16 @@
|
|||
"folders" => "文件夹",
|
||||
"file" => "文件",
|
||||
"files" => "文件",
|
||||
"seconds ago" => "几秒前",
|
||||
"minute ago" => "1分钟前",
|
||||
"minutes ago" => "分钟前",
|
||||
"today" => "今天",
|
||||
"yesterday" => "昨天",
|
||||
"days ago" => "%d 天前",
|
||||
"last month" => "上月",
|
||||
"months ago" => "月前",
|
||||
"last year" => "上年",
|
||||
"years ago" => "几年前",
|
||||
"File handling" => "文件处理",
|
||||
"Maximum upload size" => "最大上传大小",
|
||||
"max. possible: " => "最大可能: ",
|
||||
|
|
|
|||
6
apps/files_encryption/l10n/pt_PT.php
Normal file
6
apps/files_encryption/l10n/pt_PT.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Encryption" => "Encriptação",
|
||||
"Exclude the following file types from encryption" => "Excluir da encriptação os seguintes tipo de ficheiros",
|
||||
"None" => "Nenhum",
|
||||
"Enable Encryption" => "Activar Encriptação"
|
||||
);
|
||||
|
|
@ -2,22 +2,35 @@
|
|||
|
||||
OCP\JSON::checkAppEnabled('files_external');
|
||||
|
||||
if ( !($filename = $_FILES['rootcert_import']['name']) ) {
|
||||
header("Location: settings/personal.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
$fh = fopen($_FILES['rootcert_import']['tmp_name'], 'r');
|
||||
$data = fread($fh, filesize($_FILES['rootcert_import']['tmp_name']));
|
||||
fclose($fh);
|
||||
$filename = $_FILES['rootcert_import']['name'];
|
||||
|
||||
$view = new \OC_FilesystemView('/'.\OCP\User::getUser().'/files_external/uploads');
|
||||
if (!$view->file_exists('')) $view->mkdir('');
|
||||
|
||||
//check if it is a PEM certificate, otherwise convert it if possible
|
||||
if (!strpos($data, 'BEGIN CERTIFICATE')) {
|
||||
$isValid = openssl_pkey_get_public($data);
|
||||
|
||||
//maybe it was just the wrong file format, try to convert it...
|
||||
if ($isValid == false) {
|
||||
$data = chunk_split(base64_encode($data), 64, "\n");
|
||||
$data = "-----BEGIN CERTIFICATE-----\n".$data."-----END CERTIFICATE-----\n";
|
||||
$data = "-----BEGIN CERTIFICATE-----\n".$data."-----END CERTIFICATE-----\n";
|
||||
$isValid = openssl_pkey_get_public($data);
|
||||
}
|
||||
|
||||
$view->file_put_contents($_FILES['rootcert_import']['name'], $data);
|
||||
|
||||
OC_Mount_Config::createCertificateBundle();
|
||||
// add the certificate if it could be verified
|
||||
if ( $isValid ) {
|
||||
$view->file_put_contents($filename, $data);
|
||||
OC_Mount_Config::createCertificateBundle();
|
||||
} else {
|
||||
OCP\Util::writeLog("files_external", "Couldn't import SSL root certificate ($filename), allowed formats: PEM and DER", OCP\Util::WARN);
|
||||
}
|
||||
|
||||
header("Location: settings/personal.php");
|
||||
exit;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ OCP\JSON::checkLoggedIn();
|
|||
OCP\JSON::callCheck();
|
||||
|
||||
$view = \OCP\Files::getStorage("files_external");
|
||||
$cert = $_POST['cert'];
|
||||
$file = \OCP\Config::getSystemValue('datadirectory').$view->getAbsolutePath("").'uploads/'.$cert;
|
||||
unlink($file);
|
||||
OC_Mount_Config::createCertificateBundle();
|
||||
$file = 'uploads/'.ltrim($_POST['cert'], "/\\.");
|
||||
|
||||
if ( $view->file_exists($file) ) {
|
||||
$view->unlink($file);
|
||||
OC_Mount_Config::createCertificateBundle();
|
||||
}
|
||||
|
||||
|
|
|
|||
10
apps/files_external/l10n/pt_PT.php
Normal file
10
apps/files_external/l10n/pt_PT.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Configuration" => "Configuração",
|
||||
"Options" => "Opções",
|
||||
"Applicable" => "Aplicável",
|
||||
"All Users" => "Todos os utilizadores",
|
||||
"Groups" => "Grupos",
|
||||
"Users" => "Utilizadores",
|
||||
"Delete" => "Apagar",
|
||||
"Import Root Certificate" => "Importar Certificado Root"
|
||||
);
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Συνθηματικό",
|
||||
"Submit" => "Καταχώρηση",
|
||||
"%s shared the folder %s with you" => "%s μοιράστηκε τον φάκελο %s μαζί σας",
|
||||
"%s shared the file %s with you" => "%s μοιράστηκε το αρχείο %s μαζί σας",
|
||||
"Download" => "Λήψη",
|
||||
"No preview available for" => "Δεν υπάρχει διαθέσιμη προεπισκόπηση για",
|
||||
"web services under your control" => "υπηρεσίες δικτύου υπό τον έλεγχό σας"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Salasana",
|
||||
"Submit" => "Lähetä",
|
||||
"%s shared the folder %s with you" => "%s jakoi kansion %s kanssasi",
|
||||
"%s shared the file %s with you" => "%s jakoi tiedoston %s kanssasi",
|
||||
"Download" => "Lataa",
|
||||
"No preview available for" => "Ei esikatselua kohteelle",
|
||||
"web services under your control" => "verkkopalvelut hallinnassasi"
|
||||
|
|
|
|||
9
apps/files_sharing/l10n/pt_PT.php
Normal file
9
apps/files_sharing/l10n/pt_PT.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Palavra-Passe",
|
||||
"Submit" => "Submeter",
|
||||
"%s shared the folder %s with you" => "%s partilhou a pasta %s consigo",
|
||||
"%s shared the file %s with you" => "%s partilhou o ficheiro %s consigo",
|
||||
"Download" => "Descarregar",
|
||||
"No preview available for" => "Não há pré-visualização para",
|
||||
"web services under your control" => "serviços web sob o seu controlo"
|
||||
);
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "Parolă",
|
||||
"Submit" => "Trimite",
|
||||
"%s shared the folder %s with you" => "%s a partajat directorul %s cu tine",
|
||||
"%s shared the file %s with you" => "%s a partajat fișierul %s cu tine",
|
||||
"Download" => "Descarcă",
|
||||
"No preview available for" => "Nici o previzualizare disponibilă pentru ",
|
||||
"web services under your control" => "servicii web controlate de tine"
|
||||
|
|
|
|||
9
apps/files_sharing/l10n/zh_CN.php
Normal file
9
apps/files_sharing/l10n/zh_CN.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Password" => "密码",
|
||||
"Submit" => "提交",
|
||||
"%s shared the folder %s with you" => "%s与您共享了%s文件夹",
|
||||
"%s shared the file %s with you" => "%s与您共享了%s文件",
|
||||
"Download" => "下载",
|
||||
"No preview available for" => "没有预览",
|
||||
"web services under your control" => "您控制的web服务"
|
||||
);
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Expire all versions" => "Λήξη όλων των εκδόσεων",
|
||||
"History" => "Ιστορικό",
|
||||
"Versions" => "Εκδόσεις",
|
||||
"This will delete all existing backup versions of your files" => "Αυτό θα διαγράψει όλες τις υπάρχουσες εκδόσεις των αντιγράφων ασφαλείας των αρχείων σας",
|
||||
"Files Versioning" => "Εκδόσεις Αρχείων",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Expire all versions" => "Vanhenna kaikki versiot",
|
||||
"History" => "Historia",
|
||||
"Versions" => "Versiot",
|
||||
"This will delete all existing backup versions of your files" => "Tämä poistaa kaikki tiedostojesi olemassa olevat varmuuskopioversiot",
|
||||
"Files Versioning" => "Tiedostojen versiointi",
|
||||
|
|
|
|||
8
apps/files_versions/l10n/pt_PT.php
Normal file
8
apps/files_versions/l10n/pt_PT.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Expire all versions" => "Expirar todas as versões",
|
||||
"History" => "Histórico",
|
||||
"Versions" => "Versões",
|
||||
"This will delete all existing backup versions of your files" => "Isto irá apagar todas as versões de backup do seus ficheiros",
|
||||
"Files Versioning" => "Versionamento de Ficheiros",
|
||||
"Enable" => "Activar"
|
||||
);
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Expire all versions" => "Expiră toate versiunile",
|
||||
"History" => "Istoric",
|
||||
"Versions" => "Versiuni",
|
||||
"This will delete all existing backup versions of your files" => "Această acțiune va șterge toate versiunile salvate ale fișierelor tale",
|
||||
"Files Versioning" => "Versionare fișiere",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Expire all versions" => "过期所有版本",
|
||||
"History" => "历史",
|
||||
"Versions" => "版本",
|
||||
"This will delete all existing backup versions of your files" => "将会删除您的文件的所有备份版本",
|
||||
"Files Versioning" => "文件版本",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ if( isset( $_['message'] ) ) {
|
|||
foreach ( $_['versions'] as $v ) {
|
||||
echo ' ';
|
||||
echo OCP\Util::formatDate( doubleval($v['version']) );
|
||||
echo ' <a href="'.OCP\Util::linkTo('files_versions', 'history.php', array('path' => urlencode( $_['path'] ), 'revert' => $v['version'])) .'" class="button">Revert</a><br /><br />';
|
||||
echo ' <a href="'.OCP\Util::linkTo('files_versions', 'history.php', array('path' => $_['path'], 'revert' => $v['version'])) .'" class="button">Revert</a><br /><br />';
|
||||
if ( $v['cur'] ) { echo ' (<b>Current</b>)'; }
|
||||
echo '<br /><br />';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ class GROUP_LDAP extends lib\Access implements \OCP\GroupInterface {
|
|||
if(!empty($this->groupSearch)) {
|
||||
$groupUsers = array_filter($groupUsers, array($this, 'groupMatchesFilter'));
|
||||
}
|
||||
if($limit = -1) {
|
||||
if($limit == -1) {
|
||||
$limit = null;
|
||||
}
|
||||
return array_slice($groupUsers, $offset, $limit);
|
||||
|
|
@ -187,7 +187,7 @@ class GROUP_LDAP extends lib\Access implements \OCP\GroupInterface {
|
|||
if(!empty($this->groupSearch)) {
|
||||
$groupUsers = array_filter($groupUsers, array($this, 'groupMatchesFilter'));
|
||||
}
|
||||
if($limit = -1) {
|
||||
if($limit == -1) {
|
||||
$limit = null;
|
||||
}
|
||||
return array_slice($groupUsers, $offset, $limit);
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
"Base Group Tree" => "Base Group Tree",
|
||||
"Group-Member association" => "Group-Member association",
|
||||
"Use TLS" => "Χρήση TLS",
|
||||
"Not recommended, use for testing only." => "Δεν προτείνεται, χρήση μόνο για δοκιμές.",
|
||||
"User Display Name Field" => "User Display Name Field",
|
||||
"Group Display Name Field" => "Group Display Name Field",
|
||||
"in bytes" => "σε bytes",
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface {
|
|||
if(!empty($this->userSearch)) {
|
||||
$ldap_users = array_filter($ldap_users, array($this, 'userMatchesFilter'));
|
||||
}
|
||||
if($limit = -1) {
|
||||
if($limit == -1) {
|
||||
$limit = null;
|
||||
}
|
||||
return array_slice($ldap_users, $offset, $limit);
|
||||
|
|
|
|||
41
core/ajax/requesttoken.php
Normal file
41
core/ajax/requesttoken.php
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?php
|
||||
/**
|
||||
* ownCloud
|
||||
* @author Christian Reiner
|
||||
* @copyright 2011-2012 Christian Reiner <foss@christian-reiner.info>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 3 of the license, or any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public
|
||||
* License along with this library.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file core/ajax/requesttoken.php
|
||||
* @brief Ajax method to retrieve a fresh request protection token for ajax calls
|
||||
* @return json: success/error state indicator including a fresh request token
|
||||
* @author Christian Reiner
|
||||
*/
|
||||
require_once '../../lib/base.php';
|
||||
|
||||
// don't load apps or filesystem for this task
|
||||
$RUNTIME_NOAPPS = TRUE;
|
||||
$RUNTIME_NOSETUPFS = TRUE;
|
||||
|
||||
// Sanity checks
|
||||
// using OCP\JSON::callCheck() below protects the token refreshing itself.
|
||||
//OCP\JSON::callCheck ( );
|
||||
OCP\JSON::checkLoggedIn ( );
|
||||
// hand out a fresh token
|
||||
OCP\JSON::success ( array ( 'token' => OCP\Util::callRegister() ) );
|
||||
?>
|
||||
|
|
@ -40,7 +40,7 @@ OC.EventSource=function(src,data){
|
|||
dataStr+=name+'='+encodeURIComponent(data[name])+'&';
|
||||
}
|
||||
}
|
||||
dataStr+='requesttoken='+OC.EventSource.requesttoken;
|
||||
dataStr+='requesttoken='+OC.Request.Token;
|
||||
if(!this.useFallBack && typeof EventSource !='undefined'){
|
||||
this.source=new EventSource(src+'?'+dataStr);
|
||||
this.source.onmessage=function(e){
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ t.cache={};
|
|||
* @return string
|
||||
*/
|
||||
function fileDownloadPath(dir, file) {
|
||||
return OC.filePath('files', 'ajax', 'download.php')+encodeURIComponent('?files='+encodeURIComponent(file)+'&dir='+encodeURIComponent(dir));
|
||||
return OC.filePath('files', 'ajax', 'download.php')+'&files='+encodeURIComponent(file)+'&dir='+encodeURIComponent(dir);
|
||||
}
|
||||
|
||||
var OC={
|
||||
|
|
|
|||
55
core/js/requesttoken.js
Normal file
55
core/js/requesttoken.js
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
/**
|
||||
* ownCloud
|
||||
*
|
||||
* @file core/js/requesttoken.js
|
||||
* @brief Routine to refresh the Request protection request token periodically
|
||||
* @author Christian Reiner (arkascha)
|
||||
* @copyright 2011-2012 Christian Reiner <foss@christian-reiner.info>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 3 of the license, or any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public
|
||||
* License along with this library.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
OC.Request = {
|
||||
// the request token
|
||||
Token: {},
|
||||
// the lifespan span (in secs)
|
||||
Lifespan: {},
|
||||
// method to refresh the local request token periodically
|
||||
Refresh: function(){
|
||||
// just a client side console log to preserve efficiency
|
||||
console.log("refreshing request token (lifebeat)");
|
||||
var dfd=new $.Deferred();
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: OC.filePath('core','ajax','requesttoken.php'),
|
||||
cache: false,
|
||||
data: { },
|
||||
dataType: 'json'
|
||||
}).done(function(response){
|
||||
// store refreshed token inside this class
|
||||
OC.Request.Token=response.token;
|
||||
dfd.resolve();
|
||||
}).fail(dfd.reject);
|
||||
return dfd;
|
||||
}
|
||||
}
|
||||
// accept requesttoken and lifespan into the OC namespace
|
||||
OC.Request.Token = oc_requesttoken;
|
||||
OC.Request.Lifespan = oc_requestlifespan;
|
||||
// refresh the request token periodically shortly before it becomes invalid on the server side
|
||||
setInterval(OC.Request.Refresh,Math.floor(1000*OC.Request.Lifespan*0.93)), // 93% of lifespan value, close to when the token expires
|
||||
// early bind token as additional ajax argument for every single request
|
||||
$(document).bind('ajaxSend', function(elm, xhr, s){xhr.setRequestHeader('requesttoken', OC.Request.Token);});
|
||||
|
|
@ -127,9 +127,9 @@ OC.Share={
|
|||
var html = '<div id="dropdown" class="drop" data-item-type="'+itemType+'" data-item-source="'+itemSource+'">';
|
||||
if (data.reshare) {
|
||||
if (data.reshare.share_type == OC.Share.SHARE_TYPE_GROUP) {
|
||||
html += '<span class="reshare">'+t('core', 'Shared with you and the group %s by %s', data.reshare.share_with, data.reshare.uid_owner)+'</span>';
|
||||
html += '<span class="reshare">'+t('core', 'Shared with you and the group')+' '+data.reshare.share_with+' '+t('core', 'by')+' '+data.reshare.uid_owner+'</span>';
|
||||
} else {
|
||||
html += '<span class="reshare">'+t('core', 'Shared with you by %s', data.reshare.uid_owner)+'</span>';
|
||||
html += '<span class="reshare">'+t('core', 'Shared with you by')+' '+data.reshare.uid_owner+'</span>';
|
||||
}
|
||||
html += '<br />';
|
||||
}
|
||||
|
|
@ -182,7 +182,7 @@ OC.Share={
|
|||
// Suggest sharing via email if valid email address
|
||||
// var pattern = new RegExp(/^[+a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/i);
|
||||
// if (pattern.test(search.term)) {
|
||||
// response([{label: t('core', 'Share via email: %s', search.term), value: {shareType: OC.Share.SHARE_TYPE_EMAIL, shareWith: search.term}}]);
|
||||
// response([{label: t('core', 'Share via email:')+' '+search.term, value: {shareType: OC.Share.SHARE_TYPE_EMAIL, shareWith: search.term}}]);
|
||||
// } else {
|
||||
response([t('core', 'No people found')]);
|
||||
// }
|
||||
|
|
@ -247,7 +247,7 @@ OC.Share={
|
|||
if (collectionList.length > 0) {
|
||||
$(collectionList).append(', '+shareWith);
|
||||
} else {
|
||||
var html = '<li style="clear: both;" data-collection="'+item+'">'+t('core', 'Shared in %s with %s', item, shareWith)+'</li>';
|
||||
var html = '<li style="clear: both;" data-collection="'+item+'">'+t('core', 'Shared in')+' '+item+' '+t('core', 'with')+' '+shareWith+'</li>';
|
||||
$('#shareWithList').prepend(html);
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "Chyba při sdílení",
|
||||
"Error while unsharing" => "Chyba při rušení sdílení",
|
||||
"Error while changing permissions" => "Chyba při změně oprávnění",
|
||||
"Shared with you and the group %s by %s" => "Sdíleno s Vámi a skupinou %s od %s",
|
||||
"Shared with you by %s" => "Sdíleno s Vámi od %s",
|
||||
"Shared with you and the group" => "S Vámi a skupinou",
|
||||
"by" => "sdílí",
|
||||
"Shared with you by" => "S Vámi sdílí",
|
||||
"Share with" => "Sdílet s",
|
||||
"Share with link" => "Sdílet s odkazem",
|
||||
"Password protect" => "Chránit heslem",
|
||||
"Password" => "Heslo",
|
||||
"Set expiration date" => "Nastavit datum vypršení platnosti",
|
||||
"Expiration date" => "Datum vypršení platnosti",
|
||||
"Share via email: %s" => "Sdílet e-mailem: %s",
|
||||
"Share via email:" => "Sdílet e-mailem:",
|
||||
"No people found" => "Žádní lidé nenalezeni",
|
||||
"Resharing is not allowed" => "Sdílení již sdílené položky není povoleno",
|
||||
"Shared in %s with %s" => "Sdíleno v %s s %s",
|
||||
"Shared in" => "Sdíleno v",
|
||||
"with" => "s",
|
||||
"Unshare" => "Zrušit sdílení",
|
||||
"can edit" => "lze upravovat",
|
||||
"access control" => "řízení přístupu",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "smazat",
|
||||
"share" => "sdílet",
|
||||
"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",
|
||||
"ownCloud password reset" => "Obnovení hesla pro ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Heslo obnovíte použitím následujícího odkazu: {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,14 @@
|
|||
"Error while sharing" => "Fejl under deling",
|
||||
"Error while unsharing" => "Fejl under annullering af deling",
|
||||
"Error while changing permissions" => "Fejl under justering af rettigheder",
|
||||
"Shared with you and the group %s by %s" => "Delt med dig og gruppen %s af %s",
|
||||
"Shared with you by %s" => "Delt med dig af %s",
|
||||
"Share with" => "Del med",
|
||||
"Share with link" => "Del med link",
|
||||
"Password protect" => "Beskyt med adgangskode",
|
||||
"Password" => "Kodeord",
|
||||
"Set expiration date" => "Vælg udløbsdato",
|
||||
"Expiration date" => "Udløbsdato",
|
||||
"Share via email: %s" => "Del over email: %s",
|
||||
"No people found" => "Ingen personer fundet",
|
||||
"Resharing is not allowed" => "Videredeling ikke tilladt",
|
||||
"Shared in %s with %s" => "Delt i %s med %s",
|
||||
"Unshare" => "Fjern deling",
|
||||
"can edit" => "kan redigere",
|
||||
"access control" => "Adgangskontrol",
|
||||
|
|
|
|||
|
|
@ -22,21 +22,23 @@
|
|||
"Ok" => "OK",
|
||||
"No categories selected for deletion." => "Es wurde keine Kategorien zum Löschen ausgewählt.",
|
||||
"Error" => "Fehler",
|
||||
"Error while sharing" => "Fehler beim Teilen",
|
||||
"Error while sharing" => "Fehler beim Freigeben",
|
||||
"Error while unsharing" => "Fehler beim Aufheben der Freigabe",
|
||||
"Error while changing permissions" => "Fehler beim Ändern der Rechte",
|
||||
"Shared with you and the group %s by %s" => "%s hat dies für dich und die Gruppe %s freigegeben.",
|
||||
"Shared with you by %s" => "%s hat dies mit dir geteilt.",
|
||||
"Shared with you and the group" => "Mit Dir und der Gruppe geteilt",
|
||||
"by" => "mit",
|
||||
"Shared with you by" => "Dies wurde mit dir geteilt von",
|
||||
"Share with" => "Freigeben für",
|
||||
"Share with link" => "Über einen Link freigeben",
|
||||
"Password protect" => "Passwortschutz",
|
||||
"Password" => "Passwort",
|
||||
"Set expiration date" => "Setze ein Ablaufdatum",
|
||||
"Expiration date" => "Ablaufdatum",
|
||||
"Share via email: %s" => "Über eine E-Mail freigeben: %s",
|
||||
"Share via email:" => "Über eine E-Mail freigeben:",
|
||||
"No people found" => "Niemand gefunden",
|
||||
"Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt",
|
||||
"Shared in %s with %s" => "In %s für %s freigegeben",
|
||||
"Shared in" => "Geteilt mit",
|
||||
"with" => "mit",
|
||||
"Unshare" => "Freigabe aufheben",
|
||||
"can edit" => "kann bearbeiten",
|
||||
"access control" => "Zugriffskontrolle",
|
||||
|
|
@ -44,15 +46,16 @@
|
|||
"update" => "aktualisieren",
|
||||
"delete" => "löschen",
|
||||
"share" => "teilen",
|
||||
"Password protected" => "Passwort geschützt",
|
||||
"Password protected" => "Durch ein Passwort geschützt",
|
||||
"Error unsetting expiration date" => "Fehler beim entfernen des Ablaufdatums",
|
||||
"Error setting expiration date" => "Fehler beim Setzen des Ablaufdatums",
|
||||
"ownCloud password reset" => "ownCloud-Passwort zurücksetzen",
|
||||
"Use the following link to reset your password: {link}" => "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Sie erhalten einen Link, um Ihr Passwort per E-Mail zurückzusetzen.",
|
||||
"You will receive a link to reset your password via Email." => "Du erhälst einen Link per E-Mail, um Dein Passwort zurückzusetzen.",
|
||||
"Requested" => "Angefragt",
|
||||
"Login failed!" => "Login fehlgeschlagen!",
|
||||
"Username" => "Benutzername",
|
||||
"Request reset" => "Anfrage zurückgesetzt",
|
||||
"Request reset" => "Beantrage Zurücksetzung",
|
||||
"Your password was reset" => "Ihr Passwort wurde zurückgesetzt.",
|
||||
"To login page" => "Zur Login-Seite",
|
||||
"New password" => "Neues Passwort",
|
||||
|
|
@ -67,10 +70,10 @@
|
|||
"Edit categories" => "Kategorien bearbeiten",
|
||||
"Add" => "Hinzufügen",
|
||||
"Create an <strong>admin account</strong>" => "<strong>Administrator-Konto</strong> anlegen",
|
||||
"Advanced" => "Erweitert",
|
||||
"Advanced" => "Fortgeschritten",
|
||||
"Data folder" => "Datenverzeichnis",
|
||||
"Configure the database" => "Datenbank einrichten",
|
||||
"will be used" => "wird genutzt",
|
||||
"will be used" => "wird verwendet",
|
||||
"Database user" => "Datenbank-Benutzer",
|
||||
"Database password" => "Datenbank-Passwort",
|
||||
"Database name" => "Datenbank-Name",
|
||||
|
|
@ -82,7 +85,7 @@
|
|||
"Lost your password?" => "Passwort vergessen?",
|
||||
"remember" => "merken",
|
||||
"Log in" => "Einloggen",
|
||||
"You are logged out." => "Sie wurden abgemeldet.",
|
||||
"You are logged out." => "Du wurdest abgemeldet.",
|
||||
"prev" => "Zurück",
|
||||
"next" => "Weiter"
|
||||
);
|
||||
|
|
|
|||
|
|
@ -15,13 +15,40 @@
|
|||
"October" => "Οκτώβριος",
|
||||
"November" => "Νοέμβριος",
|
||||
"December" => "Δεκέμβριος",
|
||||
"Choose" => "Επιλέξτε",
|
||||
"Cancel" => "Ακύρωση",
|
||||
"No" => "Όχι",
|
||||
"Yes" => "Ναι",
|
||||
"Ok" => "Οκ",
|
||||
"No categories selected for deletion." => "Δεν επιλέχτηκαν κατηγορίες για διαγραφή",
|
||||
"Error" => "Σφάλμα",
|
||||
"Error while sharing" => "Σφάλμα κατά τον διαμοιρασμό",
|
||||
"Error while unsharing" => "Σφάλμα κατά το σταμάτημα του διαμοιρασμού",
|
||||
"Error while changing permissions" => "Σφάλμα κατά την αλλαγή των δικαιωμάτων",
|
||||
"Shared with you and the group" => "Διαμοιρασμένο με εσένα και την ομάδα",
|
||||
"by" => "από",
|
||||
"Shared with you by" => "Μοιράστηκε μαζί σας από ",
|
||||
"Share with" => "Διαμοιρασμός με",
|
||||
"Share with link" => "Διαμοιρασμός με σύνδεσμο",
|
||||
"Password protect" => "Προστασία κωδικού",
|
||||
"Password" => "Κωδικός",
|
||||
"Set expiration date" => "Ορισμός ημ. λήξης",
|
||||
"Expiration date" => "Ημερομηνία λήξης",
|
||||
"Share via email:" => "Διαμοιρασμός μέσω email:",
|
||||
"No people found" => "Δεν βρέθηκε άνθρωπος",
|
||||
"Resharing is not allowed" => "Ξαναμοιρασμός δεν επιτρέπεται",
|
||||
"Shared in" => "Διαμοιράστηκε με",
|
||||
"with" => "με",
|
||||
"Unshare" => "Σταμάτημα μοιράσματος",
|
||||
"can edit" => "δυνατότητα αλλαγής",
|
||||
"access control" => "έλεγχος πρόσβασης",
|
||||
"create" => "δημιουργία",
|
||||
"update" => "ανανέωση",
|
||||
"delete" => "διαγραφή",
|
||||
"share" => "διαμοιρασμός",
|
||||
"Password protected" => "Προστασία με κωδικό",
|
||||
"Error unsetting expiration date" => "Σφάλμα κατά την διαγραφή της ημ. λήξης",
|
||||
"Error setting expiration date" => "Σφάλμα κατά τον ορισμό ημ. λήξης",
|
||||
"ownCloud password reset" => "Επαναφορά κωδικού ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επανεκδόσετε τον κωδικό: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Θα λάβετε ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας μέσω ηλεκτρονικού ταχυδρομείου.",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "Error compartiendo",
|
||||
"Error while unsharing" => "Error descompartiendo",
|
||||
"Error while changing permissions" => "Error cambiando permisos",
|
||||
"Shared with you and the group %s by %s" => "Compartido contigo y el grupo %s por %s",
|
||||
"Shared with you by %s" => "Compartido contigo por %s",
|
||||
"Shared with you and the group" => "Comprtido contigo y con el grupo",
|
||||
"by" => "por",
|
||||
"Shared with you by" => "Compartido contigo por",
|
||||
"Share with" => "Compartir con",
|
||||
"Share with link" => "Enlace de compartir con ",
|
||||
"Password protect" => "Protegido por contraseña",
|
||||
"Password" => "Contraseña",
|
||||
"Set expiration date" => "Establecer fecha de caducidad",
|
||||
"Expiration date" => "Fecha de caducidad",
|
||||
"Share via email: %s" => "Compartir por email: %s",
|
||||
"Share via email:" => "compartido via e-mail:",
|
||||
"No people found" => "No se encontró gente",
|
||||
"Resharing is not allowed" => "No se permite compartir de nuevo",
|
||||
"Shared in %s with %s" => "Compartido en %s con %s",
|
||||
"Shared in" => "Compartido en",
|
||||
"with" => "con",
|
||||
"Unshare" => "No compartir",
|
||||
"can edit" => "puede editar",
|
||||
"access control" => "control de acceso",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "eliminar",
|
||||
"share" => "compartir",
|
||||
"Password protected" => "Protegido por contraseña",
|
||||
"Error unsetting expiration date" => "Error al eliminar la fecha de caducidad",
|
||||
"Error setting expiration date" => "Error estableciendo fecha de caducidad",
|
||||
"ownCloud password reset" => "Reiniciar contraseña de ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Utiliza el siguiente enlace para restablecer tu contraseña: {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,14 @@
|
|||
"Error while sharing" => "Error al compartir",
|
||||
"Error while unsharing" => "Error en el procedimiento de ",
|
||||
"Error while changing permissions" => "Error al cambiar permisos",
|
||||
"Shared with you and the group %s by %s" => "Compartido con vos y con el grupo %s por %s",
|
||||
"Shared with you by %s" => "Compartido con vos por %s",
|
||||
"Share with" => "Compartir con",
|
||||
"Share with link" => "Compartir con link",
|
||||
"Password protect" => "Proteger con contraseña ",
|
||||
"Password" => "Contraseña",
|
||||
"Set expiration date" => "Asignar fecha de vencimiento",
|
||||
"Expiration date" => "Fecha de vencimiento",
|
||||
"Share via email: %s" => "Compartir por e-mail: %s",
|
||||
"No people found" => "No se encontraron usuarios",
|
||||
"Resharing is not allowed" => "No se permite volver a compartir",
|
||||
"Shared in %s with %s" => "Compartido en %s con %s",
|
||||
"Unshare" => "Remover compartir",
|
||||
"can edit" => "puede editar",
|
||||
"access control" => "control de acceso",
|
||||
|
|
@ -45,6 +41,7 @@
|
|||
"delete" => "remover",
|
||||
"share" => "compartir",
|
||||
"Password protected" => "Protegido por contraseña",
|
||||
"Error unsetting expiration date" => "Error al remover la fecha de caducidad",
|
||||
"Error setting expiration date" => "Error al asignar fecha de vencimiento",
|
||||
"ownCloud password reset" => "Restablecer contraseña de ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Usá este enlace para restablecer tu contraseña: {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,14 @@
|
|||
"Error while sharing" => "Errore bat egon da elkarbanatzean",
|
||||
"Error while unsharing" => "Errore bat egon da elkarbanaketa desegitean",
|
||||
"Error while changing permissions" => "Errore bat egon da baimenak aldatzean",
|
||||
"Shared with you and the group %s by %s" => "Zurekin eta %s taldearekin %sk elkarbanatuta",
|
||||
"Shared with you by %s" => "%sk zurekin elkarbanatuta",
|
||||
"Share with" => "Elkarbanatu honekin",
|
||||
"Share with link" => "Elkarbanatu lotura batekin",
|
||||
"Password protect" => "Babestu pasahitzarekin",
|
||||
"Password" => "Pasahitza",
|
||||
"Set expiration date" => "Ezarri muga data",
|
||||
"Expiration date" => "Muga data",
|
||||
"Share via email: %s" => "Elkarbanatu eposta bidez: %s",
|
||||
"No people found" => "Ez da inor aurkitu",
|
||||
"Resharing is not allowed" => "Berriz elkarbanatzea ez dago baimendua",
|
||||
"Shared in %s with %s" => "Elkarbanatuta hemen %s %srekin",
|
||||
"Unshare" => "Ez elkarbanatu",
|
||||
"can edit" => "editatu dezake",
|
||||
"access control" => "sarrera kontrola",
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
"Password" => "Salasana",
|
||||
"Set expiration date" => "Aseta päättymispäivä",
|
||||
"Expiration date" => "Päättymispäivä",
|
||||
"Share via email: %s" => "Jaa sähköpostitse: %s",
|
||||
"Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu",
|
||||
"can edit" => "voi muokata",
|
||||
"create" => "luo",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "Erreur lors de la mise en partage",
|
||||
"Error while unsharing" => "Erreur lors de l'annulation du partage",
|
||||
"Error while changing permissions" => "Erreur lors du changement des permissions",
|
||||
"Shared with you and the group %s by %s" => "Partagé avec vous ainsi qu'avec le groupe %s par %s",
|
||||
"Shared with you by %s" => "Partagé avec vous par %s",
|
||||
"Shared with you and the group" => "Partagé avec vous ainsi qu'avec le groupe",
|
||||
"by" => "par",
|
||||
"Shared with you by" => "Partagé avec vous par",
|
||||
"Share with" => "Partager avec",
|
||||
"Share with link" => "Partager via lien",
|
||||
"Password protect" => "Protéger par un mot de passe",
|
||||
"Password" => "Mot de passe",
|
||||
"Set expiration date" => "Spécifier la date d'expiration",
|
||||
"Expiration date" => "Date d'expiration",
|
||||
"Share via email: %s" => "Partager via email : %s",
|
||||
"Share via email:" => "Partager via e-mail :",
|
||||
"No people found" => "Aucun utilisateur trouvé",
|
||||
"Resharing is not allowed" => "Le repartage n'est pas autorisé",
|
||||
"Shared in %s with %s" => "Partagé dans %s avec %s",
|
||||
"Shared in" => "Partagé dans",
|
||||
"with" => "avec",
|
||||
"Unshare" => "Ne plus partager",
|
||||
"can edit" => "édition autorisée",
|
||||
"access control" => "contrôle des accès",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "supprimer",
|
||||
"share" => "partager",
|
||||
"Password protected" => "Protégé par un mot de passe",
|
||||
"Error unsetting expiration date" => "Un erreur est survenue pendant la suppression de la date d'expiration",
|
||||
"Error setting expiration date" => "Erreur lors de la spécification de la date d'expiration",
|
||||
"ownCloud password reset" => "Réinitialisation de votre mot de passe Owncloud",
|
||||
"Use the following link to reset your password: {link}" => "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "Errore durante la condivisione",
|
||||
"Error while unsharing" => "Errore durante la rimozione della condivisione",
|
||||
"Error while changing permissions" => "Errore durante la modifica dei permessi",
|
||||
"Shared with you and the group %s by %s" => "Condivisa con te e con il gruppo %s da %s",
|
||||
"Shared with you by %s" => "Condiviso con te da %s",
|
||||
"Shared with you and the group" => "Condiviso con te e con il gruppo",
|
||||
"by" => "da",
|
||||
"Shared with you by" => "Condiviso con te da",
|
||||
"Share with" => "Condividi con",
|
||||
"Share with link" => "Condividi con collegamento",
|
||||
"Password protect" => "Proteggi con password",
|
||||
"Password" => "Password",
|
||||
"Set expiration date" => "Imposta data di scadenza",
|
||||
"Expiration date" => "Data di scadenza",
|
||||
"Share via email: %s" => "Condividi tramite email: %s",
|
||||
"Share via email:" => "Condividi tramite email:",
|
||||
"No people found" => "Non sono state trovate altre persone",
|
||||
"Resharing is not allowed" => "La ri-condivisione non è consentita",
|
||||
"Shared in %s with %s" => "Condiviso in %s con %s",
|
||||
"Shared in" => "Condiviso in",
|
||||
"with" => "con",
|
||||
"Unshare" => "Rimuovi condivisione",
|
||||
"can edit" => "può modificare",
|
||||
"access control" => "controllo d'accesso",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "eliminare",
|
||||
"share" => "condividere",
|
||||
"Password protected" => "Protetta da password",
|
||||
"Error unsetting expiration date" => "Errore durante la rimozione della data di scadenza",
|
||||
"Error setting expiration date" => "Errore durante l'impostazione della data di scadenza",
|
||||
"ownCloud password reset" => "Ripristino password di ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Usa il collegamento seguente per ripristinare la password: {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "共有でエラー発生",
|
||||
"Error while unsharing" => "共有解除でエラー発生",
|
||||
"Error while changing permissions" => "権限変更でエラー発生",
|
||||
"Shared with you and the group %s by %s" => "あなたと %s グループが %s で共有しています",
|
||||
"Shared with you by %s" => "あなたと %s で共有しています",
|
||||
"Shared with you and the group" => "あなたとグループで共有中",
|
||||
"by" => "により",
|
||||
"Shared with you by" => "あなたと共有",
|
||||
"Share with" => "共有者",
|
||||
"Share with link" => "URLリンクで共有",
|
||||
"Password protect" => "パスワード保護",
|
||||
"Password" => "パスワード",
|
||||
"Set expiration date" => "有効期限を設定",
|
||||
"Expiration date" => "有効期限",
|
||||
"Share via email: %s" => "メール経由で共有: %s",
|
||||
"Share via email:" => "メール経由で共有: %s",
|
||||
"No people found" => "ユーザーが見つかりません",
|
||||
"Resharing is not allowed" => "再共有は許可されていません",
|
||||
"Shared in %s with %s" => "%s 内で %s と共有",
|
||||
"Shared in" => "の中で共有中",
|
||||
"with" => "と",
|
||||
"Unshare" => "共有解除",
|
||||
"can edit" => "編集可能",
|
||||
"access control" => "アクセス権限",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "削除",
|
||||
"share" => "共有",
|
||||
"Password protected" => "パスワード保護",
|
||||
"Error unsetting expiration date" => "有効期限の未設定エラー",
|
||||
"Error setting expiration date" => "有効期限の設定でエラー発生",
|
||||
"ownCloud password reset" => "ownCloudのパスワードをリセットします",
|
||||
"Use the following link to reset your password: {link}" => "パスワードをリセットするには次のリンクをクリックして下さい: {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,14 @@
|
|||
"Error while sharing" => "Fout tijdens het delen",
|
||||
"Error while unsharing" => "Fout tijdens het stoppen met delen",
|
||||
"Error while changing permissions" => "Fout tijdens het veranderen van permissies",
|
||||
"Shared with you and the group %s by %s" => "Gedeeld met u en de group %s door %s",
|
||||
"Shared with you by %s" => "Gedeeld met u door %s",
|
||||
"Share with" => "Deel met",
|
||||
"Share with link" => "Deel met link",
|
||||
"Password protect" => "Passeerwoord beveiliging",
|
||||
"Password" => "Wachtwoord",
|
||||
"Set expiration date" => "Zet vervaldatum",
|
||||
"Expiration date" => "Vervaldatum",
|
||||
"Share via email: %s" => "Deel via email: %s",
|
||||
"No people found" => "Geen mensen gevonden",
|
||||
"Resharing is not allowed" => "Verder delen is niet toegestaan",
|
||||
"Shared in %s with %s" => "Deel in %s met %s",
|
||||
"Unshare" => "Stop met delen",
|
||||
"can edit" => "kan wijzigen",
|
||||
"access control" => "toegangscontrole",
|
||||
|
|
|
|||
91
core/l10n/oc.php
Normal file
91
core/l10n/oc.php
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Application name not provided." => "Nom d'applicacion pas donat.",
|
||||
"No category to add?" => "Pas de categoria d'ajustar ?",
|
||||
"This category already exists: " => "La categoria exista ja :",
|
||||
"Settings" => "Configuracion",
|
||||
"January" => "Genièr",
|
||||
"February" => "Febrièr",
|
||||
"March" => "Març",
|
||||
"April" => "Abril",
|
||||
"May" => "Mai",
|
||||
"June" => "Junh",
|
||||
"July" => "Julhet",
|
||||
"August" => "Agost",
|
||||
"September" => "Septembre",
|
||||
"October" => "Octobre",
|
||||
"November" => "Novembre",
|
||||
"December" => "Decembre",
|
||||
"Choose" => "Causís",
|
||||
"Cancel" => "Anulla",
|
||||
"No" => "Non",
|
||||
"Yes" => "Òc",
|
||||
"Ok" => "D'accòrdi",
|
||||
"No categories selected for deletion." => "Pas de categorias seleccionadas per escafar.",
|
||||
"Error" => "Error",
|
||||
"Error while sharing" => "Error al partejar",
|
||||
"Error while unsharing" => "Error al non partejar",
|
||||
"Error while changing permissions" => "Error al cambiar permissions",
|
||||
"Shared with you and the group" => "Partejat amb tu e lo grop",
|
||||
"by" => "per",
|
||||
"Shared with you by" => "Partejat amb tu per",
|
||||
"Share with" => "Parteja amb",
|
||||
"Share with link" => "Parteja amb lo ligam",
|
||||
"Password protect" => "Parat per senhal",
|
||||
"Password" => "Senhal",
|
||||
"Set expiration date" => "Met la data d'expiracion",
|
||||
"Expiration date" => "Data d'expiracion",
|
||||
"Share via email:" => "Parteja tras corrièl :",
|
||||
"No people found" => "Deguns trobat",
|
||||
"Resharing is not allowed" => "Tornar partejar es pas permis",
|
||||
"Shared in" => "Partejat dins",
|
||||
"with" => "amb",
|
||||
"Unshare" => "Non parteje",
|
||||
"can edit" => "pòt modificar",
|
||||
"access control" => "Contraròtle d'acces",
|
||||
"create" => "crea",
|
||||
"update" => "met a jorn",
|
||||
"delete" => "escafa",
|
||||
"share" => "parteja",
|
||||
"Password protected" => "Parat per senhal",
|
||||
"Error unsetting expiration date" => "Error al metre de la data d'expiracion",
|
||||
"Error setting expiration date" => "Error setting expiration date",
|
||||
"ownCloud password reset" => "senhal d'ownCloud tornat botar",
|
||||
"Use the following link to reset your password: {link}" => "Utiliza lo ligam seguent per tornar botar lo senhal : {link}",
|
||||
"You will receive a link to reset your password via Email." => "Reçaupràs un ligam per tornar botar ton senhal via corrièl.",
|
||||
"Requested" => "Requesit",
|
||||
"Login failed!" => "Fracàs de login",
|
||||
"Username" => "Nom d'usancièr",
|
||||
"Request reset" => "Tornar botar requesit",
|
||||
"Your password was reset" => "Ton senhal es estat tornat botar",
|
||||
"To login page" => "Pagina cap al login",
|
||||
"New password" => "Senhal nòu",
|
||||
"Reset password" => "Senhal tornat botar",
|
||||
"Personal" => "Personal",
|
||||
"Users" => "Usancièrs",
|
||||
"Apps" => "Apps",
|
||||
"Admin" => "Admin",
|
||||
"Help" => "Ajuda",
|
||||
"Access forbidden" => "Acces enebit",
|
||||
"Cloud not found" => "Nívol pas trobada",
|
||||
"Edit categories" => "Edita categorias",
|
||||
"Add" => "Ajusta",
|
||||
"Create an <strong>admin account</strong>" => "Crea un <strong>compte admin</strong>",
|
||||
"Advanced" => "Avançat",
|
||||
"Data folder" => "Dorsièr de donadas",
|
||||
"Configure the database" => "Configura la basa de donadas",
|
||||
"will be used" => "serà utilizat",
|
||||
"Database user" => "Usancièr de la basa de donadas",
|
||||
"Database password" => "Senhal de la basa de donadas",
|
||||
"Database name" => "Nom de la basa de donadas",
|
||||
"Database tablespace" => "Espandi de taula de basa de donadas",
|
||||
"Database host" => "Òste de basa de donadas",
|
||||
"Finish setup" => "Configuracion acabada",
|
||||
"web services under your control" => "Services web jos ton contraròtle",
|
||||
"Log out" => "Sortida",
|
||||
"Lost your password?" => "L'as perdut lo senhal ?",
|
||||
"remember" => "bremba-te",
|
||||
"Log in" => "Dintrada",
|
||||
"You are logged out." => "Sias pas dintra (t/ada)",
|
||||
"prev" => "dariièr",
|
||||
"next" => "venent"
|
||||
);
|
||||
|
|
@ -30,7 +30,6 @@
|
|||
"Password" => "Hasło",
|
||||
"Set expiration date" => "Ustaw datę wygaśnięcia",
|
||||
"Expiration date" => "Data wygaśnięcia",
|
||||
"Share via email: %s" => "Współdziel przez email: %s",
|
||||
"No people found" => "Nie znaleziono ludzi",
|
||||
"Resharing is not allowed" => "Współdzielenie nie jest możliwe",
|
||||
"can edit" => "można edytować",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,14 @@
|
|||
"Error while sharing" => "Erro ao compartilhar",
|
||||
"Error while unsharing" => "Erro ao descompartilhar",
|
||||
"Error while changing permissions" => "Erro ao mudar permissões",
|
||||
"Shared with you and the group %s by %s" => "Compartilhado com você e o grupo %s por %s",
|
||||
"Shared with you by %s" => "Compartilhado com você por %s",
|
||||
"Share with" => "Compartilhar com",
|
||||
"Share with link" => "Compartilhar com link",
|
||||
"Password protect" => "Proteger com senha",
|
||||
"Password" => "Senha",
|
||||
"Set expiration date" => "Definir data de expiração",
|
||||
"Expiration date" => "Data de expiração",
|
||||
"Share via email: %s" => "Compartilhar via email: %s",
|
||||
"No people found" => "Nenhuma pessoa encontrada",
|
||||
"Resharing is not allowed" => "Não é permitido re-compartilhar",
|
||||
"Shared in %s with %s" => "Compartilhado em %s com %s",
|
||||
"Unshare" => "Descompartilhar",
|
||||
"can edit" => "pode editar",
|
||||
"access control" => "controle de acesso",
|
||||
|
|
@ -45,6 +41,7 @@
|
|||
"delete" => "remover",
|
||||
"share" => "compartilhar",
|
||||
"Password protected" => "Protegido com senha",
|
||||
"Error unsetting expiration date" => "Erro ao remover data de expiração",
|
||||
"Error setting expiration date" => "Erro ao definir data de expiração",
|
||||
"ownCloud password reset" => "Redefinir senha ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "Use o seguinte link para redefinir sua senha: {link}",
|
||||
|
|
|
|||
|
|
@ -15,13 +15,34 @@
|
|||
"October" => "Octombrie",
|
||||
"November" => "Noiembrie",
|
||||
"December" => "Decembrie",
|
||||
"Choose" => "Alege",
|
||||
"Cancel" => "Anulare",
|
||||
"No" => "Nu",
|
||||
"Yes" => "Da",
|
||||
"Ok" => "Ok",
|
||||
"No categories selected for deletion." => "Nici o categorie selectată pentru ștergere.",
|
||||
"Error" => "Eroare",
|
||||
"Error while sharing" => "Eroare la partajare",
|
||||
"Error while unsharing" => "Eroare la anularea partajării",
|
||||
"Error while changing permissions" => "Eroare la modificarea permisiunilor",
|
||||
"Share with" => "Partajat cu",
|
||||
"Share with link" => "Partajare cu legătură",
|
||||
"Password protect" => "Protejare cu parolă",
|
||||
"Password" => "Parola",
|
||||
"Set expiration date" => "Specifică data expirării",
|
||||
"Expiration date" => "Data expirării",
|
||||
"No people found" => "Nici o persoană găsită",
|
||||
"Resharing is not allowed" => "Repartajarea nu este permisă",
|
||||
"Unshare" => "Anulare partajare",
|
||||
"can edit" => "poate edita",
|
||||
"access control" => "control acces",
|
||||
"create" => "creare",
|
||||
"update" => "actualizare",
|
||||
"delete" => "ștergere",
|
||||
"share" => "partajare",
|
||||
"Password protected" => "Protejare cu parolă",
|
||||
"Error unsetting expiration date" => "Eroare la anularea datei de expirare",
|
||||
"Error setting expiration date" => "Eroare la specificarea datei de expirare",
|
||||
"ownCloud password reset" => "Resetarea parolei ownCloud ",
|
||||
"Use the following link to reset your password: {link}" => "Folosește următorul link pentru a reseta parola: {link}",
|
||||
"You will receive a link to reset your password via Email." => "Vei primi un mesaj prin care vei putea reseta parola via email",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
"Error while sharing" => "Ошибка создания общего доступа",
|
||||
"Error while unsharing" => "Ошибка отключения общего доступа",
|
||||
"Error while changing permissions" => "Ошибка при изменении прав доступа",
|
||||
"Shared with you and the group %s by %s" => "Общий доступ для Вас и группы %s к %s",
|
||||
"Password protect" => "Защитить паролем",
|
||||
"Password" => "Пароль",
|
||||
"No people found" => "Не найдено людей",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "Fel vid delning",
|
||||
"Error while unsharing" => "Fel när delning skulle avslutas",
|
||||
"Error while changing permissions" => "Fel vid ändring av rättigheter",
|
||||
"Shared with you and the group %s by %s" => "Delad med dig och gruppen %s av %s",
|
||||
"Shared with you by %s" => "Delad med dig av %s",
|
||||
"Shared with you and the group" => "Delas med dig och gruppen",
|
||||
"by" => "av",
|
||||
"Shared with you by" => "Delas med dig av",
|
||||
"Share with" => "Delad med",
|
||||
"Share with link" => "Delad med länk",
|
||||
"Password protect" => "Lösenordsskydda",
|
||||
"Password" => "Lösenord",
|
||||
"Set expiration date" => "Sätt utgångsdatum",
|
||||
"Expiration date" => "Utgångsdatum",
|
||||
"Share via email: %s" => "Dela via e-post: %s",
|
||||
"Share via email:" => "Dela via e-post:",
|
||||
"No people found" => "Hittar inga användare",
|
||||
"Resharing is not allowed" => "Dela vidare är inte tillåtet",
|
||||
"Shared in %s with %s" => "Delad i %s med %s",
|
||||
"Shared in" => "Delas i",
|
||||
"with" => "med",
|
||||
"Unshare" => "Sluta dela",
|
||||
"can edit" => "kan redigera",
|
||||
"access control" => "åtkomstkontroll",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "radera",
|
||||
"share" => "dela",
|
||||
"Password protected" => "Lösenordsskyddad",
|
||||
"Error unsetting expiration date" => "Fel vid borttagning av utgångsdatum",
|
||||
"Error setting expiration date" => "Fel vid sättning av utgångsdatum",
|
||||
"ownCloud password reset" => "ownCloud lösenordsåterställning",
|
||||
"Use the following link to reset your password: {link}" => "Använd följande länk för att återställa lösenordet: {link}",
|
||||
|
|
|
|||
|
|
@ -25,18 +25,20 @@
|
|||
"Error while sharing" => "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล",
|
||||
"Error while unsharing" => "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล",
|
||||
"Error while changing permissions" => "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน",
|
||||
"Shared with you and the group %s by %s" => "ได้แชร์ให้กับคุณและกลุ่ม %s โดย %s",
|
||||
"Shared with you by %s" => "แชร์ให้กับคุณโดย %s",
|
||||
"Shared with you and the group" => "แชร์ให้คุณและกลุ่ม",
|
||||
"by" => "โดย",
|
||||
"Shared with you by" => "แชร์ให้คุณโดย",
|
||||
"Share with" => "แชร์ให้กับ",
|
||||
"Share with link" => "แชร์ด้วยลิงก์",
|
||||
"Password protect" => "ใส่รหัสผ่านไว้",
|
||||
"Password" => "รหัสผ่าน",
|
||||
"Set expiration date" => "กำหนดวันที่หมดอายุ",
|
||||
"Expiration date" => "วันที่หมดอายุ",
|
||||
"Share via email: %s" => "แชร์ผ่านทางอีเมล: %s",
|
||||
"Share via email:" => "แชร์ผ่านทางอีเมล",
|
||||
"No people found" => "ไม่พบบุคคลที่ต้องการ",
|
||||
"Resharing is not allowed" => "ไม่อนุญาตให้แชร์ข้อมูลซ้ำได้",
|
||||
"Shared in %s with %s" => "ถูกแชร์ใน %s ด้วย %s",
|
||||
"Shared in" => "แชร์ไว้ใน",
|
||||
"with" => "ด้วย",
|
||||
"Unshare" => "ยกเลิกการแชร์",
|
||||
"can edit" => "สามารถแก้ไข",
|
||||
"access control" => "ระดับควบคุมการเข้าใช้งาน",
|
||||
|
|
@ -45,6 +47,7 @@
|
|||
"delete" => "ลบ",
|
||||
"share" => "แชร์",
|
||||
"Password protected" => "ใส่รหัสผ่านไว้",
|
||||
"Error unsetting expiration date" => "เกิดข้อผิดพลาดในการยกเลิกการตั้งค่าวันที่หมดอายุ",
|
||||
"Error setting expiration date" => "เกิดข้อผิดพลาดในการตั้งค่าวันที่หมดอายุ",
|
||||
"ownCloud password reset" => "รีเซ็ตรหัสผ่าน ownCloud",
|
||||
"Use the following link to reset your password: {link}" => "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}",
|
||||
|
|
|
|||
|
|
@ -15,13 +15,34 @@
|
|||
"October" => "十月",
|
||||
"November" => "十一月",
|
||||
"December" => "十二月",
|
||||
"Choose" => "选择(&C)...",
|
||||
"Cancel" => "取消",
|
||||
"No" => "否",
|
||||
"Yes" => "是",
|
||||
"Ok" => "好",
|
||||
"No categories selected for deletion." => "没有选择要删除的类别",
|
||||
"Error" => "错误",
|
||||
"Error while sharing" => "共享时出错",
|
||||
"Error while unsharing" => "取消共享时出错",
|
||||
"Error while changing permissions" => "修改权限时出错",
|
||||
"Share with" => "共享",
|
||||
"Share with link" => "共享链接",
|
||||
"Password protect" => "密码保护",
|
||||
"Password" => "密码",
|
||||
"Set expiration date" => "设置过期日期",
|
||||
"Expiration date" => "过期日期",
|
||||
"No people found" => "未找到此人",
|
||||
"Resharing is not allowed" => "不允许二次共享",
|
||||
"Unshare" => "取消共享",
|
||||
"can edit" => "可以修改",
|
||||
"access control" => "访问控制",
|
||||
"create" => "创建",
|
||||
"update" => "更新",
|
||||
"delete" => "删除",
|
||||
"share" => "共享",
|
||||
"Password protected" => "密码已受保护",
|
||||
"Error unsetting expiration date" => "取消设置过期日期时出错",
|
||||
"Error setting expiration date" => "设置过期日期时出错",
|
||||
"ownCloud password reset" => "重置 ownCloud 密码",
|
||||
"Use the following link to reset your password: {link}" => "使用以下链接重置您的密码:{link}",
|
||||
"You will receive a link to reset your password via Email." => "您将会收到包含可以重置密码链接的邮件。",
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@ require_once '../../lib/base.php';
|
|||
// Someone lost their password:
|
||||
if (isset($_POST['user'])) {
|
||||
if (OC_User::userExists($_POST['user'])) {
|
||||
$token = sha1($_POST['user'].md5(uniqid(rand(), true)));
|
||||
$token = hash("sha256", $_POST['user'].OC_Util::generate_random_bytes(10));
|
||||
OC_Preferences::setValue($_POST['user'], 'owncloud', 'lostpassword', $token);
|
||||
$email = OC_Preferences::getValue($_POST['user'], 'settings', 'email', '');
|
||||
if (!empty($email) and isset($_POST['sectoken']) and isset($_SESSION['sectoken']) and ($_POST['sectoken']==$_SESSION['sectoken']) ) {
|
||||
$link = OC_Helper::linkToAbsolute('core/lostpassword', 'resetpassword.php', array('user' => urlencode($_POST['user']), 'token' => $token));
|
||||
if (!empty($email)) {
|
||||
$link = OC_Helper::linkToAbsolute('core/lostpassword', 'resetpassword.php', array('user' => $_POST['user'], 'token' => $token));
|
||||
$tmpl = new OC_Template('core/lostpassword', 'email');
|
||||
$tmpl->assign('link', $link, false);
|
||||
$msg = $tmpl->fetchPage();
|
||||
|
|
@ -25,18 +25,11 @@ if (isset($_POST['user'])) {
|
|||
$from = 'lostpassword-noreply@' . OCP\Util::getServerHost();
|
||||
OC_MAIL::send($email, $_POST['user'], $l->t('ownCloud password reset'), $msg, $from, 'ownCloud');
|
||||
echo('sent');
|
||||
|
||||
}
|
||||
$sectoken=rand(1000000, 9999999);
|
||||
$_SESSION['sectoken']=$sectoken;
|
||||
OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => false, 'requested' => true, 'sectoken' => $sectoken));
|
||||
OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => false, 'requested' => true));
|
||||
} else {
|
||||
$sectoken=rand(1000000, 9999999);
|
||||
$_SESSION['sectoken']=$sectoken;
|
||||
OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => true, 'requested' => false, 'sectoken' => $sectoken));
|
||||
OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => true, 'requested' => false));
|
||||
}
|
||||
} else {
|
||||
$sectoken=rand(1000000, 9999999);
|
||||
$_SESSION['sectoken']=$sectoken;
|
||||
OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => false, 'requested' => false, 'sectoken' => $sectoken));
|
||||
OC_Template::printGuestPage('core/lostpassword', 'lostpassword', array('error' => false, 'requested' => false));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<p class="infield">
|
||||
<label for="user" class="infield"><?php echo $l->t( 'Username' ); ?></label>
|
||||
<input type="text" name="user" id="user" value="" autocomplete="off" required autofocus />
|
||||
<input type="hidden" name="sectoken" id="sectoken" value="<?php echo($_['sectoken']); ?>" />
|
||||
</p>
|
||||
<input type="submit" id="submit" value="<?php echo $l->t('Request reset'); ?>" />
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
var oc_webroot = '<?php echo OC::$WEBROOT; ?>';
|
||||
var oc_appswebroots = <?php echo $_['apps_paths'] ?>;
|
||||
var oc_current_user = '<?php echo OC_User::getUser() ?>';
|
||||
var oc_requesttoken = '<?php echo $_['requesttoken']; ?>';
|
||||
var oc_requestlifespan = '<?php echo $_['requestlifespan']; ?>';
|
||||
</script>
|
||||
<?php foreach($_['jsfiles'] as $jsfile): ?>
|
||||
<script type="text/javascript" src="<?php echo $jsfile; ?>"></script>
|
||||
|
|
@ -24,13 +26,6 @@
|
|||
echo '/>';
|
||||
?>
|
||||
<?php endforeach; ?>
|
||||
<script type="text/javascript">
|
||||
requesttoken = '<?php echo $_['requesttoken']; ?>';
|
||||
OC.EventSource.requesttoken=requesttoken;
|
||||
$(document).bind('ajaxSend', function(elm, xhr, s) {
|
||||
xhr.setRequestHeader('requesttoken', requesttoken);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body id="<?php echo $_['bodyid'];?>">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!--[if IE 8]><style>input[type="checkbox"]{padding:0;}</style><![endif]-->
|
||||
<form action="index.php" method="post">
|
||||
<form method="post">
|
||||
<fieldset>
|
||||
<?php if(!empty($_['redirect'])) { echo '<input type="hidden" name="redirect_url" value="'.$_['redirect'].'" />'; } ?>
|
||||
<?php if($_['display_lostpassword']): ?>
|
||||
|
|
@ -12,7 +12,6 @@
|
|||
<p class="infield">
|
||||
<label for="password" class="infield"><?php echo $l->t( 'Password' ); ?></label>
|
||||
<input type="password" name="password" id="password" value="" required<?php echo $_['user_autofocus']?'':' autofocus'; ?> />
|
||||
<input type="hidden" name="sectoken" id="sectoken" value="<?php echo($_['sectoken']); ?>" />
|
||||
</p>
|
||||
<input type="checkbox" name="remember_login" value="1" id="remember_login" /><label for="remember_login"><?php echo $l->t('remember'); ?></label>
|
||||
<input type="submit" id="submit" class="login" value="<?php echo $l->t( 'Log in' ); ?>" />
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
<length>32</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>false</notnull>
|
||||
<length>200</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -379,7 +379,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -387,7 +387,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
<length>32</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -395,7 +395,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -435,7 +435,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>200</length>
|
||||
<length>64</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Afrikaans (http://www.transifex.com/projects/p/owncloud/language/af/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -123,13 +123,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -157,8 +159,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -344,7 +348,7 @@ msgstr ""
|
|||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -30,7 +30,7 @@ msgstr ""
|
|||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "تعديلات"
|
||||
|
||||
|
|
@ -124,13 +124,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -158,8 +160,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -345,7 +349,7 @@ msgstr "انهاء التعديلات"
|
|||
msgid "web services under your control"
|
||||
msgstr "خدمات الوب تحت تصرفك"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "الخروج"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Arabic (Saudi Arabia) (http://www.transifex.com/projects/p/owncloud/language/ar_SA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -123,13 +123,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -157,8 +159,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -344,7 +348,7 @@ msgstr ""
|
|||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -33,7 +33,7 @@ msgstr ""
|
|||
msgid "This category already exists: "
|
||||
msgstr "Категорията вече съществува:"
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Настройки"
|
||||
|
||||
|
|
@ -127,13 +127,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -161,8 +163,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -174,8 +175,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -348,7 +352,7 @@ msgstr "Завършване на настройките"
|
|||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Изход"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -31,7 +31,7 @@ msgstr "No voleu afegir cap categoria?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Aquesta categoria ja existeix:"
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Arranjament"
|
||||
|
||||
|
|
@ -125,13 +125,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -159,8 +161,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -346,7 +350,7 @@ msgstr "Acaba la configuració"
|
|||
msgid "web services under your control"
|
||||
msgstr "controleu els vostres serveis web"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Surt"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-30 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-09-29 08:16+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"
|
||||
|
|
@ -33,7 +33,7 @@ msgstr "Žádná kategorie k přidání?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Tato kategorie již existuje: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Nastavení"
|
||||
|
||||
|
|
@ -127,14 +127,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Chyba při změně oprávnění"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "Sdíleno s Vámi a skupinou %s od %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr "S Vámi a skupinou"
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr "sdílí"
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "Sdíleno s Vámi od %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr "S Vámi sdílí"
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -161,9 +163,8 @@ msgid "Expiration date"
|
|||
msgstr "Datum vypršení platnosti"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Sdílet e-mailem: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr "Sdílet e-mailem:"
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -174,9 +175,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "Sdílení již sdílené položky není povoleno"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "Sdíleno v %s s %s"
|
||||
msgid "Shared in"
|
||||
msgstr "Sdíleno v"
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr "s"
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -212,7 +216,7 @@ msgstr "Chráněno heslem"
|
|||
|
||||
#: js/share.js:489
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Chyba při odstraňování data vypršení platnosti"
|
||||
|
||||
#: js/share.js:501
|
||||
msgid "Error setting expiration date"
|
||||
|
|
@ -243,7 +247,7 @@ msgstr "Přihlášení selhalo."
|
|||
msgid "Username"
|
||||
msgstr "Uživatelské jméno"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:15
|
||||
#: lostpassword/templates/lostpassword.php:14
|
||||
msgid "Request reset"
|
||||
msgstr "Vyžádat obnovu"
|
||||
|
||||
|
|
@ -348,7 +352,7 @@ msgstr "Dokončit nastavení"
|
|||
msgid "web services under your control"
|
||||
msgstr "webové služby pod Vaší kontrolou"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Odhlásit se"
|
||||
|
||||
|
|
@ -356,11 +360,11 @@ msgstr "Odhlásit se"
|
|||
msgid "Lost your password?"
|
||||
msgstr "Ztratili jste své heslo?"
|
||||
|
||||
#: templates/login.php:17
|
||||
#: templates/login.php:16
|
||||
msgid "remember"
|
||||
msgstr "zapamatovat si"
|
||||
|
||||
#: templates/login.php:18
|
||||
#: templates/login.php:17
|
||||
msgid "Log in"
|
||||
msgstr "Přihlásit"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-27 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 12:01+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"
|
||||
|
|
@ -120,11 +120,11 @@ msgstr "Čekající"
|
|||
|
||||
#: js/files.js:256
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
msgstr "odesílá se 1 soubor"
|
||||
|
||||
#: js/files.js:259 js/files.js:304 js/files.js:319
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
msgstr "souborů se odesílá"
|
||||
|
||||
#: js/files.js:322 js/files.js:355
|
||||
msgid "Upload cancelled."
|
||||
|
|
@ -139,81 +139,81 @@ msgstr "Probíhá odesílání souboru. Opuštění stránky vyústí ve zrušen
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Neplatný název, znak '/' není povolen"
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr "soubory prohledány"
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr "chyba při prohledávání"
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Název"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Velikost"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Změněno"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "složka"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "složky"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "soubor"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "soubory"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "před pár sekundami"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "před minutou"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "před pár minutami"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "dnes"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "včera"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "před pár dny"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "minulý měsíc"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "před pár měsíci"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "minulý rok"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "před pár lety"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -35,7 +35,7 @@ msgstr "Ingen kategori at tilføje?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Denne kategori eksisterer allerede: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
|
|
@ -129,14 +129,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Fejl under justering af rettigheder"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "Delt med dig og gruppen %s af %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "Delt med dig af %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -163,9 +165,8 @@ msgid "Expiration date"
|
|||
msgstr "Udløbsdato"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Del over email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -176,9 +177,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "Videredeling ikke tilladt"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "Delt i %s med %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -350,7 +354,7 @@ msgstr "Afslut opsætning"
|
|||
msgid "web services under your control"
|
||||
msgstr "Webtjenester under din kontrol"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Log ud"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-29 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:40+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -42,7 +42,7 @@ msgstr "Keine Kategorie hinzuzufügen?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Kategorie existiert bereits:"
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
|
|
@ -125,7 +125,7 @@ msgstr "Fehler"
|
|||
|
||||
#: js/share.js:103
|
||||
msgid "Error while sharing"
|
||||
msgstr "Fehler beim Teilen"
|
||||
msgstr "Fehler beim Freigeben"
|
||||
|
||||
#: js/share.js:114
|
||||
msgid "Error while unsharing"
|
||||
|
|
@ -136,14 +136,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Fehler beim Ändern der Rechte"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "%s hat dies für dich und die Gruppe %s freigegeben."
|
||||
msgid "Shared with you and the group"
|
||||
msgstr "Mit Dir und der Gruppe geteilt"
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr "mit"
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "%s hat dies mit dir geteilt."
|
||||
msgid "Shared with you by"
|
||||
msgstr "Dies wurde mit dir geteilt von"
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -170,9 +172,8 @@ msgid "Expiration date"
|
|||
msgstr "Ablaufdatum"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Über eine E-Mail freigeben: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr "Über eine E-Mail freigeben:"
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -183,9 +184,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "Weiterverteilen ist nicht erlaubt"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "In %s für %s freigegeben"
|
||||
msgid "Shared in"
|
||||
msgstr "Geteilt mit"
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr "mit"
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -217,11 +221,11 @@ msgstr "teilen"
|
|||
|
||||
#: js/share.js:317 js/share.js:476
|
||||
msgid "Password protected"
|
||||
msgstr "Passwort geschützt"
|
||||
msgstr "Durch ein Passwort geschützt"
|
||||
|
||||
#: js/share.js:489
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Fehler beim entfernen des Ablaufdatums"
|
||||
|
||||
#: js/share.js:501
|
||||
msgid "Error setting expiration date"
|
||||
|
|
@ -237,7 +241,7 @@ msgstr "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {lin
|
|||
|
||||
#: lostpassword/templates/lostpassword.php:3
|
||||
msgid "You will receive a link to reset your password via Email."
|
||||
msgstr "Sie erhalten einen Link, um Ihr Passwort per E-Mail zurückzusetzen."
|
||||
msgstr "Du erhälst einen Link per E-Mail, um Dein Passwort zurückzusetzen."
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:5
|
||||
msgid "Requested"
|
||||
|
|
@ -254,7 +258,7 @@ msgstr "Benutzername"
|
|||
|
||||
#: lostpassword/templates/lostpassword.php:15
|
||||
msgid "Request reset"
|
||||
msgstr "Anfrage zurückgesetzt"
|
||||
msgstr "Beantrage Zurücksetzung"
|
||||
|
||||
#: lostpassword/templates/resetpassword.php:4
|
||||
msgid "Your password was reset"
|
||||
|
|
@ -314,7 +318,7 @@ msgstr "<strong>Administrator-Konto</strong> anlegen"
|
|||
|
||||
#: templates/installation.php:36
|
||||
msgid "Advanced"
|
||||
msgstr "Erweitert"
|
||||
msgstr "Fortgeschritten"
|
||||
|
||||
#: templates/installation.php:38
|
||||
msgid "Data folder"
|
||||
|
|
@ -327,7 +331,7 @@ msgstr "Datenbank einrichten"
|
|||
#: templates/installation.php:50 templates/installation.php:61
|
||||
#: templates/installation.php:71 templates/installation.php:81
|
||||
msgid "will be used"
|
||||
msgstr "wird genutzt"
|
||||
msgstr "wird verwendet"
|
||||
|
||||
#: templates/installation.php:93
|
||||
msgid "Database user"
|
||||
|
|
@ -357,7 +361,7 @@ msgstr "Installation abschließen"
|
|||
msgid "web services under your control"
|
||||
msgstr "Web-Services unter Ihrer Kontrolle"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Abmelden"
|
||||
|
||||
|
|
@ -375,7 +379,7 @@ msgstr "Einloggen"
|
|||
|
||||
#: templates/logout.php:1
|
||||
msgid "You are logged out."
|
||||
msgstr "Sie wurden abgemeldet."
|
||||
msgstr "Du wurdest abgemeldet."
|
||||
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
# Translators:
|
||||
# <admin@s-goecker.de>, 2012.
|
||||
# <blobbyjj@ymail.com>, 2012.
|
||||
# I Robot <thomas.mueller@tmit.eu>, 2012.
|
||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
||||
# Jan-Christoph Borchardt <jan@unhosted.org>, 2011.
|
||||
|
|
@ -21,9 +22,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-28 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-09-27 22:31+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -67,7 +68,7 @@ msgstr "Dateien"
|
|||
|
||||
#: js/fileactions.js:108 templates/index.php:62
|
||||
msgid "Unshare"
|
||||
msgstr "Nicht mehr teilen"
|
||||
msgstr "Nicht mehr freigeben"
|
||||
|
||||
#: js/fileactions.js:110 templates/index.php:64
|
||||
msgid "Delete"
|
||||
|
|
@ -107,7 +108,7 @@ msgstr "mit"
|
|||
|
||||
#: js/filelist.js:273
|
||||
msgid "unshared"
|
||||
msgstr "Nicht mehr teilen"
|
||||
msgstr "Nicht mehr freigegeben"
|
||||
|
||||
#: js/filelist.js:275
|
||||
msgid "deleted"
|
||||
|
|
@ -119,11 +120,11 @@ msgstr "Erstelle ZIP-Datei. Dies kann eine Weile dauern."
|
|||
|
||||
#: js/files.js:208
|
||||
msgid "Unable to upload your file as it is a directory or has 0 bytes"
|
||||
msgstr "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis ist oder 0 Bytes hat."
|
||||
msgstr "Ihre Datei kann nicht hochgeladen werden, da sie entweder ein Verzeichnis oder 0 Bytes groß ist."
|
||||
|
||||
#: js/files.js:208
|
||||
msgid "Upload Error"
|
||||
msgstr "Fehler beim Hochladen"
|
||||
msgstr "Fehler beim Upload"
|
||||
|
||||
#: js/files.js:236 js/files.js:341 js/files.js:371
|
||||
msgid "Pending"
|
||||
|
|
@ -131,15 +132,15 @@ msgstr "Ausstehend"
|
|||
|
||||
#: js/files.js:256
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
msgstr "Eine Datei wird hoch geladen"
|
||||
|
||||
#: js/files.js:259 js/files.js:304 js/files.js:319
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
msgstr "Dateien werden hoch geladen"
|
||||
|
||||
#: js/files.js:322 js/files.js:355
|
||||
msgid "Upload cancelled."
|
||||
msgstr "Hochladen abgebrochen."
|
||||
msgstr "Upload abgebrochen."
|
||||
|
||||
#: js/files.js:424
|
||||
msgid ""
|
||||
|
|
@ -150,81 +151,81 @@ msgstr "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Ungültiger Name: \"/\" ist nicht erlaubt."
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr "Dateien gescannt"
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr "Fehler beim Scannen"
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Größe"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Bearbeitet"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "Ordner"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "Ordner"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "Datei"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "Dateien"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "Sekunden her"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "Minute her"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "Minuten her"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "Heute"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "Gestern"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "Tage her"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "Letzten Monat"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "Monate her"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "Letztes Jahr"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "Jahre her"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
@ -272,7 +273,7 @@ msgstr "Ordner"
|
|||
|
||||
#: templates/index.php:11
|
||||
msgid "From url"
|
||||
msgstr "URL"
|
||||
msgstr "Von einer URL"
|
||||
|
||||
#: templates/index.php:20
|
||||
msgid "Upload"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <blobbyjj@ymail.com>, 2012.
|
||||
# Phi Lieb <>, 2012.
|
||||
# <thomas.mueller@tmit.eu>, 2012.
|
||||
# <transifex.3.mensaje@spamgourmet.com>, 2012.
|
||||
|
|
@ -10,9 +11,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-18 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-17 21:03+0000\n"
|
||||
"Last-Translator: traductor <transifex.3.mensaje@spamgourmet.com>\n"
|
||||
"POT-Creation-Date: 2012-09-28 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-09-27 22:40+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -44,19 +45,19 @@ msgstr "Apps"
|
|||
msgid "Admin"
|
||||
msgstr "Administrator"
|
||||
|
||||
#: files.php:280
|
||||
#: files.php:327
|
||||
msgid "ZIP download is turned off."
|
||||
msgstr "Der ZIP-Download ist deaktiviert."
|
||||
|
||||
#: files.php:281
|
||||
#: files.php:328
|
||||
msgid "Files need to be downloaded one by one."
|
||||
msgstr "Die Dateien müssen einzeln heruntergeladen werden."
|
||||
|
||||
#: files.php:281 files.php:306
|
||||
#: files.php:328 files.php:353
|
||||
msgid "Back to Files"
|
||||
msgstr "Zurück zu \"Dateien\""
|
||||
|
||||
#: files.php:305
|
||||
#: files.php:352
|
||||
msgid "Selected files too large to generate zip file."
|
||||
msgstr "Die gewählten Dateien sind zu groß, um eine ZIP-Datei zu erstellen."
|
||||
|
||||
|
|
@ -70,7 +71,7 @@ msgstr "Authentifizierungs-Fehler"
|
|||
|
||||
#: json.php:51
|
||||
msgid "Token expired. Please reload page."
|
||||
msgstr "Token abgelaufen. Bitte laden Sie die Seite neu."
|
||||
msgstr "Token abgelaufen. Bitte lade die Seite neu."
|
||||
|
||||
#: template.php:87
|
||||
msgid "seconds ago"
|
||||
|
|
@ -83,7 +84,7 @@ msgstr "Vor einer Minute"
|
|||
#: template.php:89
|
||||
#, php-format
|
||||
msgid "%d minutes ago"
|
||||
msgstr "Vor %d Minute(n)"
|
||||
msgstr "Vor %d Minuten"
|
||||
|
||||
#: template.php:92
|
||||
msgid "today"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
# Translators:
|
||||
# <admin@s-goecker.de>, 2011, 2012.
|
||||
# <blobbyjj@ymail.com>, 2012.
|
||||
# <icewind1991@gmail.com>, 2012.
|
||||
# I Robot <thomas.mueller@tmit.eu>, 2012.
|
||||
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
|
||||
|
|
@ -20,9 +21,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-24 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-09-23 21:04+0000\n"
|
||||
"Last-Translator: AnybodyElse <lukas@statuscode.ch>\n"
|
||||
"POT-Creation-Date: 2012-09-28 02:03+0200\n"
|
||||
"PO-Revision-Date: 2012-09-27 22:24+0000\n"
|
||||
"Last-Translator: Mirodin <blobbyjj@ymail.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -32,12 +33,12 @@ msgstr ""
|
|||
|
||||
#: ajax/apps/ocs.php:23
|
||||
msgid "Unable to load list from App Store"
|
||||
msgstr "Die Liste der Apps im Store konnte nicht geladen werden."
|
||||
msgstr "Die Liste der Anwendungen im Store konnte nicht geladen werden."
|
||||
|
||||
#: ajax/creategroup.php:9 ajax/removeuser.php:13 ajax/setquota.php:18
|
||||
#: ajax/togglegroups.php:15
|
||||
msgid "Authentication error"
|
||||
msgstr "Anmeldungsfehler"
|
||||
msgstr "Fehler bei der Anmeldung"
|
||||
|
||||
#: ajax/creategroup.php:19
|
||||
msgid "Group already exists"
|
||||
|
|
@ -53,11 +54,11 @@ msgstr "App konnte nicht aktiviert werden."
|
|||
|
||||
#: ajax/lostpassword.php:14
|
||||
msgid "Email saved"
|
||||
msgstr "E-Mail gespeichert"
|
||||
msgstr "E-Mail Adresse gespeichert"
|
||||
|
||||
#: ajax/lostpassword.php:16
|
||||
msgid "Invalid email"
|
||||
msgstr "Ungültige E-Mail"
|
||||
msgstr "Ungültige E-Mail Adresse"
|
||||
|
||||
#: ajax/openid.php:16
|
||||
msgid "OpenID Changed"
|
||||
|
|
@ -120,23 +121,23 @@ msgstr "Ihr Datenverzeichnis ist möglicher Weise aus dem Internet erreichbar. D
|
|||
|
||||
#: templates/admin.php:31
|
||||
msgid "Cron"
|
||||
msgstr "Cron"
|
||||
msgstr "Cron-Jobs"
|
||||
|
||||
#: templates/admin.php:37
|
||||
msgid "Execute one task with each page loaded"
|
||||
msgstr "Führe eine Aufgabe pro geladener Seite aus."
|
||||
msgstr "Führe eine Aufgabe bei jeder geladenen Seite aus."
|
||||
|
||||
#: templates/admin.php:43
|
||||
msgid ""
|
||||
"cron.php is registered at a webcron service. Call the cron.php page in the "
|
||||
"owncloud root once a minute over http."
|
||||
msgstr "cron.php ist bei einem Webcron-Dienst registriert. Rufen Sie die Seite cron.php im ownCloud-Root minütlich per HTTP auf."
|
||||
msgstr "cron.php ist bei einem Webcron-Dienst registriert. Ruf die Seite cron.php im ownCloud-Root minütlich per HTTP auf."
|
||||
|
||||
#: templates/admin.php:49
|
||||
msgid ""
|
||||
"Use systems cron service. Call the cron.php file in the owncloud folder via "
|
||||
"a system cronjob once a minute."
|
||||
msgstr "Benutzen Sie den System-Crondienst. Rufen Sie die cron.php im ownCloud-Ordner über einen System-Cronjob minütlich auf."
|
||||
msgstr "Benutze den System-Crondienst. Bitte ruf die cron.php im ownCloud-Ordner über einen System-Cronjob minütlich auf."
|
||||
|
||||
#: templates/admin.php:56
|
||||
msgid "Sharing"
|
||||
|
|
@ -144,11 +145,11 @@ msgstr "Freigabe"
|
|||
|
||||
#: templates/admin.php:61
|
||||
msgid "Enable Share API"
|
||||
msgstr "Teilungs-API aktivieren"
|
||||
msgstr "Freigabe-API aktivieren"
|
||||
|
||||
#: templates/admin.php:62
|
||||
msgid "Allow apps to use the Share API"
|
||||
msgstr "Erlaubt Nutzern, die Teilungs-API zu nutzen"
|
||||
msgstr "Erlaubt Anwendungen, die Freigabe-API zu nutzen"
|
||||
|
||||
#: templates/admin.php:67
|
||||
msgid "Allow links"
|
||||
|
|
@ -156,7 +157,7 @@ msgstr "Links erlauben"
|
|||
|
||||
#: templates/admin.php:68
|
||||
msgid "Allow users to share items to the public with links"
|
||||
msgstr "Erlaube Nutzern, Dateien mithilfe von Links mit der Öffentlichkeit zu teilen"
|
||||
msgstr "Erlaube Nutzern, Dateien mithilfe von Links öffentlich zu teilen"
|
||||
|
||||
#: templates/admin.php:73
|
||||
msgid "Allow resharing"
|
||||
|
|
@ -168,11 +169,11 @@ msgstr "Erlaubt Nutzern, Dateien die mit ihnen geteilt wurden, erneut zu teilen"
|
|||
|
||||
#: templates/admin.php:79
|
||||
msgid "Allow users to share with anyone"
|
||||
msgstr "Erlaube Nutzern mit jedem zu Teilen"
|
||||
msgstr "Erlaubet Nutzern mit jedem zu Teilen"
|
||||
|
||||
#: templates/admin.php:81
|
||||
msgid "Allow users to only share with users in their groups"
|
||||
msgstr "Erlaube Nutzern nur das Teilen in ihrer Gruppe"
|
||||
msgstr "Erlaubet Nutzern nur das Teilen in ihrer Gruppe"
|
||||
|
||||
#: templates/admin.php:88
|
||||
msgid "Log"
|
||||
|
|
@ -194,15 +195,15 @@ msgstr "Entwickelt von der <a href=\"http://ownCloud.org/contact\" target=\"_bla
|
|||
|
||||
#: templates/apps.php:10
|
||||
msgid "Add your App"
|
||||
msgstr "Fügen Sie Ihre App hinzu"
|
||||
msgstr "Füge Deine Anwendung hinzu"
|
||||
|
||||
#: templates/apps.php:26
|
||||
msgid "Select an App"
|
||||
msgstr "Wählen Sie eine Anwendung aus"
|
||||
msgstr "Wähle eine Anwendung aus"
|
||||
|
||||
#: templates/apps.php:29
|
||||
msgid "See application page at apps.owncloud.com"
|
||||
msgstr "Weitere Anwendungen finden Sie auf apps.owncloud.com"
|
||||
msgstr "Weitere Anwendungen findest Du auf apps.owncloud.com"
|
||||
|
||||
#: templates/apps.php:30
|
||||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
|
|
@ -218,7 +219,7 @@ msgstr "Große Dateien verwalten"
|
|||
|
||||
#: templates/help.php:11
|
||||
msgid "Ask a question"
|
||||
msgstr "Stellen Sie eine Frage"
|
||||
msgstr "Stelle eine Frage"
|
||||
|
||||
#: templates/help.php:23
|
||||
msgid "Problems connecting to help database."
|
||||
|
|
@ -235,7 +236,7 @@ msgstr "Antwort"
|
|||
#: templates/personal.php:8
|
||||
#, php-format
|
||||
msgid "You have used <strong>%s</strong> of the available <strong>%s<strong>"
|
||||
msgstr "Sie verwenden <strong>%s</strong> der verfügbaren <strong>%s<strong>"
|
||||
msgstr "Du verwendest <strong>%s</strong> der verfügbaren <strong>%s<strong>"
|
||||
|
||||
#: templates/personal.php:12
|
||||
msgid "Desktop and Mobile Syncing Clients"
|
||||
|
|
@ -247,7 +248,7 @@ msgstr "Download"
|
|||
|
||||
#: templates/personal.php:19
|
||||
msgid "Your password was changed"
|
||||
msgstr "Ihr Passwort wurde geändert."
|
||||
msgstr "Dein Passwort wurde geändert."
|
||||
|
||||
#: templates/personal.php:20
|
||||
msgid "Unable to change your password"
|
||||
|
|
@ -275,11 +276,11 @@ msgstr "E-Mail"
|
|||
|
||||
#: templates/personal.php:31
|
||||
msgid "Your email address"
|
||||
msgstr "Ihre E-Mail-Adresse"
|
||||
msgstr "Deine E-Mail-Adresse"
|
||||
|
||||
#: templates/personal.php:32
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr "Tragen Sie eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren."
|
||||
msgstr "Trage eine E-Mail-Adresse ein, um die Passwort-Wiederherstellung zu aktivieren."
|
||||
|
||||
#: templates/personal.php:38 templates/personal.php:39
|
||||
msgid "Language"
|
||||
|
|
@ -287,7 +288,7 @@ msgstr "Sprache"
|
|||
|
||||
#: templates/personal.php:44
|
||||
msgid "Help translate"
|
||||
msgstr "Helfen Sie bei der Übersetzung"
|
||||
msgstr "Hilf bei der Übersetzung"
|
||||
|
||||
#: templates/personal.php:51
|
||||
msgid "use this address to connect to your ownCloud in your file manager"
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-10-01 02:04+0200\n"
|
||||
"PO-Revision-Date: 2012-09-30 17:27+0000\n"
|
||||
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -34,7 +34,7 @@ msgstr "Δεν έχετε να προστέσθέσεται μια κα"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Αυτή η κατηγορία υπάρχει ήδη"
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Ρυθμίσεις"
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ msgstr "Δεκέμβριος"
|
|||
|
||||
#: js/oc-dialogs.js:123
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
msgstr "Επιλέξτε"
|
||||
|
||||
#: js/oc-dialogs.js:143 js/oc-dialogs.js:163
|
||||
msgid "Cancel"
|
||||
|
|
@ -117,37 +117,39 @@ msgstr "Σφάλμα"
|
|||
|
||||
#: js/share.js:103
|
||||
msgid "Error while sharing"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα κατά τον διαμοιρασμό"
|
||||
|
||||
#: js/share.js:114
|
||||
msgid "Error while unsharing"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα κατά το σταμάτημα του διαμοιρασμού"
|
||||
|
||||
#: js/share.js:121
|
||||
msgid "Error while changing permissions"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα κατά την αλλαγή των δικαιωμάτων"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr ""
|
||||
msgid "Shared with you and the group"
|
||||
msgstr "Διαμοιρασμένο με εσένα και την ομάδα"
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr "από"
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr ""
|
||||
msgid "Shared with you by"
|
||||
msgstr "Μοιράστηκε μαζί σας από "
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
msgstr ""
|
||||
msgstr "Διαμοιρασμός με"
|
||||
|
||||
#: js/share.js:142
|
||||
msgid "Share with link"
|
||||
msgstr ""
|
||||
msgstr "Διαμοιρασμός με σύνδεσμο"
|
||||
|
||||
#: js/share.js:143
|
||||
msgid "Password protect"
|
||||
msgstr ""
|
||||
msgstr "Προστασία κωδικού"
|
||||
|
||||
#: js/share.js:147 templates/installation.php:30 templates/login.php:13
|
||||
msgid "Password"
|
||||
|
|
@ -155,69 +157,71 @@ msgstr "Κωδικός"
|
|||
|
||||
#: js/share.js:152
|
||||
msgid "Set expiration date"
|
||||
msgstr ""
|
||||
msgstr "Ορισμός ημ. λήξης"
|
||||
|
||||
#: js/share.js:153
|
||||
msgid "Expiration date"
|
||||
msgstr ""
|
||||
msgstr "Ημερομηνία λήξης"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr ""
|
||||
msgid "Share via email:"
|
||||
msgstr "Διαμοιρασμός μέσω email:"
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
msgstr ""
|
||||
msgstr "Δεν βρέθηκε άνθρωπος"
|
||||
|
||||
#: js/share.js:214
|
||||
msgid "Resharing is not allowed"
|
||||
msgstr ""
|
||||
msgstr "Ξαναμοιρασμός δεν επιτρέπεται"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr ""
|
||||
msgid "Shared in"
|
||||
msgstr "Διαμοιράστηκε με"
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr "με"
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
msgstr ""
|
||||
msgstr "Σταμάτημα μοιράσματος"
|
||||
|
||||
#: js/share.js:279
|
||||
msgid "can edit"
|
||||
msgstr ""
|
||||
msgstr "δυνατότητα αλλαγής"
|
||||
|
||||
#: js/share.js:281
|
||||
msgid "access control"
|
||||
msgstr ""
|
||||
msgstr "έλεγχος πρόσβασης"
|
||||
|
||||
#: js/share.js:284
|
||||
msgid "create"
|
||||
msgstr ""
|
||||
msgstr "δημιουργία"
|
||||
|
||||
#: js/share.js:287
|
||||
msgid "update"
|
||||
msgstr ""
|
||||
msgstr "ανανέωση"
|
||||
|
||||
#: js/share.js:290
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
msgstr "διαγραφή"
|
||||
|
||||
#: js/share.js:293
|
||||
msgid "share"
|
||||
msgstr ""
|
||||
msgstr "διαμοιρασμός"
|
||||
|
||||
#: js/share.js:317 js/share.js:476
|
||||
msgid "Password protected"
|
||||
msgstr ""
|
||||
msgstr "Προστασία με κωδικό"
|
||||
|
||||
#: js/share.js:489
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα κατά την διαγραφή της ημ. λήξης"
|
||||
|
||||
#: js/share.js:501
|
||||
msgid "Error setting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Σφάλμα κατά τον ορισμό ημ. λήξης"
|
||||
|
||||
#: lostpassword/index.php:26
|
||||
msgid "ownCloud password reset"
|
||||
|
|
@ -244,7 +248,7 @@ msgstr "Η σύνδεση απέτυχε!"
|
|||
msgid "Username"
|
||||
msgstr "Όνομα Χρήστη"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:15
|
||||
#: lostpassword/templates/lostpassword.php:14
|
||||
msgid "Request reset"
|
||||
msgstr "Επαναφορά αίτησης"
|
||||
|
||||
|
|
@ -349,7 +353,7 @@ msgstr "Ολοκλήρωση εγκατάστασης"
|
|||
msgid "web services under your control"
|
||||
msgstr "Υπηρεσίες web υπό τον έλεγχό σας"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Αποσύνδεση"
|
||||
|
||||
|
|
@ -357,11 +361,11 @@ msgstr "Αποσύνδεση"
|
|||
msgid "Lost your password?"
|
||||
msgstr "Ξεχάσατε τον κωδικό σας;"
|
||||
|
||||
#: templates/login.php:17
|
||||
#: templates/login.php:16
|
||||
msgid "remember"
|
||||
msgstr "να με θυμάσαι"
|
||||
|
||||
#: templates/login.php:18
|
||||
#: templates/login.php:17
|
||||
msgid "Log in"
|
||||
msgstr "Είσοδος"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 01:41+0000\n"
|
||||
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -66,7 +66,7 @@ msgstr "Διαγραφή"
|
|||
|
||||
#: js/fileactions.js:182
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
msgstr "Μετονομασία"
|
||||
|
||||
#: js/filelist.js:190 js/filelist.js:192
|
||||
msgid "already exists"
|
||||
|
|
@ -122,11 +122,11 @@ msgstr "Εκκρεμεί"
|
|||
|
||||
#: js/files.js:256
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
msgstr "1 αρχείο ανεβαίνει"
|
||||
|
||||
#: js/files.js:259 js/files.js:304 js/files.js:319
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
msgstr "αρχεία ανεβαίνουν"
|
||||
|
||||
#: js/files.js:322 js/files.js:355
|
||||
msgid "Upload cancelled."
|
||||
|
|
@ -141,81 +141,81 @@ msgstr "Η μεταφόρτωση του αρχείου βρίσκεται σε
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Μη έγκυρο όνομα, το '/' δεν επιτρέπεται."
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr "αρχεία σαρώθηκαν"
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr "σφάλμα κατά την ανίχνευση"
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Όνομα"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Μέγεθος"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Τροποποιήθηκε"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "φάκελος"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "φάκελοι"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "αρχείο"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "αρχεία"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "δευτερόλεπτα πριν"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "λεπτό πριν"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "λεπτά πριν"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "σήμερα"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "χτες"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "μέρες πριν"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "τελευταίο μήνα"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "μήνες πριν"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "τελευταίο χρόνο"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "χρόνια πριν"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 01:07+0000\n"
|
||||
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -31,12 +31,12 @@ msgstr "Καταχώρηση"
|
|||
#: templates/public.php:9
|
||||
#, php-format
|
||||
msgid "%s shared the folder %s with you"
|
||||
msgstr ""
|
||||
msgstr "%s μοιράστηκε τον φάκελο %s μαζί σας"
|
||||
|
||||
#: templates/public.php:11
|
||||
#, php-format
|
||||
msgid "%s shared the file %s with you"
|
||||
msgstr ""
|
||||
msgstr "%s μοιράστηκε το αρχείο %s μαζί σας"
|
||||
|
||||
#: templates/public.php:14 templates/public.php:30
|
||||
msgid "Download"
|
||||
|
|
|
|||
|
|
@ -3,15 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Dimitris M. <monopatis@gmail.com>, 2012.
|
||||
# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012.
|
||||
# Nisok Kosin <nikos.efthimiou@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 01:26+0000\n"
|
||||
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -25,7 +26,7 @@ msgstr "Λήξη όλων των εκδόσεων"
|
|||
|
||||
#: js/versions.js:16
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
msgstr "Ιστορικό"
|
||||
|
||||
#: templates/settings-personal.php:4
|
||||
msgid "Versions"
|
||||
|
|
|
|||
|
|
@ -3,15 +3,16 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Dimitris M. <monopatis@gmail.com>, 2012.
|
||||
# Efstathios Iosifidis <diamond_gr@freemail.gr>, 2012.
|
||||
# Marios Bekatoros <>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-08 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-09-07 07:17+0000\n"
|
||||
"Last-Translator: Marios Bekatoros <>\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 01:27+0000\n"
|
||||
"Last-Translator: Dimitris M. <monopatis@gmail.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/owncloud/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -135,7 +136,7 @@ msgstr ""
|
|||
|
||||
#: templates/settings.php:23
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
msgstr "Δεν προτείνεται, χρήση μόνο για δοκιμές."
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "User Display Name Field"
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Esperanto (http://www.transifex.com/projects/p/owncloud/language/eo/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -32,7 +32,7 @@ msgstr "Ĉu neniu kategorio estas aldonota?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Ĉi tiu kategorio jam ekzistas: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Agordo"
|
||||
|
||||
|
|
@ -126,13 +126,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -160,8 +162,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -173,8 +174,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -347,7 +351,7 @@ msgstr "Fini la instalon"
|
|||
msgid "web services under your control"
|
||||
msgstr "TTT-servoj sub via kontrolo"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Elsaluti"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-30 02:02+0200\n"
|
||||
"PO-Revision-Date: 2012-09-29 20:46+0000\n"
|
||||
"Last-Translator: Raul Fernandez Garcia <raulfg3@gmail.com>\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"
|
||||
|
|
@ -38,7 +38,7 @@ msgstr "¿Ninguna categoría para añadir?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Esta categoría ya existe: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Ajustes"
|
||||
|
||||
|
|
@ -132,14 +132,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Error cambiando permisos"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "Compartido contigo y el grupo %s por %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr "Comprtido contigo y con el grupo"
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr "por"
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "Compartido contigo por %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr "Compartido contigo por"
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -166,9 +168,8 @@ msgid "Expiration date"
|
|||
msgstr "Fecha de caducidad"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Compartir por email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr "compartido via e-mail:"
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -179,9 +180,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "No se permite compartir de nuevo"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "Compartido en %s con %s"
|
||||
msgid "Shared in"
|
||||
msgstr "Compartido en"
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr "con"
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -217,7 +221,7 @@ msgstr "Protegido por contraseña"
|
|||
|
||||
#: js/share.js:489
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Error al eliminar la fecha de caducidad"
|
||||
|
||||
#: js/share.js:501
|
||||
msgid "Error setting expiration date"
|
||||
|
|
@ -248,7 +252,7 @@ msgstr "¡Fallo al iniciar sesión!"
|
|||
msgid "Username"
|
||||
msgstr "Nombre de usuario"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:15
|
||||
#: lostpassword/templates/lostpassword.php:14
|
||||
msgid "Request reset"
|
||||
msgstr "Solicitar restablecimiento"
|
||||
|
||||
|
|
@ -353,7 +357,7 @@ msgstr "Completar la instalación"
|
|||
msgid "web services under your control"
|
||||
msgstr "servicios web bajo tu control"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Salir"
|
||||
|
||||
|
|
@ -361,11 +365,11 @@ msgstr "Salir"
|
|||
msgid "Lost your password?"
|
||||
msgstr "¿Has perdido tu contraseña?"
|
||||
|
||||
#: templates/login.php:17
|
||||
#: templates/login.php:16
|
||||
msgid "remember"
|
||||
msgstr "recuérdame"
|
||||
|
||||
#: templates/login.php:18
|
||||
#: templates/login.php:17
|
||||
msgid "Log in"
|
||||
msgstr "Entrar"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 18:08+0000\n"
|
||||
"Last-Translator: scambra <sergio@entrecables.com>\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"
|
||||
|
|
@ -122,11 +122,11 @@ msgstr "Pendiente"
|
|||
|
||||
#: js/files.js:256
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
msgstr "subiendo 1 archivo"
|
||||
|
||||
#: js/files.js:259 js/files.js:304 js/files.js:319
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
msgstr "archivos subiendo"
|
||||
|
||||
#: js/files.js:322 js/files.js:355
|
||||
msgid "Upload cancelled."
|
||||
|
|
@ -141,81 +141,81 @@ msgstr "La subida del archivo está en proceso. Salir de la página ahora cancel
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Nombre no válido, '/' no está permitido."
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr "archivos escaneados"
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr "error escaneando"
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Tamaño"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Modificado"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "carpeta"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "carpetas"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "archivo"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "archivos"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "hace segundos"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "minuto"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "hace minutos"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "días"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "mes pasado"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "hace meses"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "año pasado"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "hace años"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -30,7 +30,7 @@ msgstr "¿Ninguna categoría para añadir?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Esta categoría ya existe: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Ajustes"
|
||||
|
||||
|
|
@ -124,14 +124,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Error al cambiar permisos"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "Compartido con vos y con el grupo %s por %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "Compartido con vos por %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -158,9 +160,8 @@ msgid "Expiration date"
|
|||
msgstr "Fecha de vencimiento"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Compartir por e-mail: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -171,9 +172,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "No se permite volver a compartir"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "Compartido en %s con %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -209,7 +213,7 @@ msgstr "Protegido por contraseña"
|
|||
|
||||
#: js/share.js:489
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Error al remover la fecha de caducidad"
|
||||
|
||||
#: js/share.js:501
|
||||
msgid "Error setting expiration date"
|
||||
|
|
@ -345,7 +349,7 @@ msgstr "Completar la instalación"
|
|||
msgid "web services under your control"
|
||||
msgstr "servicios web sobre los que tenés control"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Cerrar la sesión"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 09:21+0000\n"
|
||||
"Last-Translator: cjtess <claudio.tessone@gmail.com>\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"
|
||||
|
|
@ -118,11 +118,11 @@ msgstr "Pendiente"
|
|||
|
||||
#: js/files.js:256
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
msgstr "Subiendo 1 archivo"
|
||||
|
||||
#: js/files.js:259 js/files.js:304 js/files.js:319
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
msgstr "Subiendo archivos"
|
||||
|
||||
#: js/files.js:322 js/files.js:355
|
||||
msgid "Upload cancelled."
|
||||
|
|
@ -137,81 +137,81 @@ msgstr "La subida del archivo está en proceso. Si salís de la página ahora, l
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Nombre no válido, '/' no está permitido."
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr "archivos escaneados"
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr "error mientras se escaneaba"
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Nombre"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Tamaño"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Modificado"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "carpeta"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "carpetas"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "archivo"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "archivos"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "segundos atrás"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "hace un minuto"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "minutos atrás"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "hoy"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "ayer"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "días atrás"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "el mes pasado"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "meses atrás"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "el año pasado"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "años atrás"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Estonian (Estonia) (http://www.transifex.com/projects/p/owncloud/language/et_EE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -30,7 +30,7 @@ msgstr "Pole kategooriat, mida lisada?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "See kategooria on juba olemas: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Seaded"
|
||||
|
||||
|
|
@ -124,13 +124,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -158,8 +160,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -345,7 +349,7 @@ msgstr "Lõpeta seadistamine"
|
|||
msgid "web services under your control"
|
||||
msgstr "veebiteenused sinu kontrolli all"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Logi välja"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/owncloud/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -31,7 +31,7 @@ msgstr "Ez dago gehitzeko kategoriarik?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Kategoria hau dagoeneko existitzen da:"
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Ezarpenak"
|
||||
|
||||
|
|
@ -125,14 +125,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Errore bat egon da baimenak aldatzean"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "Zurekin eta %s taldearekin %sk elkarbanatuta"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "%sk zurekin elkarbanatuta"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -159,9 +161,8 @@ msgid "Expiration date"
|
|||
msgstr "Muga data"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Elkarbanatu eposta bidez: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -172,9 +173,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "Berriz elkarbanatzea ez dago baimendua"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "Elkarbanatuta hemen %s %srekin"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -346,7 +350,7 @@ msgstr "Bukatu konfigurazioa"
|
|||
msgid "web services under your control"
|
||||
msgstr "web zerbitzuak zure kontrolpean"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Saioa bukatu"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/owncloud/language/eu_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -123,13 +123,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -157,8 +159,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -344,7 +348,7 @@ msgstr ""
|
|||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Persian (http://www.transifex.com/projects/p/owncloud/language/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -30,7 +30,7 @@ msgstr "آیا گروه دیگری برای افزودن ندارید"
|
|||
msgid "This category already exists: "
|
||||
msgstr "این گروه از قبل اضافه شده"
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "تنظیمات"
|
||||
|
||||
|
|
@ -124,13 +124,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -158,8 +160,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -171,8 +172,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -345,7 +349,7 @@ msgstr "اتمام نصب"
|
|||
msgid "web services under your control"
|
||||
msgstr "سرویس وب تحت کنترل شما"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "خروج"
|
||||
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/projects/p/owncloud/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -29,7 +29,7 @@ msgstr ""
|
|||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -123,13 +123,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -157,8 +159,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -170,8 +171,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -344,7 +348,7 @@ msgstr ""
|
|||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Finnish (Finland) (http://www.transifex.com/projects/p/owncloud/language/fi_FI/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -35,7 +35,7 @@ msgstr "Ei lisättävää luokkaa?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Tämä luokka on jo olemassa: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Asetukset"
|
||||
|
||||
|
|
@ -129,13 +129,15 @@ msgid "Error while changing permissions"
|
|||
msgstr "Virhe oikeuksia muuttaessa"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -163,9 +165,8 @@ msgid "Expiration date"
|
|||
msgstr "Päättymispäivä"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Jaa sähköpostitse: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -176,8 +177,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr "Jakaminen uudelleen ei ole salittu"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -350,7 +354,7 @@ msgstr "Viimeistele asennus"
|
|||
msgid "web services under your control"
|
||||
msgstr "verkkopalvelut hallinnassasi"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Kirjaudu ulos"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-27 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 12:21+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"
|
||||
|
|
@ -141,81 +141,81 @@ msgstr "Tiedoston lähetys on meneillään. Sivulta poistuminen nyt peruu tiedos
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Virheellinen nimi, merkki '/' ei ole sallittu."
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Koko"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Muutettu"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "kansio"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "kansiota"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "tiedosto"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "tiedostoa"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "sekuntia sitten"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "minuutti sitten"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "minuuttia sitten"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "tänään"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "eilen"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "päivää sitten"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "viime kuussa"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "kuukautta sitten"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "viime vuonna"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "vuotta sitten"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-27 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 12:20+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"
|
||||
|
|
@ -30,12 +30,12 @@ msgstr "Lähetä"
|
|||
#: templates/public.php:9
|
||||
#, php-format
|
||||
msgid "%s shared the folder %s with you"
|
||||
msgstr ""
|
||||
msgstr "%s jakoi kansion %s kanssasi"
|
||||
|
||||
#: templates/public.php:11
|
||||
#, php-format
|
||||
msgid "%s shared the file %s with you"
|
||||
msgstr ""
|
||||
msgstr "%s jakoi tiedoston %s kanssasi"
|
||||
|
||||
#: templates/public.php:14 templates/public.php:30
|
||||
msgid "Download"
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-22 01:14+0200\n"
|
||||
"PO-Revision-Date: 2012-09-21 23:15+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-27 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 12:22+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"
|
||||
|
|
@ -24,7 +24,7 @@ msgstr "Vanhenna kaikki versiot"
|
|||
|
||||
#: js/versions.js:16
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
msgstr "Historia"
|
||||
|
||||
#: templates/settings-personal.php:4
|
||||
msgid "Versions"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Christophe Lherieau <skimpax@gmail.com>, 2012.
|
||||
# <florentin.lemoal@gmail.com>, 2012.
|
||||
# Guillaume Paumier <guillom.pom@gmail.com>, 2012.
|
||||
# Nahir Mohamed <nahirmoha@gmail.com>, 2012.
|
||||
|
|
@ -13,9 +14,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-10-01 02:04+0200\n"
|
||||
"PO-Revision-Date: 2012-09-30 15:52+0000\n"
|
||||
"Last-Translator: Romain DEP. <rom1dep@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -35,7 +36,7 @@ msgstr "Pas de catégorie à ajouter ?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Cette catégorie existe déjà : "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
|
|
@ -129,14 +130,16 @@ msgid "Error while changing permissions"
|
|||
msgstr "Erreur lors du changement des permissions"
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgstr "Partagé avec vous ainsi qu'avec le groupe %s par %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr "Partagé avec vous ainsi qu'avec le groupe"
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr "par"
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgstr "Partagé avec vous par %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr "Partagé avec vous par"
|
||||
|
||||
#: js/share.js:137
|
||||
msgid "Share with"
|
||||
|
|
@ -163,9 +166,8 @@ msgid "Expiration date"
|
|||
msgstr "Date d'expiration"
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgstr "Partager via email : %s"
|
||||
msgid "Share via email:"
|
||||
msgstr "Partager via e-mail :"
|
||||
|
||||
#: js/share.js:187
|
||||
msgid "No people found"
|
||||
|
|
@ -176,9 +178,12 @@ msgid "Resharing is not allowed"
|
|||
msgstr "Le repartage n'est pas autorisé"
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgstr "Partagé dans %s avec %s"
|
||||
msgid "Shared in"
|
||||
msgstr "Partagé dans"
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr "avec"
|
||||
|
||||
#: js/share.js:271
|
||||
msgid "Unshare"
|
||||
|
|
@ -214,7 +219,7 @@ msgstr "Protégé par un mot de passe"
|
|||
|
||||
#: js/share.js:489
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
msgstr "Un erreur est survenue pendant la suppression de la date d'expiration"
|
||||
|
||||
#: js/share.js:501
|
||||
msgid "Error setting expiration date"
|
||||
|
|
@ -245,7 +250,7 @@ msgstr "Nom d'utilisateur ou e-mail invalide"
|
|||
msgid "Username"
|
||||
msgstr "Nom d'utilisateur"
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:15
|
||||
#: lostpassword/templates/lostpassword.php:14
|
||||
msgid "Request reset"
|
||||
msgstr "Demander la réinitialisation"
|
||||
|
||||
|
|
@ -350,7 +355,7 @@ msgstr "Terminer l'installation"
|
|||
msgid "web services under your control"
|
||||
msgstr "services web sous votre contrôle"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Se déconnecter"
|
||||
|
||||
|
|
@ -358,11 +363,11 @@ msgstr "Se déconnecter"
|
|||
msgid "Lost your password?"
|
||||
msgstr "Mot de passe perdu ?"
|
||||
|
||||
#: templates/login.php:17
|
||||
#: templates/login.php:16
|
||||
msgid "remember"
|
||||
msgstr "se souvenir de moi"
|
||||
|
||||
#: templates/login.php:18
|
||||
#: templates/login.php:17
|
||||
msgid "Log in"
|
||||
msgstr "Connexion"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Christophe Lherieau <skimpax@gmail.com>, 2012.
|
||||
# Cyril Glapa <kyriog@gmail.com>, 2012.
|
||||
# Geoffrey Guerrier <geoffrey.guerrier@gmail.com>, 2012.
|
||||
# <gp4004@arghh.org>, 2012.
|
||||
|
|
@ -16,9 +17,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:20+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2012-09-27 02:01+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 12:42+0000\n"
|
||||
"Last-Translator: Christophe Lherieau <skimpax@gmail.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -126,11 +127,11 @@ msgstr "En cours"
|
|||
|
||||
#: js/files.js:256
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
msgstr "1 fichier en cours de téléchargement"
|
||||
|
||||
#: js/files.js:259 js/files.js:304 js/files.js:319
|
||||
msgid "files uploading"
|
||||
msgstr ""
|
||||
msgstr "fichiers en cours de téléchargement"
|
||||
|
||||
#: js/files.js:322 js/files.js:355
|
||||
msgid "Upload cancelled."
|
||||
|
|
@ -145,81 +146,81 @@ msgstr "L'envoi du fichier est en cours. Quitter cette page maintenant annulera
|
|||
msgid "Invalid name, '/' is not allowed."
|
||||
msgstr "Nom invalide, '/' n'est pas autorisé."
|
||||
|
||||
#: js/files.js:667
|
||||
#: js/files.js:668
|
||||
msgid "files scanned"
|
||||
msgstr "fichiers indexés"
|
||||
|
||||
#: js/files.js:675
|
||||
#: js/files.js:676
|
||||
msgid "error while scanning"
|
||||
msgstr "erreur lors de l'indexation"
|
||||
|
||||
#: js/files.js:748 templates/index.php:48
|
||||
#: js/files.js:749 templates/index.php:48
|
||||
msgid "Name"
|
||||
msgstr "Nom"
|
||||
|
||||
#: js/files.js:749 templates/index.php:56
|
||||
#: js/files.js:750 templates/index.php:56
|
||||
msgid "Size"
|
||||
msgstr "Taille"
|
||||
|
||||
#: js/files.js:750 templates/index.php:58
|
||||
#: js/files.js:751 templates/index.php:58
|
||||
msgid "Modified"
|
||||
msgstr "Modifié"
|
||||
|
||||
#: js/files.js:777
|
||||
#: js/files.js:778
|
||||
msgid "folder"
|
||||
msgstr "dossier"
|
||||
|
||||
#: js/files.js:779
|
||||
#: js/files.js:780
|
||||
msgid "folders"
|
||||
msgstr "dossiers"
|
||||
|
||||
#: js/files.js:787
|
||||
#: js/files.js:788
|
||||
msgid "file"
|
||||
msgstr "fichier"
|
||||
|
||||
#: js/files.js:789
|
||||
#: js/files.js:790
|
||||
msgid "files"
|
||||
msgstr "fichiers"
|
||||
|
||||
#: js/files.js:833
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:834
|
||||
msgid "minute ago"
|
||||
msgstr ""
|
||||
msgid "seconds ago"
|
||||
msgstr "secondes passées"
|
||||
|
||||
#: js/files.js:835
|
||||
msgid "minutes ago"
|
||||
msgstr ""
|
||||
msgid "minute ago"
|
||||
msgstr "minute passée"
|
||||
|
||||
#: js/files.js:838
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
#: js/files.js:836
|
||||
msgid "minutes ago"
|
||||
msgstr "minutes passées"
|
||||
|
||||
#: js/files.js:839
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
msgid "today"
|
||||
msgstr "aujourd'hui"
|
||||
|
||||
#: js/files.js:840
|
||||
msgid "days ago"
|
||||
msgstr ""
|
||||
msgid "yesterday"
|
||||
msgstr "hier"
|
||||
|
||||
#: js/files.js:841
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
msgid "days ago"
|
||||
msgstr "jours passés"
|
||||
|
||||
#: js/files.js:843
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
#: js/files.js:842
|
||||
msgid "last month"
|
||||
msgstr "mois dernier"
|
||||
|
||||
#: js/files.js:844
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
msgid "months ago"
|
||||
msgstr "mois passés"
|
||||
|
||||
#: js/files.js:845
|
||||
msgid "last year"
|
||||
msgstr "année dernière"
|
||||
|
||||
#: js/files.js:846
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
msgstr "années passées"
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2012-09-26 13:19+0200\n"
|
||||
"PO-Revision-Date: 2012-09-26 11:19+0000\n"
|
||||
"POT-Creation-Date: 2012-09-28 23:34+0200\n"
|
||||
"PO-Revision-Date: 2012-09-28 21:34+0000\n"
|
||||
"Last-Translator: I Robot <thomas.mueller@tmit.eu>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/owncloud/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -31,7 +31,7 @@ msgstr "Sen categoría que engadir?"
|
|||
msgid "This category already exists: "
|
||||
msgstr "Esta categoría xa existe: "
|
||||
|
||||
#: js/js.js:213 templates/layout.user.php:54 templates/layout.user.php:55
|
||||
#: js/js.js:213 templates/layout.user.php:49 templates/layout.user.php:50
|
||||
msgid "Settings"
|
||||
msgstr "Preferencias"
|
||||
|
||||
|
|
@ -125,13 +125,15 @@ msgid "Error while changing permissions"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
#, python-format
|
||||
msgid "Shared with you and the group %s by %s"
|
||||
msgid "Shared with you and the group"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:130
|
||||
msgid "by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:132
|
||||
#, python-format
|
||||
msgid "Shared with you by %s"
|
||||
msgid "Shared with you by"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:137
|
||||
|
|
@ -159,8 +161,7 @@ msgid "Expiration date"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:185
|
||||
#, python-format
|
||||
msgid "Share via email: %s"
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:187
|
||||
|
|
@ -172,8 +173,11 @@ msgid "Resharing is not allowed"
|
|||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
#, python-format
|
||||
msgid "Shared in %s with %s"
|
||||
msgid "Shared in"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:250
|
||||
msgid "with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:271
|
||||
|
|
@ -346,7 +350,7 @@ msgstr "Rematar configuración"
|
|||
msgid "web services under your control"
|
||||
msgstr "servizos web baixo o seu control"
|
||||
|
||||
#: templates/layout.user.php:39
|
||||
#: templates/layout.user.php:34
|
||||
msgid "Log out"
|
||||
msgstr "Desconectar"
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue