@ -1,10 +1,16 @@ |
||||
<?php if(count($_["breadcrumb"])):?> |
||||
<div class="crumb"> |
||||
<a href="<?php echo $_['baseURL'].urlencode($crumb['dir']); ?>">
|
||||
<img src="<?php echo OCP\image_path('core','places/home.svg');?>" />
|
||||
</a> |
||||
</div> |
||||
<?php endif;?> |
||||
<?php for($i=0; $i<count($_["breadcrumb"]); $i++): |
||||
$crumb = $_["breadcrumb"][$i]; |
||||
$dir = str_replace('+', '%20', urlencode($crumb["dir"])); |
||||
$dir = str_replace('%2F', '/', $dir); ?> |
||||
<div class="crumb <?php if($i == count($_["breadcrumb"])-1) echo 'last';?> svg"
|
||||
data-dir='<?php echo $dir;?>'
|
||||
style='background-image:url("<?php echo OCP\image_path('core', 'breadcrumb.png');?>")'>
|
||||
data-dir='<?php echo $dir;?>'>
|
||||
<a href="<?php echo $_['baseURL'].$dir; ?>"><?php echo OCP\Util::sanitizeHTML($crumb["name"]); ?></a>
|
||||
</div> |
||||
<?php endfor; |
||||
<?php endfor; |
||||
|
||||
@ -0,0 +1,3 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Name" => "اسم" |
||||
); |
||||
@ -0,0 +1,3 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Name" => "Име" |
||||
); |
||||
@ -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,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" => "İ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} 個檔案" |
||||
); |
||||
|
After Width: | Height: | Size: 283 B |
|
After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 613 B |
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 930 KiB |
|
After Width: | Height: | Size: 328 B |
|
After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 372 B After Width: | Height: | Size: 355 B |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 708 B |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 3.9 KiB |
@ -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 "" |
||||