diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-21 02:09:12 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-21 02:09:12 +0200 |
commit | b819aa33f7d0053155cc382ab03c9cf8124c8a47 (patch) | |
tree | c24206f726a32f691fed6f5d3d89b4f98778fd4c /apps | |
parent | 1e42cd162e70b6c9498c806a05c5c52402035c65 (diff) | |
download | nextcloud-server-b819aa33f7d0053155cc382ab03c9cf8124c8a47.tar.gz nextcloud-server-b819aa33f7d0053155cc382ab03c9cf8124c8a47.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
50 files changed, 251 insertions, 34 deletions
diff --git a/apps/admin_dependencies_chk/l10n/pl.php b/apps/admin_dependencies_chk/l10n/pl.php new file mode 100644 index 00000000000..e40d23cb7e1 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/pl.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Moduł php-json jest wymagane przez wiele aplikacji do wewnętrznej łączności", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Modude php-curl jest wymagany do pobrania tytułu strony podczas dodawania zakładki", +"The php-gd module is needed to create thumbnails of your images" => "Moduł php-gd jest wymagany do tworzenia miniatury obrazów", +"The php-ldap module is needed connect to your ldap server" => "Moduł php-ldap jest wymagany aby połączyć się z serwerem ldap", +"The php-zip module is needed download multiple files at once" => "Moduł php-zip jest wymagany aby pobrać wiele plików na raz", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Moduł php-mb_multibyte jest wymagany do poprawnego zarządzania kodowaniem.", +"The php-ctype module is needed validate data." => "Moduł php-ctype jest wymagany do sprawdzania poprawności danych.", +"The php-xml module is needed to share files with webdav." => "Moduł php-xml jest wymagany do udostępniania plików przy użyciu protokołu webdav.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Dyrektywy allow_url_fopen użytkownika php.ini powinna być ustawiona na 1 do pobierania bazy wiedzy z serwerów OCS", +"The php-pdo module is needed to store owncloud data into a database." => "Moduł php-pdo jest wymagany do przechowywania danych owncloud w bazie danych.", +"Dependencies status" => "Stan zależności", +"Used by :" => "Używane przez:" +); diff --git a/apps/admin_migrate/l10n/da.php b/apps/admin_migrate/l10n/da.php new file mode 100644 index 00000000000..a33635cdc14 --- /dev/null +++ b/apps/admin_migrate/l10n/da.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Export this ownCloud instance" => "Eksporter ownCloud instans", +"Export" => "Eksporter" +); diff --git a/apps/calendar/l10n/da.php b/apps/calendar/l10n/da.php index 789765fec43..ea07fadb737 100644 --- a/apps/calendar/l10n/da.php +++ b/apps/calendar/l10n/da.php @@ -1,7 +1,12 @@ <?php $TRANSLATIONS = array( +"Not all calendars are completely cached" => "Ikke alle kalendere er fuldstændig cached", "No calendars found." => "Der blev ikke fundet nogen kalendere.", "No events found." => "Der blev ikke fundet nogen begivenheder.", "Wrong calendar" => "Forkert kalender", +"The file contained either no events or all events are already saved in your calendar." => "Filen indeholdt enten ingen begivenheder eller alle begivenheder er allerede gemt i din kalender.", +"events has been saved in the new calendar" => "begivenheder er gemt i den nye kalender", +"Import failed" => "import mislykkedes", +"events has been saved in your calendar" => "begivenheder er gemt i din kalender", "New Timezone:" => "Ny tidszone:", "Timezone changed" => "Tidszone ændret", "Invalid request" => "Ugyldig forespørgsel", @@ -106,6 +111,7 @@ "Month" => "Måned", "List" => "Liste", "Today" => "I dag", +"Settings" => "Indstillinger", "Your calendars" => "Dine kalendere", "CalDav Link" => "CalDav-link", "Shared calendars" => "Delte kalendere", @@ -158,6 +164,7 @@ "Import a calendar file" => "Importer en kalenderfil", "Please choose a calendar" => "Vælg en kalender", "Name of new calendar" => "Navn på ny kalender", +"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "En kalender med dette navn findes allerede. Hvis du fortsætter alligevel, vil disse kalendere blive sammenlagt.", "Import" => "Importer", "Close Dialog" => "Luk dialog", "Create a new event" => "Opret en ny begivenhed", @@ -165,7 +172,9 @@ "No categories selected" => "Ingen categorier valgt", "of" => "fra", "at" => "kl.", +"General" => "Generel", "Timezone" => "Tidszone", +"Update timezone automatically" => "Opdater tidszone automatisk", "24h" => "24T", "12h" => "12T", "more info" => "flere oplysninger", diff --git a/apps/contacts/l10n/fr.php b/apps/contacts/l10n/fr.php index eba0fff150d..9b30a9fcffd 100644 --- a/apps/contacts/l10n/fr.php +++ b/apps/contacts/l10n/fr.php @@ -62,6 +62,7 @@ "Error loading profile picture." => "Erreur pendant le chargement de la photo de profil.", "Select type" => "Sélectionner un type", "Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Certains contacts sont marqués pour être supprimés mais sont encore présents, veuillez attendre que l'opération se termine.", +"Do you want to merge these address books?" => "Voulez-vous fusionner ces carnets d'adresses ?", "Result: " => "Résultat :", " imported, " => "importé,", " failed." => "échoué.", diff --git a/apps/contacts/l10n/pl.php b/apps/contacts/l10n/pl.php index 5b263240075..404687b4fac 100644 --- a/apps/contacts/l10n/pl.php +++ b/apps/contacts/l10n/pl.php @@ -59,10 +59,15 @@ "Edit name" => "Zmień nazwę", "No files selected for upload." => "Żadne pliki nie zostały zaznaczone do wysłania.", "The file you are trying to upload exceed the maximum size for file uploads on this server." => "Plik, który próbujesz wysłać przekracza maksymalny rozmiar pliku przekazywania na tym serwerze.", +"Error loading profile picture." => "Błąd wczytywania zdjęcia profilu.", "Select type" => "Wybierz typ", +"Some contacts are marked for deletion, but not deleted yet. Please wait for them to be deleted." => "Niektóre kontakty są zaznaczone do usunięcia, ale nie są usunięte jeszcze. Proszę czekać na ich usunięcie.", +"Do you want to merge these address books?" => "Czy chcesz scalić te książki adresowe?", "Result: " => "Wynik: ", " imported, " => " importowane, ", " failed." => " nie powiodło się.", +"Displayname cannot be empty." => "Nazwa nie może być pusta.", +"Addressbook not found: " => "Nie znaleziono książki adresowej:", "This is not your addressbook." => "To nie jest Twoja książka adresowa.", "Contact could not be found." => "Nie można odnaleźć kontaktu.", "Address" => "Adres", @@ -81,10 +86,13 @@ "Internet" => "Internet", "Birthday" => "Urodziny", "Business" => "Biznesowe", +"Call" => "Wywołanie", "Clients" => "Klienci", +"Deliverer" => "Doręczanie", "Holidays" => "Święta", "Ideas" => "Pomysły", "Journey" => "Podróż", +"Jubilee" => "Jubileusz", "Meeting" => "Spotkanie", "Other" => "Inne", "Personal" => "Osobiste", @@ -101,6 +109,9 @@ "Navigation" => "Nawigacja", "Next contact in list" => "Następny kontakt na liście", "Previous contact in list" => "Poprzedni kontakt na liście", +"Expand/collapse current addressbook" => "Rozwiń/Zwiń bieżącą książkę adresową", +"Next addressbook" => "Następna książka adresowa", +"Previous addressbook" => "Poprzednia książka adresowa", "Actions" => "Akcje", "Refresh contacts list" => "Odśwież listę kontaktów", "Add new contact" => "Dodaj nowy kontakt", @@ -142,10 +153,13 @@ "Edit address" => "Edytuj adres", "Type" => "Typ", "PO Box" => "Skrzynka pocztowa", +"Street address" => "Ulica", "Street and number" => "Ulica i numer", "Extended" => "Rozszerzony", +"Apartment number etc." => "Numer lokalu", "City" => "Miasto", "Region" => "Region", +"E.g. state or province" => "Np. stanu lub prowincji", "Zipcode" => "Kod pocztowy", "Postal code" => "Kod pocztowy", "Country" => "Kraj", @@ -184,9 +198,14 @@ "more info" => "więcej informacji", "Primary address (Kontact et al)" => "Pierwszy adres", "iOS/OS X" => "iOS/OS X", +"Show CardDav link" => "Pokaż link CardDAV", +"Show read-only VCF link" => "Pokaż tylko do odczytu łącze VCF", "Download" => "Pobiera książkę adresową", "Edit" => "Edytuje książkę adresową", "New Address Book" => "Nowa książka adresowa", +"Name" => "Nazwa", +"Description" => "Opis", "Save" => "Zapisz", -"Cancel" => "Anuluj" +"Cancel" => "Anuluj", +"More..." => "Więcej..." ); diff --git a/apps/files/l10n/ca.php b/apps/files/l10n/ca.php index 35be2692696..81bbfe03a0c 100644 --- a/apps/files/l10n/ca.php +++ b/apps/files/l10n/ca.php @@ -7,8 +7,12 @@ "Missing a temporary folder" => "S'ha perdut un fitxer temporal", "Failed to write to disk" => "Ha fallat en escriure al disc", "Files" => "Fitxers", -"Unshare" => "Deixa de compartir", "Delete" => "Suprimeix", +"already exists" => "ja existeix", +"replace" => "substitueix", +"cancel" => "cancel·la", +"replaced" => "substituït", +"with" => "per", "undo" => "desfés", "deleted" => "esborrat", "generating ZIP-file, it may take some time." => "s'estan generant fitxers ZIP, pot trigar una estona.", diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php index adf8dc31704..4dc4b8b0cb1 100644 --- a/apps/files/l10n/cs_CZ.php +++ b/apps/files/l10n/cs_CZ.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Chybí adresář pro sočasné soubory", "Failed to write to disk" => "Zápis na disk se nezdařil", "Files" => "Soubory", -"Unshare" => "Odsdílet", "Delete" => "Vymazat", "already exists" => "již existuje", "replace" => "zaměnit", diff --git a/apps/files/l10n/da.php b/apps/files/l10n/da.php index d24e2a8dcb7..56af0fa61d7 100644 --- a/apps/files/l10n/da.php +++ b/apps/files/l10n/da.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Fejl ved skrivning til disk.", "Files" => "Filer", "Delete" => "Slet", +"already exists" => "findes allerede", +"replace" => "erstat", +"cancel" => "fortryd", +"replaced" => "erstattet", +"with" => "med", +"undo" => "fortryd", +"deleted" => "Slettet", "generating ZIP-file, it may take some time." => "genererer ZIP-fil, det kan tage lidt tid.", "Unable to upload your file as it is a directory or has 0 bytes" => "Kunne ikke uploade din fil, da det enten er en mappe eller er tom", "Upload Error" => "Fejl ved upload", diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 9569735d54c..7eafab2f0ce 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -7,12 +7,11 @@ "Missing a temporary folder" => "Temporärer Ordner fehlt.", "Failed to write to disk" => "Fehler beim Schreiben auf Festplatte", "Files" => "Dateien", -"Unshare" => "Nicht mehr teilen", "Delete" => "Löschen", "already exists" => "ist bereits vorhanden", -"replace" => "Ersetzen", -"cancel" => "Abbrechen", -"replaced" => "Ersetzt", +"replace" => "ersetzen", +"cancel" => "abbrechen", +"replaced" => "ersetzt", "with" => "mit", "undo" => "rückgängig machen", "deleted" => "gelöscht", diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 57ba31e92b0..3ab4b120949 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Λείπει ένας προσωρινός φάκελος", "Failed to write to disk" => "Η εγγραφή στο δίσκο απέτυχε", "Files" => "Αρχεία", -"Unshare" => "Ακύρωση Διαμοιρασμού", "Delete" => "Διαγραφή", "already exists" => "υπάρχει ήδη", "replace" => "αντικατέστησε", diff --git a/apps/files/l10n/eo.php b/apps/files/l10n/eo.php index fa9e5eca42b..acaf06e830c 100644 --- a/apps/files/l10n/eo.php +++ b/apps/files/l10n/eo.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Malsukcesis skribo al disko", "Files" => "Dosieroj", "Delete" => "Forigi", +"already exists" => "jam ekzistas", +"replace" => "anstataŭigi", +"cancel" => "nuligi", +"replaced" => "anstataŭigita", +"with" => "kun", +"undo" => "malfari", +"deleted" => "forigita", "generating ZIP-file, it may take some time." => "generanta ZIP-dosiero, ĝi povas daŭri iom da tempo", "Unable to upload your file as it is a directory or has 0 bytes" => "Ne eblis alŝuti vian dosieron ĉar ĝi estas dosierujo aŭ havas 0 duumokojn", "Upload Error" => "Alŝuta eraro", diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 6b6414f9252..6cd51d60e27 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -7,8 +7,12 @@ "Missing a temporary folder" => "Falta un directorio temporal", "Failed to write to disk" => "La escritura en disco ha fallado", "Files" => "Archivos", -"Unshare" => "No compartir", "Delete" => "Eliminado", +"already exists" => "ya existe", +"replace" => "reemplazar", +"cancel" => "cancelar", +"replaced" => "reemplazado", +"with" => "con", "undo" => "deshacer", "deleted" => "borrado", "generating ZIP-file, it may take some time." => "generando un fichero ZIP, puede llevar un tiempo.", diff --git a/apps/files/l10n/eu.php b/apps/files/l10n/eu.php index 588df210a1c..d9c2689d1cd 100644 --- a/apps/files/l10n/eu.php +++ b/apps/files/l10n/eu.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Errore bat izan da diskoan idazterakoan", "Files" => "Fitxategiak", "Delete" => "Ezabatu", +"already exists" => "dagoeneko existitzen da", +"replace" => "ordeztu", +"cancel" => "ezeztatu", +"replaced" => "ordeztua", +"with" => "honekin", +"undo" => "desegin", +"deleted" => "ezabatuta", "generating ZIP-file, it may take some time." => "ZIP-fitxategia sortzen ari da, denbora har dezake", "Unable to upload your file as it is a directory or has 0 bytes" => "Ezin da zure fitxategia igo, karpeta bat da edo 0 byt ditu", "Upload Error" => "Igotzean errore bat suertatu da", diff --git a/apps/files/l10n/fi_FI.php b/apps/files/l10n/fi_FI.php index 9e4be5b38ad..625496dad98 100644 --- a/apps/files/l10n/fi_FI.php +++ b/apps/files/l10n/fi_FI.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Väliaikaiskansiota ei ole olemassa", "Failed to write to disk" => "Levylle kirjoitus epäonnistui", "Files" => "Tiedostot", -"Unshare" => "Lopeta jakaminen", "Delete" => "Poista", "already exists" => "on jo olemassa", "replace" => "korvaa", diff --git a/apps/files/l10n/fr.php b/apps/files/l10n/fr.php index 70af377b170..6eb4341bd6e 100644 --- a/apps/files/l10n/fr.php +++ b/apps/files/l10n/fr.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Il manque un répertoire temporaire", "Failed to write to disk" => "Erreur d'écriture sur le disque", "Files" => "Fichiers", -"Unshare" => "Ne plus partager", "Delete" => "Supprimer", "already exists" => "existe déjà", "replace" => "remplacer", diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index cbbd65217b8..3a36a23f0ca 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Erro ao escribir no disco", "Files" => "Ficheiros", "Delete" => "Eliminar", +"already exists" => "xa existe", +"replace" => "substituír", +"cancel" => "cancelar", +"replaced" => "substituído", +"with" => "con", +"undo" => "desfacer", +"deleted" => "eliminado", "generating ZIP-file, it may take some time." => "xerando ficheiro ZIP, pode levar un anaco.", "Unable to upload your file as it is a directory or has 0 bytes" => "Non se puido subir o ficheiro pois ou é un directorio ou ten 0 bytes", "Upload Error" => "Erro na subida", diff --git a/apps/files/l10n/hu_HU.php b/apps/files/l10n/hu_HU.php index 22d39585167..8d52765e93e 100644 --- a/apps/files/l10n/hu_HU.php +++ b/apps/files/l10n/hu_HU.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "Nem írható lemezre", "Files" => "Fájlok", "Delete" => "Törlés", +"already exists" => "már létezik", +"replace" => "cserél", +"cancel" => "mégse", +"replaced" => "kicserélve", +"with" => "-val/-vel", +"undo" => "visszavon", +"deleted" => "törölve", "generating ZIP-file, it may take some time." => "ZIP-fájl generálása, ez eltarthat egy ideig.", "Unable to upload your file as it is a directory or has 0 bytes" => "Nem tölthető fel, mert mappa volt, vagy 0 byte méretű", "Upload Error" => "Feltöltési hiba", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 8764ff45503..6fda30a8f35 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Cartella temporanea mancante", "Failed to write to disk" => "Scrittura su disco non riuscita", "Files" => "File", -"Unshare" => "Rimuovi condivisione", "Delete" => "Elimina", "already exists" => "esiste già", "replace" => "sostituisci", diff --git a/apps/files/l10n/ja_JP.php b/apps/files/l10n/ja_JP.php index 231bbe3dcb5..8c19e455012 100644 --- a/apps/files/l10n/ja_JP.php +++ b/apps/files/l10n/ja_JP.php @@ -8,6 +8,13 @@ "Failed to write to disk" => "ディスクへの書き込みに失敗しました", "Files" => "ファイル", "Delete" => "削除", +"already exists" => "既に存在します", +"replace" => "置き換え", +"cancel" => "キャンセル", +"replaced" => "置換:", +"with" => "←", +"undo" => "元に戻す", +"deleted" => "削除", "generating ZIP-file, it may take some time." => "ZIPファイルを生成中です、しばらくお待ちください。", "Unable to upload your file as it is a directory or has 0 bytes" => "アップロード使用としているファイルがディレクトリ、もしくはサイズが0バイトのため、アップロードできません。", "Upload Error" => "アップロードエラー", diff --git a/apps/files/l10n/lv.php b/apps/files/l10n/lv.php index 3fa3246d7ca..54bd79f5526 100644 --- a/apps/files/l10n/lv.php +++ b/apps/files/l10n/lv.php @@ -1,6 +1,5 @@ <?php $TRANSLATIONS = array( "Files" => "Faili", -"Unshare" => "Pārtraukt līdzdalīšanu", "Delete" => "Izdzēst", "Upload Error" => "Augšuplādēšanas laikā radās kļūda", "Pending" => "Gaida savu kārtu", diff --git a/apps/files/l10n/ms_MY.php b/apps/files/l10n/ms_MY.php index f0870c79ed7..de472a7c651 100644 --- a/apps/files/l10n/ms_MY.php +++ b/apps/files/l10n/ms_MY.php @@ -8,6 +8,12 @@ "Failed to write to disk" => "Gagal untuk disimpan", "Files" => "fail", "Delete" => "Padam", +"already exists" => "Sudah wujud", +"replace" => "ganti", +"cancel" => "Batal", +"replaced" => "diganti", +"with" => "dengan", +"deleted" => "dihapus", "generating ZIP-file, it may take some time." => "sedang menghasilkan fail ZIP, mungkin mengambil sedikit masa.", "Unable to upload your file as it is a directory or has 0 bytes" => "Tidak boleh memuatnaik fail anda kerana mungkin ianya direktori atau saiz fail 0 bytes", "Upload Error" => "Muat naik ralat", diff --git a/apps/files/l10n/pl.php b/apps/files/l10n/pl.php index 811e983bb96..eb791330bfd 100644 --- a/apps/files/l10n/pl.php +++ b/apps/files/l10n/pl.php @@ -8,6 +8,11 @@ "Failed to write to disk" => "Błąd zapisu na dysk", "Files" => "Pliki", "Delete" => "Usuwa element", +"already exists" => "Już istnieje", +"replace" => "zastap", +"cancel" => "anuluj", +"replaced" => "zastąpione", +"with" => "z", "undo" => "wróć", "deleted" => "skasuj", "generating ZIP-file, it may take some time." => "Generowanie pliku ZIP, może potrwać pewien czas.", diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php index 145dc6ce0bf..02bd74249dc 100644 --- a/apps/files/l10n/ru.php +++ b/apps/files/l10n/ru.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Невозможно найти временную папку", "Failed to write to disk" => "Ошибка записи на диск", "Files" => "Файлы", -"Unshare" => "Снять общий доступ", "Delete" => "Удалить", "undo" => "отмена", "deleted" => "удален", diff --git a/apps/files/l10n/sl.php b/apps/files/l10n/sl.php index 99ab3c124b4..f6322b2507d 100644 --- a/apps/files/l10n/sl.php +++ b/apps/files/l10n/sl.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Manjka začasna mapa", "Failed to write to disk" => "Pisanje na disk je spodletelo", "Files" => "Datoteke", -"Unshare" => "Vzemi iz souporabe", "Delete" => "Izbriši", "already exists" => "že obstaja", "replace" => "nadomesti", diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index 24784c29044..2a7763bc9bf 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Saknar en tillfällig mapp", "Failed to write to disk" => "Misslyckades spara till disk", "Files" => "Filer", -"Unshare" => "Sluta dela", "Delete" => "Ta bort", "already exists" => "finns redan", "replace" => "ersätt", diff --git a/apps/files/l10n/th_TH.php b/apps/files/l10n/th_TH.php index 03a50fd711e..eed9c36e132 100644 --- a/apps/files/l10n/th_TH.php +++ b/apps/files/l10n/th_TH.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "แฟ้มเอกสารชั่วคราวเกิดการสูญหาย", "Failed to write to disk" => "เขียนข้อมูลลงแผ่นดิสก์ล้มเหลว", "Files" => "ไฟล์", -"Unshare" => "ยกเลิกการแชร์ข้อมูล", "Delete" => "ลบ", "already exists" => "มีอยู่แล้ว", "replace" => "แทนที่", diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index faa5cc10b78..224322b24e0 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "Geçici bir klasör eksik", "Failed to write to disk" => "Diske yazılamadı", "Files" => "Dosyalar", -"Unshare" => "Paylaşılmayan", "Delete" => "Sil", "undo" => "geri al", "deleted" => "silindi", diff --git a/apps/files/l10n/uk.php b/apps/files/l10n/uk.php index 0b535bf3845..dc7e9d18b70 100644 --- a/apps/files/l10n/uk.php +++ b/apps/files/l10n/uk.php @@ -6,7 +6,6 @@ "No file was uploaded" => "Не відвантажено жодного файлу", "Missing a temporary folder" => "Відсутній тимчасовий каталог", "Files" => "Файли", -"Unshare" => "Заборонити доступ", "Delete" => "Видалити", "undo" => "відмінити", "deleted" => "видалені", diff --git a/apps/files/l10n/zh_CN.GB2312.php b/apps/files/l10n/zh_CN.GB2312.php index 2026becc4db..6703e6f9088 100644 --- a/apps/files/l10n/zh_CN.GB2312.php +++ b/apps/files/l10n/zh_CN.GB2312.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "丢失了一个临时文件夹", "Failed to write to disk" => "写磁盘失败", "Files" => "文件", -"Unshare" => "未分享的", "Delete" => "删除", "already exists" => "已经存在了", "replace" => "替换", diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php index e4f015d40bd..8ef7ff39c8b 100644 --- a/apps/files/l10n/zh_CN.php +++ b/apps/files/l10n/zh_CN.php @@ -7,7 +7,6 @@ "Missing a temporary folder" => "缺少临时目录", "Failed to write to disk" => "写入磁盘失败", "Files" => "文件", -"Unshare" => "取消共享", "Delete" => "删除", "already exists" => "已经存在", "replace" => "替换", diff --git a/apps/files_external/l10n/pl.php b/apps/files_external/l10n/pl.php new file mode 100644 index 00000000000..df0ed54e80f --- /dev/null +++ b/apps/files_external/l10n/pl.php @@ -0,0 +1,18 @@ +<?php $TRANSLATIONS = array( +"External Storage" => "Zewnętrzna zasoby dyskowe", +"Mount point" => "Punkt montowania", +"Backend" => "Zaplecze", +"Configuration" => "Konfiguracja", +"Options" => "Opcje", +"Applicable" => "Zastosowanie", +"Add mount point" => "Dodaj punkt montowania", +"None set" => "Nie ustawione", +"All Users" => "Wszyscy uzytkownicy", +"Groups" => "Grupy", +"Users" => "Użytkownicy", +"Delete" => "Usuń", +"SSL root certificates" => "Główny certyfikat SSL", +"Import Root Certificate" => "Importuj główny certyfikat", +"Enable User External Storage" => "Włącz zewnętrzne zasoby dyskowe użytkownika", +"Allow users to mount their own external storage" => "Zezwalaj użytkownikom na montowanie ich własnych zewnętrznych zasobów dyskowych" +); diff --git a/apps/files_sharing/l10n/ca.php b/apps/files_sharing/l10n/ca.php index 02d554c7f5d..4501f4ae3d5 100644 --- a/apps/files_sharing/l10n/ca.php +++ b/apps/files_sharing/l10n/ca.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Elimina", "Your Shared Files" => "Els vostres fitxers compartits", "Item" => "Element", "Shared With" => "Compartit amb", "Permissions" => "Permisos", "Read" => "Llegeix", "Edit" => "Edita", -"Delete" => "Elimina", "Enable Resharing" => "Permet compartir amb tercers", "Allow users to reshare files they don't own" => "Permet als usuaris compartir fitxers que no són seus" ); diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index 6817d07a47d..691f362430a 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Smazat", "Your Shared Files" => "Vaše sdílené soubory", "Item" => "Položka", "Shared With" => "Sdíleno s:", "Permissions" => "Práva", "Read" => "Číst", "Edit" => "Editovat", -"Delete" => "Smazat", "Enable Resharing" => "Povolit další sdílení", "Allow users to reshare files they don't own" => "Povolit uživatelům dále sdílet soubory, které sami nevlastní" ); diff --git a/apps/files_sharing/l10n/de.php b/apps/files_sharing/l10n/de.php index d0526c0f3cf..26da53e8338 100644 --- a/apps/files_sharing/l10n/de.php +++ b/apps/files_sharing/l10n/de.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Löschen", "Your Shared Files" => "Ihre geteilten Dateien", "Item" => "Objekt", "Shared With" => "Teilen mit", "Permissions" => "Berechtigungen", "Read" => "Lesen", "Edit" => "Bearbeiten", -"Delete" => "Löschen", "Enable Resharing" => "Austausch ermöglichen", "Allow users to reshare files they don't own" => "Benutzer dürfen Dateien nochmals teilen, auch wenn sie nicht der Besitzer dieser Dateien sind." ); diff --git a/apps/files_sharing/l10n/eo.php b/apps/files_sharing/l10n/eo.php index 6af1ef53d08..e441f038815 100644 --- a/apps/files_sharing/l10n/eo.php +++ b/apps/files_sharing/l10n/eo.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Forigi", "Your Shared Files" => "Viaj kunhavigitaj dosieroj", "Item" => "Ero", "Shared With" => "Kunhavigita kun", "Permissions" => "Permesoj", "Read" => "Legi", "Edit" => "Redakti", -"Delete" => "Forigi", "Enable Resharing" => "Kapabligi rekunhavigon", "Allow users to reshare files they don't own" => "Permesi al uzantoj rekunhavigi dosierojn, kiujn ili ne posedas" ); diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php index bdfa215e1db..effa5cbfede 100644 --- a/apps/files_sharing/l10n/et_EE.php +++ b/apps/files_sharing/l10n/et_EE.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Kustutamine", "Your Shared Files" => "Sinu jagatud failid", "Item" => "Kirje", "Shared With" => "Kellega jagatud", "Permissions" => "Õigused", "Read" => "Lugemine", "Edit" => "Muutmine", -"Delete" => "Kustutamine", "Enable Resharing" => "Luba edasijagamine", "Allow users to reshare files they don't own" => "Luba kasutajatel jagada faile, mis pole nende omad" ); diff --git a/apps/files_sharing/l10n/fi_FI.php b/apps/files_sharing/l10n/fi_FI.php index de25ecf1083..bd5ccfbf6ab 100644 --- a/apps/files_sharing/l10n/fi_FI.php +++ b/apps/files_sharing/l10n/fi_FI.php @@ -1,9 +1,9 @@ <?php $TRANSLATIONS = array( +"Delete" => "Poisto", "Your Shared Files" => "Jakamasi tiedostot", "Permissions" => "Oikeudet", "Read" => "Luku", "Edit" => "Muokkaus", -"Delete" => "Poisto", "Enable Resharing" => "Käytä uudelleenjakoa", "Allow users to reshare files they don't own" => "Salli käyttäjien jakaa edelleen tiedostoja, joita he eivät omista" ); diff --git a/apps/files_sharing/l10n/fr.php b/apps/files_sharing/l10n/fr.php index 47219c00804..347c59a0883 100644 --- a/apps/files_sharing/l10n/fr.php +++ b/apps/files_sharing/l10n/fr.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Effacement", "Your Shared Files" => "Vos documents partagés", "Item" => "Item", "Shared With" => "Partagé avec", "Permissions" => "Permissions", "Read" => "Lecture", "Edit" => "Édition", -"Delete" => "Effacement", "Enable Resharing" => "Permettre le repartage", "Allow users to reshare files they don't own" => "Permettre aux utilisateurs de repartager des fichiers dont ils ne sont pas propriétaires" ); diff --git a/apps/files_sharing/l10n/it.php b/apps/files_sharing/l10n/it.php index 8dc20efdf7c..1afcdc5199a 100644 --- a/apps/files_sharing/l10n/it.php +++ b/apps/files_sharing/l10n/it.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Eliminazione", "Your Shared Files" => "I tuoi file condivisi", "Item" => "Elemento", "Shared With" => "Condiviso con", "Permissions" => "Permessi", "Read" => "Lettura", "Edit" => "Modifica", -"Delete" => "Eliminazione", "Enable Resharing" => "Abilita ri-condivisione", "Allow users to reshare files they don't own" => "Consenti agli utenti di ri-condividere i file di cui non sono proprietari" ); diff --git a/apps/files_sharing/l10n/ja_JP.php b/apps/files_sharing/l10n/ja_JP.php index bc58aa98633..a38b457aaef 100644 --- a/apps/files_sharing/l10n/ja_JP.php +++ b/apps/files_sharing/l10n/ja_JP.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "削除", "Your Shared Files" => "共有ファイル", "Item" => "項目", "Shared With" => "で共有 ", "Permissions" => "許可", "Read" => "読込", "Edit" => "編集", -"Delete" => "削除", "Enable Resharing" => "再共有を有効にする", "Allow users to reshare files they don't own" => "所有者でないファイルの共有を許可する" ); diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index e087d4a293a..508a58b3eec 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Usuń", "Your Shared Files" => "Twoje udostępnione pliki", "Item" => "Element", "Shared With" => "Udostępnione dla", "Permissions" => "Uprawnienia", "Read" => "Odczyt", "Edit" => "Edycja", -"Delete" => "Usuń", "Enable Resharing" => "Włącz ponowne udostępnianie", "Allow users to reshare files they don't own" => "Zezwalaj użytkownikom na ponowne udostępnienie plików, które są im udostępnione" ); diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php index a2a1a2b1a9a..607ec91a264 100644 --- a/apps/files_sharing/l10n/sl.php +++ b/apps/files_sharing/l10n/sl.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Izbris", "Your Shared Files" => "Vaše datoteke v souporabi", "Item" => "Predmet", "Shared With" => "V souporabi z", "Permissions" => "Dovoljenja", "Read" => "Branje", "Edit" => "Pisanje", -"Delete" => "Izbris", "Enable Resharing" => "Omogoči nadaljnjo izmenjavo", "Allow users to reshare files they don't own" => "Dovoli uporabnikom nadaljnjo izmenjavo tujih datotek" ); diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index 8eb48c3b6de..d053d9b4df0 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "Radera", "Your Shared Files" => "Dina delade filer", "Item" => "Objekt", "Shared With" => "Delad med", "Permissions" => "Rättigheter", "Read" => "Läsa", "Edit" => "Ändra", -"Delete" => "Radera", "Enable Resharing" => "Aktivera dela vidare", "Allow users to reshare files they don't own" => "Tillåter användare att dela filer som dom inte äger" ); diff --git a/apps/files_sharing/l10n/th_TH.php b/apps/files_sharing/l10n/th_TH.php index 2ff91112344..834852f70d3 100644 --- a/apps/files_sharing/l10n/th_TH.php +++ b/apps/files_sharing/l10n/th_TH.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( +"Delete" => "ลบ", "Your Shared Files" => "ไฟล์ของคุณที่แชร์ไว้", "Item" => "ไอเท็ม", "Shared With" => "แชร์พร้อมกับ", "Permissions" => "สิทธิ์การเข้าใช้งาน", "Read" => "อ่าน", "Edit" => "แก้ไข", -"Delete" => "ลบ", "Enable Resharing" => "เปิดให้มีการแชร์ใหม่อีกครั้งได้", "Allow users to reshare files they don't own" => "อนุญาตให้ผู้ใช้งานสามารถแชร์ไฟล์ที่ไม่ได้เป็นเจ้าของใหม่ได้" ); diff --git a/apps/tasks/l10n/da.php b/apps/tasks/l10n/da.php new file mode 100644 index 00000000000..a413f22d17b --- /dev/null +++ b/apps/tasks/l10n/da.php @@ -0,0 +1,16 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Ugyldig dato/tid", +"Tasks" => "Opgaver", +"No category" => "Ingen kategori", +"Unspecified" => "Uspecificeret", +"1=highest" => "1=højeste", +"5=medium" => "5=mellem", +"9=lowest" => "9=laveste", +"Empty Summary" => "Tom beskrivelse", +"Add Task" => "Tilføj opgave", +"Loading tasks..." => "Indlæser opgaver...", +"Important" => "vigtigt", +"More" => "Mere", +"Less" => "Mindre", +"Delete" => "Slet" +); diff --git a/apps/tasks/l10n/pl.php b/apps/tasks/l10n/pl.php new file mode 100644 index 00000000000..48796284869 --- /dev/null +++ b/apps/tasks/l10n/pl.php @@ -0,0 +1,24 @@ +<?php $TRANSLATIONS = array( +"Invalid date/time" => "Zła data/czas", +"Tasks" => "Zadania", +"No category" => "Brak kategorii", +"Unspecified" => "Nieokreślona", +"1=highest" => "1=najwyższy", +"5=medium" => "5=średni", +"9=lowest" => "9=mało ważny ", +"Empty Summary" => "Podsumowanie puste", +"Invalid percent complete" => "Nieprawidłowy procent wykonania", +"Invalid priority" => "Nieprawidłowy priorytet", +"Add Task" => "Dodaj zadanie", +"Order Due" => "Kolejność - domyślna", +"Order List" => "Kolejność - wg lista", +"Order Complete" => "Kolejność - wg kompletności", +"Order Location" => "Kolejność - wg lokalizacja", +"Order Priority" => "Kolejność - wg priorytetu", +"Order Label" => "Kolejność - wg nazywy", +"Loading tasks..." => "Ładuję zadania", +"Important" => "Ważne", +"More" => "Więcej", +"Less" => "Mniej", +"Delete" => "Usuń" +); diff --git a/apps/user_ldap/l10n/da.php b/apps/user_ldap/l10n/da.php new file mode 100644 index 00000000000..f01c7b71108 --- /dev/null +++ b/apps/user_ldap/l10n/da.php @@ -0,0 +1,9 @@ +<?php $TRANSLATIONS = array( +"Host" => "Host", +"Base DN" => "Base DN", +"Password" => "Kodeord", +"Port" => "Port", +"Use TLS" => "Brug TLS", +"Not recommended, use for testing only." => "Anbefales ikke, brug kun for at teste.", +"Help" => "Hjælp" +); diff --git a/apps/user_ldap/l10n/pl.php b/apps/user_ldap/l10n/pl.php new file mode 100644 index 00000000000..fa7618d68dc --- /dev/null +++ b/apps/user_ldap/l10n/pl.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"Host" => "Host", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Można pominąć protokół, z wyjątkiem wymaganego protokołu SSL. Następnie uruchom z ldaps://", +"Base DN" => "Baza DN", +"You can specify Base DN for users and groups in the Advanced tab" => "Bazę DN można określić dla użytkowników i grup w karcie Zaawansowane", +"User DN" => "Użytkownik DN", +"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN użytkownika klienta, z którym powiązanie wykonuje się, np. uid=agent,dc=example,dc=com. Dla dostępu anonimowego pozostawić DN i hasło puste", +"Password" => "Hasło", +"For anonymous access, leave DN and Password empty." => "Dla dostępu anonimowego pozostawić DN i hasło puste.", +"User Login Filter" => "Filtr logowania użytkownika", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Definiuje filtr do zastosowania, gdy podejmowana jest próba logowania. %%uid zastępuje nazwę użytkownika w działaniu logowania.", +"use %%uid placeholder, e.g. \"uid=%%uid\"" => "Użyj %%uid zastępczy, np. \"uid=%%uid\"", +"User List Filter" => "Lista filtrów użytkownika", +"Defines the filter to apply, when retrieving users." => "Definiuje filtry do zastosowania, podczas pobierania użytkowników.", +"without any placeholder, e.g. \"objectClass=person\"." => "bez żadnych symboli zastępczych np. \"objectClass=person\".", +"Group Filter" => "Grupa filtrów", +"Defines the filter to apply, when retrieving groups." => "Definiuje filtry do zastosowania, podczas pobierania grup.", +"without any placeholder, e.g. \"objectClass=posixGroup\"." => "bez żadnych symboli zastępczych np. \"objectClass=posixGroup\".", +"Port" => "Port", +"Base User Tree" => "Drzewo bazy użytkowników", +"Base Group Tree" => "Drzewo bazy grup", +"Group-Member association" => "Członek grupy stowarzyszenia", +"Use TLS" => "Użyj TLS", +"Do not use it for SSL connections, it will fail." => "Nie używaj SSL dla połączeń, jeśli się nie powiedzie.", +"Case insensitve LDAP server (Windows)" => "Wielkość liter serwera LDAP (Windows)", +"Turn off SSL certificate validation." => "Wyłączyć sprawdzanie poprawności certyfikatu SSL.", +"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Jeśli połączenie działa tylko z tą opcją, zaimportuj certyfikat SSL serwera LDAP w serwerze ownCloud.", +"Not recommended, use for testing only." => "Niezalecane, użyj tylko testowo.", +"User Display Name Field" => "Pole wyświetlanej nazwy użytkownika", +"The LDAP attribute to use to generate the user`s ownCloud name." => "Atrybut LDAP służy do generowania nazwy użytkownika ownCloud.", +"Group Display Name Field" => "Pole wyświetlanej nazwy grupy", +"The LDAP attribute to use to generate the groups`s ownCloud name." => "Atrybut LDAP służy do generowania nazwy grup ownCloud.", +"in bytes" => "w bajtach", +"in seconds. A change empties the cache." => "w sekundach. Zmiana opróżnia pamięć podręczną.", +"Help" => "Pomoc" +); diff --git a/apps/user_migrate/l10n/pl.php b/apps/user_migrate/l10n/pl.php new file mode 100644 index 00000000000..c3a6332578e --- /dev/null +++ b/apps/user_migrate/l10n/pl.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Eksport", +"Something went wrong while the export file was being generated" => "Coś poszło źle, podczas generowania pliku eksportu", +"An error has occurred" => "Wystąpił błąd", +"Export your user account" => "Eksportuj konto użytkownika", +"This will create a compressed file that contains your ownCloud account." => "Spowoduje to utworzenie pliku skompresowanego, który zawiera konto ownCloud.", +"Import user account" => "Importuj konto użytkownika", +"ownCloud User Zip" => "paczka Zip użytkownika ownCloud", +"Import" => "Importuj" +); diff --git a/apps/user_openid/l10n/pl.php b/apps/user_openid/l10n/pl.php new file mode 100644 index 00000000000..c9572851e39 --- /dev/null +++ b/apps/user_openid/l10n/pl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"This is an OpenID server endpoint. For more information, see " => "To jest punkt końcowy serwera OpenID. Aby uzyskać więcej informacji zobacz", +"Identity: <b>" => "Tożsamość: <b>", +"Realm: <b>" => "Obszar: <b>", +"User: <b>" => "Użytkownik: <b>", +"Login" => "Login", +"Error: <b>No user Selected" => "Błąd:<b>Nie wybrano użytkownika", +"you can authenticate to other sites with this address" => "można uwierzytelniać do innych witryn z tego adresu", +"Authorized OpenID provider" => "Autoryzowani dostawcy OpenID", +"Your address at Wordpress, Identi.ca, …" => "Twój adres na Wordpress, Identi.ca, …" +); |