From 63726ea9e23f88fbb069e71d9dbd326144097818 Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Mon, 29 Sep 2014 01:54:33 -0400 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/nb_NO.php | 1 + apps/files_external/l10n/nb_NO.php | 4 ++++ apps/files_sharing/l10n/nb_NO.php | 1 + core/l10n/da.php | 1 + core/l10n/de.php | 1 + core/l10n/de_DE.php | 1 + core/l10n/el.php | 14 ++++++++++++++ core/l10n/en_GB.php | 1 + core/l10n/es.php | 1 + core/l10n/fi_FI.php | 1 + core/l10n/it.php | 1 + core/l10n/nb_NO.php | 21 ++++++++++++++++++++- core/l10n/nl.php | 1 + core/l10n/pt_BR.php | 1 + core/l10n/tr.php | 9 +++++---- l10n/templates/core.pot | 2 +- l10n/templates/files.pot | 2 +- l10n/templates/files_encryption.pot | 2 +- l10n/templates/files_external.pot | 2 +- l10n/templates/files_sharing.pot | 2 +- l10n/templates/files_trashbin.pot | 2 +- l10n/templates/files_versions.pot | 2 +- l10n/templates/lib.pot | 2 +- l10n/templates/private.pot | 2 +- l10n/templates/settings.pot | 2 +- l10n/templates/user_ldap.pot | 2 +- l10n/templates/user_webdavauth.pot | 2 +- lib/l10n/nb_NO.php | 1 + settings/l10n/nb_NO.php | 9 +++++++++ settings/l10n/tr.php | 4 ++-- 30 files changed, 78 insertions(+), 19 deletions(-) diff --git a/apps/files/l10n/nb_NO.php b/apps/files/l10n/nb_NO.php index 5acadc8189c..259fc0beec9 100644 --- a/apps/files/l10n/nb_NO.php +++ b/apps/files/l10n/nb_NO.php @@ -5,6 +5,7 @@ $TRANSLATIONS = array( "Unknown error" => "Ukjent feil", "Could not move %s - File with this name already exists" => "Kan ikke flytte %s - En fil med samme navn finnes allerede", "Could not move %s" => "Kunne ikke flytte %s", +"Permission denied" => "Tilgang nektet", "File name cannot be empty." => "Filnavn kan ikke være tomt.", "\"%s\" is an invalid file name." => "\"%s\" er et ugyldig filnavn.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Ugyldig navn, '\\', '/', '<', '>', ':', '\"', '|', '?' og '*' er ikke tillatt.", diff --git a/apps/files_external/l10n/nb_NO.php b/apps/files_external/l10n/nb_NO.php index 5ce42fd3710..e27def2ea7f 100644 --- a/apps/files_external/l10n/nb_NO.php +++ b/apps/files_external/l10n/nb_NO.php @@ -15,6 +15,7 @@ $TRANSLATIONS = array( "Amazon S3 and compliant" => "Amazon S3 og tilsvarende", "Access Key" => "Access Key", "Secret Key" => "Secret Key", +"Hostname" => "Servernavn", "Port" => "Port", "Region" => "Området", "Enable SSL" => "Aktiver SSL", @@ -35,6 +36,7 @@ $TRANSLATIONS = array( "Password (required for OpenStack Object Storage)" => "Passord (påkrevet for OpenStack Object Storage)", "Service Name (required for OpenStack Object Storage)" => "Tjenestenavn (påkrevet for OpenStack Object Storage)", "URL of identity endpoint (required for OpenStack Object Storage)" => "URL for identity endpoint (påkrevet for OpenStack Object Storage)", +"Timeout of HTTP requests in seconds" => "Tidsavbrudd for HTTP-forespørsler i sekunder", "Share" => "Del", "SMB / CIFS using OC login" => "SMB / CIFS med OC-pålogging", "Username as share" => "Brukernavn som share", @@ -47,6 +49,8 @@ $TRANSLATIONS = array( "Error configuring Google Drive storage" => "Feil med konfigurering av Google Drive", "Personal" => "Personlig", "System" => "System", +"All users. Type to select user or group." => "Alle brukere. Tast for å velge bruker eller gruppe.", +"(group)" => "(gruppe)", "Saved" => "Lagret", "Note: " => "Merk: ", " and " => " og ", diff --git a/apps/files_sharing/l10n/nb_NO.php b/apps/files_sharing/l10n/nb_NO.php index 02136644d6d..306e3b0204d 100644 --- a/apps/files_sharing/l10n/nb_NO.php +++ b/apps/files_sharing/l10n/nb_NO.php @@ -1,6 +1,7 @@ "Server til server-deling er ikke aktivert på denne serveren", +"The mountpoint name contains invalid characters." => "Navnet på oppkoblingspunktet inneholder ugyldige tegn.", "Invalid or untrusted SSL certificate" => "Ugyldig eller ikke tiltrodd SSL-sertifikat", "Couldn't add remote share" => "Klarte ikke å legge til ekstern deling", "Shared with you" => "Delt med deg", diff --git a/core/l10n/da.php b/core/l10n/da.php index bf855d1f085..eab26ee2ce7 100644 --- a/core/l10n/da.php +++ b/core/l10n/da.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Send", "Set expiration date" => "Vælg udløbsdato", "Expiration date" => "Udløbsdato", +"Adding user..." => "Tilføjer bruger...", "group" => "gruppe", "Resharing is not allowed" => "Videredeling ikke tilladt", "Shared in {item} with {user}" => "Delt i {item} med {user}", diff --git a/core/l10n/de.php b/core/l10n/de.php index 113334387f5..67d110c7ea1 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Senden", "Set expiration date" => "Setze ein Ablaufdatum", "Expiration date" => "Ablaufdatum", +"Adding user..." => "Füge Nutzer hinzu...", "group" => "Gruppe", "Resharing is not allowed" => "Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Für {user} in {item} freigegeben", diff --git a/core/l10n/de_DE.php b/core/l10n/de_DE.php index c63b320ae7d..8d242a1047c 100644 --- a/core/l10n/de_DE.php +++ b/core/l10n/de_DE.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Senden", "Set expiration date" => "Ein Ablaufdatum setzen", "Expiration date" => "Ablaufdatum", +"Adding user..." => "Füge Nutzer hinzu...", "group" => "Gruppe", "Resharing is not allowed" => "Das Weiterverteilen ist nicht erlaubt", "Shared in {item} with {user}" => "Freigegeben in {item} von {user}", diff --git a/core/l10n/el.php b/core/l10n/el.php index 9f1e71d0dbc..462dd3bb829 100644 --- a/core/l10n/el.php +++ b/core/l10n/el.php @@ -68,6 +68,7 @@ $TRANSLATIONS = array( "Strong password" => "Δυνατό συνθηματικό", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων γιατί η διεπαφή WebDAV πιθανόν να είναι κατεστραμμένη.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις περί ενημερώσεων ή η εγκατάσταση 3ων εφαρμογών δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.", +"Error occurred while checking server setup" => "Παρουσιάστηκε σφάλμα κατά τον έλεγχο της εγκατάστασης με το διακομιστή", "Shared" => "Κοινόχρηστα", "Shared with {recipients}" => "Διαμοιράστηκε με {recipients}", "Share" => "Διαμοιρασμός", @@ -87,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Αποστολή", "Set expiration date" => "Ορισμός ημ. λήξης", "Expiration date" => "Ημερομηνία λήξης", +"Adding user..." => "Προσθήκη χρήστη ...", "group" => "ομάδα", "Resharing is not allowed" => "Ξαναμοιρασμός δεν επιτρέπεται", "Shared in {item} with {user}" => "Διαμοιρασμός του {item} με τον {user}", @@ -142,9 +144,21 @@ $TRANSLATIONS = array( "Error favoriting" => "Σφάλμα προσθήκης στα αγαπημένα", "Error unfavoriting" => "Σφάλμα αφαίρεσης από τα αγαπημένα", "Access forbidden" => "Δεν επιτρέπεται η πρόσβαση", +"File not found" => "Το αρχείο δεν βρέθηκε", +"The specified document has not been found on the server." => "Το συγκεκριμένο έγγραφο δεν έχει βρεθεί στο διακομιστή.", +"You can click here to return to %s." => "Μπορείτε να κάνετε κλικ εδώ για να επιστρέψετε στο %s.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Γειά χαρά,\n\nαπλά σας ενημερώνω πως ο %s μοιράστηκε το %s με εσάς.\nΔείτε το: %s\n\n", "The share will expire on %s." => "Ο διαμοιρασμός θα λήξει σε %s.", "Cheers!" => "Χαιρετισμούς!", +"The server encountered an internal error and was unable to complete your request." => "Ο διακομιστής αντιμετώπισε ένα εσωτερικό σφάλμα και δεν μπόρεσε να ολοκληρώσει το αίτημά σας.", +"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Παρακαλώ επικοινωνήστε με το διαχειριστή του διακομιστή, εάν αυτό το σφάλμα επανεμφανίζεται πολλές φορές, παρακαλούμε να συμπεριλάβετε τις τεχνικές λεπτομέρειες παρακάτω στην αναφορά σας.", +"More details can be found in the server log." => "Περισσότερες λεπτομέρειες μπορείτε να βρείτε στο αρχείο καταγραφής του διακομιστή.", +"Technical details" => "Τεχνικές λεπτομέρειες", +"Remote Address: %s" => "Απομακρυσμένη Διεύθυνση: %s", +"Code: %s" => "Κωδικός: %s", +"Message: %s" => "Μήνυμα: %s", +"File: %s" => "Αρχείο: %s", +"Line: %s" => "Γραμμή: %s", "Security Warning" => "Προειδοποίηση Ασφαλείας", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Η PHP ειναι ευαλωτη στην NULL Byte επιθεση (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Παρακαλώ ενημερώστε την εγκατάσταση της PHP ώστε να χρησιμοποιήσετε το %s με ασφάλεια.", diff --git a/core/l10n/en_GB.php b/core/l10n/en_GB.php index 7c32d382150..06d1e37ca77 100644 --- a/core/l10n/en_GB.php +++ b/core/l10n/en_GB.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Send", "Set expiration date" => "Set expiration date", "Expiration date" => "Expiration date", +"Adding user..." => "Adding user...", "group" => "group", "Resharing is not allowed" => "Resharing is not allowed", "Shared in {item} with {user}" => "Shared in {item} with {user}", diff --git a/core/l10n/es.php b/core/l10n/es.php index b95230e98d4..7c720aa563e 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Enviar", "Set expiration date" => "Establecer fecha de caducidad", "Expiration date" => "Fecha de caducidad", +"Adding user..." => "Añadiendo usuario...", "group" => "grupo", "Resharing is not allowed" => "No se permite compartir de nuevo", "Shared in {item} with {user}" => "Compartido en {item} con {user}", diff --git a/core/l10n/fi_FI.php b/core/l10n/fi_FI.php index 40cff052bfd..1b97801264a 100644 --- a/core/l10n/fi_FI.php +++ b/core/l10n/fi_FI.php @@ -87,6 +87,7 @@ $TRANSLATIONS = array( "Send" => "Lähetä", "Set expiration date" => "Aseta päättymispäivä", "Expiration date" => "Päättymispäivä", +"Adding user..." => "Lisätään käyttäjä...", "group" => "ryhmä", "Resharing is not allowed" => "Jakaminen uudelleen ei ole salittu", "Shared in {item} with {user}" => "{item} on jaettu {user} kanssa", diff --git a/core/l10n/it.php b/core/l10n/it.php index 6da8bca767e..67114a321bb 100644 --- a/core/l10n/it.php +++ b/core/l10n/it.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Invia", "Set expiration date" => "Imposta data di scadenza", "Expiration date" => "Data di scadenza", +"Adding user..." => "Aggiunta utente in corso...", "group" => "gruppo", "Resharing is not allowed" => "La ri-condivisione non è consentita", "Shared in {item} with {user}" => "Condiviso in {item} con {user}", diff --git a/core/l10n/nb_NO.php b/core/l10n/nb_NO.php index 106fbd65094..e51697320e5 100644 --- a/core/l10n/nb_NO.php +++ b/core/l10n/nb_NO.php @@ -68,6 +68,7 @@ $TRANSLATIONS = array( "Strong password" => "Sterkt passord", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Din nettservev er ikke konfigurert korrekt for filsynkronisering. WebDAV ser ut til å ikke funkere.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." => "Denne serveren har ikke en fungerende Internett-tilkobling. Dette betyr at noen av funksjonene, f.eks. å koble opp ekstern lagring, påminnelser om oppdatering eller installering av 3-parts apper ikke fungerer. Fjerntilgang til filer og utsending av påminnelser i e-post virker kanskje ikke heller. Vi anbefaler at Internett-forbindelsen for denne serveren aktiveres hvis du vil ha full funksjonalitet.", +"Error occurred while checking server setup" => "Feil oppstod ved sjekking av server-oppsett", "Shared" => "Delt", "Shared with {recipients}" => "Delt med {recipients}", "Share" => "Del", @@ -87,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Send", "Set expiration date" => "Sett utløpsdato", "Expiration date" => "Utløpsdato", +"Adding user..." => "Legger til bruker...", "group" => "gruppe", "Resharing is not allowed" => "Videre deling er ikke tillatt", "Shared in {item} with {user}" => "Delt i {item} med {user}", @@ -142,9 +144,23 @@ $TRANSLATIONS = array( "Error favoriting" => "Feil ved favorittmerking", "Error unfavoriting" => "Feil ved fjerning av favorittmerking", "Access forbidden" => "Tilgang nektet", +"File not found" => "Finner ikke filen", +"The specified document has not been found on the server." => "Det angitte dokumentet ble ikke funnet på serveren.", +"You can click here to return to %s." => "Du kan klikke her for å gå tilbake til %s.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "Hei,\n\nDette er en beskjed om at %s delte %s med deg.\nVis den: %s\n\n", "The share will expire on %s." => "Delingen vil opphøre %s.", "Cheers!" => "Ha det!", +"The server encountered an internal error and was unable to complete your request." => "Serveren støtte på en intern feil og kunne ikke fullføre forespørselen din.", +"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Kontakt server-administratoren hvis denne feilen oppstår flere ganger. Vennligst ta med de tekniske detaljene nedenfor i rapporten din.", +"More details can be found in the server log." => "Flere detaljer finnes i server-loggen.", +"Technical details" => "Tekniske detaljer", +"Remote Address: %s" => "Ekstern adresse: %s", +"Request ID: %s" => "Forespørsels-ID: %s", +"Code: %s" => "Kode: %s", +"Message: %s" => "Melding: %s", +"File: %s" => "Fil: %s", +"Line: %s" => "Linje: %s", +"Trace" => "Trace", "Security Warning" => "Sikkerhetsadvarsel", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "PHP-versjonen din er sårbar for NULL Byte attack (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Vennligst oppdater PHP-installasjonen din for å bruke %s på en sikker måte.", @@ -164,6 +180,7 @@ $TRANSLATIONS = array( "SQLite will be used as database. For larger installations we recommend to change this." => "SQLite vil bli brukt som database. For større installasjoner anbefaler vi å endre dette.", "Finish setup" => "Fullfør oppsetting", "Finishing …" => "Ferdigstiller ...", +"This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." => "Denne applikasjonen krever JavaScript for å fungere korrekt. Vennligst aktiver JavaScript og last siden på nytt.", "%s is available. Get more information on how to update." => "%s er tilgjengelig. Få mer informasjon om hvordan du kan oppdatere.", "Log out" => "Logg ut", "Server side authentication failed!" => "Autentisering feilet på serveren!", @@ -186,6 +203,8 @@ $TRANSLATIONS = array( "The theme %s has been disabled." => "Temaet %s har blitt deaktivert.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." => "Forsikre deg om at databasen, config-mappen og datamappen er blitt sikkerhetskopiert før du fortsetter.", "Start update" => "Start oppdatering", -"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For å unngå tidsavbrudd ved store installasjoner, kan du i stedet kjøre følgende kommando fra installasjonsmappen:" +"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" => "For å unngå tidsavbrudd ved store installasjoner, kan du i stedet kjøre følgende kommando fra installasjonsmappen:", +"This %s instance is currently being updated, which may take a while." => "%s-instansen er under oppdatering, noe som kan ta litt tid.", +"This page will refresh itself when the %s instance is available again." => "Denne siden vil bli lastet på nytt når %s-instansen er tilgjengelig igjen." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; diff --git a/core/l10n/nl.php b/core/l10n/nl.php index aac1542aed0..581db3a6216 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Versturen", "Set expiration date" => "Stel vervaldatum in", "Expiration date" => "Vervaldatum", +"Adding user..." => "Toevoegen gebruiker...", "group" => "groep", "Resharing is not allowed" => "Verder delen is niet toegestaan", "Shared in {item} with {user}" => "Gedeeld in {item} met {user}", diff --git a/core/l10n/pt_BR.php b/core/l10n/pt_BR.php index 8a25ec579a8..505dc24c10a 100644 --- a/core/l10n/pt_BR.php +++ b/core/l10n/pt_BR.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Enviar", "Set expiration date" => "Definir data de expiração", "Expiration date" => "Data de expiração", +"Adding user..." => "Adicionando usuário...", "group" => "grupo", "Resharing is not allowed" => "Não é permitido re-compartilhar", "Shared in {item} with {user}" => "Compartilhado em {item} com {user}", diff --git a/core/l10n/tr.php b/core/l10n/tr.php index dbe1b8cd0bd..50a7a798f13 100644 --- a/core/l10n/tr.php +++ b/core/l10n/tr.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Send" => "Gönder", "Set expiration date" => "Son kullanma tarihini ayarla", "Expiration date" => "Son kullanım tarihi", +"Adding user..." => "Kullanıcı ekleniyor...", "group" => "grup", "Resharing is not allowed" => "Tekrar paylaşmaya izin verilmiyor", "Shared in {item} with {user}" => "{item} içinde {user} ile paylaşılanlar", @@ -150,11 +151,11 @@ $TRANSLATIONS = array( "The share will expire on %s." => "Bu paylaşım %s tarihinde sona erecek.", "Cheers!" => "Hoşça kalın!", "The server encountered an internal error and was unable to complete your request." => "Sunucu dahili bir hatayla karşılaştı ve isteğinizi tamamlayamadı.", -"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Eğer bu hata birden çok kez oluştuysa, lütfen sunucu yeneticisine aşağıdaki teknik detaylar ile birlikte rapor gönderiniz.", -"More details can be found in the server log." => "Daha fazla detayı sunucu günlüğünden bulanabilir.", -"Technical details" => "Teknik detaylar", +"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." => "Eğer bu hata birden çok kez oluştuysa, lütfen sunucu yöneticisine aşağıdaki teknik ayrıntılar ile birlikte iletişime geçin.", +"More details can be found in the server log." => "Daha fazla ayrıntı sunucu günlüğünde bulanabilir.", +"Technical details" => "Teknik ayrıntılar", "Remote Address: %s" => "Uzak Adres: %s", -"Request ID: %s" => "İstek ID: %s", +"Request ID: %s" => "İstek Kimliği: %s", "Code: %s" => "Kod: %s", "Message: %s" => "Mesaj: %s", "File: %s" => "Dosya: %s", diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 69269030f5f..35477fb7b6f 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index f16ae18edab..3ba2e61c8f4 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index de1b2a3d1d6..c21d1bbc2b5 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 6a90cf9b811..09f4c7834f3 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index e87f30384a0..ff140e8bc06 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 27bb7a0b4d5..8b307059bde 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index 842020dcd87..3a66b295714 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 97bfbfc4963..b5da5ec3d5d 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index 441ebc3f9de..af8cf4fb947 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 69c756bc6f3..d964efc8da6 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 7b7359eeceb..5f02d05a2f1 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 9caa585d758..1e06e443871 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud Core 6.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-09-28 01:54-0400\n" +"POT-Creation-Date: 2014-09-29 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/lib/l10n/nb_NO.php b/lib/l10n/nb_NO.php index e15e0b21b4c..b093f4d1800 100644 --- a/lib/l10n/nb_NO.php +++ b/lib/l10n/nb_NO.php @@ -50,6 +50,7 @@ $TRANSLATIONS = array( "PostgreSQL username and/or password not valid" => "PostgreSQL-brukernavn og/eller passord er ikke gyldig", "Set an admin username." => "Sett et admin-brukernavn.", "Set an admin password." => "Sett et admin-passord.", +"Can't create or write into the data directory %s" => "Kan ikke opprette eller skrive i datamappen %s", "%s shared »%s« with you" => "%s delte »%s« med deg", "Sharing %s failed, because the file does not exist" => "Deling av %s feilet, fordi filen ikke eksisterer", "You are not allowed to share %s" => "Du har ikke lov til å dele %s", diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index 37a6619478f..68f827ac2c0 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -67,6 +67,7 @@ $TRANSLATIONS = array( "So-so password" => "So-so-passord", "Good password" => "Bra passord", "Strong password" => "Sterkt passord", +"Valid until {date}" => "Gyldig til {date}", "Delete" => "Slett", "Decrypting files... Please wait, this can take some time." => "Dekrypterer filer... Vennligst vent, dette kan ta litt tid.", "Delete encryption keys permanently." => "Slett krypteringsnøkler permanent.", @@ -117,6 +118,8 @@ $TRANSLATIONS = array( "We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "Vi anbefaler på det sterkeste å installere pakkene som er nødvendig for at systemet skal støtte en av følgende nasjonale innstillinger: %s.", "URL generation in notification emails" => "URL-generering i varsel-eposter", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")", +"Connectivity checks" => "Sjekk av tilkobling", +"No problems found" => "Ingen problemer funnet", "Please double check the installation guides." => "Vennligst dobbelsjekk installasjonsguiden.", "Cron" => "Cron", "Last cron was executed at %s." => "Siste cron ble utført %s.", @@ -199,6 +202,10 @@ $TRANSLATIONS = array( "Language" => "Språk", "Help translate" => "Bidra til oversettelsen", "SSL root certificates" => "SSL rotsertifikater", +"Common Name" => "Vanlig navn", +"Valid until" => "Gyldig til", +"Issued By" => "Utstedt av", +"Valid until %s" => "Gyldig til %s", "Import Root Certificate" => "Importer rotsertifikat", "The encryption app is no longer enabled, please decrypt all your files" => "Krypterings-appen er ikke aktiv lenger. Vennligst dekrypter alle filene dine", "Log-in password" => "Innloggingspassord", @@ -206,6 +213,8 @@ $TRANSLATIONS = array( "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." => "Krypteringsnøklene dine er flyttet til en plass for sikkerhetskopier. Hvis noe gikk galt kan du gjenopprette nøklene. Ikke slett dem permanent før du er ikker på at alle filer er dekryptert korrekt.", "Restore Encryption Keys" => "Gjenopprett krypteringsnøkler", "Delete Encryption Keys" => "Slett krypteringsnøkler", +"Show storage location" => "Vis lagringssted", +"Show last log in" => "Vis site innlogging", "Login Name" => "Brukernavn", "Create" => "Opprett", "Admin Recovery Password" => "Administrativt gjenopprettingspassord", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 654a34dad6b..dcfdab6ed95 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -119,8 +119,8 @@ $TRANSLATIONS = array( "URL generation in notification emails" => "Bildirim e-postalarında URL oluşturulması", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Eğer kurulumunuz alan adının köküne yapılmamışsa ve sistem cron'u kullanıyorsa, URL oluşturma ile ilgili sorunlar olabilir. Bu sorunların önüne geçmek için, kurulumunuzun web kök yolundaki config.php dosyasında \"overwritewebroot\" seçeneğini ayarlayın (Önerilen: \"%s\")", "Connectivity checks" => "Bağlanabilirlik kontrolleri", -"No problems found" => "Sorun yok", -"Please double check the installation guides." => "Lütfen kurulum kılavuzlarını iki kez kontrol edin.", +"No problems found" => "Sorun bulunamadı", +"Please double check the installation guides." => "Lütfen kurulum rehberlerini iki kez kontrol edin.", "Cron" => "Cron", "Last cron was executed at %s." => "Son cron %s zamanında çalıştırıldı.", "Last cron was executed at %s. This is more than an hour ago, something seems wrong." => "Son cron %s zamanında çalıştırıldı. Bu bir saatten daha uzun bir süre, bir şeyler yanlış gibi görünüyor.", -- 2.39.5