diff options
Diffstat (limited to 'settings')
-rwxr-xr-x | settings/admin.php | 19 | ||||
-rw-r--r-- | settings/js/personal.js | 15 | ||||
-rw-r--r-- | settings/l10n/ar.php | 15 | ||||
-rw-r--r-- | settings/l10n/ca.php | 30 | ||||
-rw-r--r-- | settings/l10n/cs_CZ.php | 22 | ||||
-rw-r--r-- | settings/l10n/da.php | 1 | ||||
-rw-r--r-- | settings/l10n/de.php | 1 | ||||
-rw-r--r-- | settings/l10n/de_DE.php | 1 | ||||
-rw-r--r-- | settings/l10n/el.php | 27 | ||||
-rw-r--r-- | settings/l10n/en_GB.php | 1 | ||||
-rw-r--r-- | settings/l10n/es.php | 2 | ||||
-rw-r--r-- | settings/l10n/fi_FI.php | 3 | ||||
-rw-r--r-- | settings/l10n/fr.php | 30 | ||||
-rw-r--r-- | settings/l10n/gl.php | 30 | ||||
-rw-r--r-- | settings/l10n/it.php | 1 | ||||
-rw-r--r-- | settings/l10n/ja.php | 187 | ||||
-rw-r--r-- | settings/l10n/ja_JP.php | 1 | ||||
-rw-r--r-- | settings/l10n/ko.php | 19 | ||||
-rw-r--r-- | settings/l10n/nl.php | 1 | ||||
-rw-r--r-- | settings/l10n/pl.php | 30 | ||||
-rw-r--r-- | settings/l10n/pt_BR.php | 1 | ||||
-rw-r--r-- | settings/l10n/pt_PT.php | 16 | ||||
-rw-r--r-- | settings/l10n/sl.php | 22 | ||||
-rw-r--r-- | settings/l10n/tr.php | 31 | ||||
-rw-r--r-- | settings/templates/admin.php | 12 |
25 files changed, 512 insertions, 6 deletions
diff --git a/settings/admin.php b/settings/admin.php index bbb494a0f8b..23b3a2d5a0e 100755 --- a/settings/admin.php +++ b/settings/admin.php @@ -20,6 +20,11 @@ $htaccessworking=OC_Util::isHtAccessWorking(); $entries=OC_Log_Owncloud::getEntries(3); $entriesremain = count(OC_Log_Owncloud::getEntries(4)) > 3; +// Should we display sendmail as an option? +if (findBinaryPath('sendmailsendmail')) { + $tmpl->assign('sendmail_is_available', true); +} + $tmpl->assign('loglevel', OC_Config::getValue( "loglevel", 2 )); $tmpl->assign('mail_domain', OC_Config::getValue( "mail_domain", '' )); $tmpl->assign('mail_from_address', OC_Config::getValue( "mail_from_address", '' )); @@ -63,3 +68,17 @@ foreach($forms as $form) { $tmpl->append('forms', $form); } $tmpl->printPage(); + +/** + * Try to find a programm + * + * @param string $program + * @return null|string + */ +function findBinaryPath($program) { + exec('command -v ' . escapeshellarg($program) . ' 2> /dev/null', $output, $returnCode); + if ($returnCode === 0 && count($output) > 0) { + return escapeshellcmd($output[0]); + } + return null; +} diff --git a/settings/js/personal.js b/settings/js/personal.js index 7a4257f1c97..f502037cfda 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -60,6 +60,8 @@ function updateAvatar (hidedefault) { } $displaydiv.css({'background-color': ''}); $displaydiv.avatar(OC.currentUser, 128, true); + + $('#removeavatar').show(); } function showAvatarCropper() { @@ -256,6 +258,7 @@ $(document).ready(function(){ url: OC.generateUrl('/avatar/'), success: function(msg) { updateAvatar(true); + $('#removeavatar').hide(); } }); }); @@ -278,6 +281,18 @@ $(document).ready(function(){ t('core', 'Strong password') ] }); + + // does the user have a custom avatar? if he does hide #removeavatar + // needs to be this complicated because we can't check yet if an avatar has been loaded, because it's async + var url = OC.generateUrl( + '/avatar/{user}/{size}', + {user: OC.currentUser, size: 1} + ) + '?requesttoken=' + oc_requesttoken; + $.get(url, function(result) { + if (typeof(result) === 'object') { + $('#removeavatar').hide(); + } + }); } ); OC.Encryption = { diff --git a/settings/l10n/ar.php b/settings/l10n/ar.php index 0f2958f16ca..cdc689a211c 100644 --- a/settings/l10n/ar.php +++ b/settings/l10n/ar.php @@ -1,7 +1,14 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "ادخال خاطئ لقيمة %s", +"Saved" => "حفظ", +"test email settings" => "إعدادات البريد التجريبي", +"If you received this email, the settings seem to be correct." => "تبدوا الاعدادت صحيحة اذا تلقيت هذا البريد الالكتروني", +"A problem occurred while sending the e-mail. Please revisit your settings." => "حدث خطأ اثناء ارسال البريد الالكتروني ، الرجاء مراجعة اعداداتك", "Email sent" => "تم ارسال البريد الالكتروني", +"Send mode" => "وضعية الإرسال", "Encryption" => "التشفير", +"Authentication method" => "أسلوب التطابق", "Unable to load list from App Store" => "فشل تحميل القائمة من الآب ستور", "Authentication error" => "لم يتم التأكد من الشخصية بنجاح", "Your full name has been changed." => "اسمك الكامل تم تغييره.", @@ -24,6 +31,7 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "خطا في كلمة مرور المسؤول المستردة, يرجى التاكد من كلمة المرور والمحاولة مرة اخرى.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Back-end لا يدعم تغيير كلمة المرور, لاكن مفتاح تشفير المستخدمين تم تحديثة بنجاح.", "Unable to change password" => "لا يمكن تغيير كلمة المرور", +"Sending..." => "جاري الارسال ...", "User Documentation" => "كتاب توثيق المستخدم", "Update to {appversion}" => "تم التحديث الى ", "Disable" => "إيقاف", @@ -37,6 +45,10 @@ $TRANSLATIONS = array( "Update" => "حدث", "Updated" => "تم التحديث بنجاح", "Select a profile picture" => "اختر صورة الملف الشخصي ", +"Very weak password" => "كلمة السر ضعيفة جدا", +"Weak password" => "كلمة السر ضعيفة", +"Good password" => "كلمة السر جيدة", +"Strong password" => "كلمة السر قوية", "Decrypting files... Please wait, this can take some time." => "فك تشفير الملفات... يرجى الانتظار, من الممكن ان ياخذ بعض الوقت.", "deleted" => "تم الحذف", "undo" => "تراجع", @@ -94,7 +106,9 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "فرض HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "اجبار العميل للاتصال بـ %s عن طريق اتصال مشفر", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "يرجى الاتصال بـ %s عن طريق HTTPS لتفعيل او تعطيل SSL enforcement.", +"Email Server" => "خادم البريد الالكتروني", "Server address" => "عنوان الخادم", +"Port" => "المنفذ", "Log" => "سجل", "Log level" => "مستوى السجل", "More" => "المزيد", @@ -104,6 +118,7 @@ $TRANSLATIONS = array( "Add your App" => "أضف تطبيقاتك", "More Apps" => "المزيد من التطبيقات", "Select an App" => "إختر تطبيقاً", +"Documentation:" => "التوثيق", "See application page at apps.owncloud.com" => "راجع صفحة التطبيق على apps.owncloud.com", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-ترخيص من قبل <span class=\"author\"></span>", "Administrator Documentation" => "كتاب توثيق المدير", diff --git a/settings/l10n/ca.php b/settings/l10n/ca.php index bac6ed5cc73..92c5450b7dc 100644 --- a/settings/l10n/ca.php +++ b/settings/l10n/ca.php @@ -1,7 +1,15 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "El valor proporcionat no és vàlid per %s", +"Saved" => "Desat", +"test email settings" => "prova l'arranjament del correu", +"If you received this email, the settings seem to be correct." => "Si rebeu aquest correu sembla que l'arranjament del correu és correcte.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "Hi ha hagut un problema en enviar el correu. Comproveu-ne l'arranjament.", "Email sent" => "El correu electrónic s'ha enviat", +"You need to set your user email before being able to send test emails." => "Heu d'establir un nom d'usuari abans de poder enviar correus de prova.", +"Send mode" => "Mode d'enviament", "Encryption" => "Xifrat", +"Authentication method" => "Mètode d'autenticació", "Unable to load list from App Store" => "No s'ha pogut carregar la llista des de l'App Store", "Authentication error" => "Error d'autenticació", "Your full name has been changed." => "El vostre nom complet ha canviat.", @@ -24,7 +32,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "La contrasenya de recuperació d'administrador és incorrecta. Comproveu-la i torneu-ho a intentar.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El dorsal no permet canviar la contrasenya, però la clau d'encripació d'usuaris s'ha actualitzat correctament.", "Unable to change password" => "No es pot canviar la contrasenya", +"Sending..." => "Enviant...", "User Documentation" => "Documentació d'usuari", +"Admin Documentation" => "Documentació d'administrador", "Update to {appversion}" => "Actualitza a {appversion}", "Disable" => "Desactiva", "Enable" => "Habilita", @@ -37,6 +47,11 @@ $TRANSLATIONS = array( "Update" => "Actualitza", "Updated" => "Actualitzada", "Select a profile picture" => "Seleccioneu una imatge de perfil", +"Very weak password" => "Contrasenya massa feble", +"Weak password" => "Contrasenya feble", +"So-so password" => "Contrasenya passable", +"Good password" => "Contrasenya bona", +"Strong password" => "Contrasenya forta", "Decrypting files... Please wait, this can take some time." => "Desencriptant fitxers... Espereu, això pot trigar una estona.", "deleted" => "esborrat", "undo" => "desfés", @@ -57,6 +72,10 @@ $TRANSLATIONS = array( "Fatal issues only" => "Només problemes fatals", "None" => "Cap", "Login" => "Inici de sessió", +"Plain" => "Pla", +"NT LAN Manager" => "Gestor NT LAN", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Avís de seguretat", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Esteu accedint %s a través de HTTP. Us recomanem fermament que configureu el servidor perquè requereixi HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "La carpeta de dades i els vostres fitxersprobablement són accessibles des d'Internet. La fitxer .htaccess no funciona. Us recomanem que configureu el servidor web de tal manera que la carpeta de dades no sigui accessible o que moveu la carpeta de dades fora de l'arrel de documents del servidor web.", @@ -94,9 +113,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Força HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Força la connexió dels clients a %s a través d'una connexió encriptada.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Connecteu a %s a través de HTTPS per habilitar o inhabilitar l'accés SSL.", +"Email Server" => "Servidor de correu", +"This is used for sending out notifications." => "S'usa per enviar notificacions.", +"From address" => "Des de l'adreça", +"Authentication required" => "Es requereix autenticació", "Server address" => "Adreça del servidor", "Port" => "Port", "Credentials" => "Credencials", +"SMTP Username" => "Nom d'usuari SMTP", +"SMTP Password" => "Contrasenya SMTP", +"Test email settings" => "Prova l'arranjament del correu", +"Send email" => "Envia correu", "Log" => "Registre", "Log level" => "Nivell de registre", "More" => "Més", @@ -106,7 +133,9 @@ $TRANSLATIONS = array( "Add your App" => "Afegiu la vostra aplicació", "More Apps" => "Més aplicacions", "Select an App" => "Seleccioneu una aplicació", +"Documentation:" => "Documentació:", "See application page at apps.owncloud.com" => "Mireu la pàgina d'aplicacions a apps.owncloud.com", +"See application website" => "Mostra la web de l'aplicació", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-propietat de <span class=\"author\"></span>", "Administrator Documentation" => "Documentació d'administrador", "Online Documentation" => "Documentació en línia", @@ -125,6 +154,7 @@ $TRANSLATIONS = array( "Full Name" => "Nom complet", "Email" => "Correu electrònic", "Your email address" => "Correu electrònic", +"Fill in an email address to enable password recovery and receive notifications" => "Ompliu una adreça de correu per poder recuperar la contrasenya i rebre notificacions", "Profile picture" => "Foto de perfil", "Upload new" => "Puja'n una de nova", "Select new from Files" => "Selecciona'n una de nova dels fitxers", diff --git a/settings/l10n/cs_CZ.php b/settings/l10n/cs_CZ.php index 396b49b4f7e..1d9a554f3c7 100644 --- a/settings/l10n/cs_CZ.php +++ b/settings/l10n/cs_CZ.php @@ -1,7 +1,10 @@ <?php $TRANSLATIONS = array( +"Saved" => "Uloženo", +"test email settings" => "nastavení zkušebního emailu", "Email sent" => "E-mail odeslán", "Encryption" => "Šifrování", +"Authentication method" => "Metoda autentifikace", "Unable to load list from App Store" => "Nelze načíst seznam z App Store", "Authentication error" => "Chyba přihlášení", "Your full name has been changed." => "Vaše celé jméno bylo změněno.", @@ -24,7 +27,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Chybné administrátorské heslo pro obnovu. Překontrolujte správnost hesla a zkuste to znovu.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Úložiště nepodporuje změnu hesla, ale šifrovací klíč uživatelů byl úspěšně změněn.", "Unable to change password" => "Změna hesla se nezdařila", +"Sending..." => "Odesílání...", "User Documentation" => "Uživatelská dokumentace", +"Admin Documentation" => "Dokumentace pro administrátory", "Update to {appversion}" => "Aktualizovat na {appversion}", "Disable" => "Zakázat", "Enable" => "Povolit", @@ -37,6 +42,11 @@ $TRANSLATIONS = array( "Update" => "Aktualizovat", "Updated" => "Aktualizováno", "Select a profile picture" => "Vyberte profilový obrázek", +"Very weak password" => "Velmi slabé heslo", +"Weak password" => "Slabé heslo", +"So-so password" => "Středně silné heslo", +"Good password" => "Dobré heslo", +"Strong password" => "Silné heslo", "Decrypting files... Please wait, this can take some time." => "Probíhá dešifrování souborů... Čekejte prosím, tato operace může trvat nějakou dobu.", "deleted" => "smazáno", "undo" => "vrátit zpět", @@ -57,6 +67,8 @@ $TRANSLATIONS = array( "Fatal issues only" => "Pouze fatální problémy", "None" => "Žádné", "Login" => "Přihlásit", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Bezpečnostní upozornění", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Přistupujete na %s protokolem HTTP. Důrazně doporučujeme nakonfigurovat server pro použití HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "Váš datový adresář i vaše soubory jsou pravděpodobně přístupné z internetu. Soubor .htaccess nefunguje. Důrazně doporučujeme nakonfigurovat webový server tak, aby datový adresář nebyl nadále přístupný, nebo přesunout datový adresář mimo prostor zpřístupňovaný webovým serverem.", @@ -94,9 +106,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Vynutit HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Vynutí připojování klientů k %s šifrovaným spojením.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Připojte se k %s skrze HTTPS pro povolení nebo zakázání vynucování SSL.", +"Email Server" => "Emailový server", +"This is used for sending out notifications." => "Toto se používá při odesílání upozornění.", +"From address" => "Adresa odesílatele", +"Authentication required" => "Ověření vyžadováno", "Server address" => "Adresa serveru", "Port" => "Port", "Credentials" => "Přihlašovací údaje", +"SMTP Username" => "SMTP uživatelské jméno ", +"SMTP Password" => "SMTP heslo", +"Test email settings" => "Nastavení zkušebního emailu", +"Send email" => "Odeslat e-mail", "Log" => "Záznam", "Log level" => "Úroveň zaznamenávání", "More" => "Více", @@ -106,7 +126,9 @@ $TRANSLATIONS = array( "Add your App" => "Přidat Vaši aplikaci", "More Apps" => "Více aplikací", "Select an App" => "Vyberte aplikaci", +"Documentation:" => "Dokumentace:", "See application page at apps.owncloud.com" => "Více na stránce s aplikacemi na apps.owncloud.com", +"See application website" => "Prohlédněte si webovou stránku aplikace", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licencováno <span class=\"author\"></span>", "Administrator Documentation" => "Dokumentace správce", "Online Documentation" => "Online dokumentace", diff --git a/settings/l10n/da.php b/settings/l10n/da.php index 0d1308bc2d3..d8ee237bed5 100644 --- a/settings/l10n/da.php +++ b/settings/l10n/da.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Saved" => "Gemt", "Email sent" => "E-mail afsendt", "Encryption" => "Kryptering", "Unable to load list from App Store" => "Kunne ikke indlæse listen fra App Store", diff --git a/settings/l10n/de.php b/settings/l10n/de.php index 5287c6230e8..5f1433f62ca 100644 --- a/settings/l10n/de.php +++ b/settings/l10n/de.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "Du musst zunächst deine Benutzer-E-Mail-Adresse setzen, bevor du Test-E-Mail verschicken kannst.", "Send mode" => "Sende-Modus", "Encryption" => "Verschlüsselung", +"Authentication method" => "Authentifizierungsmethode", "Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Fehler bei der Anmeldung", "Your full name has been changed." => "Dein vollständiger Name ist geändert worden.", diff --git a/settings/l10n/de_DE.php b/settings/l10n/de_DE.php index 99a5f9b2307..8884afcbc3c 100644 --- a/settings/l10n/de_DE.php +++ b/settings/l10n/de_DE.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "Sie müssen Ihre Benutzer-E-Mail-Adresse setzen, bevor Sie Test-E-Mails versenden können.", "Send mode" => "Sende-Modus", "Encryption" => "Verschlüsselung", +"Authentication method" => "Authentifizierungsmethode", "Unable to load list from App Store" => "Die Liste der Anwendungen im Store konnte nicht geladen werden.", "Authentication error" => "Authentifizierungs-Fehler", "Your full name has been changed." => "Ihr vollständiger Name ist geändert worden.", diff --git a/settings/l10n/el.php b/settings/l10n/el.php index e52149aa4b2..c438fa0f997 100644 --- a/settings/l10n/el.php +++ b/settings/l10n/el.php @@ -1,7 +1,14 @@ <?php $TRANSLATIONS = array( +"Saved" => "Αποθηκεύτηκαν", +"test email settings" => "δοκιμή ρυθμίσεων email", +"If you received this email, the settings seem to be correct." => "Εάν λάβατε αυτό το email, οι ρυθμίσεις δείχνουν να είναι σωστές.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "Παρουσιάστηκε σφάλμα κατά την αποστολή e-mail. Παρακαλώ ελέγξτε τις ρυθμίσεις σας.", "Email sent" => "Το Email απεστάλη ", +"You need to set your user email before being able to send test emails." => "Πρέπει να ορίσετε το email του χρήστη πριν να είστε σε θέση να στείλετε δοκιμαστικά emails.", +"Send mode" => "Κατάσταση αποστολής", "Encryption" => "Κρυπτογράφηση", +"Authentication method" => "Μέθοδος πιστοποίησης", "Unable to load list from App Store" => "Σφάλμα στην φόρτωση της λίστας από το App Store", "Authentication error" => "Σφάλμα πιστοποίησης", "Your full name has been changed." => "Το πλήρες όνομά σας άλλαξε.", @@ -24,7 +31,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Λάθος κωδικός ανάκτησης διαχειριστή. Παρακαλώ ελέγξτε τον κωδικό και δοκιμάστε ξανά.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Το βασικό πλαίσιο δεν υποστηρίζει αλλαγή κωδικού, αλλά το κλειδί κρυπτογράφησης των χρηστών ενημερώθηκε επιτυχώς.", "Unable to change password" => "Αδυναμία αλλαγής συνθηματικού", +"Sending..." => "Αποστέλεται...", "User Documentation" => "Τεκμηρίωση Χρήστη", +"Admin Documentation" => "Τεκμηρίωση Διαχειριστή", "Update to {appversion}" => "Ενημέρωση σε {appversion}", "Disable" => "Απενεργοποίηση", "Enable" => "Ενεργοποίηση", @@ -37,6 +46,10 @@ $TRANSLATIONS = array( "Update" => "Ενημέρωση", "Updated" => "Ενημερώθηκε", "Select a profile picture" => "Επιλογή εικόνας προφίλ", +"Very weak password" => "Πολύ αδύναμο συνθηματικό", +"Weak password" => "Αδύναμο συνθηματικό", +"Good password" => "Καλό συνθηματικό", +"Strong password" => "Δυνατό συνθηματικό", "Decrypting files... Please wait, this can take some time." => "Αποκρυπτογράφηση αρχείων... Παρακαλώ περιμένετε, αυτό μπορεί να πάρει κάποιο χρόνο.", "deleted" => "διαγράφηκε", "undo" => "αναίρεση", @@ -57,6 +70,9 @@ $TRANSLATIONS = array( "Fatal issues only" => "Καίρια ζητήματα μόνο", "None" => "Τίποτα", "Login" => "Σύνδεση", +"NT LAN Manager" => "Διαχειριστης NT LAN", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Προειδοποίηση Ασφαλείας", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Έχετε πρόσβαση στο %s μέσω HTTP. Προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας ώστε να απαιτεί χρήση HTTPS αντ' αυτού.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "Ο κατάλογος δεδομένων και τα αρχεία σας πιθανόν να είναι διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν δουλεύει. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων έξω από τη ρίζα του καταλόγου του διακομιστή.", @@ -94,9 +110,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Επιβολή χρήσης HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Επιβάλλει τους δέκτες να συνδέονται με το %s μέσω κρυπογραφημένης σύνδεσης.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Παρακαλώ συνδεθείτε στο %s σας μέσω HTTPS για να ενεργοποιήσετε ή να απενεργοποιήσετε την επιβολή του SSL.", +"Email Server" => "Διακομιστής Email", +"This is used for sending out notifications." => "Χρησιμοποιείται για αποστολή ειδοποιήσεων.", +"From address" => "Από τη διεύθυνση", +"Authentication required" => "Απαιτείται πιστοποίηση", "Server address" => "Διεύθυνση διακομιστή", "Port" => "Θύρα", "Credentials" => "Πιστοποιητικά", +"SMTP Username" => "Όνομα χρήστη SMTP", +"SMTP Password" => "Συνθηματικό SMTP", +"Test email settings" => "Δοκιμή ρυθμίσεων email", +"Send email" => "Αποστολή email", "Log" => "Καταγραφές", "Log level" => "Επίπεδο καταγραφής", "More" => "Περισσότερα", @@ -106,7 +130,9 @@ $TRANSLATIONS = array( "Add your App" => "Προσθέστε Δικιά σας Εφαρμογή", "More Apps" => "Περισσότερες Εφαρμογές", "Select an App" => "Επιλέξτε μια Εφαρμογή", +"Documentation:" => "Τεκμηρίωση:", "See application page at apps.owncloud.com" => "Δείτε την σελίδα εφαρμογών στο apps.owncloud.com", +"See application website" => "Δείτε την ιστοσελίδα της εφαρμογής", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "Άδεια χρήσης <span class=\"licence\"></span> από <span class=\"author\"></span>", "Administrator Documentation" => "Τεκμηρίωση Διαχειριστή", "Online Documentation" => "Τεκμηρίωση στο Διαδίκτυο", @@ -125,6 +151,7 @@ $TRANSLATIONS = array( "Full Name" => "Πλήρες όνομα", "Email" => "Ηλεκτρονικό ταχυδρομείο", "Your email address" => "Η διεύθυνση ηλ. ταχυδρομείου σας", +"Fill in an email address to enable password recovery and receive notifications" => "Συμπληρώστε μια διεύθυνση email για να ενεργοποιήσετε την επαναφορά συνθηματικού και να λαμβάνετε ειδοποιήσεις", "Profile picture" => "Φωτογραφία προφίλ", "Upload new" => "Μεταφόρτωση νέου", "Select new from Files" => "Επιλογή νέου από τα Αρχεία", diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index 2a02d53bd42..2315586b187 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "You need to set your user email before being able to send test emails.", "Send mode" => "Send mode", "Encryption" => "Encryption", +"Authentication method" => "Authentication method", "Unable to load list from App Store" => "Unable to load list from App Store", "Authentication error" => "Authentication error", "Your full name has been changed." => "Your full name has been changed.", diff --git a/settings/l10n/es.php b/settings/l10n/es.php index 399a0854746..734149034b9 100644 --- a/settings/l10n/es.php +++ b/settings/l10n/es.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "Tiene que configurar su dirección de correo electrónico antes de poder enviar mensajes de prueba.", "Send mode" => "Modo de envío", "Encryption" => "Cifrado", +"Authentication method" => "Método de autenticación", "Unable to load list from App Store" => "No se pudo cargar la lista desde el App Store", "Authentication error" => "Error de autenticación", "Your full name has been changed." => "Se ha cambiado su nombre completo.", @@ -71,6 +72,7 @@ $TRANSLATIONS = array( "Fatal issues only" => "Problemas fatales solamente", "None" => "Ninguno", "Login" => "Iniciar sesión", +"Plain" => "Plano", "NT LAN Manager" => "Gestor de NT LAN", "SSL" => "SSL", "TLS" => "TLS", diff --git a/settings/l10n/fi_FI.php b/settings/l10n/fi_FI.php index adca015f496..284c47e0806 100644 --- a/settings/l10n/fi_FI.php +++ b/settings/l10n/fi_FI.php @@ -1,12 +1,15 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "Virheellinen arvo kohdassa %s", "Saved" => "Tallennettu", "test email settings" => "testaa sähköpostiasetukset", "If you received this email, the settings seem to be correct." => "Jos sait tämän sähköpostin, kaikki asetukset vaikuttavat olevan kunnossa.", "A problem occurred while sending the e-mail. Please revisit your settings." => "Sähköpostia lähettäessä tapahtui virhe. Tarkista asetukset.", "Email sent" => "Sähköposti lähetetty", +"You need to set your user email before being able to send test emails." => "Aseta sähköpostiosoite, jotta voit testata sähköpostin toimivuutta.", "Send mode" => "Lähetystila", "Encryption" => "Salaus", +"Authentication method" => "Tunnistautumistapa", "Unable to load list from App Store" => "Ei pystytä lataamaan listaa sovellusvarastosta (App Store)", "Authentication error" => "Tunnistautumisvirhe", "Your full name has been changed." => "Koko nimesi on muutettu.", diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index 5e2681f4978..11c75ea1e08 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -1,7 +1,15 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "Type de valeur METADATA invalide : \"%s\".", +"Saved" => "Sauvegarder", +"test email settings" => "tester les paramètres d'e-mail", +"If you received this email, the settings seem to be correct." => "Si vous recevez cet email, c'est que les paramètres sont corrects", +"A problem occurred while sending the e-mail. Please revisit your settings." => "Une erreur est survenue lors de l'envoi de l'e-mail. Veuillez vérifier vos paramètres.", "Email sent" => "Email envoyé", +"You need to set your user email before being able to send test emails." => "Vous devez configurer votre e-mail d'utilisateur avant de pouvoir envoyer des e-mails de test.", +"Send mode" => "Mode d'envoi", "Encryption" => "Chiffrement", +"Authentication method" => "Méthode d'authentification", "Unable to load list from App Store" => "Impossible de charger la liste depuis l'App Store", "Authentication error" => "Erreur d'authentification", "Your full name has been changed." => "Votre nom complet a été modifié.", @@ -24,7 +32,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Mot de passe administrateur de récupération de données invalide. Veuillez vérifier le mot de passe et essayer à nouveau.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement des utilisateurs a été mise à jour avec succès.", "Unable to change password" => "Impossible de modifier le mot de passe", +"Sending..." => "Envoi en cours...", "User Documentation" => "Documentation utilisateur", +"Admin Documentation" => "Documentation administrateur", "Update to {appversion}" => "Mettre à jour vers {appversion}", "Disable" => "Désactiver", "Enable" => "Activer", @@ -37,6 +47,11 @@ $TRANSLATIONS = array( "Update" => "Mettre à jour", "Updated" => "Mise à jour effectuée avec succès", "Select a profile picture" => "Selectionner une photo de profil ", +"Very weak password" => "Mot de passe de très faible sécurité", +"Weak password" => "Mot de passe de faible sécurité", +"So-so password" => "Mot de passe de sécurité tout juste acceptable", +"Good password" => "Mot de passe de sécurité suffisante", +"Strong password" => "Mot de passe de forte sécurité", "Decrypting files... Please wait, this can take some time." => "Déchiffrement en cours... Cela peut prendre un certain temps.", "deleted" => "supprimé", "undo" => "annuler", @@ -57,6 +72,10 @@ $TRANSLATIONS = array( "Fatal issues only" => "Erreurs fatales uniquement", "None" => "Aucun", "Login" => "Connexion", +"Plain" => "En clair", +"NT LAN Manager" => "Gestionnaire du réseau NT", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Avertissement de sécurité", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Vous accédez à %s via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS à la place.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou bien de le déplacer à l'extérieur de la racine du serveur web.", @@ -94,9 +113,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Forcer HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forcer les clients à se connecter à %s via une connexion chiffrée.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Veuillez vous connecter à cette instance %s via HTTPS pour activer ou désactiver SSL.", +"Email Server" => "Serveur mail", +"This is used for sending out notifications." => "Ceci est utilisé pour l'envoi des notifications.", +"From address" => "Adresse source", +"Authentication required" => "Authentification requise", "Server address" => "Adresse du serveur", "Port" => "Port", "Credentials" => "Informations d'identification", +"SMTP Username" => "Nom d'utilisateur SMTP", +"SMTP Password" => "Mot de passe SMTP", +"Test email settings" => "Paramètres de test d'e-mail", +"Send email" => "Envoyer un e-mail", "Log" => "Log", "Log level" => "Niveau de log", "More" => "Plus", @@ -106,7 +133,9 @@ $TRANSLATIONS = array( "Add your App" => "Ajoutez votre application", "More Apps" => "Plus d'applications…", "Select an App" => "Sélectionner une Application", +"Documentation:" => "Documentation :", "See application page at apps.owncloud.com" => "Voir la page des applications à l'url apps.owncloud.com", +"See application website" => "Voir le site web de l'application", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "Distribué sous licence <span class=\"licence\"></span>, par <span class=\"author\"></span>", "Administrator Documentation" => "Documentation administrateur", "Online Documentation" => "Documentation en ligne", @@ -125,6 +154,7 @@ $TRANSLATIONS = array( "Full Name" => "Nom complet", "Email" => "Adresse mail", "Your email address" => "Votre adresse e-mail", +"Fill in an email address to enable password recovery and receive notifications" => "Saisir une adresse e-mail pour permettre la réinitialisation du mot de passe et la réception des notifications", "Profile picture" => "Photo de profil", "Upload new" => "Télécharger nouveau", "Select new from Files" => "Sélectionner un nouveau depuis les documents", diff --git a/settings/l10n/gl.php b/settings/l10n/gl.php index e0fc8c84d90..d98d812d944 100644 --- a/settings/l10n/gl.php +++ b/settings/l10n/gl.php @@ -1,7 +1,15 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "Forneceu un valor incorrecto para %s", +"Saved" => "Gardado", +"test email settings" => "correo de proba dos axustes", +"If you received this email, the settings seem to be correct." => "Se recibiu este correo, semella que a configuración é correcta.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "Produciuse un problema ao enviar o correo. Revise os seus axustes.", "Email sent" => "Correo enviado", +"You need to set your user email before being able to send test emails." => "É necesario configurar o correo do usuario antes de poder enviar mensaxes de correo de proba.", +"Send mode" => "Modo de envío", "Encryption" => "Cifrado", +"Authentication method" => "Método de autenticación", "Unable to load list from App Store" => "Non foi posíbel cargar a lista desde a App Store", "Authentication error" => "Produciuse un erro de autenticación", "Your full name has been changed." => "O seu nome completo foi cambiado", @@ -24,7 +32,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contrasinal de recuperación do administrador incorrecto. Comprobe o contrasinal e tenteo de novo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "A infraestrutura non admite o cambio de contrasinal, mais a chave de cifrado dos usuarios foi actualizada correctamente.", "Unable to change password" => "Non é posíbel cambiar o contrasinal", +"Sending..." => "Enviando...", "User Documentation" => "Documentación do usuario", +"Admin Documentation" => "Documentación do administrador", "Update to {appversion}" => "Actualizar á {appversion}", "Disable" => "Desactivar", "Enable" => "Activar", @@ -37,6 +47,11 @@ $TRANSLATIONS = array( "Update" => "Actualizar", "Updated" => "Actualizado", "Select a profile picture" => "Seleccione unha imaxe para o perfil", +"Very weak password" => "Contrasinal moi feble", +"Weak password" => "Contrasinal feble", +"So-so password" => "Contrasinal non moi aló", +"Good password" => "Bo contrasinal", +"Strong password" => "Contrasinal forte", "Decrypting files... Please wait, this can take some time." => "Descifrando ficheiros... isto pode levar un anaco.", "deleted" => "eliminado", "undo" => "desfacer", @@ -57,6 +72,10 @@ $TRANSLATIONS = array( "Fatal issues only" => "Só problemas críticos", "None" => "Ningún", "Login" => "Acceso", +"Plain" => "Simple", +"NT LAN Manager" => "Xestor NT LAN", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Aviso de seguranza", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está accedendo a %s a través de HTTP. Suxerímoslle que configure o seu servidor para requirir, no seu canto, o uso de HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", @@ -94,9 +113,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Forzar HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forzar que os clientes se conecten a %s empregando unha conexión cifrada.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Conéctese a %s empregando HTTPS para activar ou desactivar o forzado de SSL.", +"Email Server" => "Servidor de correo", +"This is used for sending out notifications." => "Isto utilizase para o envío de notificacións.", +"From address" => "Desde o enderezo", +"Authentication required" => "Requírese autenticación", "Server address" => "Enderezo do servidor", "Port" => "Porto", "Credentials" => "Credenciais", +"SMTP Username" => "Nome de usuario SMTP", +"SMTP Password" => "Contrasinal SMTP", +"Test email settings" => "Correo de proba dos axustes", +"Send email" => "Enviar o correo", "Log" => "Rexistro", "Log level" => "Nivel de rexistro", "More" => "Máis", @@ -106,7 +133,9 @@ $TRANSLATIONS = array( "Add your App" => "Engada o seu aplicativo", "More Apps" => "Máis aplicativos", "Select an App" => "Escolla un aplicativo", +"Documentation:" => "Documentación:", "See application page at apps.owncloud.com" => "Consulte a páxina do aplicativo en apps.owncloud.com", +"See application website" => "Vexa o sitio web do aplicativo", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por<span class=\"author\"></span>", "Administrator Documentation" => "Documentación do administrador", "Online Documentation" => "Documentación na Rede", @@ -125,6 +154,7 @@ $TRANSLATIONS = array( "Full Name" => "Nome completo", "Email" => "Correo", "Your email address" => "O seu enderezo de correo", +"Fill in an email address to enable password recovery and receive notifications" => "Escriba un enderezo de correo para permitir a recuperación de contrasinais e recibir notificacións", "Profile picture" => "Imaxe do perfil", "Upload new" => "Novo envío", "Select new from Files" => "Seleccione unha nova de ficheiros", diff --git a/settings/l10n/it.php b/settings/l10n/it.php index 1d62d07e48f..181fd11f972 100644 --- a/settings/l10n/it.php +++ b/settings/l10n/it.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "Devi impostare l'indirizzo del tuo utente prima di poter provare l'invio delle email.", "Send mode" => "Modalità di invio", "Encryption" => "Cifratura", +"Authentication method" => "Metodo di autenticazione", "Unable to load list from App Store" => "Impossibile caricare l'elenco dall'App Store", "Authentication error" => "Errore di autenticazione", "Your full name has been changed." => "Il tuo nome completo è stato cambiato.", diff --git a/settings/l10n/ja.php b/settings/l10n/ja.php new file mode 100644 index 00000000000..7a2802d588a --- /dev/null +++ b/settings/l10n/ja.php @@ -0,0 +1,187 @@ +<?php +$TRANSLATIONS = array( +"Invalid value supplied for %s" => "%s に提供された無効な値", +"Saved" => "保存されました", +"test email settings" => "eメール設定をテスト", +"If you received this email, the settings seem to be correct." => "このメールを受け取ったら、設定は正しいはずです。", +"A problem occurred while sending the e-mail. Please revisit your settings." => "メールの送信中に問題が発生しました。設定を再考してください。", +"Email sent" => "メールを送信しました", +"You need to set your user email before being able to send test emails." => "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", +"Send mode" => "送信モード", +"Encryption" => "暗号化", +"Authentication method" => "認証方法", +"Unable to load list from App Store" => "アプリストアからリストをロードできません", +"Authentication error" => "認証エラー", +"Your full name has been changed." => "フルネームを変更しました。", +"Unable to change full name" => "フルネームを変更できません", +"Group already exists" => "グループはすでに存在します", +"Unable to add group" => "グループを追加できません", +"Email saved" => "メールアドレスを保存しました", +"Invalid email" => "無効なメールアドレス", +"Unable to delete group" => "グループを削除できません", +"Unable to delete user" => "ユーザーを削除できません", +"Language changed" => "言語が変更されました", +"Invalid request" => "不正なリクエスト", +"Admins can't remove themself from the admin group" => "管理者は自身を管理者グループから削除できません。", +"Unable to add user to group %s" => "ユーザーをグループ %s に追加できません", +"Unable to remove user from group %s" => "ユーザーをグループ %s から削除できません", +"Couldn't update app." => "アプリをアップデートできませんでした。", +"Wrong password" => "無効なパスワード", +"No user supplied" => "ユーザーが指定されていません", +"Please provide an admin recovery password, otherwise all user data will be lost" => "リカバリ用の管理者パスワードを入力してください。そうでない場合は、全ユーザーのデータが失われます。", +"Wrong admin recovery password. Please check the password and try again." => "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。", +"Back-end doesn't support password change, but the users encryption key was successfully updated." => "バックエンドはパスワード変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", +"Unable to change password" => "パスワードを変更できません", +"Sending..." => "送信中…", +"User Documentation" => "ユーザードキュメント", +"Admin Documentation" => "管理者ドキュメント", +"Update to {appversion}" => "{appversion} にアップデート", +"Disable" => "無効", +"Enable" => "有効にする", +"Please wait...." => "しばらくお待ちください。", +"Error while disabling app" => "アプリ無効化中にエラーが発生", +"Error while enabling app" => "アプリを有効にする際にエラーが発生", +"Updating...." => "更新中....", +"Error while updating app" => "アプリの更新中にエラーが発生", +"Error" => "エラー", +"Update" => "アップデート", +"Updated" => "アップデート済み", +"Select a profile picture" => "プロファイル画像を選択", +"Very weak password" => "非常に弱いパスワード", +"Weak password" => "弱いパスワード", +"So-so password" => "まずまずのパスワード", +"Good password" => "良好なパスワード", +"Strong password" => "強いパスワード", +"Decrypting files... Please wait, this can take some time." => "ファイルを複合中... しばらくお待ちください、この処理には少し時間がかかるかもしれません。", +"deleted" => "削除", +"undo" => "元に戻す", +"Unable to remove user" => "ユーザーを削除できません", +"Groups" => "グループ", +"Group Admin" => "グループ管理者", +"Delete" => "削除", +"add group" => "グループを追加", +"A valid username must be provided" => "有効なユーザー名を指定する必要があります", +"Error creating user" => "ユーザー作成エラー", +"A valid password must be provided" => "有効なパスワードを指定する必要があります", +"Warning: Home directory for user \"{user}\" already exists" => "警告: ユーザー \"{user}\" のホームディレクトリはすでに存在します", +"__language_name__" => "Japanese (日本語)", +"Everything (fatal issues, errors, warnings, info, debug)" => "すべて (致命的な問題、エラー、警告、情報、デバッグ)", +"Info, warnings, errors and fatal issues" => "情報、警告、エラー、致命的な問題", +"Warnings, errors and fatal issues" => "警告、エラー、致命的な問題", +"Errors and fatal issues" => "エラー、致命的な問題", +"Fatal issues only" => "致命的な問題のみ", +"None" => "なし", +"Login" => "ログイン", +"Plain" => "平文", +"NT LAN Manager" => "NT LAN マネージャー", +"SSL" => "SSL", +"TLS" => "TLS", +"Security Warning" => "セキュリティ警告", +"You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "HTTP経由で %s にアクセスしています。HTTPSを使用するようサーバーを設定することを強くおすすめします。", +"Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "データディレクトリとファイルがインターネットからアクセス可能になっている可能性があります。.htaccessファイルが機能していません。データディレクトリがアクセスされないようにウェブサーバーを設定するか、ウェブサーバーのドキュメントルートからデータディレクトリを移動するように強くお勧めします。", +"Setup Warning" => "セットアップ警告", +"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAVインターフェースに問題があると思われるため、WEBサーバーはまだファイルの同期を許可するよう適切に設定されていません。", +"Please double check the <a href=\"%s\">installation guides</a>." => "<a href=\"%s\">installation guides</a>をもう一度チェックするようにお願いいたします。", +"Module 'fileinfo' missing" => "モジュール 'fileinfo' が見つかりません", +"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。", +"Your PHP version is outdated" => "PHPバーションが古くなっています。", +"Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "PHPバーションが古くなっています。古いバージョンには既知の問題があるため、5.3.8以降のバージョンにアップデートすることを強く推奨します。このインストール状態では正常に動作しない可能性があります。", +"Locale not working" => "ロケールが動作していません", +"System locale can not be set to a one which supports UTF-8." => "システムロケールを UTF-8 をサポートするロケールに設定できません。", +"This means that there might be problems with certain characters in file names." => "これは、ファイル名の特定の文字に問題があることを意味しています。", +"We strongly suggest to install the required packages on your system to support one of the following locales: %s." => "次のロケールをサポートするために、システムに必要なパッケージをインストールすることを強くおすすめします: %s。", +"Internet connection not working" => "インターネット接続が動作していません", +"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." => "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。全ての機能を利用したいのであれば、このサーバーからインターネットに接続できるようにすることをお勧めします。", +"Cron" => "Cron", +"Execute one task with each page loaded" => "各ページの読み込み時にタスクを実行する", +"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.phpは、HTTP経由で15分ごとにcron.phpを実行するようwebcronサービスに登録されています", +"Use systems cron service to call the cron.php file every 15 minutes." => "システムのcronサービスを利用して15分ごとにcron.phpファイルを実行します。", +"Sharing" => "共有", +"Enable Share API" => "共有APIを有効にする", +"Allow apps to use the Share API" => "アプリからの共有APIの利用を許可する", +"Allow links" => "リンクを許可する", +"Allow users to share items to the public with links" => "ユーザーがリンクによりアイテムを公開することを許可する", +"Allow public uploads" => "パブリックなアップロードを許可", +"Allow users to enable others to upload into their publicly shared folders" => "公開している共有フォルダーへのアップロードを共有しているメンバーにも許可", +"Allow resharing" => "再共有を許可する", +"Allow users to share items shared with them again" => "ユーザーが共有しているアイテムの再共有を許可する", +"Allow users to share with anyone" => "ユーザーに誰とでも共有することを許可する", +"Allow users to only share with users in their groups" => "ユーザーにグループ内のユーザーとのみ共有を許可する", +"Allow mail notification" => "メール通知を許可", +"Allow user to send mail notification for shared files" => "共有ファイルに関するメール通知の送信をユーザーに許可する", +"Security" => "セキュリティ", +"Enforce HTTPS" => "常にHTTPSを使用する", +"Forces the clients to connect to %s via an encrypted connection." => "クライアントから %sへの接続を常に暗号化します。", +"Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "強制的なSSL接続を有効/無効にするには、HTTPS経由で %s へ接続してください。", +"Email Server" => "メールサーバー", +"This is used for sending out notifications." => "これは通知の送信に使われます。", +"From address" => "アドレスから", +"Authentication required" => "要求される認証", +"Server address" => "サーバーアドレス", +"Port" => "ポート", +"Credentials" => "資格情報", +"SMTP Username" => "SMTP ユーザー名", +"SMTP Password" => "SMTP パスワード", +"Test email settings" => "メールテスト設定", +"Send email" => "メールを送信", +"Log" => "ログ", +"Log level" => "ログレベル", +"More" => "もっと見る", +"Less" => "閉じる", +"Version" => "バージョン", +"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>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud コミュニティ</a>により開発されています。 <a href=\"https://github.com/owncloud\" target=\"_blank\">ソースコード</a>は、<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a> ライセンスの下で提供されています。", +"Add your App" => "アプリを追加", +"More Apps" => "さらにアプリを表示", +"Select an App" => "アプリを選択してください", +"Documentation:" => "ドキュメント:", +"See application page at apps.owncloud.com" => "apps.owncloud.com でアプリケーションのページを見てください", +"See application website" => "アプリケーションのウェブサイトを見る", +"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-ライセンス: <span class=\"author\"></span>", +"Administrator Documentation" => "管理者ドキュメント", +"Online Documentation" => "オンラインドキュメント", +"Forum" => "フォーラム", +"Bugtracker" => "バグトラッカー", +"Commercial Support" => "商用サポート", +"Get the apps to sync your files" => "ファイルを同期するためのアプリを取得", +"Show First Run Wizard again" => "初回ウィザードを再表示する", +"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "現在、<strong>%s</strong> / <strong>%s</strong> を利用しています", +"Password" => "パスワード", +"Your password was changed" => "パスワードを変更しました", +"Unable to change your password" => "パスワードを変更することができません", +"Current password" => "Current password", +"New password" => "新しいパスワードを入力", +"Change password" => "パスワードを変更", +"Full Name" => "名前", +"Email" => "メール", +"Your email address" => "あなたのメールアドレス", +"Fill in an email address to enable password recovery and receive notifications" => "パスワードの回復を有効にし、通知を受け取るにはメールアドレスを入力してください", +"Profile picture" => "プロフィール写真", +"Upload new" => "新規にアップロード", +"Select new from Files" => "ファイルから新規に選択", +"Remove image" => "画像を削除", +"Either png or jpg. Ideally square but you will be able to crop it." => "png と jpg のいずれか。正方形が理想ですが、切り取って加工することも可能です。", +"Your avatar is provided by your original account." => "あなたのアバターは、あなたのオリジナルのアカウントで提供されています。", +"Cancel" => "キャンセル", +"Choose as profile image" => "プロファイル画像として選択", +"Language" => "言語", +"Help translate" => "翻訳に協力する", +"WebDAV" => "WebDAV", +"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "<a href=\"%s\" target=\"_blank\">WebDAV 経由でファイルにアクセス</a> するにはこのアドレスを利用してください", +"The encryption app is no longer enabled, please decrypt all your files" => "暗号化アプリはもはや有効ではありません、すべてのファイルを複合してください", +"Log-in password" => "ログインパスワード", +"Decrypt all Files" => "すべてのファイルを複合する", +"Login Name" => "ログイン名", +"Create" => "作成", +"Admin Recovery Password" => "管理者リカバリパスワード", +"Enter the recovery password in order to recover the users files during password change" => "パスワード変更時のユーザーのファイルを回復するため、リカバリパスワードを入力してください", +"Default Storage" => "デフォルトストレージ", +"Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "ストレージの割り当てを入力してください (例: \"512MB\" や \"12 GB\")", +"Unlimited" => "無制限", +"Other" => "その他", +"Username" => "ユーザー名", +"Storage" => "ストレージ", +"change full name" => "フルネームを変更", +"set new password" => "新しいパスワードを設定", +"Default" => "デフォルト" +); +$PLURAL_FORMS = "nplurals=1; plural=0;"; diff --git a/settings/l10n/ja_JP.php b/settings/l10n/ja_JP.php index fae623d38cb..7a2802d588a 100644 --- a/settings/l10n/ja_JP.php +++ b/settings/l10n/ja_JP.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", "Send mode" => "送信モード", "Encryption" => "暗号化", +"Authentication method" => "認証方法", "Unable to load list from App Store" => "アプリストアからリストをロードできません", "Authentication error" => "認証エラー", "Your full name has been changed." => "フルネームを変更しました。", diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 03e1fb24dd0..a4506975e89 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -24,7 +24,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "관리자 복구 암호가 잘못되었습니다. 암호를 다시 확인하십시오.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "백엔드에서 암호 변경을 지원하지 않지만, 사용자의 암호화 키는 갱신되었습니다.", "Unable to change password" => "암호를 변경할 수 없음", +"Sending..." => "보내는 중...", "User Documentation" => "사용자 문서", +"Admin Documentation" => "운영자 문서", "Update to {appversion}" => "버전 {appversion}(으)로 업데이트", "Disable" => "사용 안함", "Enable" => "사용함", @@ -37,6 +39,11 @@ $TRANSLATIONS = array( "Update" => "업데이트", "Updated" => "업데이트됨", "Select a profile picture" => "프로필 사진 선택", +"Very weak password" => "매우 약한 암호", +"Weak password" => "약한 암호", +"So-so password" => "그저 그런 암호", +"Good password" => "좋은 암호", +"Strong password" => "강력한 암호", "Decrypting files... Please wait, this can take some time." => "파일 복호화 중... 시간이 걸릴 수도 있으니 기다려 주십시오.", "deleted" => "삭제됨", "undo" => "실행 취소", @@ -57,6 +64,8 @@ $TRANSLATIONS = array( "Fatal issues only" => "치명적 문제만", "None" => "없음", "Login" => "로그인", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "보안 경고", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s에 HTTP로 접근하고 있습니다. 서버에서 HTTPS를 사용하도록 설정하는 것을 추천합니다.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "데이터 디렉터리와 파일을 인터넷에서 접근할 수도 있습니다. .htaccess 파일이 작동하지 않습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 웹 서버 문서 경로 외부로 데이터 디렉터리를 옮기십시오.", @@ -94,9 +103,16 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "HTTPS 강제 사용", "Forces the clients to connect to %s via an encrypted connection." => "클라이언트가 %s에 연결할 때 암호화 연결을 강제로 사용합니다.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL 강제 설정을 변경하려면 %s에 HTTPS로 연결해야 합니다.", +"Email Server" => "전자우편 서버", +"From address" => "보낸 이 주소", +"Authentication required" => "인증 필요함", "Server address" => "서버 주소", "Port" => "포트", -"Credentials" => "로그인 정보", +"Credentials" => "자격 정보", +"SMTP Username" => "SMTP 사용자명", +"SMTP Password" => "SMTP 암호", +"Test email settings" => "시험용 전자우편 설정", +"Send email" => "전자우편 보내기", "Log" => "로그", "Log level" => "로그 단계", "More" => "더 중요함", @@ -106,6 +122,7 @@ $TRANSLATIONS = array( "Add your App" => "내 앱 추가", "More Apps" => "더 많은 앱", "Select an App" => "앱 선택", +"Documentation:" => "문서", "See application page at apps.owncloud.com" => "apps.owncloud.com에 있는 앱 페이지를 참고하십시오", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-라이선스됨: <span class=\"author\"></span>", "Administrator Documentation" => "관리자 문서", diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index bb2fd047c3c..826a6a77e00 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "U moet uw e-mailadres instellen voordat u testberichten kunt versturen.", "Send mode" => "Verstuurmodus", "Encryption" => "Versleuteling", +"Authentication method" => "Authenticatiemethode", "Unable to load list from App Store" => "Kan de lijst niet van de App store laden", "Authentication error" => "Authenticatie fout", "Your full name has been changed." => "Uw volledige naam is gewijzigd.", diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 0291d7aa1e9..33b22a147dc 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -1,7 +1,15 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "Nieprawidłowa wartość %s", +"Saved" => "Zapisano", +"test email settings" => "przetestuj ustawienia email", +"If you received this email, the settings seem to be correct." => "Jeśli otrzymałeś ten email, ustawienia wydają się być poprawne.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "Pojawił się problem podczas wysyłania e-mail. Proszę sprawdzić ponownie ustawienia", "Email sent" => "E-mail wysłany", +"You need to set your user email before being able to send test emails." => "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", +"Send mode" => "Tryb wysyłki", "Encryption" => "Szyfrowanie", +"Authentication method" => "Metoda autentykacji", "Unable to load list from App Store" => "Nie można wczytać listy aplikacji", "Authentication error" => "Błąd uwierzytelniania", "Your full name has been changed." => "Twoja pełna nazwa została zmieniona.", @@ -24,7 +32,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Błędne hasło odzyskiwania. Sprawdź hasło i spróbuj ponownie.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Zaplecze nie obsługuje zmiany hasła, ale klucz szyfrowania użytkownika został pomyślnie zaktualizowany.", "Unable to change password" => "Nie można zmienić hasła", +"Sending..." => "Wysyłam...", "User Documentation" => "Dokumentacja użytkownika", +"Admin Documentation" => "Dokumentacja Administratora", "Update to {appversion}" => "Aktualizacja do {appversion}", "Disable" => "Wyłącz", "Enable" => "Włącz", @@ -37,6 +47,11 @@ $TRANSLATIONS = array( "Update" => "Aktualizuj", "Updated" => "Zaktualizowano", "Select a profile picture" => "Wybierz zdjęcie profilu", +"Very weak password" => "Bardzo słabe hasło", +"Weak password" => "Słabe hasło", +"So-so password" => "Mało skomplikowane hasło", +"Good password" => "Dobre hasło", +"Strong password" => "Mocne hasło", "Decrypting files... Please wait, this can take some time." => "Odszyfrowuje pliki... Proszę czekać, to może zająć jakiś czas.", "deleted" => "usunięto", "undo" => "cofnij", @@ -57,6 +72,10 @@ $TRANSLATIONS = array( "Fatal issues only" => "Tylko poważne problemy", "None" => "Nic", "Login" => "Login", +"Plain" => "Czysty tekst", +"NT LAN Manager" => "NT LAN Manager", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Ostrzeżenie o zabezpieczeniach", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Uzyskujesz dostęp do %s za pomocą protokołu HTTP. Zalecamy skonfigurować swój serwer z użyciem protokołu HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. Plik .htaccess, który dostarcza ownCloud nie działa. Sugerujemy, aby skonfigurować serwer WWW w taki sposób, aby katalog danych nie był dostępny lub przenieść katalog danych poza główny katalog serwera WWW.", @@ -94,9 +113,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Wymuś HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Wymusza na klientach na łączenie się %s za pośrednictwem połączenia szyfrowanego.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Proszę połącz się do twojego %s za pośrednictwem protokołu HTTPS, aby włączyć lub wyłączyć stosowanie protokołu SSL.", +"Email Server" => "Serwer pocztowy", +"This is used for sending out notifications." => "To jest używane do wysyłania powiadomień", +"From address" => "Z adresu", +"Authentication required" => "Wymagana autoryzacja", "Server address" => "Adres Serwera", "Port" => "Port", "Credentials" => "Poświadczenia", +"SMTP Username" => "Użytkownik SMTP", +"SMTP Password" => "Hasło SMTP", +"Test email settings" => "Ustawienia testowej wiadomości", +"Send email" => "Wyślij email", "Log" => "Logi", "Log level" => "Poziom logów", "More" => "Więcej", @@ -106,7 +133,9 @@ $TRANSLATIONS = array( "Add your App" => "Dodaj swoją aplikację", "More Apps" => "Więcej aplikacji", "Select an App" => "Zaznacz aplikację", +"Documentation:" => "Dokumentacja:", "See application page at apps.owncloud.com" => "Zobacz stronę aplikacji na apps.owncloud.com", +"See application website" => "Zobacz na stronie aplikacji", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licencjonowane przez <span class=\"author\"></span>", "Administrator Documentation" => "Dokumentacja administratora", "Online Documentation" => "Dokumentacja online", @@ -125,6 +154,7 @@ $TRANSLATIONS = array( "Full Name" => "Pełna nazwa", "Email" => "Email", "Your email address" => "Twój adres e-mail", +"Fill in an email address to enable password recovery and receive notifications" => "Wypełnij adres email aby włączyć odzyskiwanie hasła oraz otrzymywać powiadomienia", "Profile picture" => "Zdjęcie profilu", "Upload new" => "Wczytaj nowe", "Select new from Files" => "Wybierz nowe z plików", diff --git a/settings/l10n/pt_BR.php b/settings/l10n/pt_BR.php index c31a49ae6d7..4a7554499d5 100644 --- a/settings/l10n/pt_BR.php +++ b/settings/l10n/pt_BR.php @@ -9,6 +9,7 @@ $TRANSLATIONS = array( "You need to set your user email before being able to send test emails." => "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste.", "Send mode" => "Modo enviar", "Encryption" => "Criptografia", +"Authentication method" => "Método de autenticação", "Unable to load list from App Store" => "Não foi possível carregar lista da App Store", "Authentication error" => "Erro de autenticação", "Your full name has been changed." => "Seu nome completo foi alterado.", diff --git a/settings/l10n/pt_PT.php b/settings/l10n/pt_PT.php index 32ed432e874..ee8a9217f5d 100644 --- a/settings/l10n/pt_PT.php +++ b/settings/l10n/pt_PT.php @@ -1,6 +1,9 @@ <?php $TRANSLATIONS = array( +"Saved" => "Guardado", +"test email settings" => "testar configurações de email", "Email sent" => "E-mail enviado", +"Send mode" => "Modo de envio", "Encryption" => "Encriptação", "Unable to load list from App Store" => "Incapaz de carregar a lista da App Store", "Authentication error" => "Erro na autenticação", @@ -24,6 +27,7 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Palavra chave de recuperação de administrador errada. Por favor verifique a palavra chave e tente de novo.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Não foi possível alterar a sua palavra-passe, mas a chave de encriptação foi atualizada.", "Unable to change password" => "Não foi possível alterar a sua password", +"Sending..." => "A enviar...", "User Documentation" => "Documentação de Utilizador", "Update to {appversion}" => "Actualizar para a versão {appversion}", "Disable" => "Desactivar", @@ -57,6 +61,8 @@ $TRANSLATIONS = array( "Fatal issues only" => "Apenas problemas fatais", "None" => "Nenhum", "Login" => "Login", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Aviso de Segurança", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Está a aceder %s via HTTP. Recomendamos vivamente que configure o servidor para forçar o uso de HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.", @@ -94,9 +100,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Forçar HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Forçar os clientes a ligar a %s através de uma ligação encriptada", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor ligue-se a %s através de uma ligação HTTPS para ligar/desligar o uso de ligação por SSL", +"Email Server" => "Servidor de email", +"This is used for sending out notifications." => "Isto é utilizado para enviar notificações", +"From address" => "Do endereço", +"Authentication required" => "Autenticação necessária", "Server address" => "Endereço do servidor", "Port" => "Porto", "Credentials" => "Credenciais", +"SMTP Username" => "Nome de utilizador SMTP", +"SMTP Password" => "Password SMTP", +"Test email settings" => "Testar configurações de email", +"Send email" => "Enviar email", "Log" => "Registo", "Log level" => "Nível do registo", "More" => "Mais", @@ -106,7 +120,9 @@ $TRANSLATIONS = array( "Add your App" => "Adicione a sua aplicação", "More Apps" => "Mais Aplicações", "Select an App" => "Selecione uma aplicação", +"Documentation:" => "Documentação:", "See application page at apps.owncloud.com" => "Ver a página da aplicação em apps.owncloud.com", +"See application website" => "Ver site da aplicação", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></span>", "Administrator Documentation" => "Documentação de administrador.", "Online Documentation" => "Documentação Online", diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index dc81fab9d2c..fea2d4cc3ad 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -1,7 +1,10 @@ <?php $TRANSLATIONS = array( +"Saved" => "Shranjeno", "Email sent" => "Elektronska pošta je poslana", +"Send mode" => "Način pošiljanja", "Encryption" => "Šifriranje", +"Authentication method" => "Način overitve", "Unable to load list from App Store" => "Ni mogoče naložiti seznama iz programskega središča", "Authentication error" => "Napaka med overjanjem", "Your full name has been changed." => "Vaše polno ime je spremenjeno.", @@ -24,7 +27,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Napačno navedeno skrbniško obnovitveno geslo. Preverite geslo in poskusite znova.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Hrbtišče programa ne podpira spreminjanja gesla, je pa uspešno posodobljeno uporabniško šifriranje.", "Unable to change password" => "Ni mogoče spremeniti gesla", +"Sending..." => "Poteka pošiljanje ...", "User Documentation" => "Uporabniška dokumentacija", +"Admin Documentation" => "Skrbniška dokumentacija", "Update to {appversion}" => "Posodobi na {appversion}", "Disable" => "Onemogoči", "Enable" => "Omogoči", @@ -37,6 +42,11 @@ $TRANSLATIONS = array( "Update" => "Posodobi", "Updated" => "Posodobljeno", "Select a profile picture" => "Izbor slike profila", +"Very weak password" => "Zelo šibko geslo", +"Weak password" => "Šibko geslo", +"So-so password" => "Slabo geslo", +"Good password" => "Dobro geslo", +"Strong password" => "Odlično geslo", "Decrypting files... Please wait, this can take some time." => "Poteka odšifriranje datotek ... Opravilo je lahko dolgotrajno.", "deleted" => "izbrisano", "undo" => "razveljavi", @@ -57,6 +67,10 @@ $TRANSLATIONS = array( "Fatal issues only" => "Le usodne dogodke", "None" => "Brez", "Login" => "Prijava", +"Plain" => "Besedilno", +"NT LAN Manager" => "Upravljalnik NT LAN", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Varnostno opozorilo", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Dostop do %s poteka preko HTTP. Priporočljivo je nastaviti strežnik na privzeto uporabo varne povezave preko protokola HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "Vaša podatkovna mapa in datoteke so najverjetneje dosegljive preko interneta. Datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da podatkovna mapa ni prosto dostopna. To je mogoče zagotoviti tudi tako, da je mapa premaknjena iz neustrezne korenske v podrejeno mapo .", @@ -94,9 +108,15 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "Zahtevaj uporabo HTTPS", "Forces the clients to connect to %s via an encrypted connection." => "Vsili povezavo odjemalca z %s preko šifrirane povezave.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Za nastavljanje šifriranja SSL je treba vzpostaviti povezavo z mestom %s preko protokola HTTPS.", +"Email Server" => "Poštni strežnik", +"Authentication required" => "Zahtevana je overitev", "Server address" => "Naslov strežnika", "Port" => "Vrata", "Credentials" => "Poverila", +"SMTP Username" => "Uporabniško ime SMTP", +"SMTP Password" => "Geslo SMTP", +"Test email settings" => "Preizkus nastavitev elektronske pošte", +"Send email" => "Pošlji elektronsko sporočilo", "Log" => "Dnevnik", "Log level" => "Raven beleženja", "More" => "Več", @@ -106,7 +126,9 @@ $TRANSLATIONS = array( "Add your App" => "Dodaj program", "More Apps" => "Več programov", "Select an App" => "Izbor programa", +"Documentation:" => "Dokumentacija:", "See application page at apps.owncloud.com" => "Obiščite spletno stran programa na apps.owncloud.com", +"See application website" => "Oglejte si spletno stran programa", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-z dovoljenjem <span class=\"author\"></span>", "Administrator Documentation" => "Skrbniška dokumentacija", "Online Documentation" => "Spletna dokumentacija", diff --git a/settings/l10n/tr.php b/settings/l10n/tr.php index 66a364c1748..e02c6701a98 100644 --- a/settings/l10n/tr.php +++ b/settings/l10n/tr.php @@ -1,7 +1,15 @@ <?php $TRANSLATIONS = array( +"Invalid value supplied for %s" => "%s için geçersiz değer sağlandı", +"Saved" => "Kaydedildi", +"test email settings" => "e-posta ayarlarını sına", +"If you received this email, the settings seem to be correct." => "Eğer bu e-postayı aldıysanız, ayarlar doğru gibi görünüyor.", +"A problem occurred while sending the e-mail. Please revisit your settings." => "E-posta gönderilirken bir hata oluştu. Lütfen ayarlarınızı tekrar ziyaret edin.", "Email sent" => "E-posta gönderildi", +"You need to set your user email before being able to send test emails." => "Sınama e-postaları göndermeden önce kullanıcı e-postasını ayarlamanız gerekiyor.", +"Send mode" => "Gönderme kipi", "Encryption" => "Şifreleme", +"Authentication method" => "Kimlik doğrulama yöntemi", "Unable to load list from App Store" => "App Store'dan liste yüklenemiyor", "Authentication error" => "Kimlik doğrulama hatası", "Your full name has been changed." => "Tam adınız değiştirildi.", @@ -24,7 +32,9 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Hatalı yönetici kurtarma parolası. Lütfen parolayı denetleyip yeniden deneyin.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "Arka uç parola değişimini desteklemiyor ancak kullanıcı şifreleme anahtarı başarıyla güncellendi.", "Unable to change password" => "Parola değiştirilemiyor", +"Sending..." => "Gönderiliyor...", "User Documentation" => "Kullanıcı Belgelendirmesi", +"Admin Documentation" => "Yönetici Belgelendirmesi", "Update to {appversion}" => "{appversion} Güncelle", "Disable" => "Devre dışı bırak", "Enable" => "Etkinleştir", @@ -37,6 +47,11 @@ $TRANSLATIONS = array( "Update" => "Güncelleme", "Updated" => "Güncellendi", "Select a profile picture" => "Bir profil fotoğrafı seçin", +"Very weak password" => "Çok güçsüz parola", +"Weak password" => "Güçsüz parola", +"So-so password" => "Normal parola", +"Good password" => "İyi parola", +"Strong password" => "Güçlü parola", "Decrypting files... Please wait, this can take some time." => "Dosyaların şifresi çözülüyor... Lütfen bekleyin, bu biraz zaman alabilir.", "deleted" => "silinen:", "undo" => "geri al", @@ -57,6 +72,10 @@ $TRANSLATIONS = array( "Fatal issues only" => "Sadece ölümcül konular", "None" => "Hiçbiri", "Login" => "Oturum Aç", +"Plain" => "Düz", +"NT LAN Manager" => "NT Ağ Yöneticisi", +"SSL" => "SSL", +"TLS" => "TLS", "Security Warning" => "Güvenlik Uyarısı", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s konumuna HTTP aracılığıyla erişiyorsunuz. Sunucunuzu HTTPS kullanımını zorlaması üzere yapılandırmanızı şiddetle öneririz.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "data dizininiz ve dosyalarınız büyük ihtimalle internet üzerinden erişilebilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak data dizinine erişimi kapatmanızı veya data dizinini web sunucu döküman dizini dışına almanızı şiddetle tavsiye ederiz.", @@ -94,8 +113,17 @@ $TRANSLATIONS = array( "Enforce HTTPS" => "HTTPS bağlantısına zorla", "Forces the clients to connect to %s via an encrypted connection." => "İstemcileri %s'a şifreli bir bağlantı ile bağlanmaya zorlar.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "SSL zorlamasını etkinleştirmek ya da devre dışı bırakmak için lütfen ,%s'a HTTPS ile bağlanın.", +"Email Server" => "E-Posta Sunucusu", +"This is used for sending out notifications." => "Bu, bildirimler gönderilirken kullanılır.", +"From address" => "Kimden adresi", +"Authentication required" => "Kimlik doğrulama gerekli", "Server address" => "Sunucu adresi", "Port" => "Port", +"Credentials" => "Kimlik Bilgileri", +"SMTP Username" => "SMTP Kullanıcı Adı", +"SMTP Password" => "SMTP Parolası", +"Test email settings" => "E-posta ayarlarını sına", +"Send email" => "E-posta gönder", "Log" => "Günlük", "Log level" => "Günlük seviyesi", "More" => "Daha fazla", @@ -105,7 +133,9 @@ $TRANSLATIONS = array( "Add your App" => "Uygulamanızı Ekleyin", "More Apps" => "Daha Fazla Uygulama", "Select an App" => "Bir Uygulama Seçin", +"Documentation:" => "Belgelendirme:", "See application page at apps.owncloud.com" => "Uygulamanın sayfasına apps.owncloud.com adresinden bakın ", +"See application website" => "Uygulama web sitesine bakın", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-lisanslayan <span class=\"author\"></span>", "Administrator Documentation" => "Yönetici Belgelendirmesi", "Online Documentation" => "Çevrimiçi Belgelendirme", @@ -124,6 +154,7 @@ $TRANSLATIONS = array( "Full Name" => "Tam Adı", "Email" => "E-posta", "Your email address" => "E-posta adresiniz", +"Fill in an email address to enable password recovery and receive notifications" => "Parola kurtarmayı ve bildirim almayı açmak için bir e-posta adresi girin", "Profile picture" => "Profil resmi", "Upload new" => "Yeni yükle", "Select new from Files" => "Dosyalardan seç", diff --git a/settings/templates/admin.php b/settings/templates/admin.php index bb402f9f78e..9092d2833fd 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -26,11 +26,15 @@ $mail_smtpsecure = array( ); $mail_smtpmode = array( - 'sendmail', - 'smtp', - 'qmail', 'php', + 'smtp', ); +if ($_['sendmail_is_available']) { + $mail_smtpmode[] = 'sendmail'; +} +if ($_['mail_smtpmode'] == 'qmail') { + $mail_smtpmode[] = 'qmail'; +} ?> @@ -216,7 +220,6 @@ if (!$_['internetconnectionworking']) { <em><?php p($l->t('Allow users to share items to the public with links')); ?></em> </td> </tr> - <?php if (!\OCP\App::isEnabled('files_encryption')) { ?> <tr> <td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('class="hidden"');?>> <input type="checkbox" name="shareapi_allow_public_upload" id="allowPublicUpload" @@ -225,7 +228,6 @@ if (!$_['internetconnectionworking']) { <em><?php p($l->t('Allow users to enable others to upload into their publicly shared folders')); ?></em> </td> </tr> - <?php } ?> <tr> <td <?php if ($_['shareAPIEnabled'] === 'no') print_unescaped('class="hidden"');?>> <input type="checkbox" name="shareapi_allow_resharing" id="allowResharing" |