[tx-robot] updated from transifex
This commit is contained in:
parent
5dd2c9152e
commit
94f7446724
|
@ -20,6 +20,7 @@
|
|||
"replaced {new_name}" => "nahrazeno {new_name}",
|
||||
"undo" => "zpět",
|
||||
"replaced {new_name} with {old_name}" => "nahrazeno {new_name} s {old_name}",
|
||||
"perform delete operation" => "provést smazání",
|
||||
"'.' is an invalid file name." => "'.' je neplatným názvem souboru.",
|
||||
"File name cannot be empty." => "Název souboru nemůže být prázdný řetězec.",
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Neplatný název, znaky '\\', '/', '<', '>', ':', '\"', '|', '?' a '*' nejsou povoleny.",
|
||||
|
@ -56,6 +57,7 @@
|
|||
"Text file" => "Textový soubor",
|
||||
"Folder" => "Složka",
|
||||
"From link" => "Z odkazu",
|
||||
"Trash" => "Koš",
|
||||
"Cancel upload" => "Zrušit odesílání",
|
||||
"Nothing in here. Upload something!" => "Žádný obsah. Nahrajte něco.",
|
||||
"Download" => "Stáhnout",
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"replaced {new_name}" => "{new_name} wurde ersetzt",
|
||||
"undo" => "rückgängig machen",
|
||||
"replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}",
|
||||
"perform delete operation" => "Löschvorgang ausführen",
|
||||
"'.' is an invalid file name." => "'.' ist kein gültiger Dateiname",
|
||||
"File name cannot be empty." => "Der Dateiname darf nicht leer sein",
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
|
||||
|
@ -56,11 +57,13 @@
|
|||
"Text file" => "Textdatei",
|
||||
"Folder" => "Ordner",
|
||||
"From link" => "Von einem Link",
|
||||
"Trash" => "Papierkorb",
|
||||
"Cancel upload" => "Upload abbrechen",
|
||||
"Nothing in here. Upload something!" => "Alles leer. Lade etwas hoch!",
|
||||
"Download" => "Herunterladen",
|
||||
"Upload too large" => "Upload zu groß",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.",
|
||||
"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.",
|
||||
"Current scanning" => "Scanne"
|
||||
"Current scanning" => "Scanne",
|
||||
"Upgrading filesystem cache..." => "Upgrade des Dateisystem caches..."
|
||||
);
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"replaced {new_name}" => "{new_name} wurde ersetzt",
|
||||
"undo" => "rückgängig machen",
|
||||
"replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}",
|
||||
"perform delete operation" => "Führe das Löschen aus",
|
||||
"'.' is an invalid file name." => "'.' ist kein gültiger Dateiname.",
|
||||
"File name cannot be empty." => "Der Dateiname darf nicht leer sein.",
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ungültiger Name, '\\', '/', '<', '>', ':', '\"', '|', '?' und '*' sind nicht zulässig.",
|
||||
|
@ -56,11 +57,13 @@
|
|||
"Text file" => "Textdatei",
|
||||
"Folder" => "Ordner",
|
||||
"From link" => "Von einem Link",
|
||||
"Trash" => "Abfall",
|
||||
"Cancel upload" => "Upload abbrechen",
|
||||
"Nothing in here. Upload something!" => "Alles leer. Bitte laden Sie etwas hoch!",
|
||||
"Download" => "Herunterladen",
|
||||
"Upload too large" => "Der Upload ist zu groß",
|
||||
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server.",
|
||||
"Files are being scanned, please wait." => "Dateien werden gescannt, bitte warten.",
|
||||
"Current scanning" => "Scanne"
|
||||
"Current scanning" => "Scanne",
|
||||
"Upgrading filesystem cache..." => "Aktualisiere den Dateisystem-Cache"
|
||||
);
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"replaced {new_name}" => "sostituito {new_name}",
|
||||
"undo" => "annulla",
|
||||
"replaced {new_name} with {old_name}" => "sostituito {new_name} con {old_name}",
|
||||
"perform delete operation" => "esegui l'operazione di eliminazione",
|
||||
"'.' is an invalid file name." => "'.' non è un nome file valido.",
|
||||
"File name cannot be empty." => "Il nome del file non può essere vuoto.",
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nome non valido, '\\', '/', '<', '>', ':', '\"', '|', '?' e '*' non sono consentiti.",
|
||||
|
@ -56,6 +57,7 @@
|
|||
"Text file" => "File di testo",
|
||||
"Folder" => "Cartella",
|
||||
"From link" => "Da collegamento",
|
||||
"Trash" => "Cestino",
|
||||
"Cancel upload" => "Annulla invio",
|
||||
"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!",
|
||||
"Download" => "Scarica",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "اسم"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Име"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "রাম",
|
||||
"1 folder" => "১টি ফোল্ডার",
|
||||
"{count} folders" => "{count} টি ফোল্ডার",
|
||||
"1 file" => "১টি ফাইল",
|
||||
"{count} files" => "{count} টি ফাইল"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nom",
|
||||
"1 folder" => "1 carpeta",
|
||||
"{count} folders" => "{count} carpetes",
|
||||
"1 file" => "1 fitxer",
|
||||
"{count} files" => "{count} fitxers",
|
||||
"Restore" => "Recupera"
|
||||
);
|
|
@ -0,0 +1,12 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"perform restore operation" => "provést obnovu",
|
||||
"perform undelete operation" => "provést obnovu smazaných",
|
||||
"Name" => "Název",
|
||||
"Deleted" => "Smazáno",
|
||||
"1 folder" => "1 složka",
|
||||
"{count} folders" => "{count} složky",
|
||||
"1 file" => "1 soubor",
|
||||
"{count} files" => "{count} soubory",
|
||||
"Nothing in here. Your trash bin is empty!" => "Žádný obsah. Váš koš je prázdný.",
|
||||
"Restore" => "Obnovit"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Navn",
|
||||
"1 folder" => "1 mappe",
|
||||
"{count} folders" => "{count} mapper",
|
||||
"1 file" => "1 fil",
|
||||
"{count} files" => "{count} filer",
|
||||
"Restore" => "Gendan"
|
||||
);
|
|
@ -0,0 +1,12 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"perform restore operation" => "Wiederherstellung ausführen",
|
||||
"perform undelete operation" => "löschen rückgängig machen",
|
||||
"Name" => "Name",
|
||||
"Deleted" => "gelöscht",
|
||||
"1 folder" => "1 Ordner",
|
||||
"{count} folders" => "{count} Ordner",
|
||||
"1 file" => "1 Datei",
|
||||
"{count} files" => "{count} Dateien",
|
||||
"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, der Papierkorb ist leer",
|
||||
"Restore" => "Wiederherstellen"
|
||||
);
|
|
@ -0,0 +1,12 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"perform restore operation" => "Führe die Wiederherstellung aus",
|
||||
"perform undelete operation" => "Führe die Wiederherstellung aus",
|
||||
"Name" => "Name",
|
||||
"Deleted" => "Gelöscht",
|
||||
"1 folder" => "1 Ordner",
|
||||
"{count} folders" => "{count} Ordner",
|
||||
"1 file" => "1 Datei",
|
||||
"{count} files" => "{count} Dateien",
|
||||
"Nothing in here. Your trash bin is empty!" => "Dein Papierkorb ist leer!",
|
||||
"Restore" => "Wiederherstellen"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Όνομα",
|
||||
"1 folder" => "1 φάκελος",
|
||||
"{count} folders" => "{count} φάκελοι",
|
||||
"1 file" => "1 αρχείο",
|
||||
"{count} files" => "{count} αρχεία",
|
||||
"Restore" => "Επαναφορά"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nomo",
|
||||
"1 folder" => "1 dosierujo",
|
||||
"{count} folders" => "{count} dosierujoj",
|
||||
"1 file" => "1 dosiero",
|
||||
"{count} files" => "{count} dosierujoj",
|
||||
"Restore" => "Restaŭri"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nombre",
|
||||
"1 folder" => "1 carpeta",
|
||||
"{count} folders" => "{count} carpetas",
|
||||
"1 file" => "1 archivo",
|
||||
"{count} files" => "{count} archivos",
|
||||
"Restore" => "Recuperar"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nombre",
|
||||
"1 folder" => "1 directorio",
|
||||
"{count} folders" => "{count} directorios",
|
||||
"1 file" => "1 archivo",
|
||||
"{count} files" => "{count} archivos",
|
||||
"Restore" => "Recuperar"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nimi",
|
||||
"1 folder" => "1 kaust",
|
||||
"{count} folders" => "{count} kausta",
|
||||
"1 file" => "1 fail",
|
||||
"{count} files" => "{count} faili"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Izena",
|
||||
"1 folder" => "karpeta bat",
|
||||
"{count} folders" => "{count} karpeta",
|
||||
"1 file" => "fitxategi bat",
|
||||
"{count} files" => "{count} fitxategi",
|
||||
"Restore" => "Berrezarri"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "نام",
|
||||
"1 folder" => "1 پوشه",
|
||||
"{count} folders" => "{ شمار} پوشه ها",
|
||||
"1 file" => "1 پرونده",
|
||||
"{count} files" => "{ شمار } فایل ها"
|
||||
);
|
|
@ -0,0 +1,12 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"perform restore operation" => "suorita palautustoiminto",
|
||||
"perform undelete operation" => "suorita poiston peruutustoiminto",
|
||||
"Name" => "Nimi",
|
||||
"Deleted" => "Poistettu",
|
||||
"1 folder" => "1 kansio",
|
||||
"{count} folders" => "{count} kansiota",
|
||||
"1 file" => "1 tiedosto",
|
||||
"{count} files" => "{count} tiedostoa",
|
||||
"Nothing in here. Your trash bin is empty!" => "Tyhjää täynnä! Roskakorissa ei ole mitään.",
|
||||
"Restore" => "Palauta"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nom",
|
||||
"1 folder" => "1 dossier",
|
||||
"{count} folders" => "{count} dossiers",
|
||||
"1 file" => "1 fichier",
|
||||
"{count} files" => "{count} fichiers",
|
||||
"Restore" => "Restaurer"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nome",
|
||||
"1 folder" => "1 cartafol",
|
||||
"{count} folders" => "{count} cartafoles",
|
||||
"1 file" => "1 ficheiro",
|
||||
"{count} files" => "{count} ficheiros",
|
||||
"Restore" => "Restablecer"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "שם",
|
||||
"1 folder" => "תיקייה אחת",
|
||||
"{count} folders" => "{count} תיקיות",
|
||||
"1 file" => "קובץ אחד",
|
||||
"{count} files" => "{count} קבצים"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Ime"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Név",
|
||||
"1 folder" => "1 mappa",
|
||||
"{count} folders" => "{count} mappa",
|
||||
"1 file" => "1 fájl",
|
||||
"{count} files" => "{count} fájl",
|
||||
"Restore" => "Visszaállítás"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nomine"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "nama"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nafn",
|
||||
"1 folder" => "1 mappa",
|
||||
"{count} folders" => "{count} möppur",
|
||||
"1 file" => "1 skrá",
|
||||
"{count} files" => "{count} skrár"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nome",
|
||||
"1 folder" => "1 cartella",
|
||||
"{count} folders" => "{count} cartelle",
|
||||
"1 file" => "1 file",
|
||||
"{count} files" => "{count} file",
|
||||
"Restore" => "Ripristina"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "名前",
|
||||
"1 folder" => "1 フォルダ",
|
||||
"{count} folders" => "{count} フォルダ",
|
||||
"1 file" => "1 ファイル",
|
||||
"{count} files" => "{count} ファイル",
|
||||
"Restore" => "復元"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "სახელი",
|
||||
"1 folder" => "1 საქაღალდე",
|
||||
"{count} folders" => "{count} საქაღალდე",
|
||||
"1 file" => "1 ფაილი",
|
||||
"{count} files" => "{count} ფაილი"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "이름",
|
||||
"1 folder" => "폴더 1개",
|
||||
"{count} folders" => "폴더 {count}개",
|
||||
"1 file" => "파일 1개",
|
||||
"{count} files" => "파일 {count}개",
|
||||
"Restore" => "복원"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "ناو"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Numm"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Pavadinimas",
|
||||
"1 folder" => "1 aplankalas",
|
||||
"{count} folders" => "{count} aplankalai",
|
||||
"1 file" => "1 failas",
|
||||
"{count} files" => "{count} failai"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nosaukums"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Име",
|
||||
"1 folder" => "1 папка",
|
||||
"{count} folders" => "{count} папки",
|
||||
"1 file" => "1 датотека",
|
||||
"{count} files" => "{count} датотеки"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nama"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Navn",
|
||||
"1 folder" => "1 mappe",
|
||||
"{count} folders" => "{count} mapper",
|
||||
"1 file" => "1 fil",
|
||||
"{count} files" => "{count} filer"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Naam",
|
||||
"1 folder" => "1 map",
|
||||
"{count} folders" => "{count} mappen",
|
||||
"1 file" => "1 bestand",
|
||||
"{count} files" => "{count} bestanden",
|
||||
"Restore" => "Herstellen"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Namn"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nom"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nazwa",
|
||||
"1 folder" => "1 folder",
|
||||
"{count} folders" => "{count} foldery",
|
||||
"1 file" => "1 plik",
|
||||
"{count} files" => "{count} pliki",
|
||||
"Restore" => "Przywróć"
|
||||
);
|
|
@ -0,0 +1,11 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"perform restore operation" => "realizar operação de restauração",
|
||||
"Name" => "Nome",
|
||||
"Deleted" => "Excluído",
|
||||
"1 folder" => "1 pasta",
|
||||
"{count} folders" => "{count} pastas",
|
||||
"1 file" => "1 arquivo",
|
||||
"{count} files" => "{count} arquivos",
|
||||
"Nothing in here. Your trash bin is empty!" => "Nada aqui. Sua lixeira está vazia!",
|
||||
"Restore" => "Restaurar"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nome",
|
||||
"1 folder" => "1 pasta",
|
||||
"{count} folders" => "{count} pastas",
|
||||
"1 file" => "1 ficheiro",
|
||||
"{count} files" => "{count} ficheiros",
|
||||
"Restore" => "Restaurar"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Nume",
|
||||
"1 folder" => "1 folder",
|
||||
"{count} folders" => "{count} foldare",
|
||||
"1 file" => "1 fisier",
|
||||
"{count} files" => "{count} fisiere"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Имя",
|
||||
"1 folder" => "1 папка",
|
||||
"{count} folders" => "{count} папок",
|
||||
"1 file" => "1 файл",
|
||||
"{count} files" => "{count} файлов"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Имя",
|
||||
"1 folder" => "1 папка",
|
||||
"{count} folders" => "{количество} папок",
|
||||
"1 file" => "1 файл",
|
||||
"{count} files" => "{количество} файлов"
|
||||
);
|
|
@ -0,0 +1,5 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "නම",
|
||||
"1 folder" => "1 ෆොල්ඩරයක්",
|
||||
"1 file" => "1 ගොනුවක්"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Meno",
|
||||
"1 folder" => "1 priečinok",
|
||||
"{count} folders" => "{count} priečinkov",
|
||||
"1 file" => "1 súbor",
|
||||
"{count} files" => "{count} súborov",
|
||||
"Restore" => "Obnoviť"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Ime",
|
||||
"1 folder" => "1 mapa",
|
||||
"{count} folders" => "{count} map",
|
||||
"1 file" => "1 datoteka",
|
||||
"{count} files" => "{count} datotek"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Назив",
|
||||
"1 folder" => "1 фасцикла",
|
||||
"{count} folders" => "{count} фасцикле/и",
|
||||
"1 file" => "1 датотека",
|
||||
"{count} files" => "{count} датотеке/а"
|
||||
);
|
|
@ -0,0 +1,3 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Ime"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Namn",
|
||||
"1 folder" => "1 mapp",
|
||||
"{count} folders" => "{count} mappar",
|
||||
"1 file" => "1 fil",
|
||||
"{count} files" => "{count} filer",
|
||||
"Restore" => "Återskapa"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "பெயர்",
|
||||
"1 folder" => "1 கோப்புறை",
|
||||
"{count} folders" => "{எண்ணிக்கை} கோப்புறைகள்",
|
||||
"1 file" => "1 கோப்பு",
|
||||
"{count} files" => "{எண்ணிக்கை} கோப்புகள்"
|
||||
);
|
|
@ -0,0 +1,8 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "ชื่อ",
|
||||
"1 folder" => "1 โฟลเดอร์",
|
||||
"{count} folders" => "{count} โฟลเดอร์",
|
||||
"1 file" => "1 ไฟล์",
|
||||
"{count} files" => "{count} ไฟล์",
|
||||
"Restore" => "คืนค่า"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "İsim",
|
||||
"1 folder" => "1 dizin",
|
||||
"{count} folders" => "{count} dizin",
|
||||
"1 file" => "1 dosya",
|
||||
"{count} files" => "{count} dosya"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Ім'я",
|
||||
"1 folder" => "1 папка",
|
||||
"{count} folders" => "{count} папок",
|
||||
"1 file" => "1 файл",
|
||||
"{count} files" => "{count} файлів"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "Tên",
|
||||
"1 folder" => "1 thư mục",
|
||||
"{count} folders" => "{count} thư mục",
|
||||
"1 file" => "1 tập tin",
|
||||
"{count} files" => "{count} tập tin"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "名称",
|
||||
"1 folder" => "1 个文件夹",
|
||||
"{count} folders" => "{count} 个文件夹",
|
||||
"1 file" => "1 个文件",
|
||||
"{count} files" => "{count} 个文件"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "名称",
|
||||
"1 folder" => "1个文件夹",
|
||||
"{count} folders" => "{count} 个文件夹",
|
||||
"1 file" => "1 个文件",
|
||||
"{count} files" => "{count} 个文件"
|
||||
);
|
|
@ -0,0 +1,7 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"Name" => "名稱",
|
||||
"1 folder" => "1 個資料夾",
|
||||
"{count} folders" => "{count} 個資料夾",
|
||||
"1 file" => "1 個檔案",
|
||||
"{count} files" => "{count} 個檔案"
|
||||
);
|
|
@ -54,6 +54,7 @@
|
|||
"The app name is not specified." => "Der App-Name ist nicht angegeben.",
|
||||
"The required file {file} is not installed!" => "Die benötigte Datei {file} ist nicht installiert.",
|
||||
"Share" => "Freigeben",
|
||||
"Shared" => "geteilt",
|
||||
"Error while sharing" => "Fehler beim Freigeben",
|
||||
"Error while unsharing" => "Fehler beim Aufheben der Freigabe",
|
||||
"Error while changing permissions" => "Fehler beim Ändern der Rechte",
|
||||
|
|
|
@ -0,0 +1,584 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2011-07-25 16:05+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/share.php:85
|
||||
#, php-format
|
||||
msgid "User %s shared a file with you"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/share.php:87
|
||||
#, php-format
|
||||
msgid "User %s shared a folder with you"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/share.php:89
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the file \"%s\" with you. It is available for download here: "
|
||||
"%s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/share.php:91
|
||||
#, php-format
|
||||
msgid ""
|
||||
"User %s shared the folder \"%s\" with you. It is available for download "
|
||||
"here: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/add.php:26 ajax/vcategories/edit.php:25
|
||||
msgid "Category type not provided."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/add.php:30
|
||||
msgid "No category to add?"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/add.php:37
|
||||
msgid "This category already exists: "
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:26 ajax/vcategories/delete.php:27
|
||||
#: ajax/vcategories/favorites.php:24
|
||||
#: ajax/vcategories/removeFromFavorites.php:26
|
||||
msgid "Object type not provided."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:30
|
||||
#: ajax/vcategories/removeFromFavorites.php:30
|
||||
#, php-format
|
||||
msgid "%s ID not provided."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/addToFavorites.php:35
|
||||
#, php-format
|
||||
msgid "Error adding %s to favorites."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/delete.php:35 js/oc-vcategories.js:136
|
||||
msgid "No categories selected for deletion."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/vcategories/removeFromFavorites.php:35
|
||||
#, php-format
|
||||
msgid "Error removing %s from favorites."
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Sunday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Monday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Tuesday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Wednesday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Thursday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Friday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:32
|
||||
msgid "Saturday"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "January"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "February"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "March"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "April"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "May"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "June"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "July"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "August"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "September"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "October"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "November"
|
||||
msgstr ""
|
||||
|
||||
#: js/config.php:33
|
||||
msgid "December"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:280
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:759
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:760
|
||||
msgid "1 minute ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:761
|
||||
msgid "{minutes} minutes ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:762
|
||||
msgid "1 hour ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:763
|
||||
msgid "{hours} hours ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:764
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:765
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:766
|
||||
msgid "{days} days ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:767
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:768
|
||||
msgid "{months} months ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:769
|
||||
msgid "months ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:770
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
|
||||
#: js/js.js:771
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:126
|
||||
msgid "Choose"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:146 js/oc-dialogs.js:166
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:162
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:163
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-dialogs.js:180
|
||||
msgid "Ok"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-vcategories.js:5 js/oc-vcategories.js:85 js/oc-vcategories.js:102
|
||||
#: js/oc-vcategories.js:117 js/oc-vcategories.js:132 js/oc-vcategories.js:162
|
||||
msgid "The object type is not specified."
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
|
||||
#: js/oc-vcategories.js:195 js/share.js:152 js/share.js:159 js/share.js:571
|
||||
#: js/share.js:583
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-vcategories.js:179
|
||||
msgid "The app name is not specified."
|
||||
msgstr ""
|
||||
|
||||
#: js/oc-vcategories.js:194
|
||||
msgid "The required file {file} is not installed!"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
||||
msgid "Share"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
||||
msgid "Shared"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:141 js/share.js:611
|
||||
msgid "Error while sharing"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:152
|
||||
msgid "Error while unsharing"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:159
|
||||
msgid "Error while changing permissions"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:168
|
||||
msgid "Shared with you and the group {group} by {owner}"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:170
|
||||
msgid "Shared with you by {owner}"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:175
|
||||
msgid "Share with"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:180
|
||||
msgid "Share with link"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:183
|
||||
msgid "Password protect"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:185 templates/installation.php:44 templates/login.php:35
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:189
|
||||
msgid "Email link to person"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:190
|
||||
msgid "Send"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:194
|
||||
msgid "Set expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:195
|
||||
msgid "Expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:227
|
||||
msgid "Share via email:"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:229
|
||||
msgid "No people found"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:256
|
||||
msgid "Resharing is not allowed"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:292
|
||||
msgid "Shared in {item} with {user}"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:313
|
||||
msgid "Unshare"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:325
|
||||
msgid "can edit"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:327
|
||||
msgid "access control"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:330
|
||||
msgid "create"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:333
|
||||
msgid "update"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:336
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:339
|
||||
msgid "share"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:373 js/share.js:558
|
||||
msgid "Password protected"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:571
|
||||
msgid "Error unsetting expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:583
|
||||
msgid "Error setting expiration date"
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:598
|
||||
msgid "Sending ..."
|
||||
msgstr ""
|
||||
|
||||
#: js/share.js:609
|
||||
msgid "Email sent"
|
||||
msgstr ""
|
||||
|
||||
#: js/update.js:14
|
||||
msgid ""
|
||||
"The update was unsuccessful. Please report this issue to the <a "
|
||||
"href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud "
|
||||
"community</a>."
|
||||
msgstr ""
|
||||
|
||||
#: js/update.js:18
|
||||
msgid "The update was successful. Redirecting you to ownCloud now."
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/controller.php:47
|
||||
msgid "ownCloud password reset"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/email.php:2
|
||||
msgid "Use the following link to reset your password: {link}"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:3
|
||||
msgid "You will receive a link to reset your password via Email."
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:5
|
||||
msgid "Reset email send."
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:8
|
||||
msgid "Request failed!"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:11 templates/installation.php:39
|
||||
#: templates/login.php:28
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/lostpassword.php:14
|
||||
msgid "Request reset"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/resetpassword.php:4
|
||||
msgid "Your password was reset"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/resetpassword.php:5
|
||||
msgid "To login page"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/resetpassword.php:8
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: lostpassword/templates/resetpassword.php:11
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: strings.php:5
|
||||
msgid "Personal"
|
||||
msgstr ""
|
||||
|
||||
#: strings.php:6
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: strings.php:7
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
|
||||
#: strings.php:8
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: strings.php:9
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: templates/403.php:12
|
||||
msgid "Access forbidden"
|
||||
msgstr ""
|
||||
|
||||
#: templates/404.php:12
|
||||
msgid "Cloud not found"
|
||||
msgstr ""
|
||||
|
||||
#: templates/edit_categories_dialog.php:4
|
||||
msgid "Edit categories"
|
||||
msgstr ""
|
||||
|
||||
#: templates/edit_categories_dialog.php:16
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:23 templates/installation.php:31
|
||||
msgid "Security Warning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:24
|
||||
msgid ""
|
||||
"No secure random number generator is available, please enable the PHP "
|
||||
"OpenSSL extension."
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:26
|
||||
msgid ""
|
||||
"Without a secure random number generator an attacker may be able to predict "
|
||||
"password reset tokens and take over your account."
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:32
|
||||
msgid ""
|
||||
"Your data directory and your files are probably accessible from the "
|
||||
"internet. The .htaccess file that ownCloud provides is not working. We "
|
||||
"strongly suggest that you configure your webserver in a way that the data "
|
||||
"directory is no longer accessible or you move the data directory outside the"
|
||||
" webserver document root."
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:36
|
||||
msgid "Create an <strong>admin account</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:50
|
||||
msgid "Advanced"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:52
|
||||
msgid "Data folder"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:59
|
||||
msgid "Configure the database"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:64 templates/installation.php:75
|
||||
#: templates/installation.php:85 templates/installation.php:95
|
||||
msgid "will be used"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:107
|
||||
msgid "Database user"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:111
|
||||
msgid "Database password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:115
|
||||
msgid "Database name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:123
|
||||
msgid "Database tablespace"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:129
|
||||
msgid "Database host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/installation.php:134
|
||||
msgid "Finish setup"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.guest.php:34
|
||||
msgid "web services under your control"
|
||||
msgstr ""
|
||||
|
||||
#: templates/layout.user.php:49
|
||||
msgid "Log out"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:10
|
||||
msgid "Automatic logon rejected!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:11
|
||||
msgid ""
|
||||
"If you did not change your password recently, your account may be "
|
||||
"compromised!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:13
|
||||
msgid "Please change your password to secure your account again."
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:19
|
||||
msgid "Lost your password?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:39
|
||||
msgid "remember"
|
||||
msgstr ""
|
||||
|
||||
#: templates/login.php:41
|
||||
msgid "Log in"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:3
|
||||
msgid "prev"
|
||||
msgstr ""
|
||||
|
||||
#: templates/part.pagenavi.php:20
|
||||
msgid "next"
|
||||
msgstr ""
|
||||
|
||||
#: templates/update.php:3
|
||||
#, php-format
|
||||
msgid "Updating ownCloud to version %s, this may take a while."
|
||||
msgstr ""
|
|
@ -0,0 +1,296 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2011-08-13 02:19+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/upload.php:17
|
||||
msgid "No file was uploaded. Unknown error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:24
|
||||
msgid "There is no error, the file uploaded with success"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:25
|
||||
msgid ""
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:27
|
||||
msgid ""
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
|
||||
"the HTML form"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:29
|
||||
msgid "The uploaded file was only partially uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:30
|
||||
msgid "No file was uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:31
|
||||
msgid "Missing a temporary folder"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:32
|
||||
msgid "Failed to write to disk"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:51
|
||||
msgid "Not enough space available"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/upload.php:82
|
||||
msgid "Invalid directory."
|
||||
msgstr ""
|
||||
|
||||
#: appinfo/app.php:10
|
||||
msgid "Files"
|
||||
msgstr ""
|
||||
|
||||
#: js/fileactions.js:117 templates/index.php:85 templates/index.php:86
|
||||
msgid "Unshare"
|
||||
msgstr ""
|
||||
|
||||
#: js/fileactions.js:119 templates/index.php:91 templates/index.php:92
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: js/fileactions.js:185
|
||||
msgid "Rename"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:208 js/filelist.js:210
|
||||
msgid "{new_name} already exists"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:208 js/filelist.js:210
|
||||
msgid "replace"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:208
|
||||
msgid "suggest name"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:208 js/filelist.js:210
|
||||
msgid "cancel"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:253
|
||||
msgid "replaced {new_name}"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:253 js/filelist.js:255
|
||||
msgid "undo"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:255
|
||||
msgid "replaced {new_name} with {old_name}"
|
||||
msgstr ""
|
||||
|
||||
#: js/filelist.js:280
|
||||
msgid "perform delete operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:52
|
||||
msgid "'.' is an invalid file name."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:56
|
||||
msgid "File name cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:64
|
||||
msgid ""
|
||||
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
|
||||
"allowed."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:78
|
||||
msgid "Your storage is full, files can not be updated or synced anymore!"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:82
|
||||
msgid "Your storage is almost full ({usedSpacePercent}%)"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:224
|
||||
msgid ""
|
||||
"Your download is being prepared. This might take some time if the files are "
|
||||
"big."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:261
|
||||
msgid "Unable to upload your file as it is a directory or has 0 bytes"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:261
|
||||
msgid "Upload Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:278
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:297 js/files.js:413 js/files.js:444
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:317
|
||||
msgid "1 file uploading"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:320 js/files.js:375 js/files.js:390
|
||||
msgid "{count} files uploading"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:393 js/files.js:428
|
||||
msgid "Upload cancelled."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:502
|
||||
msgid ""
|
||||
"File upload is in progress. Leaving the page now will cancel the upload."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:575
|
||||
msgid "URL cannot be empty."
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:580
|
||||
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:949 templates/index.php:67
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:950 templates/index.php:78
|
||||
msgid "Size"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:951 templates/index.php:80
|
||||
msgid "Modified"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:970
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:972
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:980
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/files.js:982
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: lib/helper.php:11 templates/index.php:18
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:5
|
||||
msgid "File handling"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:7
|
||||
msgid "Maximum upload size"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:10
|
||||
msgid "max. possible: "
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:15
|
||||
msgid "Needed for multi-file and folder downloads."
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:17
|
||||
msgid "Enable ZIP-download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:20
|
||||
msgid "0 is unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:22
|
||||
msgid "Maximum input size for ZIP files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/admin.php:26
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:7
|
||||
msgid "New"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:10
|
||||
msgid "Text file"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:12
|
||||
msgid "Folder"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:14
|
||||
msgid "From link"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:40
|
||||
msgid "Trash"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:46
|
||||
msgid "Cancel upload"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:59
|
||||
msgid "Nothing in here. Upload something!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:73
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:105
|
||||
msgid "Upload too large"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:107
|
||||
msgid ""
|
||||
"The files you are trying to upload exceed the maximum size for file uploads "
|
||||
"on this server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:112
|
||||
msgid "Files are being scanned, please wait."
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:115
|
||||
msgid "Current scanning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/upgrade.php:2
|
||||
msgid "Upgrading filesystem cache..."
|
||||
msgstr ""
|
|
@ -0,0 +1,82 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:33+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: js/settings-personal.js:17
|
||||
msgid ""
|
||||
"Please switch to your ownCloud client and change your encryption password to"
|
||||
" complete the conversion."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings-personal.js:17
|
||||
msgid "switched to client side encryption"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings-personal.js:21
|
||||
msgid "Change encryption password to login password"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings-personal.js:25
|
||||
msgid "Please check your passwords and try again."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings-personal.js:25
|
||||
msgid "Could not change your file encryption password to your login password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:3 templates/settings.php:5
|
||||
msgid "Choose encryption mode:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:20 templates/settings.php:24
|
||||
msgid ""
|
||||
"Client side encryption (most secure but makes it impossible to access your "
|
||||
"data from the web interface)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:30 templates/settings.php:36
|
||||
msgid ""
|
||||
"Server side encryption (allows you to access your files from the web "
|
||||
"interface and the desktop client)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings-personal.php:41 templates/settings.php:60
|
||||
msgid "None (no encryption at all)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:10
|
||||
msgid ""
|
||||
"Important: Once you selected an encryption mode there is no way to change it"
|
||||
" back"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:48
|
||||
msgid "User specific (let the user decide)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:65
|
||||
msgid "Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:67
|
||||
msgid "Exclude the following file types from encryption"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:71
|
||||
msgid "None"
|
||||
msgstr ""
|
|
@ -0,0 +1,120 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:34+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: js/dropbox.js:7 js/dropbox.js:25 js/google.js:7 js/google.js:23
|
||||
msgid "Access granted"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:28 js/dropbox.js:74 js/dropbox.js:79 js/dropbox.js:86
|
||||
msgid "Error configuring Dropbox storage"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:34 js/dropbox.js:45 js/google.js:31 js/google.js:41
|
||||
msgid "Grant access"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:73 js/google.js:73
|
||||
msgid "Fill out all required fields"
|
||||
msgstr ""
|
||||
|
||||
#: js/dropbox.js:85
|
||||
msgid "Please provide a valid Dropbox app key and secret."
|
||||
msgstr ""
|
||||
|
||||
#: js/google.js:26 js/google.js:74 js/google.js:79
|
||||
msgid "Error configuring Google Drive storage"
|
||||
msgstr ""
|
||||
|
||||
#: lib/config.php:405
|
||||
msgid ""
|
||||
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares "
|
||||
"is not possible. Please ask your system administrator to install it."
|
||||
msgstr ""
|
||||
|
||||
#: lib/config.php:406
|
||||
msgid ""
|
||||
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting"
|
||||
" of FTP shares is not possible. Please ask your system administrator to "
|
||||
"install it."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "External Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8 templates/settings.php:22
|
||||
msgid "Mount point"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:9
|
||||
msgid "Backend"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:10
|
||||
msgid "Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:12
|
||||
msgid "Applicable"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "Add mount point"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:85
|
||||
msgid "None set"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:86
|
||||
msgid "All Users"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:87
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:95
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:108 templates/settings.php:109
|
||||
#: templates/settings.php:144 templates/settings.php:145
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:124
|
||||
msgid "Enable User External Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:125
|
||||
msgid "Allow users to mount their own external storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:136
|
||||
msgid "SSL root certificates"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:153
|
||||
msgid "Import Root Certificate"
|
||||
msgstr ""
|
|
@ -0,0 +1,48 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:35+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: templates/authenticate.php:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/authenticate.php:6
|
||||
msgid "Submit"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:9
|
||||
#, php-format
|
||||
msgid "%s shared the folder %s with you"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:11
|
||||
#, php-format
|
||||
msgid "%s shared the file %s with you"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:14 templates/public.php:30
|
||||
msgid "Download"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:29
|
||||
msgid "No preview available for"
|
||||
msgstr ""
|
||||
|
||||
#: templates/public.php:35
|
||||
msgid "web services under your control"
|
||||
msgstr ""
|
|
@ -0,0 +1,58 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: js/trash.js:7
|
||||
msgid "perform restore operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:69
|
||||
msgid "perform undelete operation"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:110
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:112
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:120
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
|
||||
#: js/trash.js:122
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
|
||||
#: templates/index.php:20 templates/index.php:22
|
||||
msgid "Restore"
|
||||
msgstr ""
|
|
@ -0,0 +1,30 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-08-12 22:37+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: js/versions.js:16
|
||||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "Files Versioning"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:4
|
||||
msgid "Enable"
|
||||
msgstr ""
|
|
@ -0,0 +1,156 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-07-27 22:23+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: app.php:312
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:319
|
||||
msgid "Personal"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:324
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:329
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:336
|
||||
msgid "Apps"
|
||||
msgstr ""
|
||||
|
||||
#: app.php:338
|
||||
msgid "Admin"
|
||||
msgstr ""
|
||||
|
||||
#: files.php:202
|
||||
msgid "ZIP download is turned off."
|
||||
msgstr ""
|
||||
|
||||
#: files.php:203
|
||||
msgid "Files need to be downloaded one by one."
|
||||
msgstr ""
|
||||
|
||||
#: files.php:203 files.php:228
|
||||
msgid "Back to Files"
|
||||
msgstr ""
|
||||
|
||||
#: files.php:227
|
||||
msgid "Selected files too large to generate zip file."
|
||||
msgstr ""
|
||||
|
||||
#: helper.php:226
|
||||
msgid "couldn't be determined"
|
||||
msgstr ""
|
||||
|
||||
#: json.php:28
|
||||
msgid "Application is not enabled"
|
||||
msgstr ""
|
||||
|
||||
#: json.php:39 json.php:62 json.php:73
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: json.php:51
|
||||
msgid "Token expired. Please reload page."
|
||||
msgstr ""
|
||||
|
||||
#: search/provider/file.php:17 search/provider/file.php:35
|
||||
msgid "Files"
|
||||
msgstr ""
|
||||
|
||||
#: search/provider/file.php:26 search/provider/file.php:33
|
||||
msgid "Text"
|
||||
msgstr ""
|
||||
|
||||
#: search/provider/file.php:29
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:113
|
||||
msgid "seconds ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:114
|
||||
msgid "1 minute ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:115
|
||||
#, php-format
|
||||
msgid "%d minutes ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:116
|
||||
msgid "1 hour ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:117
|
||||
#, php-format
|
||||
msgid "%d hours ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:118
|
||||
msgid "today"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:119
|
||||
msgid "yesterday"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:120
|
||||
#, php-format
|
||||
msgid "%d days ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:121
|
||||
msgid "last month"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:122
|
||||
#, php-format
|
||||
msgid "%d months ago"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:123
|
||||
msgid "last year"
|
||||
msgstr ""
|
||||
|
||||
#: template.php:124
|
||||
msgid "years ago"
|
||||
msgstr ""
|
||||
|
||||
#: updater.php:75
|
||||
#, php-format
|
||||
msgid "%s is available. Get <a href=\"%s\">more information</a>"
|
||||
msgstr ""
|
||||
|
||||
#: updater.php:77
|
||||
msgid "up to date"
|
||||
msgstr ""
|
||||
|
||||
#: updater.php:80
|
||||
msgid "updates check is disabled"
|
||||
msgstr ""
|
||||
|
||||
#: vcategories.php:188 vcategories.php:249
|
||||
#, php-format
|
||||
msgid "Could not find category \"%s\""
|
||||
msgstr ""
|
|
@ -0,0 +1,311 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/apps/ocs.php:20
|
||||
msgid "Unable to load list from App Store"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/creategroup.php:10
|
||||
msgid "Group already exists"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/creategroup.php:19
|
||||
msgid "Unable to add group"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/enableapp.php:11
|
||||
msgid "Could not enable app. "
|
||||
msgstr ""
|
||||
|
||||
#: ajax/lostpassword.php:12
|
||||
msgid "Email saved"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/lostpassword.php:14
|
||||
msgid "Invalid email"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/removegroup.php:13
|
||||
msgid "Unable to delete group"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/removeuser.php:15 ajax/setquota.php:15 ajax/togglegroups.php:18
|
||||
msgid "Authentication error"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/removeuser.php:24
|
||||
msgid "Unable to delete user"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/setlanguage.php:15
|
||||
msgid "Language changed"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/setlanguage.php:17 ajax/setlanguage.php:20
|
||||
msgid "Invalid request"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/togglegroups.php:12
|
||||
msgid "Admins can't remove themself from the admin group"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/togglegroups.php:28
|
||||
#, php-format
|
||||
msgid "Unable to add user to group %s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/togglegroups.php:34
|
||||
#, php-format
|
||||
msgid "Unable to remove user from group %s"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
||||
#: personal.php:34 personal.php:35
|
||||
msgid "__language_name__"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:10
|
||||
msgid "Add your App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:11
|
||||
msgid "More Apps"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:24
|
||||
msgid "Select an App"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:28
|
||||
msgid "See application page at apps.owncloud.com"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:29
|
||||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:4
|
||||
msgid "Administrator Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:6
|
||||
msgid "Online Documentation"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:7
|
||||
msgid "Forum"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:9
|
||||
msgid "Bugtracker"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:11
|
||||
msgid "Commercial Support"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:8
|
||||
#, php-format
|
||||
msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:12
|
||||
msgid "Clients"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:13
|
||||
msgid "Download Desktop Clients"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:14
|
||||
msgid "Download Android Client"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:15
|
||||
msgid "Download iOS Client"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:21 templates/users.php:23 templates/users.php:81
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:22
|
||||
msgid "Your password was changed"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:23
|
||||
msgid "Unable to change your password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:24
|
||||
msgid "Current password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:25
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:26
|
||||
msgid "show"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:27
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:33
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:34
|
||||
msgid "Your email address"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:35
|
||||
msgid "Fill in an email address to enable password recovery"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:41 templates/personal.php:42
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:47
|
||||
msgid "Help translate"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:52
|
||||
msgid "WebDAV"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:54
|
||||
msgid "Use this address to connect to your ownCloud in your file manager"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:63
|
||||
msgid "Version"
|
||||
msgstr ""
|
||||
|
||||
#: templates/personal.php:65
|
||||
msgid ""
|
||||
"Developed by the <a href=\"http://ownCloud.org/contact\" "
|
||||
"target=\"_blank\">ownCloud community</a>, the <a "
|
||||
"href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is "
|
||||
"licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
|
||||
"target=\"_blank\"><abbr title=\"Affero General Public "
|
||||
"License\">AGPL</abbr></a>."
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:21 templates/users.php:79
|
||||
msgid "Login Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:26 templates/users.php:82 templates/users.php:107
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:32
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:35
|
||||
msgid "Default Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:42 templates/users.php:142
|
||||
msgid "Unlimited"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:60 templates/users.php:157
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:80
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:84 templates/users.php:121
|
||||
msgid "Group Admin"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:86
|
||||
msgid "Storage"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:97
|
||||
msgid "change display name"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:101
|
||||
msgid "set new password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:137
|
||||
msgid "Default"
|
||||
msgstr ""
|
||||
|
||||
#: templates/users.php:165
|
||||
msgid "Delete"
|
||||
msgstr ""
|
|
@ -0,0 +1,297 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
" experience unexpected behaviour. Please ask your system administrator to "
|
||||
"disable one of them."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid ""
|
||||
"<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
|
||||
"work. Please ask your system administrator to install it."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr ""
|
|
@ -0,0 +1,33 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2012-11-09 09:06+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/owncloud/language/af_ZA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: af_ZA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: templates/settings.php:3
|
||||
msgid "WebDAV Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:4
|
||||
msgid "URL: http://"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:6
|
||||
msgid ""
|
||||
"ownCloud will send the user credentials to this URL. This plugin checks the "
|
||||
"response and will interpret the HTTP statuscodes 401 and 403 as invalid "
|
||||
"credentials, and all other responses as valid credentials."
|
||||
msgstr ""
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:02+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "اسم"
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 00:27+0100\n"
|
||||
"PO-Revision-Date: 2013-01-30 23:28+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -78,14 +78,42 @@ msgstr "فشل إضافة المستخدم الى المجموعة %s"
|
|||
msgid "Unable to remove user from group %s"
|
||||
msgstr "فشل إزالة المستخدم من المجموعة %s"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr "إيقاف"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr "تفعيل"
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr "حفظ"
|
||||
|
@ -114,6 +142,10 @@ msgstr "راجع صفحة التطبيق على apps.owncloud.com"
|
|||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr "<span class=\"licence\"></span>-ترخيص من قبل <span class=\"author\"></span>"
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr "كتاب توثيق المستخدم"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-18 00:03+0100\n"
|
||||
"PO-Revision-Date: 2013-01-17 21:57+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/projects/p/owncloud/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -17,6 +17,58 @@ msgstr ""
|
|||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
|
@ -31,165 +83,215 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr "كلمة المرور"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:24
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:29
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr "المساعدة"
|
||||
|
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Име"
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
|
|
|
@ -10,8 +10,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 00:27+0100\n"
|
||||
"PO-Revision-Date: 2013-01-30 23:28+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -78,14 +78,42 @@ msgstr ""
|
|||
msgid "Unable to remove user from group %s"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr "Включено"
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr ""
|
||||
|
@ -114,6 +142,10 @@ msgstr ""
|
|||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr ""
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr ""
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
|
||||
"PO-Revision-Date: 2013-01-15 23:20+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.com/projects/p/owncloud/language/bg_BG/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -17,6 +17,58 @@ msgstr ""
|
|||
"Language: bg_BG\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
|
@ -31,165 +83,215 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr "Парола"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:24
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:29
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr "Помощ"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "রাম"
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
|
@ -35,19 +35,19 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:110
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
msgstr "১টি ফোল্ডার"
|
||||
|
||||
#: js/trash.js:112
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
msgstr "{count} টি ফোল্ডার"
|
||||
|
||||
#: js/trash.js:120
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
msgstr "১টি ফাইল"
|
||||
|
||||
#: js/trash.js:122
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
msgstr "{count} টি ফাইল"
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
|
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 00:27+0100\n"
|
||||
"PO-Revision-Date: 2013-01-30 23:28+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -76,14 +76,42 @@ msgstr " %s গোষ্ঠীতে ব্যবহারকারী যোগ
|
|||
msgid "Unable to remove user from group %s"
|
||||
msgstr "%s গোষ্ঠী থেকে ব্যবহারকারীকে অপসারণ করা সম্ভব হলো না"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr "নিষ্ক্রিয়"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr "সক্রিয় "
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr "সংরক্ষণ করা হচ্ছে.."
|
||||
|
@ -112,6 +140,10 @@ msgstr "apps.owncloud.com এ অ্যাপ্লিকেসন পৃষ্
|
|||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr "<span class=\"licence\"></span>-লাইসেন্সধারী <span class=\"author\"></span>"
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr "ব্যবহারকারী সহায়িকা"
|
||||
|
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
|
||||
"PO-Revision-Date: 2013-01-15 23:20+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Bengali (Bangladesh) (http://www.transifex.com/projects/p/owncloud/language/bn_BD/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -17,6 +17,58 @@ msgstr ""
|
|||
"Language: bn_BD\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
|
@ -31,165 +83,215 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr "হোস্ট"
|
||||
|
||||
#: templates/settings.php:15
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr "SSL আবশ্যক না হলে আপনি এই প্রটোকলটি মুছে ফেলতে পারেন । এরপর শুরু করুন এটা দিয়ে ldaps://"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr "ভিত্তি DN"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr "সুচারু ট্যঅবে গিয়ে আপনি ব্যবহারকারি এবং গোষ্ঠীসমূহের জন্য ভিত্তি DN নির্ধারণ করতে পারেন।"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr "ব্যবহারকারি DN"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. পরিচয় গোপন রেখে অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr "কূটশব্দ"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr "অজ্ঞাতকুলশীল অধিগমনের জন্য DN এবং কূটশব্দটি ফাঁকা রাখুন।"
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr "ব্যবহারকারির প্রবেশ ছাঁকনী"
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr "প্রবেশের চেষ্টা করার সময় প্রযোজ্য ছাঁকনীটি নির্ধারণ করবে। প্রবেশের সময় ব্যবহারকারী নামটি %%uid দিয়ে প্রতিস্থাপিত হবে।"
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr "%%uid স্থানধারক ব্যবহার করুন, উদাহরণঃ \"uid=%%uid\""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr "ব্যবহারকারী তালিকা ছাঁকনী"
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr "ব্যবহারকারী উদ্ধার করার সময় প্রয়োগের জন্য ছাঁকনী নির্ধারণ করবে।"
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr "কোন স্থানধারক ব্যতীত, যেমনঃ \"objectClass=person\"।"
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr "গোষ্ঠী ছাঁকনী"
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr "গোষ্ঠীসমূহ উদ্ধার করার সময় প্রয়োগের জন্য ছাঁকনী নির্ধারণ করবে।"
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr "কোন স্থান ধারক ব্যতীত, উদাহরণঃ\"objectClass=posixGroup\"।"
|
||||
|
||||
#: templates/settings.php:24
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr "পোর্ট"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr "ভিত্তি ব্যবহারকারি বৃক্ষাকারে"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr "ভিত্তি গোষ্ঠী বৃক্ষাকারে"
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr "গোষ্ঠী-সদস্য সংস্থাপন"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr "TLS ব্যবহার কর"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr "SSL সংযোগের জন্য এটি ব্যবহার করবেন না, তাহলে ব্যর্থ হবেনই।"
|
||||
|
||||
#: templates/settings.php:29
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr "বর্ণ অসংবেদী LDAP সার্ভার (উইন্ডোজ)"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr "SSL সনদপত্র যাচাইকরণ বন্ধ রাক।"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr "শুধুমাত্র যদি এই বিকল্পটি ব্যবহার করেই সংযোগ কার্যকরী হয় তবে আপনার ownCloud সার্ভারে LDAP সার্ভারের SSL সনদপত্রটি আমদানি করুন।"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr "অনুমোদিত নয়, শুধুমাত্র পরীক্ষামূলক ব্যবহারের জন্য।"
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr "ব্যবহারকারীর প্রদর্শিতব্য নামের ক্ষেত্র"
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr "ব্যবহারকারীর ownCloud নাম তৈরি করার জন্য ব্যভহৃত LDAP বৈশিষ্ট্য।"
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr "গোষ্ঠীর প্রদর্শিতব্য নামের ক্ষেত্র"
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr "গোষ্ঠীর ownCloud নাম তৈরি করার জন্য ব্যভহৃত LDAP বৈশিষ্ট্য।"
|
||||
|
||||
#: templates/settings.php:34
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr "বাইটে"
|
||||
|
||||
#: templates/settings.php:36
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr "সেকেন্ডে। কোন পরিবর্তন ক্যাসে খালি করবে।"
|
||||
|
||||
#: templates/settings.php:37
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr "ব্যবহারকারী নামের জন্য ফাঁকা রাখুন (পূর্বনির্ধারিত)। অন্যথায়, LDAP/AD বৈশিষ্ট্য নির্ধারণ করুন।"
|
||||
|
||||
#: templates/settings.php:39
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr "সহায়িকা"
|
||||
|
|
|
@ -14,8 +14,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:02+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Nom"
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
|
@ -35,19 +35,19 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:110
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
msgstr "1 carpeta"
|
||||
|
||||
#: js/trash.js:112
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
msgstr "{count} carpetes"
|
||||
|
||||
#: js/trash.js:120
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
msgstr "1 fitxer"
|
||||
|
||||
#: js/trash.js:122
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
msgstr "{count} fitxers"
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
|
@ -55,4 +55,4 @@ msgstr ""
|
|||
|
||||
#: templates/index.php:20 templates/index.php:22
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
msgstr "Recupera"
|
||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 08:30+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -81,14 +81,42 @@ msgstr "No es pot afegir l'usuari al grup %s"
|
|||
msgid "Unable to remove user from group %s"
|
||||
msgstr "No es pot eliminar l'usuari del grup %s"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr "Desactiva"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr "Activa"
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr "S'està desant..."
|
||||
|
@ -117,6 +145,10 @@ msgstr "Mireu la pàgina d'aplicacions a apps.owncloud.com"
|
|||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr "<span class=\"licence\"></span>-propietat de <span class=\"author\"></span>"
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr "Documentació d'usuari"
|
||||
|
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-17 00:26+0100\n"
|
||||
"PO-Revision-Date: 2013-01-16 07:21+0000\n"
|
||||
"Last-Translator: rogerc <rcalvoi@yahoo.com>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/owncloud/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -18,6 +18,58 @@ msgstr ""
|
|||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
|
@ -32,165 +84,215 @@ msgid ""
|
|||
msgstr "<b>Avís:</b> El mòdul PHP LDAP no està instal·lat, el dorsal no funcionarà. Demaneu a l'administrador del sistema que l'instal·li."
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr "Màquina"
|
||||
|
||||
#: templates/settings.php:15
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr "Podeu ometre el protocol, excepte si requeriu SSL. Llavors comenceu amb ldaps://"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr "DN Base"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr "Una DN Base per línia"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr "Podeu especificar DN Base per usuaris i grups a la pestanya Avançat"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr "DN Usuari"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr "La DN de l'usuari client amb la que s'haurà de fer, per exemple uid=agent,dc=exemple,dc=com. Per un accés anònim, deixeu la DN i la contrasenya en blanc."
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr "Contrasenya"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr "Per un accés anònim, deixeu la DN i la contrasenya en blanc."
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr "Filtre d'inici de sessió d'usuari"
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr "Defineix el filtre a aplicar quan s'intenta l'inici de sessió. %%uid reemplaça el nom d'usuari en l'acció d'inici de sessió."
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr "useu el paràmetre de substitució %%uid, per exemple \"uid=%%uid\""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr "Llista de filtres d'usuari"
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr "Defineix el filtre a aplicar quan es mostren usuaris"
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr "sense cap paràmetre de substitució, per exemple \"objectClass=persona\""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr "Filtre de grup"
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr "Defineix el filtre a aplicar quan es mostren grups."
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr "sense cap paràmetre de substitució, per exemple \"objectClass=grupPosix\"."
|
||||
|
||||
#: templates/settings.php:24
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr "Port"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr "Arbre base d'usuaris"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr "Una DN Base d'Usuari per línia"
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr "Arbre base de grups"
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr "Una DN Base de Grup per línia"
|
||||
|
||||
#: templates/settings.php:27
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr "Associació membres-grup"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr "Usa TLS"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr "No ho useu en connexions SSL, fallarà."
|
||||
|
||||
#: templates/settings.php:29
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr "Servidor LDAP sense distinció entre majúscules i minúscules (Windows)"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr "Desactiva la validació de certificat SSL."
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr "Si la connexió només funciona amb aquesta opció, importeu el certificat SSL del servidor LDAP en el vostre servidor ownCloud."
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr "No recomanat, ús només per proves."
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr "Camp per mostrar el nom d'usuari"
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr "Atribut LDAP a usar per generar el nom d'usuari ownCloud."
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr "Camp per mostrar el nom del grup"
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr "Atribut LDAP a usar per generar el nom de grup ownCloud."
|
||||
|
||||
#: templates/settings.php:34
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr "en bytes"
|
||||
|
||||
#: templates/settings.php:36
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr "en segons. Un canvi buidarà la memòria de cau."
|
||||
|
||||
#: templates/settings.php:37
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr "Deixeu-ho buit pel nom d'usuari (per defecte). Altrament, especifiqueu un atribut LDAP/AD."
|
||||
|
||||
#: templates/settings.php:39
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr "Ajuda"
|
||||
|
|
|
@ -10,9 +10,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:02+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:40+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"
|
||||
|
@ -109,7 +109,7 @@ msgstr "nahrazeno {new_name} s {old_name}"
|
|||
|
||||
#: js/filelist.js:280
|
||||
msgid "perform delete operation"
|
||||
msgstr ""
|
||||
msgstr "provést smazání"
|
||||
|
||||
#: js/files.js:52
|
||||
msgid "'.' is an invalid file name."
|
||||
|
@ -262,7 +262,7 @@ msgstr "Z odkazu"
|
|||
|
||||
#: templates/index.php:40
|
||||
msgid "Trash"
|
||||
msgstr ""
|
||||
msgstr "Koš"
|
||||
|
||||
#: templates/index.php:46
|
||||
msgid "Cancel upload"
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Tomáš Chvátal <tomas.chvatal@gmail.com>, 2013.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:50+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"
|
||||
|
@ -19,40 +20,40 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:7
|
||||
msgid "perform restore operation"
|
||||
msgstr ""
|
||||
msgstr "provést obnovu"
|
||||
|
||||
#: js/trash.js:69
|
||||
msgid "perform undelete operation"
|
||||
msgstr ""
|
||||
msgstr "provést obnovu smazaných"
|
||||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Název"
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
msgstr ""
|
||||
msgstr "Smazáno"
|
||||
|
||||
#: js/trash.js:110
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
msgstr "1 složka"
|
||||
|
||||
#: js/trash.js:112
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
msgstr "{count} složky"
|
||||
|
||||
#: js/trash.js:120
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
msgstr "1 soubor"
|
||||
|
||||
#: js/trash.js:122
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
msgstr "{count} soubory"
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
msgstr ""
|
||||
msgstr "Žádný obsah. Váš koš je prázdný."
|
||||
|
||||
#: templates/index.php:20 templates/index.php:22
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
msgstr "Obnovit"
|
||||
|
|
|
@ -13,9 +13,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 07:20+0000\n"
|
||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -81,14 +81,42 @@ msgstr "Nelze přidat uživatele do skupiny %s"
|
|||
msgid "Unable to remove user from group %s"
|
||||
msgstr "Nelze odstranit uživatele ze skupiny %s"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr "Zakázat"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr "Povolit"
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr "Ukládám..."
|
||||
|
@ -117,6 +145,10 @@ msgstr "Více na stránce s aplikacemi na apps.owncloud.com"
|
|||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr "<span class=\"licence\"></span>-licencováno <span class=\"author\"></span>"
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr "Uživatelská dokumentace"
|
||||
|
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-18 00:03+0100\n"
|
||||
"PO-Revision-Date: 2013-01-17 11:09+0000\n"
|
||||
"Last-Translator: Tomáš Chvátal <tomas.chvatal@gmail.com>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/owncloud/language/cs_CZ/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,6 +19,58 @@ msgstr ""
|
|||
"Language: cs_CZ\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
|
@ -33,165 +85,215 @@ msgid ""
|
|||
msgstr "<b>Varování:</b> není nainstalován LDAP modul pro PHP, podpůrná vrstva nebude fungovat. Požádejte, prosím, správce systému aby jej nainstaloval."
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr "Počítač"
|
||||
|
||||
#: templates/settings.php:15
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr "Můžete vynechat protokol, vyjma pokud požadujete SSL. Tehdy začněte s ldaps://"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr "Základní DN"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr "Jedna základní DN na řádku"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr "V rozšířeném nastavení můžete určit základní DN pro uživatele a skupiny"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr "Uživatelské DN"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr "DN klentského uživatele ke kterému tvoříte vazbu, např. uid=agent,dc=example,dc=com. Pro anonymní přístup ponechte údaje DN and Heslo prázdné."
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr "Heslo"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr "Pro anonymní přístup, ponechte údaje DN and heslo prázdné."
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr "Filtr přihlášení uživatelů"
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr "Určuje použitý filtr, při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení."
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr "použijte zástupný vzor %%uid, např. \"uid=%%uid\""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr "Filtr uživatelských seznamů"
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr "Určuje použitý filtr, pro získávaní uživatelů."
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr "bez zástupných znaků, např. \"objectClass=person\"."
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr "Filtr skupin"
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr "Určuje použitý filtr, pro získávaní skupin."
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr "bez zástupných znaků, např. \"objectClass=posixGroup\"."
|
||||
|
||||
#: templates/settings.php:24
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr "Port"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr "Základní uživatelský strom"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr "Jedna uživatelská základní DN na řádku"
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr "Základní skupinový strom"
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr "Jedna skupinová základní DN na řádku"
|
||||
|
||||
#: templates/settings.php:27
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr "Asociace člena skupiny"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr "Použít TLS"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr "Nepoužívejte pro připojení pomocí SSL, připojení selže."
|
||||
|
||||
#: templates/settings.php:29
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr "LDAP server nerozlišující velikost znaků (Windows)"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr "Vypnout ověřování SSL certifikátu."
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr "Pokud připojení pracuje pouze s touto možností, tak importujte SSL certifikát SSL serveru do Vašeho serveru ownCloud"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr "Není doporučeno, pouze pro testovací účely."
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr "Pole pro zobrazované jméno uživatele"
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr "Atribut LDAP použitý k vytvoření jména uživatele ownCloud"
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr "Pole pro zobrazení jména skupiny"
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr "Atribut LDAP použitý k vytvoření jména skupiny ownCloud"
|
||||
|
||||
#: templates/settings.php:34
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr "v bajtech"
|
||||
|
||||
#: templates/settings.php:36
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr "ve vteřinách. Změna vyprázdní vyrovnávací paměť."
|
||||
|
||||
#: templates/settings.php:37
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr "Ponechte prázdné pro uživatelské jméno (výchozí). Jinak uveďte LDAP/AD parametr."
|
||||
|
||||
#: templates/settings.php:39
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr "Nápověda"
|
||||
|
|
|
@ -15,8 +15,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:02+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:20+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:03+0000\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:100 templates/index.php:17
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Navn"
|
||||
|
||||
#: js/trash.js:101 templates/index.php:27
|
||||
msgid "Deleted"
|
||||
|
@ -35,19 +35,19 @@ msgstr ""
|
|||
|
||||
#: js/trash.js:110
|
||||
msgid "1 folder"
|
||||
msgstr ""
|
||||
msgstr "1 mappe"
|
||||
|
||||
#: js/trash.js:112
|
||||
msgid "{count} folders"
|
||||
msgstr ""
|
||||
msgstr "{count} mapper"
|
||||
|
||||
#: js/trash.js:120
|
||||
msgid "1 file"
|
||||
msgstr ""
|
||||
msgstr "1 fil"
|
||||
|
||||
#: js/trash.js:122
|
||||
msgid "{count} files"
|
||||
msgstr ""
|
||||
msgstr "{count} filer"
|
||||
|
||||
#: templates/index.php:9
|
||||
msgid "Nothing in here. Your trash bin is empty!"
|
||||
|
@ -55,4 +55,4 @@ msgstr ""
|
|||
|
||||
#: templates/index.php:20 templates/index.php:22
|
||||
msgid "Restore"
|
||||
msgstr ""
|
||||
msgstr "Gendan"
|
||||
|
|
|
@ -17,8 +17,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 00:27+0100\n"
|
||||
"PO-Revision-Date: 2013-01-30 23:28+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:17+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -85,14 +85,42 @@ msgstr "Brugeren kan ikke tilføjes til gruppen %s"
|
|||
msgid "Unable to remove user from group %s"
|
||||
msgstr "Brugeren kan ikke fjernes fra gruppen %s"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:67
|
||||
#: ajax/updateapp.php:13
|
||||
msgid "Couldn't update app."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:30
|
||||
msgid "Update to {appversion}"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:36 js/apps.js:76
|
||||
msgid "Disable"
|
||||
msgstr "Deaktiver"
|
||||
|
||||
#: js/apps.js:28 js/apps.js:55
|
||||
#: js/apps.js:36 js/apps.js:64
|
||||
msgid "Enable"
|
||||
msgstr "Aktiver"
|
||||
|
||||
#: js/apps.js:55
|
||||
msgid "Please wait...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:84
|
||||
msgid "Updateing...."
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error while updating app"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:87
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: js/apps.js:90
|
||||
msgid "Updated"
|
||||
msgstr ""
|
||||
|
||||
#: js/personal.js:69
|
||||
msgid "Saving..."
|
||||
msgstr "Gemmer..."
|
||||
|
@ -121,6 +149,10 @@ msgstr "Se applikationens side på apps.owncloud.com"
|
|||
msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
|
||||
msgstr "<span class=\"licence\"></span>-licenseret af <span class=\"author\"></span>"
|
||||
|
||||
#: templates/apps.php:31
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: templates/help.php:3
|
||||
msgid "User Documentation"
|
||||
msgstr "Brugerdokumentation"
|
||||
|
|
|
@ -12,8 +12,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-16 00:19+0100\n"
|
||||
"PO-Revision-Date: 2013-01-15 23:19+0000\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 23:18+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"Language-Team: Danish (http://www.transifex.com/projects/p/owncloud/language/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
@ -22,6 +22,58 @@ msgstr ""
|
|||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: ajax/deleteConfiguration.php:34
|
||||
msgid "Failed to delete the server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:35
|
||||
msgid "The configuration is valid and the connection could be established!"
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:37
|
||||
msgid ""
|
||||
"The configuration is valid, but the Bind failed. Please check the server "
|
||||
"settings and credentials."
|
||||
msgstr ""
|
||||
|
||||
#: ajax/testConfiguration.php:40
|
||||
msgid ""
|
||||
"The configuration is invalid. Please look in the ownCloud log for further "
|
||||
"details."
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:66
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:82
|
||||
msgid "Take over settings from recent server configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:83
|
||||
msgid "Keep settings?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:97
|
||||
msgid "Cannot add server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:120
|
||||
msgid "Connection test succeeded"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:125
|
||||
msgid "Connection test failed"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:135
|
||||
msgid "Do you really want to delete the current Server Configuration?"
|
||||
msgstr ""
|
||||
|
||||
#: js/settings.js:136
|
||||
msgid "Confirm Deletion"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:8
|
||||
msgid ""
|
||||
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
|
||||
|
@ -36,165 +88,215 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#: templates/settings.php:15
|
||||
msgid "Server configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:17
|
||||
msgid "Add Server Configuration"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
msgid "Host"
|
||||
msgstr "Host"
|
||||
|
||||
#: templates/settings.php:15
|
||||
#: templates/settings.php:21
|
||||
msgid ""
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://"
|
||||
msgstr "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "Base DN"
|
||||
msgstr "Base DN"
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "One Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:16
|
||||
#: templates/settings.php:22
|
||||
msgid "You can specify Base DN for users and groups in the Advanced tab"
|
||||
msgstr "You can specify Base DN for users and groups in the Advanced tab"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid "User DN"
|
||||
msgstr "Bruger DN"
|
||||
|
||||
#: templates/settings.php:17
|
||||
#: templates/settings.php:23
|
||||
msgid ""
|
||||
"The DN of the client user with which the bind shall be done, e.g. "
|
||||
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
|
||||
"empty."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "Password"
|
||||
msgstr "Kodeord"
|
||||
|
||||
#: templates/settings.php:18
|
||||
#: templates/settings.php:24
|
||||
msgid "For anonymous access, leave DN and Password empty."
|
||||
msgstr "For anonym adgang, skal du lade DN og Adgangskode tomme."
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
msgid "User Login Filter"
|
||||
msgstr "Bruger Login Filter"
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Defines the filter to apply, when login is attempted. %%uid replaces the "
|
||||
"username in the login action."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:19
|
||||
#: templates/settings.php:25
|
||||
#, php-format
|
||||
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "User List Filter"
|
||||
msgstr "Brugerliste Filter"
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "Defines the filter to apply, when retrieving users."
|
||||
msgstr "Definere filteret der bruges ved indlæsning af brugere."
|
||||
|
||||
#: templates/settings.php:20
|
||||
#: templates/settings.php:26
|
||||
msgid "without any placeholder, e.g. \"objectClass=person\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Group Filter"
|
||||
msgstr "Gruppe Filter"
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "Defines the filter to apply, when retrieving groups."
|
||||
msgstr "Definere filteret der bruges når der indlæses grupper."
|
||||
|
||||
#: templates/settings.php:21
|
||||
#: templates/settings.php:27
|
||||
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:24
|
||||
#: templates/settings.php:30
|
||||
msgid "Configuration Active"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
msgid "When unchecked, this configuration will be skipped."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:31
|
||||
msgid "Port"
|
||||
msgstr "Port"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:32
|
||||
msgid "Backup (Replica) Host"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
msgid ""
|
||||
"Give an optional backup host. It must be a replica of the main LDAP/AD "
|
||||
"server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:33
|
||||
msgid "Backup (Replica) Port"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "Disable Main Server"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
msgid "When switched on, ownCloud will only connect to the replica server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:35
|
||||
msgid "Base User Tree"
|
||||
msgstr "Base Bruger Træ"
|
||||
|
||||
#: templates/settings.php:25
|
||||
#: templates/settings.php:35
|
||||
msgid "One User Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:36
|
||||
msgid "User Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:36 templates/settings.php:38
|
||||
msgid "Optional; one attribute per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
msgid "Base Group Tree"
|
||||
msgstr "Base Group Tree"
|
||||
|
||||
#: templates/settings.php:26
|
||||
#: templates/settings.php:37
|
||||
msgid "One Group Base DN per line"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:27
|
||||
#: templates/settings.php:38
|
||||
msgid "Group Search Attributes"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
msgid "Group-Member association"
|
||||
msgstr "Group-Member association"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Use TLS"
|
||||
msgstr "Brug TLS"
|
||||
|
||||
#: templates/settings.php:28
|
||||
#: templates/settings.php:40
|
||||
msgid "Do not use it for SSL connections, it will fail."
|
||||
msgstr "Brug ikke til SSL forbindelser, da den vil fejle."
|
||||
|
||||
#: templates/settings.php:29
|
||||
#: templates/settings.php:41
|
||||
msgid "Case insensitve LDAP server (Windows)"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Turn off SSL certificate validation."
|
||||
msgstr "Deaktiver SSL certifikat validering"
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid ""
|
||||
"If connection only works with this option, import the LDAP server's SSL "
|
||||
"certificate in your ownCloud server."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:30
|
||||
#: templates/settings.php:42
|
||||
msgid "Not recommended, use for testing only."
|
||||
msgstr "Anbefales ikke, brug kun for at teste."
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "User Display Name Field"
|
||||
msgstr "User Display Name Field"
|
||||
|
||||
#: templates/settings.php:31
|
||||
#: templates/settings.php:43
|
||||
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "Group Display Name Field"
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:32
|
||||
#: templates/settings.php:44
|
||||
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:34
|
||||
#: templates/settings.php:46
|
||||
msgid "in bytes"
|
||||
msgstr "i bytes"
|
||||
|
||||
#: templates/settings.php:36
|
||||
#: templates/settings.php:48
|
||||
msgid "in seconds. A change empties the cache."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:37
|
||||
#: templates/settings.php:49
|
||||
msgid ""
|
||||
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
|
||||
"attribute."
|
||||
msgstr ""
|
||||
|
||||
#: templates/settings.php:39
|
||||
#: templates/settings.php:51
|
||||
msgid "Help"
|
||||
msgstr "Hjælp"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <admin@s-goecker.de>, 2011, 2012.
|
||||
# <admin@s-goecker.de>, 2011-2012.
|
||||
# <alex.hotz@gmail.com>, 2011.
|
||||
# <blobbyjj@ymail.com>, 2012.
|
||||
# <georg.stefan.germany@googlemail.com>, 2011.
|
||||
|
@ -23,9 +23,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-30 23:40+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 19:21+0000\n"
|
||||
"Last-Translator: bockwurst <bockwurst@mail15.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"
|
||||
|
@ -171,59 +171,59 @@ msgstr "November"
|
|||
msgid "December"
|
||||
msgstr "Dezember"
|
||||
|
||||
#: js/js.js:280 templates/layout.user.php:47 templates/layout.user.php:48
|
||||
#: js/js.js:280
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#: js/js.js:762
|
||||
#: js/js.js:759
|
||||
msgid "seconds ago"
|
||||
msgstr "Gerade eben"
|
||||
|
||||
#: js/js.js:763
|
||||
#: js/js.js:760
|
||||
msgid "1 minute ago"
|
||||
msgstr "vor einer Minute"
|
||||
|
||||
#: js/js.js:764
|
||||
#: js/js.js:761
|
||||
msgid "{minutes} minutes ago"
|
||||
msgstr "Vor {minutes} Minuten"
|
||||
|
||||
#: js/js.js:765
|
||||
#: js/js.js:762
|
||||
msgid "1 hour ago"
|
||||
msgstr "Vor einer Stunde"
|
||||
|
||||
#: js/js.js:766
|
||||
#: js/js.js:763
|
||||
msgid "{hours} hours ago"
|
||||
msgstr "Vor {hours} Stunden"
|
||||
|
||||
#: js/js.js:767
|
||||
#: js/js.js:764
|
||||
msgid "today"
|
||||
msgstr "Heute"
|
||||
|
||||
#: js/js.js:768
|
||||
#: js/js.js:765
|
||||
msgid "yesterday"
|
||||
msgstr "Gestern"
|
||||
|
||||
#: js/js.js:769
|
||||
#: js/js.js:766
|
||||
msgid "{days} days ago"
|
||||
msgstr "Vor {days} Tag(en)"
|
||||
|
||||
#: js/js.js:770
|
||||
#: js/js.js:767
|
||||
msgid "last month"
|
||||
msgstr "Letzten Monat"
|
||||
|
||||
#: js/js.js:771
|
||||
#: js/js.js:768
|
||||
msgid "{months} months ago"
|
||||
msgstr "Vor {months} Monaten"
|
||||
|
||||
#: js/js.js:772
|
||||
#: js/js.js:769
|
||||
msgid "months ago"
|
||||
msgstr "Vor Monaten"
|
||||
|
||||
#: js/js.js:773
|
||||
#: js/js.js:770
|
||||
msgid "last year"
|
||||
msgstr "Letztes Jahr"
|
||||
|
||||
#: js/js.js:774
|
||||
#: js/js.js:771
|
||||
msgid "years ago"
|
||||
msgstr "Vor Jahren"
|
||||
|
||||
|
@ -272,7 +272,7 @@ msgstr "Freigeben"
|
|||
|
||||
#: js/share.js:29 js/share.js:43 js/share.js:90 js/share.js:93
|
||||
msgid "Shared"
|
||||
msgstr ""
|
||||
msgstr "geteilt"
|
||||
|
||||
#: js/share.js:141 js/share.js:611
|
||||
msgid "Error while sharing"
|
||||
|
@ -556,7 +556,7 @@ msgstr "Installation abschließen"
|
|||
msgid "web services under your control"
|
||||
msgstr "Web-Services unter Ihrer Kontrolle"
|
||||
|
||||
#: templates/layout.user.php:32
|
||||
#: templates/layout.user.php:49
|
||||
msgid "Log out"
|
||||
msgstr "Abmelden"
|
||||
|
||||
|
|
|
@ -23,13 +23,14 @@
|
|||
# <transifex.3.mensaje@spamgourmet.com>, 2012.
|
||||
# <transifex.com@mail.simonzoellner.de>, 2013.
|
||||
# <uu.kabum@gmail.com>, 2013.
|
||||
# <wachhund@wachhund.to>, 2013.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
|
||||
"POT-Creation-Date: 2013-01-31 17:02+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 16:02+0000\n"
|
||||
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
|
||||
"POT-Creation-Date: 2013-02-01 00:17+0100\n"
|
||||
"PO-Revision-Date: 2013-01-31 22:20+0000\n"
|
||||
"Last-Translator: Wachhund <wachhund@wachhund.to>\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"
|
||||
|
@ -126,7 +127,7 @@ msgstr "{old_name} ersetzt durch {new_name}"
|
|||
|
||||
#: js/filelist.js:280
|
||||
msgid "perform delete operation"
|
||||
msgstr ""
|
||||
msgstr "Löschvorgang ausführen"
|
||||
|
||||
#: js/files.js:52
|
||||
msgid "'.' is an invalid file name."
|
||||
|
@ -279,7 +280,7 @@ msgstr "Von einem Link"
|
|||
|
||||
#: templates/index.php:40
|
||||
msgid "Trash"
|
||||
msgstr ""
|
||||
msgstr "Papierkorb"
|
||||
|
||||
#: templates/index.php:46
|
||||
msgid "Cancel upload"
|
||||
|
@ -313,4 +314,4 @@ msgstr "Scanne"
|
|||
|
||||
#: templates/upgrade.php:2
|
||||
msgid "Upgrading filesystem cache..."
|
||||
msgstr ""
|
||||
msgstr "Upgrade des Dateisystem caches..."
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue